@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
span,
i,
p,
em,
h,
form,
input,
textarea,
button,
table,
tr,
td,
img,
h1,
h2,
h3,
h4,
h5,
h6,
a {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 28px;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	color: #000000;
	overflow-x: hidden;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

i,
em,
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img,
input {
	border: none;
	vertical-align: middle;
}

img {
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	display: block;
	width: 100%;
}

a {
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
	color: #333333;
	text-decoration: none;
	color: #000000;
	-ms-transition-duration: 0.3s;
	/* transition-duration:0.3s;*/
}

a:hover {
	color: #fe9900;
}

em {
	font-style: normal;
	font-weight: 400;
}

table {
	border: 1px solid #000;
	border-collapse: collapse;
}

td,
tr {
	border: 1px solid #ccc;
}

.l {
	float: left;
}

.r {
	float: right;
}

.fix:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both;
}

.fix {
	*zoom: 1;
}
.wrap {
	width: 85%;
	margin: 0 auto;
	/* min-width:1200px;*/
}

/* header */
.headerBox {
	background: #fff;
	height: 115px;
}

.fixedhead {
	box-shadow: 0 0 5px 1px #ccc;
	border-bottom: 1px solid #eee;
}

.header {
	width: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
}

.logo {
	padding-top: 18px;
	float: left;
	width: 27%;
}

.header-right {
	float: right;
	width: 73%;
}

.h-top {
	line-height: 20px;
	padding-top: 20px;
	float: right;
}

.h-top-fl {
	color: #666666;
	font-size: 14px;
	margin-right: 18px;
	border-right-color: rgb(243, 243, 243);
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}

.h-top-fl em {
	margin-right: 25px;
}

.h-top-fl i {
	display: inline-block;
	margin-right: 11px;
	width: 32px;
	height: 32px;
	background: url(../images/dh.png) no-repeat left -3px;
	background-size: cover;
	vertical-align: middle;
}

.h-top-fl span {
	color: #FF6600;
	font-size: 20px;
}

.h-top-fr {
	float: right;
	margin-top: -8px;
}

.search {
	overflow: hidden;
}

.sr_frmipt {
	width: 150px;
	height: 31px;
	border: 1px solid rgb(233, 233, 233);
	border-radius: 5px;
	font-size: 0;
	overflow: hidden;
}

.sr_frmipt .ipt {
	display: inline-block;
	width: 108px;
	height: 31px;
	line-height: 31px;
	padding-left: 10px;
	color: rgb(0, 0, 0);
	font-family: Arial, "Microsoft YaHei";
	font-size: 14px;
}

.sr_frmipt .ss_btn {
	display: inline-block;
	width: 26px;
	height: 22px;
	line-height: 31px;
	padding-left: 0px;
	background: url(../images/searchBoi.jpg) no-repeat left center;
}

/* nav */
.nav {
	float: right;
}

.nav {}

.nav li {
	line-height: 64px;
	margin-left: 50px;
	float: left;
	position: relative;
	transition: all 0.3s;
}

.nav m {}

.nav on {}

.nav a {
	padding: 0px 5px 2px;
	color: #333;
	font-size: 16px;
	display: block;
	position: relative;
}

.nav .navmoon a {
	color: #f3782a;
}

.nav .sub {
	display: none;
	/* width:1920px;*/
	width: 100%;
	padding: 0;
	position: fixed;
	top: 111px;
	overflow: hidden;
	text-align: left;
	z-index: 110;
	left: 0px;
	background-color: #f5f5f5;
	transition: all 0.3s;
}

.nav .navmoon .sub {
	display: block;
}

.nav .nav_xiao {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}

.nav .nav_xiao .xiao_one {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.nav .nav_xiao .xiao_one li {
	float: left;
	display: inline;
	height: 184px;
	width: 25%;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

.nav .nav_xiao .xiao_one li a {
	display: block;
	height: 100%;
	border-right: 1px solid #e6e6e6;
	line-height: 56px;
	overflow: hidden;
	color: #000000;
	margin-top: 13px;
	font-size: 18px;
	transition: all 0.3s;
}

.nav .nav_xiao .xiao_one li i {
	display: block;
	width: 101px;
	height: 84px;
	margin: 0 auto;
	margin-bottom: 23px;
	overflow: hidden;
	background-image: url(../images/top_pic1.png);
	background-repeat: no-repeat;
	transition: all 0.3s;
	margin-top: 20px;
}

.nav .sub .nav_xiao .xiao_one ul li a i.bgs1 {
	background-position: -720px top;
}

.nav .sub .nav_xiao .xiao_one ul li a i.bgs2 {
	background-position: left top;
}

.nav .sub .nav_xiao .xiao_one ul li a i.bgs3 {
	background-position: -360px top;
}

.nav .sub .nav_xiao .xiao_one ul li a i.bgs4 {
	background-position: -1088px top;
}

.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs1 {
	background-position: -720px bottom;
}

.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs2 {
	background-position: left bottom;
}

.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs3 {
	background-position: -360px bottom;
}

.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs4 {
	background-position: -1088px bottom;
}

.nav .nav_xiao .xiao_six {
	overflow: hidden;
	height: 338px;
}

.nav .sub .nav_xiao .xiao_six {
	overflow: hidden;
	height: 338px;
	border-left: 1px solid #e6e6e6:border-right:1px solid #e6e6e6:
}

.nav .sub .nav_xiao .xiao_six ul li {
	float: left;
	display: inline;
	height: 338px;
	width: 20%;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
}

.nav .sub .nav_xiao .xiao_six ul li.bgs1 {
	background: url(../images/yuming_bg1.png) right 168px no-repeat;
}

.nav .sub .nav_xiao .xiao_six ul li.bgs2 {
	background: url(../images/yuming_bg2.png) right 168px no-repeat;
}

.nav .sub .nav_xiao .xiao_six ul li.bgs3 {
	background: url(../images/yuming_bg33.png) right 168px no-repeat;
}

.nav .sub .nav_xiao .xiao_six ul li.bgs4 {
	background: url(../images/yuming_bg4.png) right 168px no-repeat;
}

.nav .sub .nav_xiao .xiao_six ul li.bgs5 {
	background: url(../images/yuming_bg5.png) right 168px no-repeat;
}

.nav .sub .nav_xiao .xiao_six ul li .xiao_six_con {
	margin: 0 auto;
	width: 80%;
	max-width: 360px;
	height: 338px;
	overflow: hidden;
	text-align: left;
}

.nav .sub .nav_xiao .xiao_six ul li:last-child {
	border-right: 0;
}

.nav .sub .nav_xiao .xiao_six ul li .xiao_six_l {
	font-size: 18px;
	font-weight: bold;
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 23px;
}

.nav .sub .nav_xiao .xiao_six ul li a {
	float: left;
	width: 136px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.nav .sub .nav_xiao .xiao_six ul li a:hover {
	color: #f67524;
}

.nav .sub .nav_xiao .xiao_six ul li .a {
	display: block;
	width: 182px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 31px;
	transition: all 0.3s;
	clear: both;
}

.nav .sub .nav_xiao .xiao_six ul li .a.bgs1 {
	background-color: #f67524;
}

.nav .sub .nav_xiao .xiao_six ul li .a.bgs2 {
	background-color: #248cf6;
	margin-top: 61px;
}

.nav .sub .nav_xiao .xiao_six ul li .a.bgs3 {
	background-color: #1ecc85;
	margin-top: 62px;
}

.nav .sub .nav_xiao .xiao_six ul li .a.bgs4 {
	background-color: #c12a08;
	margin-top: 62px;
}

.nav .sub .nav_xiao .xiao_six ul li .a.bgs5 {
	background-color: #ccb71e;
	margin-top: 62px;
}

.nav .sub .nav_xiao .xiao_six ul li .a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
}

.nav .sub .nav_xiao.max1100 {
	max-width: 1100px;
}

.nav .sub .nav_xiao .xiao_five {
	width: 549px;
	overflow: hidden;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	border-right: 1px solid #e6e6e6;
}

.nav .sub .nav_xiao .xiao_five img {
	width: 391px;
	height: 259px;
}

.nav .sub .nav_xiao .xiao_five a {
	width: 391px;
	height: 259px;
	padding: 0;
	margin-right: 45px;
	float: left;
}

.nav .sub .nav_xiao .xiao_five2 {
	float: right;
	text-align: left;
	margin-top: 71px;
}

.nav .sub .nav_xiao .xiao_five2 a {
	text-align: left;
	float: left;
	margin-right: 100px;
	height: 38px;
	line-height: 38px;
	/* width:155px;*/
	color: #000000;
	font-size: 18px;
	margin-bottom: 42px;
	transition: all 0.3s;
}

.nav .sub .nav_xiao .xiao_five2 a:nth-child(2n+0) {
	margin-right: 3px;
}

.nav .sub .nav_xiao .xiao_five2 a i {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #999999;
	background-repeat: no-repeat;
	background-image: url(../images/top_pic3.png);
	float: left;
	margin-right: 20px;
	transition: all 0.3s;
	margin-left: 0px;
}

.nav .sub .nav_xiao .xiao_five2 a:hover {
	color: #f67524;
}

.nav .sub .nav_xiao .xiao_five2 a:hover i {
	background-color: #f67524;
	/*margin-left:3px;*/
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs1 {
	background-position: 9px 8px;
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs2 {
	background-position: -233px 8px;
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs3 {
	background-position: 9px -72px;
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs4 {
	background-position: -233px -72px;
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs5 {
	background-position: 9px -152px;
}

.nav .sub .nav_xiao .xiao_five2 a i.bgs6 {
	background-position: -233px -152px;
}

.nav .sub .nav_xiao .xiao_three {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}

.nav .sub .nav_xiao .xiao_three ul li {
	float: left;
	display: inline;
	width: 18%;
	height: 218px;
	overflow: hidden;
	margin-right: 2.5%;
	text-align: center;
	position: inherit;
	line-height: 56px;
	background-color: #fff;
	margin-left: 0;
}

.nav .sub .nav_xiao .xiao_three ul li:last-child {
	margin-right: 0;
}

.nav .sub .nav_xiao .xiao_three ul li img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}

.nav .sub .nav_xiao .xiao_three ul li a {
	color: #000000;
	width: 100%;
	font-size: 18px;
	height: 100%;
	display: block;
}

.nav .sub .nav_xiao .xiao_three ul li a:hover {
	color: #f67524;
}

/*.nav .sub .nav_xiao .xiao_three ul li:hover img {opacity:0.8;filter:alpha(opacity=80);}
*/
.nav .sub .nav_xiao .xiao_four {
	width: 50%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.nav .sub .nav_xiao .xiao_four.l {
	border-right: 1px solid #e3e3e3;
}

.nav .sub .nav_xiao .xiao_four.r {
	width: 49%;
}

.nav .sub .nav_xiao .xiao_four h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 18px;
	line-height: 18px;
}

.nav .sub .nav_xiao .xiao_four .ul {
	margin-top: 23px;
}

.nav .sub .nav_xiao .xiao_four .ul li {
	padding-top: 11px;
	padding-bottom: 11px;
	height: 44px;
	line-height: 22px;
	padding-left: 15px;
	margin-right: 40px;
	width: 300px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 10px;
	position: inherit;
	margin-left: 0;
}

.nav .sub .nav_xiao .xiao_four .ul li:nth-child(2n+0) {
	margin-right: 0;
}

.nav .sub .nav_xiao .xiao_four .ul li:hover {
	background-color: #fff;
}

.nav .sub .nav_xiao .xiao_four .ul li a {
	display: block;
	text-align: left;
	color: #999999;
	font-size: 14px;
}

.nav .sub .nav_xiao .xiao_four .ul li a i {
	margin-right: 10px;
	margin-top: 4px;
	float: left;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs1 {
	background-image: url(../images/top_pic4.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs2 {
	background-image: url(../images/top_pic5.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs3 {
	background-image: url(../images/top_pic6.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs4 {
	background-image: url(../images/top_pic7.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs5 {
	background-image: url(../images/top_pic8.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs6 {
	background-image: url(../images/top_pic9.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs7 {
	background-image: url(../images/top_pic10.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a i.bgs8 {
	background-image: url(../images/top_pic11.png);
}

.nav .sub .nav_xiao .xiao_four .ul li a b {
	font-weight: normal;
	font-size: 16px;
	display: block;
	color: #000;
	height: 22px;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_four .ul2 {
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_four .ul2 h2 {
	margin-bottom: 23px;
}

.nav .sub .nav_xiao .xiao_four .ul2 li {
	padding-top: 11px;
	padding-bottom: 11px;
	height: 44px;
	line-height: 22px;
	margin-right: 40px;
	/* width:256px;*/
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 10px;
	position: inherit;
	margin-left: 0;
}

.nav .sub .nav_xiao .xiao_four .ul2 li:nth-child(2n+0) {
	margin-right: 0;
}

.nav .sub .nav_xiao .xiao_four .ul2 li a {
	display: block;
	text-align: left;
	color: #999999;
	font-size: 14px;
}

.nav .sub .nav_xiao .xiao_four .ul2 li a b {
	font-weight: normal;
	font-size: 16px;
	display: block;
	color: #000;
	height: 22px;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_four .ul2 li a b i {
	display: inline-block;
	width: 35px;
	height: 15px;
	overflow: hidden;
	background: url(../images/top_pic12.png) no-repeat;
	margin-left: 3px;
}

.nav .sub .nav_xiao .xiao_four .ul2 li a:hover b {
	color: #f67524;
}

.nav .sub .nav_xiao .xiao_two {
	margin-top: 40px;
	/*margin-left:405px;width:670px;*/
	margin-bottom: 40px;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_two ul li {
	float: left;
	display: inline;
	height: 184px;
	width: 25%;
	overflow: hidden;
	text-align: center;
	margin-left: 0;
}

.nav .sub .nav_xiao .xiao_two ul li a {
	display: block;
	height: 100%;
	border-right: 1px solid #e6e6e6;
	line-height: 56px;
	overflow: hidden;
	color: #000000;
	margin-top: 13px;
	font-size: 18px;
	transition: all 0.3s;
}

.nav .sub .nav_xiao .xiao_two ul li:last-child a {
	border-right: 0;
}

.nav .sub .nav_xiao .xiao_two ul li a:hover {
	color: #f67524;
}

.nav .sub .nav_xiao .xiao_two img {
	float: left;
	margin-right: 25px;
}

.nav .sub .nav_xiao .xiao_two .nav_div {
	float: left;
	width: 380px;
	padding-top: 30px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}

.nav .sub .nav_xiao .xiao_two .nav_div h2 {
	font-size: 16px;
	color: #f3782a;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
}

.nav .sub .nav_xiao .xiao_two ul li a i {
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 auto;
	margin-bottom: 13px;
	overflow: hidden;
	background-image: url(../images/top_pic2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-color: #999999;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s;
}

.nav .sub .nav_xiao .xiao_two ul li a i.bgs1 {
	background-position: 30px center;
}

.nav .sub .nav_xiao .xiao_two ul li a i.bgs2 {
	background-position: -330px center;
}

.nav .sub .nav_xiao .xiao_two ul li a i.bgs3 {
	background-position: -691px center;
}

.nav .sub .nav_xiao .xiao_two ul li a i.bgs4 {
	background-position: -1050px center;
}

.nav .sub .nav_xiao .xiao_two ul li a i.bgs5 {
	background-image: url(../images/xy_tel.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}

.nav .sub .nav_xiao .xiao_two ul li a:hover i {
	background-color: #f67524;
	margin-top: 5px;
}

.meun-con {
	display: none;
}

/**首页幻灯**/
.flexslider {
	position: relative;
	overflow: hidden;
	background: url(../../images/xiangya/loading.gif) 50% no-repeat;
	width: 100%;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {}

.slides li img {
	width: 100%;
	height: 100%;
	display: block;
}

.slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px
}

.flex-control-nav {
	position: absolute;
	bottom: 35px;
	z-index: 2;
	left: 50%;
	margin-left: -225px;
	display: none;
}

.flex-control-nav li {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	text-align: center;
	overflow: hidden;
	background: url(../../images/xiangya/dot.png) right 0 no-repeat;
	cursor: pointer;
	font-family: "微软雅黑";
}

.flex-control-nav .flex-active {
	background-position: 0 0;
	color: #fff;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 53px;
	height: 53px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 4%;
	background: url(../../images/xiangya/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 4%;
	background: url(../../images/xiangya/next.png) center center no-repeat;
}

/* 数字增长 */
.ad-number {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 30px 0;
	color: #fff;
}

.ad-number .item {
	float: left;
	width: 20%;
	border-right: 1px solid #555;
	box-sizing: border-box;
	text-align: center;
}

.ad-number .item .num {
	font-size: 40px;
	height: 40px;
}

.ad-number .item .num strong {}

.ad-number .item .num sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

.ad-number .item .num small {
	font-weight: normal;
	font-size: 14px;
}

.ad-number .item p {
	margin: 5px 0 0;
	font-size: 20px;
	color: #999;
}

/* ABOUT */
.about {
	margin-top: 28px;
	margin-bottom: 40px;
}

.about-content {
	width: 100%;
	background: url(../images/about_bg.png) no-repeat right center;
	background-size: 47.7%;
}

.meun-bar {
	height: 80px;
	padding-top: 17px;
	margin-bottom: 40px;
	display: block;
	position: relative;
}

.meun-bar-center {
	text-align: center;
	margin-top: 38px;
}

.meun-bar-center .line {
	margin: 0 auto;
}

.meun-bar h3 {
	color: rgb(51, 51, 51);
	line-height: 1;
	font-size: 34px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.meun-bar .line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fe9900;
	height: 10px;
	width: 60px;
}

.meun-bar h5 {
	color: rgb(51, 51, 51);
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #999999;
	font-weight: 100;
	padding-top: 10px;
}

.about-content {}

.about-c-fl {
	float: left;
	width: 48%;
	padding-right: 5%;
}

.about-c-fl p {
	color: #666;
}

.about-c-fl a {
	display: inline-block;
	float: right;
	margin-top: 18px;
}

.about-c-fl .more {
	line-height: 34px;
	padding: 0 80px 0 18px;
	font-size: .12px;
	background: #fe9900 url(../images/more-arr.png) no-repeat;
	background-position: 80% 50%;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.about-c-fl a:hover {
	color: #FFF;
	background-color: #ab1727;
	background-position: 85% 50%;
}

.about-c-fr {
	float: right;
	width: 47%;
}

/* service */
.service {
	background: url(../images/page/banner.jpg) no-repeat left center;
	background-size: cover;
	padding: 10px 0 10px;
}

.service .meun-bar h3 {
	color: #fff;
}

.services-bd {
	padding-bottom: 53px;
}

.rollpicshow03 {
	display: none;
}

.services-bd li {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 10;
}

.services-bd li a {
	position: relative;
	display: block;
	padding: 25px 19px;
	transition: all .3s ease;
	overflow: hidden;
	box-shadow: 0 3px 8px #dddddd;
	min-height: 268px;
	border: 1px solid #fff;
}

.services-bd li a:after {
	content: ' ';
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fe9900;
	z-index: -1;
	transition: all .3s ease;
}

.services-bd-icon {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.services-bd-icon:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/page/services-icon.png);
	background-repeat: no-repeat;
	background-size: 200%;
}

.services-bd-list1 .services-bd-icon:before {
	background-position: 0 0;
}

.services-bd-list2 .services-bd-icon:before {
	background-position: 0 -140px;
}

.services-bd-list3 .services-bd-icon:before {
	background-position: 0 -280px;
}

.services-bd-list4 .services-bd-icon:before {
	background-position: 0 -420px;
}

.services-bd-list5 .services-bd-icon:before {
	background-position: 0 -563px;
}

.services-bd-icon:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/page/services-border.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: transform 3s ease;
}

.services-bd-title {
	text-align: center;
	margin: 8px 0 8px;
	color: #FFFFFF;
	font-size: 16px;
}

.services-bd-title span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.services-bd-infor {
	color: #393939;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	transition: all .3s ease;
	color: #FFFFFF;
}

.services-bd li:hover a {
	color: #fff;
}

.services-bd li:hover a:after {
	bottom: 0;
}

.services-bd li:hover .services-bd-infor {
	color: #fff;
}

.services-bd li:hover .services-bd-icon:after {
	background-image: url(../images/page/services-border-hover.png);
	-webkit-animation: rotateBorder 3s linear infinite;
	animation: rotateBorder 3s linear infinite;
}

.services-bd .services-bd-list1:hover .services-bd-icon:before {
	background-position: -140px 0;
}

.services-bd .services-bd-list2:hover .services-bd-icon:before {
	background-position: -140px -140px;
}

.services-bd .services-bd-list3:hover .services-bd-icon:before {
	background-position: -140px -280px;
}

.services-bd .services-bd-list4:hover .services-bd-icon:before {
	background-position: -140px -420px;
}

.services-bd .services-bd-list5:hover .services-bd-icon:before {
	background-position: -140px -563px;
}

@-webkit-keyframes rotateBorder {
	from {
		transform: rotatez(0);
	}

	to {
		transform: rotatez(360deg);
	}
}

@keyframes rotateBorder {
	from {
		transform: rotatez(0);
	}

	to {
		transform: rotatez(360deg);
	}
}

.team {
	margin-top: 50px;
	background: #bd2121;
	height: 150px;
	display: none;
}

.team li {
	width: 25%;
	text-align: center;
	padding-top: 25px;
	float: left;
}

.team li h4 {
	margin: 0px auto;
	width: 100%;
	color: #fff;
	padding-top: 55px;
	font-size: 18px;
	border-right-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
}

.team li p {
	color: #fff;
	margin-top: 5px;
}

.team li .icon01 {
	background: url(../images/page/tx.png) no-repeat top;
}

.team li .icon02 {
	background: url(../images/page/sl.png) no-repeat top;
}

.team li .icon03 {
	background: url(../images/page/pz.png) no-repeat top;
}

.team li .icon04 {
	background: url(../images/page/aq.png) no-repeat top;
}

/* case */
.i_case2 {
	background-color: rgba(0, 111, 190, 0.8);
	margin-top: 10px;
	text-align: center;
	position: relative;
}

#owl-demo3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 63px;
}

.owl-carousel {
	/* display:none;*/
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#owl-demo3 .item {
	margin: 0 0;
}

#owl-demo3 .item img {
	display: block;
	width: 100%;
	height: 330px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#owl-demo3 .item dd {
	width: 25%;
	margin: 0 auto;
	text-align: left;
	float: left;
}

#owl-demo3 .item dd .imgs {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#owl-demo3 .item dd .txts {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: 100%;
	overflow: hidden;
	transition: all 0.4s;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
}

#owl-demo3 .item dd .txts h1 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	height: 76px;
	line-height: 76px;
	overflow: hidden;
	margin-top: 22%;
}

#owl-demo3 .item dd .txts a {
	color: #fff;
	display: inline-block;
	width: 70px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
}

#owl-demo3 .item dd .txts a i {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	transition: all 0.4s;
}

#owl-demo3 .item dd .txts a:hover i {
	margin-top: -6%;
	margin-bottom: 6%;
	transform: rotate(360deg);
}

#owl-demo3 .item dd .txts a i.bgs1 {
	background: url(../images/page/i_pic1.png) center top no-repeat;
}

#owl-demo3 .item dd .txts a i.bgs2 {
	background: url(../images/page/i_pic2.png) center top no-repeat;
}

#owl-demo3 .item dd .txts a i.bgs3 {
	background: url(../images/page/i_pic3.png) center top no-repeat;
}

#owl-demo3 .item dd .txts a i.bgs4 {
	background: url(../images/page/i_picwx.png) center top no-repeat;
}

#owl-demo3 .item dd h2 {
	color: #000;
	font-size: 18px;
	line-height: 68px;
	text-align: center;
	height: 68px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	font-weight: normal;
	transition: all 0.4s;
}

#owl-demo3 .item dd h2 i {
	transition: all 0.4s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 0;
	background: #b49173;
	z-index: -1;
}

#owl-demo3 .item dd:nth-child(1) h2 i {
	background: #fe9900;
}

#owl-demo3 .item dd:nth-child(2) h2 i {
	background: #006fbe;
}

#owl-demo3 .item dd:nth-child(3) h2 i {
	background: #89e100;
}

#owl-demo3 .item dd:nth-child(4) h2 i {
	background: #df0011;
}

#owl-demo3 .item dd:nth-child(5) h2 i {
	background: #0e0b0b;
}

#owl-demo3 .item dd:nth-child(6) h2 i {
	background: #017fc9;
}

#owl-demo3 .item dd:nth-child(7) h2 i {
	background: #858585;
}

#owl-demo3 .item dd:nth-child(8) h2 i {
	background: #b3c902;
}

#owl-demo3 .item dd:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#owl-demo3 .item dd:hover h2 {
	color: #fff;
}

#owl-demo3 .item dd:hover h2 i {
	height: 100%;
}

#owl-demo3 .item dd:hover .txts {
	bottom: 0;
}

.owl-buttons {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	bottom: 65px;
}

.owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 52px;
	height: 50px;
	/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.owl-buttons div.owl-prev {
	background: #fff url(../images/page/works_arr.png) no-repeat 0px 0px;
	margin-right: 55px;
}

.owl-buttons div.owl-prev:hover {
	/*opacity:0.6;filter:Alpha(opacity=60);*/
	background: #333 url(../images/page/works_arr.png) no-repeat -52px 0px;
}

.owl-buttons div.owl-next {
	background: #fff url(../images/page/works_arr.png) no-repeat -52px -50px;
	margin-left: 55px;
}

.owl-buttons div.owl-next:hover {
	background: #333 url(../images/page/works_arr.png) no-repeat 0px -50px;
}

.guwenmore {
	display: inline-block;
	width: 92px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: -50px;
	text-align: center;
	clear: both;
	overflow: hidden;
	background: #fff url(../images/page/works_more.png) no-repeat center -50px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 16px;
}

/* news */
.news {
	background-color: #f5f5f5;
	padding-bottom: 48px;
}

.news-top {}

.news-top .meun-bar {
	float: left;
}

.news-top .news-meun {
	float: right;
	margin-top: 45px;
}

.news-top .news-meun dd {
	float: left;
	text-align: center;
}

.news-top .news-meun dd a {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	margin-left: 5px;
	margin-right: 5px;
	width: 140px;
	border-radius: 20px;
}

.news-top .news-meun .curr,
.news-top .news-meun a:hover {
	background-color: #f67524;
	border-radius: 20px;
}

.news-top .news-meun .curr a,
.news-top .news-meun a:hover {
	color: #fff;
}

.news-center {}

.news-list {}

.news-list-fl {
	width: 32.7%;
	height: 428px;
	overflow: hidden;
	position: relative;
	float: left;
}

.news-list-fl a {
	display: block;
}

.news-list-fl i {
	display: block;
	height: 520px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news-list-fl i img {
	height: 428px;
}

.news-list-fl a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.news-list-fl p {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	height: 110px;
	background: url(../images/page/i_bg4.png) 92% center #fff no-repeat;
	left: 10px;
	right: 10px;
	text-align: left;
	overflow: hidden;
	transition: all 0.3s;
}

.news-list-fl span {
	display: inline-block;
	padding-right: 25%;
	padding-left: 30px;
	margin-top: 25px;
	vertical-align: middle;
	line-height: 28px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
}

.news-list-fl a:hover span {
	color: #f3782a;
}

.news-list-fr {
	width: 66%;
	text-align: left;
	float: right;
	height: 428px;
}

.news-list-fr li {
	width: 49%;
	float: left;
	display: block;
	position: relative;
	height: 135.5px;
	background-color: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	transition: all 0.3s;
	margin: 0 0.5% 1%;
}

.news-list-fr li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	color: #666;
}

.news-list-fr .blog_Rmore {
	float: right;
	height: 114px;
	border-left: 1px solid #f5f5f5;
	padding-left: 28px;
	width: 77%;
	padding-top: 12px;
	overflow: hidden;
	transition: all 1s;
	background: url(../images/page/i_bg5.png) 30px bottom no-repeat;
}

.news-list-fr .blog_Rmore b {
	color: #000;
	display: block;
	line-height: 28px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list-fr .blog_Rmore span {
	display: block;
	line-height: 26px;
	height: 45px;
	overflow: hidden;
	margin-top: 5px;
	transition: all 0.3s;
}

.news-list-fr .blog_Rtime {
	height: 95px;
	width: 66px;
	width: 15%;
	float: left;
	overflow: hidden;
	margin-top: 18px;
	text-align: left;
}

.news-list-fr .blog_Rtime b {
	display: block;
	color: #000;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 1px;
	background: url(../images/page/i_bg6.png) left bottom no-repeat;
}

.news-list-fr .blog_Rtime em {
	font-style: normal;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

.news-list-fr a:hover .blog_Rmore b {
	color: #f3782a;
}

.news-list-fr a:hover .blog_Rmore {
	background: url(../images/page/i_bg5.png) 48px bottom no-repeat;
}

/* footer */
.footer {
	background: #222222;
	position: relative;
	overflow: hidden;
	height: 400px;
}

.f-top {
	padding: 60px 0px;
	padding-bottom: 18px;
	position: relative;
	z-index: 6;
}

.f-top {}

.f-top dl {
	float: left;
	width: 11%;
}

.f-top dt {
	margin-bottom: 20px;
}

.f-top dt a {
	font-size: 16px;
	color: #fff;
}

.f-top dt a:hover {
	color: #fe9900;
}

.f-top dd {
	line-height: 24px;
}

.f-top dd a {
	font-size: 14px;
	color: #777777;
	display: inline-block;
	width: 100%;
}

.f-top dd a:hover {
	color: #fe9900;
}

.f-top .f-logo {
	width: 20%;
}

.f-logo dt {
	margin-bottom: 15px;
}

.f-logo dt img {
	width: auto;
}

.f-logo dt a {}

.f-logo dd {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.f-logo .wx,
.f-logo .sj {
	display: inline-block;
	font-size: 0;
	margin: 2% 1%;
	font-size: 12px;
	color: #777777;
	margin-bottom: 12px;
	text-align: center;
}

.f-logo dd img {
	width: auto;
	margin-bottom: 5px;
}

.f-top .contact {
	width: 25%;
}

.f-top .contact dt {}

.f-top .contact dd {
	display: inline-block;
	width: 100%;
	color: #777777;
	font-size: 14px;
	margin-bottom: 10px;
}

.f-top .contact dd {
	background-image: url(../images/page/contact_bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

.f-top .contact .tel {
	background-position: 0 0;
}

.f-top .contact .qq {
	background-position: 0 -35px;
}

.f-top .contact .email {
	background-position: 0 -71px;
}

.f-top .contact .adress {
	background-position: 0 -105px;
}

.f-center {
	margin-bottom: 20px;
	position: relative;
	z-index: 6;
}

.f-center-fl {
	float: left;
	font-size: 14px;
	color: #555555;
}

.f-center-fr {
	width: 95%;
}

.f-center-fr a {
	font-size: 12px;
	color: #555555;
	width: 7%;
	margin: 0 0.5%
}

.f-center-fr a:hover {
	color: #fe9900;
}

.f-bottom {
	padding: 24px 0px;
	text-align: center;
	border-top: 1px solid #313131;
	z-index: 521;
	position: relative;
	color: #555555;
}

#mydiv {
	position: absolute;
	width: 100%;
	height: 465px;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .2;
}

.offer {
	background: url(../images/page/bg1.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 20px 0;
	background: #296bf4;
}

.offer-fl {
	float: left;
	width: 30%;
	padding-left: 8%;
}

.offer-fl p {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 25px;
}

.offer-fl h4 {
	font-size: 26px;
	line-height: 50px;
	font-weight: bold;
}

.offer-fr {
	float: right;
	width: 55%;
	margin-top: 38px;
}

.offer-fr li {
	width: 22%;
	float: left;
	margin: 0 22px;
}

.offer-fr li input {
	display: block;
	border: 1px solid #fff;
	background-color: transparent;
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 15px;
	outline: none;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}

.offer-fr li .coolbg {
	display: block;
	width: 100% !important;
	height: 39px !important;
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 5px;
	background-color: #fff;
	color: #296bf4;
	font-size: 16px;
}

/* cooperative */
.Cooperative .wrap {
	width: 995px;
	margin: 0 auto;
}

.Cooperative {
	background: url(../images/cooperative.jpg) no-repeat;
	background-size: cover;
}

.column-title {
	padding: 50px 0;
	text-align: center;
}

.column-title h3 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}

.column-title h3 span {
	display: block;
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	margin: 8px 0;
	font-style: normal;
}

.column-title i {
	display: block;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	background: #ff9703;
}

.cooperative-list {
	background: #fbfbfb;
	margin-bottom: 68px;
}

.cooperative-list li {
	float: left;
	width: 20%;
	text-align: center;
	height: 128px;
}

.cooperative-list li a {
	display: block;
	padding: 18px 0 0 0;
	border-top: 1px dotted #ededed;
	border-left: 1px dotted #ededed;
}

.cooperative-list li:first-child a {
	border-top: 0;
	border-left: 0;
}

.cooperative-list li i {
	display: block;
	height: 65px;
}

.cooperative-list li i span {
	display: inline-table;
	height: 100%;
	vertical-align: middle
}

.cooperative-list li img {
	display: inline-block;
	width: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.cooperative-list li a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: ;
	-webkit-filter: grayscale(0);
}

.cooperative-list li p {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: bold;
	margin-top: 5px;
}

/* 内页 */
.layout {
	width: 1200px;
	margin: 0 auto;
}

.coulmn-meun-w {
	display: none;
}

.coulmn-meun {
	height: 50px;
	margin: 38px auto;
}

.coulmn-meun li {
	width: 13%;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	margin-right: 1.18%;
}

.coulmn-meun li {
	margin-bottom: 1.18%
}

.coulmn-meun li a {
	color: #676767;
	font-size: 14px;
	width: 100%;
	height: 50px;
	display: block;
	background: #f0f0f0;
	border-radius: 3px;
}

.coulmn-meun li a:hover,
.coulmn-meun .curr a {
	background: #f67524;
	color: #fff;
}

.coulmn-meun li.selected a {
	background: #f67524;
	color: #fff;
}

.statement {
	margin-bottom: 20px;
}

.statement-fl {
	width: 95.61%;
	height: 42px;
	border-top: dotted 1px #ccc;
	margin: 0px;
	overflow: hidden;
	line-height: 43px;
	color: #666;
	background-color: #f5f5f5;
	float: left;
}

.statement-fl i {
	margin: 0 5px 0 10px;
}

.statement-fl a {
	color: #676767;
}

.statement-fl i img {
	margin-top: -8px;
}

.statement-fr {
	float: right;
	width: 3.83%;
}

.statement-fl img,
.statement-fr img {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.case-list .i_case2 {
	background: none;
}

.case-list #owl-demo3 .item dd {
	width: 390px;
	margin: 5px 5px;
}

.case-list #owl-demo3 .item img {
	display: block;
	height: 272px;
}

.case-list #owl-demo3 .item dd h2 {
	background-color: #f5f5f5;
}

.ny-banner {
	height: 300px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-size: auto auto;
}

.ny-banner p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	color: #CACBCC;
	text-transform: capitalize;
}

.ny-banner p span {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
	position: relative;
	display: block;
}

/* pages */
#pages {
	padding: 14px 0 10px;
	font-family: "微软雅黑";
	margin: 10px;
}

#pages a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	font-size: 14px;
}

#pages a.a1 {
	background: url(../../images/xiangya/pages.png) no-repeat 0 5px;
	width: 56px;
}

#pages a:hover {
	background: #0066cc;
	color: #fff;
	text-decoration: none;
}

#pages span {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #f3782a;
	border: 1px solid #f3782a;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.page .noPage {
	display: inline-block;
	width: 56px;
	height: 22px;
	line-height: 22px;
	background: url(../../images/xiangya/titleBg.png) repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

/* 案例内页 */
.case-show {}

.case-name {
	width: 100%;
	height: 422px;
	background: url(../images/page/Qi_2.jpg) repeat center left;
}

.case-name h4 {
	position: relative;
	padding-bottom: 15px;
	font-size: 40px;
	color: #3f3f3f;
	line-height: 1;
}

.case-name h4:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 3px;
	content: '';
	background: #00a6ea;
}

.case-name .cap {
	padding-top: 50px;
	padding-bottom: 57px;
	position: relative;
	height: 255px;
}

.case-name h6 {
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
}

.case-name h6 span {
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #000;
}

.case-name h6 font {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	color: #666;
}

.case-name p {
	font-size: 14px;
	color: #999;
	margin-top: 50px;
}

.case-name .cap2 {
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
}

.case-name .cap2 .pre {
	position: absolute;
	left: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 60px;
}

.case-name .cap2 .next {
	right: 28px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center center;
	line-height: 60px;
}

.case-name .cap2 .lar {
	left: 50%;
	margin-left: -30px;
	background: url(../images/page/Q7.png) no-repeat center center;
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
	display: block;
}

.case-page {
	width: 1000px;
	margin: 70px auto;
	font-size: 14px;
	color: #666;
}

.case-page img {
	max-width: 1000px;
	margin: 0 auto;
}

.app-banner {
	height: 420px;
	background: -o-linear-gradient(bottom right, #1F37AA, #010846);
	background: -moz-linear-gradient(bottom right, #1F37AA, #010846);
	background: linear-gradient(to bottom right, #1F37AA, #010846);
	position: relative;
	overflow: hidden;
}

.appBanner {
	background: url(../images/common/appbanner.jpg) no-repeat center center;
}

.app-banner .app-layout {
	height: 100%;
	color: #fff;
	position: relative;
}

.app-banner .app-layout .text-content {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	width: 100%;
	transform: translateY(-50%);
}

.app-banner .app-layout .text-content h3 {
	font-size: 55px;
	line-height: 120px;
}

.app-banner .app-layout .text-content p {
	line-height: 38px;
	font-size: 24px;
}

.app-banner .app-layout .text-content .line {
	width: 52px;
	height: 3px;
	background: #fff;
	margin-bottom: 20px;
}

.app-banner .app-layout .header-title {
	font-size: 38px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.app-banner .app-layout .header-subtitle {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-top: 15px;
	max-width: 480px;
}

.app-banner .app-layout .sub-btn-opacity {
	margin-top: 30px;
	font-size: 14px;
	line-height: 40px;
	width: 164px;
	border-radius: 2px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0);
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: ease-out, ease-out;
}

.app-banner .app-layout .sub-btn-opacity:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.app-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/app-bg.svg) no-repeat right center;
	background-size: 50%;
}

.app-contact {
	background: url(../images/common/columnBanner2.jpg) no-repeat center;
}

/* 表单 */
.modal {
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2000;
	background: transparent;
	display: block;
	visibility: hidden;
	opacity: 0;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal .modal-blur {
	background: #17253A;
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.modal.active .modal-blur {
	visibility: visible;
	opacity: 0.9;
}

.modal .modal-content {
	position: absolute;
	z-index: 10;
	width: 100%;
	max-width: 720px;
	min-height: 620px;
	left: 50%;
	top: 50%;
	border-radius: 4px;
	box-shadow: 0 4px 20px #051D4B;
	border: 0;
	transform: translate(-50%, -50%);
}

.modal-content {
	background: #fff;
}

.modal .close-modal {
	text-align: center;
	font-size: 25px;
	color: #727681;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	position: fixed;
	top: 4px;
	right: 0;
	cursor: pointer;
	z-index: 10;
	z-index: 999;
}

.modal .modal-content h3,
.modal .modal-content .h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #131537;
	letter-spacing: 1px;
	text-align: center;
	padding: 25px 0;
	font-weight: 500;
	border-bottom: 1px solid #E6E8ED;
}

.modal .modal-content h3 .font-blue,
.modal .modal-content .h3 .font-blue {
	color: #0069FF;
}

.modal-process {
	position: relative;
	margin: 30px;
	padding: 26px 33px;
	background: #FAFAFA;
	text-align: center;
}

.modal-process:before {
	position: absolute;
	display: block;
	content: '';
	height: 2px;
	background-image: url(../images/common/dotted.png);
	background-repeat: repeat-x;
	background-size: 5px 1px;
	width: 80%;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.modal-process li {
	float: left;
	position: relative;
	z-index: 1000;
}

.modal-process li img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.modal-process li p {
	font-size: 14px;
	color: #131537;
	margin-top: 6px;
	line-height: 20px;
}

.modal-process .ling {
	width: 160px;
	margin-top: 10px;
}

.modal-process .ling span {
	line-height: 17px;
	padding: 0 5px font-size:12px;
	color: #727681;
	background: #fff;
}

.modal-txt {
	margin: 30px;
}

.modal-txt .form {}

.modal-txt li {
	overflow: hidden;
	margin-bottom: 30px;
}

.modal-txt li label {
	display: block;
	float: left;
	width: 15%;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

.modal-txt li input,
.modal-txt li .form-control {
	float: right;
	width: 81%;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: none;
	transition: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #E6E8ED;
}

.modal-txt li .form-control {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	font: 400 14px microsoft;
}

.modal-txt .submit-btn {
	display: block;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #fff;
	background-color: #0069FF;
	width: 188px;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	vertical-align: middle;
	transition: .3s;
	position: relative;
	margin-top: 10px;
	border: 0;
	outline: none;
	margin: 0 auto;
}

.app-content {}

.app-need {
	padding: 70px 0;
	display: none;
}

.app-need h3 {
	font-size: 28px;
	letter-spacing: 3.5px;
	margin: 0 0 30px 0;
	font-weight: 400;
	color: #05101F;
	text-align: center;
}

.app-need .part-desc {
	color: #666;
	font-size: 16px;
}

.app-type {
	margin-top: 40px;
}

.app-type-list {
	height: 260px;
	width: 49%;
	border: 1px solid #E6E8ED;
	box-shadow: 0 2px 6px rgba(5, 29, 75, 0.04);
	border-radius: 4px;
}

.app-type-list:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.app-type-list .img {
	float: left;
	height: 258px;
	width: 288px;
}

.app-type-list .ios-bg {
	background: url(../images/common/ios-develop.svg) center no-repeat;
	background-size: auto 258px;
}

.app-type-list .android-bg {
	background: url(../images/common/android-develop.svg) center no-repeat;
	background-size: auto 258px;
}

.app-type-list .des {
	margin-left: 290px;
	height: 260px;
	position: relative;
}

.app-type-list .des-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.app-type-list .des p {
	font-size: 20px;
	color: #05101F;
	font-weight: 500;
	margin-bottom: 10px;
}

.app-type-list .des span {
	font-size: 14px;
	color: #0069FF;
	line-height: 14px;
	cursor: pointer;
}

.app-type-fr {
	float: right;
}

.app-type-fl {
	float: left;
}

.app-part-02 {
	background: #F9F9F9;
	margin-top: 50px;
	padding: 80px 0;
}

.app-part-02-point {
	height: 484px;
	background: url(../images/common/app-part-02-bg.svg) center no-repeat;
	background-size: 382px 445px;
	font-size: 0;
	position: relative;
}

.app-part-02-point .step-part {
	position: absolute;
	width: 100%;
}

.app-part-02-point .top-part {
	top: 0;
}

.app-part-02-point .top-part .app-effect:nth-child(1) {
	float: left;
	text-align: right;
}

.app-part-02-point .top-part .app-effect:nth-child(2) {
	float: right;
	text-align: left;
}

.app-part-02-point .bottom-part {
	bottom: 0;
}

.app-part-02-point .bottom-part .app-effect:nth-child(1) {
	float: left;
	text-align: right;
}

.app-part-02-point .bottom-part .app-effect:nth-child(2) {
	float: right;
	text-align: left;
}

.app-part-02-point .app-effect {
	width: 340px;
	font-size: 14px;
}

.app-part-02-point .effect-icon {
	width: 80px;
	margin-bottom: 24px;
	display: inline-block;
}

.app-part-02-point .effect-title {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
}

.app-part-02-point .effect-info {
	font-size: 16px;
	line-height: 1.5;
}

.part-title {
	font-size: 28px;
	letter-spacing: 3.5px;
	margin: 0 0 30px 0;
	font-weight: 400;
	color: #05101F;
}

.text-center {
	text-align: center;
}

.app-part-03 {
	background: -webkit-linear-gradient(left top, #3474FF, #1313BC);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #3474FF, #1313BC);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #3474FF, #1313BC);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #3474FF, #1313BC);
	/* 标准的语法 */
	color: #fff;
	padding: 85px 0;
	overflow: hidden;
}

.app-part-03 .app-part-03-title {
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.app-part-03 .app-part-03-intro {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin-top: 20px;
	opacity: 0.8;
}

.app-part-03 .develop-step-list {
	font-size: 0;
	margin: 40px auto 0;
	width: 900px;
	transition: transform 0.4s linear;
}

.app-part-03 .step-item {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	width: 25%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.app-part-03 .step-item.right-line:after,
.app-part-03 .step-item.left-line:before {
	content: '';
	position: absolute;
	top: 45px;
	width: 50%;
	height: 2px;
	background: #27797B;
}

.app-part-03 .step-item.right-line:after {
	left: 50%;
}

.app-part-03 .step-item.left-line:before {
	right: 50%;
}

.app-part-03 .step-icon-container {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid rgba(68, 215, 210, 0.5);
	margin: 0 auto;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
	background: #1D3EC4;
	z-index: 100;
}

.app-part-03 .step-icon-container:hover {
	border-color: #44d7d2;
	background: #3370FD;
}

.app-part-03 .step-info {
	opacity: 0.6;
}

.app-part-03 .step-icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.app-part-03 .icon-consult {
	width: 32px;
	height: 37px;
	background: url(../images/common/icon-consult.svg) center no-repeat;
	background-size: 32px;
}

.app-part-03 .icon-ui {
	width: 44px;
	height: 44px;
	background: url(../images/common/icon-ui.svg) center no-repeat;
	background-size: 44px;
}

.app-part-03 .icon-develop {
	width: 43px;
	height: 40px;
	background: url(../images/common/icon-develop.svg) center no-repeat;
	background-size: 43px;
}

.app-part-03 .icon-test {
	width: 50px;
	height: 38px;
	background: url(../images/common/icon-test.svg) center no-repeat;
	background-size: 50px;
}

.app-part-03 .step-item.active .step-icon-container {
	border-color: #44d7d2;
	background: #3370FD;
}

.app-part-03 .step-item.active .step-info {
	opacity: 1;
}

.app-part-03 .develop-step-content {
	margin-top: 55px;
}

.app-part-03 .step-content-item {
	width: 900px;
	min-height: 350px;
	margin: 0 auto;
	display: none;
}

.app-part-03 .step-content-item.active {
	display: block;
}

.app-part-03 .step-content-left {
	float: left;
	width: 470px;
	height: 300px;
}

.app-part-03 .consult-content-icon {
	background: url(../images/common/icon-consult-content.svg) center no-repeat;
}

.app-part-03 .ui-content-icon {
	background: url(../../images/xiangya/icon-ui-content.svg) center no-repeat;
}

.app-part-03 .develop-content-icon {
	background: url(../../images/xiangya/icon-develop-content.svg) center no-repeat;
}

.app-part-03 .test-content-icon {
	background: url(../../images/xiangya/icon-test-content.svg) center no-repeat;
}

.app-part-03 .step-content-right {
	margin-left: 480px;
	height: 300px;
	position: relative;
}

.app-part-03 .right-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.app-part-03 .right-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
}

.app-part-03 .right-info {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.5px;
	margin-bottom: 24px;
}

.app-part-03 .get-info {
	font-size: 14px;
	color: #00D5D0;
	cursor: pointer;
	position: relative;
}

.app-part-03 .get-info:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../../images/xiangya/consult-icon.svg) center no-repeat;
	background-size: 6px 11px;
	position: absolute;
	top: 5px;
	right: -10px;
}

.ed-item-title {
	text-align: center;
	color: #05101F;
	font-size: 32px;
	background: #FAFAFA;
	padding-top: 80px;
}

.ed-item-grey {
	background: #FAFAFA;
}

.ed-item-grey .ed-item-dec {
	padding-right: 140px;
	float: right;
}

.ed-item-grey .ed-item-pic {
	float: right;
}

.ed-item-white {
	background: #fff;
}

.ed-item-white .ed-item-dec {
	padding-left: 140px;
	float: left;
}

.ed-item-white .ed-item-pic {
	float: left;
}

.ed-item {
	padding: 80px 0;
}

.ed-item .ed-item-div {
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
}

.ed-item .ed-item-div .ed-item-dec {
	width: 65%;
	margin-top: 9%;
	box-sizing: border-box;
}

.ed-item .ed-item-div .ed-item-dec .ed-item-dec-title {
	font-size: 32px;
	color: #05101F;
	text-align: left;
}

.ed-item .ed-item-div .ed-item-dec .ed-item-dec-text {
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: justify;
	color: #666;
	font-size: 16px;
}

.ed-item .ed-item-div .ed-item-dec .ed-item-dec-link {
	margin-top: 16px;
	font-size: 18px;
	color: #0069FF;
}

.ed-item .ed-item-div .ed-item-pic {
	width: 35%;
}

.ed-item .ed-item-div .ed-item-pic>img {
	width: 100%;
}

.education-bg {
	background: url(../images/common/education-bg.svg) no-repeat right center;
}

.yiliao-bg {
	background: url(../images/common/yiliao-bg.png) no-repeat right center;
}

.lvshi-bg {
	background: url(../images/common/falv-bg.png) no-repeat right center;
}

.finance-bg {
	background: url(../images/common/financial-bg.png) no-repeat right center;
}

.travel-bg {
	background: url(../images/common/lvyou-bg.png) no-repeat right center;
}

.manufacture-bg {
	background: url(../images/common/manufacture-bg.svg) no-repeat right center;
}

.others-bg {
	background: url(../images/common/others-bg.svg) no-repeat right center;
}

.xiaochengxu-bg {
	background: url(../images/common/xiaochengxu-bg.svg) no-repeat right center;
}

.wechat-bg {
	background: url(../images/common/banner.png) no-repeat right center;
}

.mk-flag {
	display: block;
	padding-top: 90px;
	padding-bottom: 100px;
}

.mk-flag .mk-list {
	display: block;
	float: left;
	width: 50%;
	color: #0069FF;
	font-size: 32px;
	text-align: center;
}

.other {
	margin-top: 60px;
}

.other-all {
	width: 48%;
}

.other-all .other-img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 32px;
}

.other-all h3 {
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 3px;
	color: #05101F;
	text-align: center;
}

.other-all p {
	padding: 0 30px;
	margin-top: 35px;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 1.75px;
	color: #727681;
}

.other-fl {
	float: left;
}

.other-fl .other-img {
	background: url(../images/common/others-02.svg) no-repeat center;
}

.other-fr {
	float: right;
}

.other-fr .other-img {
	background: url(../../images/xiangya/others-01.svg) no-repeat center;
}

.other-type {
	margin: 60px 0 75px;
	padding: 55px 0 0;
	text-align: center;
}

.other-type img {
	display: inline-block;
	margin-top: 30px;
	width: 840px;
}

.yl-part-02 {
	background: #F9F9F9;
	margin-top: 50px;
	padding: 80px 0;
}

.yl-part-02-img {
	margin-top: 30px;
	width: 77%;
	margin: 0 auto;
}

.law-content {
	background: #F9F9F9;
	margin-top: 50px;
	padding: 80px 0;
}

.law-content dl {
	margin: 25px 0;
	height: auto;
	padding: 32px 35px 105px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.law-content dl dt {
	font-size: 24px;
	color: #05101F;
	letter-spacing: 3px;
	line-height: 1.5;
	font-weight: 400;
	margin-left: -16px;
}

.law-content dl dt:before {
	content: ' ';
	display: inline-block;
	width: 4px;
	height: 28px;
	background: #0069FF;
	vertical-align: middle;
	margin-right: 14px;
}

.law-content dl dd {
	margin-top: 20px;
	font-size: 14px;
	color: #68768B;
	letter-spacing: 1.75px;
	line-height: 1.8;
}

.finance-needs {
	width: 900px;
	margin: 80px auto 0;
}

.finance-needs .finace-needs-left {
	width: 30%;
	display: inline-block;
	color: #0069FF;
	font-size: 28px;
	vertical-align: middle;
}

.finance-needs .finance-needs-right {
	text-align: center;
	width: 68%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.finance-needs .finance-needs-right ul {
	max-width: 550px;
	height: 250px;
	text-align: left;
	background: url(../images/finance-arrow-bg@2x.png) no-repeat;
	background-size: 100% auto;
	padding: 40px 0 40px 100px;
	margin-bottom: 0;
}

.finance-needs .finance-needs-right ul li {
	color: #05101F;
	font-size: 20px;
	line-height: 2;
}

.finance-needs .finance-needs-right ul li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #0064FF;
	vertical-align: middle;
	margin-right: 10px;
}

.finance-part-02 {
	background: #F9F9F9;
	padding: 80px 0;
}

.finance-part-point ul {
	margin-bottom: 0;
	margin-top: 80px;
	font-size: 0;
	width: 100%;
}

.finance-part-point ul li {
	height: 135px;
	margin-bottom: 100px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.finance-part-point ul li img {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.finance-part-point ul li div {
	width: 400px;
	display: inline-block;
	margin-left: 80px;
}

.finance-part-point ul li .finance-point-title {
	font-size: 20px;
	color: #05101F;
	margin-bottom: 10px;
}

.finance-part-point ul li .finance-point-content {
	font-size: 16px;
	color: #68768B;
}

.finance-part-point ul li:nth-child(2n) {
	float: right;
}

.finance-part-step ul {
	margin-bottom: 0;
	font-size: 0;
	text-align: center;
	width: 100%;
}

.finance-part-step ul li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
}

.finance-part-step ul li img {
	width: 60px;
	margin-bottom: 30px;
	display: inline-block;
}

.finance-part-step ul li .finance-part-step-title {
	color: #05101F;
	font-size: 20px;
	letter-spacing: 2.5px;
	margin-bottom: 20px;
}

.finance-part-step ul li .finance-part-step-content {
	font-size: 16px;
	color: #68768B;
	text-align: justify;
}

.finance-part-step ul .finace-step-left {
	padding-right: 40px;
}

.finance-part-step ul .finace-step-right {
	padding-left: 40px;
}

.finance-part-step ul .finace-step-middle {
	padding: 0 20px;
}

@media (max-width:1199px) {
	.finance-part-point ul li div {
		width: 370px;
	}
}

@media (max-width:991px) {
	.finance-needs {
		width: 600px;
	}

	.finance-needs .finace-needs-left {
		font-size: 20px;
	}

	.finance-needs .finance-needs-right ul {
		height: 190px;
		padding: 20px 0 20px 80px;
	}

	.finance-needs .finance-needs-right ul li {
		line-height: 2;
		font-size: 18px;
	}

	.finance-part-point ul {
		width: 100%;
		text-align: center;
	}

	.finance-part-point ul li {
		text-align: left;
		margin-bottom: 50px;
	}

	.finance-part-point ul li div {
		width: 450px;
	}

	.finance-part-point ul li:nth-child(2n) {
		float: none;
	}

	.finance-part-step ul li img {
		width: 45px;
		margin-bottom: 20px;
	}

	.finance-part-step ul li .finance-part-step-title {
		font-size: 16px;
	}

	.finance-part-step ul li .finance-part-step-content {
		font-size: 14px;
	}

	.finance-part-step ul .finace-step-left {
		padding-right: 20px;
	}

	.finance-part-step ul .finace-step-right {
		padding-left: 20px;
	}

	.finance-part-step ul .finace-step-middle {
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	.finance-needs {
		width: 100%;
		margin: 40px auto 40px;
	}

	.finance-needs .finace-needs-left {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.finance-needs .finance-needs-right {
		display: block;
		width: 100%;
	}

	.finance-needs .finance-needs-right ul {
		height: auto;
		background: none;
		padding: 20px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
	}

	.finance-needs .finance-needs-right ul li {
		line-height: 2;
		font-size: 18px;
	}

	.finance-part-point ul li div {
		width: auto;
		max-width: 500px;
	}

	.finance-part-point ul li .finance-point-content {
		text-align: justify;
	}

	.finance-part-step ul li {
		width: 80%;
		margin-bottom: 30px;
	}

	.finance-part-step ul li img {
		width: 45px;
		margin-bottom: 20px;
	}

	.finance-part-step ul li .finance-part-step-title {
		font-size: 16px;
	}

	.finance-part-step ul li .finance-part-step-content {
		font-size: 14px;
	}

	.finance-part-step ul .finace-step-left,
	.finance-part-step ul .finace-step-right,
	.finance-part-step ul .finace-step-middle {
		padding: 0 20px;
	}
}

@media (max-width:414px) {
	.finance-needs .finace-needs-left {
		font-size: 18px;
	}

	.finance-needs .finance-needs-right ul {
		padding: 20px;
	}

	.finance-needs .finance-needs-right ul li {
		line-height: 2;
		font-size: 16px;
	}

	.finance-part-point ul li {
		margin-bottom: 30px;
	}

	.finance-part-point ul li .finance-point-title {
		font-size: 16px;
	}

	.finance-part-point ul li .finance-point-content {
		font-size: 14px;
	}

	.finance-part-step ul li {
		width: 100%;
	}

	.finance-part-step ul li .finance-part-step-title {
		font-size: 16px;
	}

	.finance-part-step ul li .finance-part-step-content {
		font-size: 14px;
	}

	.finance-part-step ul .finace-step-left,
	.finance-part-step ul .finace-step-right,
	.finance-part-step ul .finace-step-middle {
		padding: 0 20px;
	}
}

@media (max-width:320px) {
	.finance-part-point ul li {
		margin-bottom: 15px;
	}

	.finance-part-point ul li .finance-point-title {
		font-size: 14px;
	}

	.finance-part-point ul li .finance-point-content {
		font-size: 12px;
	}
}

.travel-part-02 {
	background: #F9F9F9;
	margin-top: 50px;
	padding: 80px 0;
}

.travel-part-02 .travel-part-point>ul {
	width: 80%;
	margin: 60px auto 0;
	text-align: center;
	font-size: 0;
}

.travel-part-02 .travel-part-point>ul li {
	display: inline-block;
	width: 33.3%;
	padding: 20px 0;
}

.travel-part-02 .travel-part-point>ul li img {
	margin-bottom: 18px;
	width: 60px;
	display: inline;
}

.travel-part-02 .travel-part-point>ul li>p {
	color: #05101F;
	font-size: 18px;
}

.travel-part-03 .travel-part-03-title {
	padding: 0 100px;
	line-height: 1.5;
}

.travel-part-03 .travel-part-03-point>ul {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin: 60px 0 40px;
}

.travel-part-03 .travel-part-03-point>ul>li {
	display: inline-block;
	width: 25%;
	border: 1px solid #E0E5E8;
	padding: 33px 0;
	box-sizing: border-box !important;
}

.travel-part-03 .travel-part-03-point>ul>li img {
	width: 32px;
	margin-bottom: 12px;
	display: inline;
}

.travel-part-03 .travel-part-03-point>ul>li>p {
	font-size: 18px;
	color: #05101F;
}

.travel-part-03 .travel-part-03-point>ul>li:nth-child(2),
.travel-part-03 .travel-part-03-point>ul>li:nth-child(3),
.travel-part-03 .travel-part-03-point>ul>li:nth-child(4) {
	border-left: 0;
}

.travel-part-03 .travel-part-03-point>ul>li:nth-child(5) {
	border-top: 0;
}

.travel-part-03 .travel-part-03-point>ul>li:nth-child(6),
.travel-part-03 .travel-part-03-point>ul>li:nth-child(7),
.travel-part-03 .travel-part-03-point>ul>li:nth-child(8) {
	border-top: 0;
	border-left: 0;
}

@media (max-width:991px) {
	.travel-part-03 .travel-part-03-title {
		padding: 0;
	}

	.travel-part-02 .travel-part-point>ul li>p,
	.travel-part-03 .travel-part-03-point>ul li>p {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.travel-part-02 .travel-part-point>ul {
		width: 100%;
	}

	.travel-part-02 .travel-part-point>ul>li {
		width: 50%;
	}

	.travel-part-02 .travel-part-point>ul>li p {
		font-size: 12px;
	}

	.travel-part-03 .travel-part-03-point>ul>li {
		width: 50%;
	}

	.travel-part-03 .travel-part-03-point>ul>li img {
		margin-bottom: 12px;
	}

	.travel-part-03 .travel-part-03-point>ul>li>p {
		font-size: 14px;
	}

	.travel-part-03 .travel-part-03-point>ul>li:nth-child(1),
	.travel-part-03 .travel-part-03-point>ul>li:nth-child(3),
	.travel-part-03 .travel-part-03-point>ul>li:nth-child(5) {
		border: 1px solid #E0E5E8;
		border-bottom: 0;
	}

	.travel-part-03 .travel-part-03-point>ul>li:nth-child(7) {
		border: 1px solid #E0E5E8;
	}

	.travel-part-03 .travel-part-03-point>ul>li:nth-child(2),
	.travel-part-03 .travel-part-03-point>ul>li:nth-child(4),
	.travel-part-03 .travel-part-03-point>ul>li:nth-child(6) {
		border: 1px solid #E0E5E8;
		border-left: 0;
		border-bottom: 0;
	}

	.travel-part-03 .travel-part-03-point>ul>li:nth-child(8) {
		border: 1px solid #E0E5E8;
		border-left: 0;
	}
}

@media (max-width:414px) {
	.travel-part-02 .travel-part-point>ul {
		width: 100%;
	}

	.travel-part-02 .travel-part-point>ul li {
		width: 50%;
		padding: 10px 0;
	}

	.travel-part-02 .travel-part-point>ul li p {
		font-size: 12px;
	}

	.travel-part-03 .travel-part-03-point>ul li {
		width: 50%;
		padding: 20px 0;
	}

	.travel-part-03 .travel-part-03-point>ul li img {
		margin-bottom: 12px;
	}

	.travel-part-03 .travel-part-03-point>ul li>p {
		font-size: 12px;
	}
}

.hangye-part-03 {
	margin-bottom: 25px;
}

.hangye-part-03 {
	padding: 70px 0;
}

.part-desc {
	color: #666;
}

.mk-type {
	padding: 100px 0px;
}

.mk-type-fl {
	margin-top: 38px;
	float: left;
	width: 37.6666%;
	padding: 48px 0;
	border: 1px solid #E6E8ED;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(5, 16, 31, 0.06);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	padding-left: 36px;
}

.mk-type h3 {
	font-size: 20px;
	color: #333333;
}

.mk-type p {
	margin-top: 16px;
	font-size: 16px;
	color: #666666;
}

.mk-type-center {
	float: left;
	width: 16.6666%;
	text-align: center;
	margin-top: 110px;
}

.mk-type-center img {
	display: inline-block;
	width: 42px;
}

.mk-type-fr {
	float: right;
	width: 41.66666%;
}

.mk-type-fr img {
	width: 150px;
}

.mk-type-fr h3 {}

.mk-type-fr p {}

.mk-color {
	background: #FAFAFA;
}

.mk-type-fl {}

.intro {
	padding-bottom: 70px;
}

.intro .intro-list {
	width: 45%;
	float: left;
	margin: 2% 2.5%;
}

.intro .intro-list .intro-div {
	overflow: hidden;
	position: relative;
}

.intro .intro-list .intro-div .inr-left {
	float: left;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.intro .intro-list .intro-div .inr-llhl {
	background-image: url(../images/wx-llhl.svg);
}

.intro .intro-list .intro-div .inr-wxaz {
	background-image: url(../images/wx-wxaz.png);
}

.intro .intro-list .intro-div .inr-wxst {
	background-image: url(../images/wx-wxst.png);
}

.intro .intro-list .intro-div .inr-sbjr {
	background-image: url(../images/wx-sbjr.png);
}

.intro .intro-list .intro-div .inr-right {
	margin-left: 196px;
}

.intro .intro-list .intro-div .inr-right .inr-titile {
	margin-top: 36px;
	color: #333333;
	font-size: 20px;
}

.intro .intro-list .intro-div .inr-right .inr-text {
	margin-top: 8px;
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
}

.intro .intro-list-left {
	/* padding-right:34px;*/
}

.intro .intro-list-right {}

.web-type {}

.web-type li {
	float: left;
	width: 45%;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #E6E8ED;
	box-shadow: 0px 2px 6px 0px rgba(5, 29, 75, 0.04);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	padding: 44px 0;
	align-items: center;
	overflow: hidden;
}

.web-type li .img {
	float: left;
	margin-left: 36px;
}

.web-type li .txt {
	float: left;
	margin-left: 65px;
	margin-top: 38px;
}

.web-type li.m-l {
	margin-right: 2.5%;
}

.web-type li.m-r {
	margin-left: 2.5%;
}

.web-type li img {
	height: 133px;
}

.web-type li h3 {
	font-size: 20px;
	line-height: 23px;
	color: #05101F;
}

.web-type li p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #0069FF;
	display: inline-block;
}

.web-list {}

.web-color {
	background: #FAFAFA;
	padding-top: 80px;
}

.web-list .con-item {
	padding: 45px 0;
}

.web-list .con-item .fl {
	float: left;
}

.web-list .con-item .fr {
	float: right;
}

.web-list .con-item .con-pic {
	width: 276px;
}

.web-list .con-item .con-pic img {}

.web-list .con-item .con-txt {
	width: 50%;
}

.web-list .con-item .con-txt h3 {
	font-size: 32px;
	color: #05101F;
	line-height: 46px;
	text-align: left;
}

.web-list .con-item .con-txt p {
	margin-top: 20px;
	margin-bottom: 16px;
	line-height: 32px;
	text-align: justify;
	font-size: 18px;
	color: #666666;
}

.news-page-bg {
	background-color: #f5f5f5;
}

.news-page {}

.news-page .news-list-fr {
	width: 100%;
}

.news-page .news-list-fr li {
	width: 32%;
}

/* wechat */
.wechat {
	margin-top: 70px;
}

.module {
	margin-bottom: 90px;
}

.module-title {
	margin-bottom: 70px;
	text-align: center;
}

.module-title h2 {
	color: #f67524;
	font-size: 24px;
	font-weight: bold;
}

.module-title p {
	color: #bcbcbc;
	font-size: 16px;
}

.bg-reason {
	background: url(../images/bg-reason.jpg) no-repeat left top;
	display: inline-block;
	height: 264px;
	margin-right: 5%;
	vertical-align: middle;
	width: 38.75%;
}

.reason-list {
	width: 670px;
	display: inline-block;
	vertical-align: middle;
	width: 55.83%;
}

.reason-list li {
	list-style: disc;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 3;
}

.entrance-box {
	background: url(../images/bg-entrance.png) no-repeat center 70px;
	position: relative;
	padding-left: 56px;
}

.entrance-box>div {
	margin-bottom: 60px;
}

.entrance-wrap-1,
.entrance-wrap-5,
.entrance-wrap-6,
.entrance-wrap-7 {
	float: left;
}

.entrance-title {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px
}

.entrance-title:before {
	font-size: 12px;
	color: #fff;
	width: 23px;
	height: 22px;
	display: inline-block;
	border-radius: 38px;
	text-align: center;
	line-height: 22px;
	margin-right: 16px;
	vertical-align: text-bottom
}

.entrance-list li {
	list-style: decimal inside;
	margin-left: 40px;
	line-height: 2;
	color: #4a4a4a
}

.entrance-box>div {
	margin-bottom: 60px;
}

.entrance-wrap-1,
.entrance-wrap-5,
.entrance-wrap-6,
.entrance-wrap-7 {
	float: left
}

.entrance-wrap-2,
.entrance-wrap-3,
.entrance-wrap-4 {
	float: right
}

.entrance-wrap-2 {
	margin-right: 29px
}

.entrance-wrap-4 {
	margin-right: 70px
}

.entrance-wrap-5 {
	margin: 16px 0 0 164px
}

.entrance-1-title {
	color: #ff2824
}

.entrance-1-title:before {
	content: "01";
	background-color: #ff2824
}

.entrance-2-title {
	color: #fb2d59
}

.entrance-2-title:before {
	content: "02";
	background-color: #fb2d59
}

.entrance-7-title {
	color: #3c4ebc
}

.entrance-7-title:before {
	content: "07";
	background-color: #3c4ebc
}

.entrance-3-title {
	color: #fe0061
}

.entrance-3-title:before {
	content: "03";
	background-color: #fe0061
}

.entrance-4-title {
	color: #aa04b6
}

.entrance-4-title:before {
	content: "04";
	background-color: #aa04b6
}

.entrance-5-title {
	color: #6e32bd
}

.entrance-5-title:before {
	content: "05";
	background-color: #6e32bd
}

.entrance-6-title {
	color: #6e32bd
}

.entrance-6-title:before {
	content: "06";
	background-color: #6e32bd
}

.scene-list {
	margin-bottom: 28px;
	font-size: 0;
}

.scene-list li {
	display: inline-block;
	width: 279px;
	width: 23.25%;
	height: 220px;
	position: relative;
	margin-left: 28px;
	margin-left: 2.3%;
}

.scene-list li:first-child {
	margin-left: 0;
}

.scene-list li img {
	position: absolute;
	left: 0;
	top: 0;
}

.scene-list li span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 220px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.module-title+.industry-list {
	margin-bottom: 36px;
}

.case-list,
.goodness-list,
.industry-list,
.package-list,
.scene-list {
	/* font-size: 0; */
}

.industry-list li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width: 16%;
}

.industry-list li img {
	width: auto;
	margin: 0 auto;
}

.industry-list li:first-child {
	margin-left: 0;
}

.industry-list li p {
	margin-top: 5px;
}

.package-list>li {
	height: 440px;
	padding: 0 28px;
	border: 1px solid #ddd;
	width: 19.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.package-name {
	font-size: 22px;
	font-weight: 400;
	margin: 56px 0 16px;
}

.package-name+ul {
	line-height: 1.8;
}

.min.css:1 .package-1 {
	margin-top: 112px;
}

.link-consult-miniapp,
.link-consult-miniapp:visited {
	color: #fff;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #178bfb;
	border-radius: 3px;
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 30px;
	font-size: 14px;
}

.link-consult-miniapp:hover {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 12px 3px rgba(255, 255, 255, .5) inset;
	box-shadow: 0 0 12px 3px rgba(255, 255, 255, .5) inset
}

.appBanner .app-layout .header-subtitle {
	max-width: 520px;
}

.appBanner .app-layout .sub-btn-opacity {
	/* margin-top:255px;*/
}

/* app开发 */
.web_news {
	background: #fff;
	color: #333;
	overflow: hidden;
	zoom: 1;
	padding: 70px 0;
}

.usertit,
.usertit2 {
	font-size: 36px;
	color: #f67524;
	text-align: center;
	font-weight: bold;
}

.user_con,
.user_con2 {
	color: #7E7E7E;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.xz_webdl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
	color: #999;
}

.xz_webdl dl {
	width: 374px;
	float: left;
	margin-right: 34px;
}

.xz_webdl dl:nth-of-type(3) {
	margin-right: 0;
}

.xz_webdl dl dt {
	width: 100%;
	height: 206px;
	overflow: hidden;
}

.xz_webdl dl dt img {
	width: 100%;
	transition: all 0.8s;
	cursor: pointer;
}

.xz_webdl dl dt img:hover {
	transform: scale(1.1);
}

.xz_webdl dl dd {
	font-size: 18px;
	margin-top: 23px;
	color: #333;
	font-weight: bold;
}

.xz_webdl dl dd p {
	width: 70%;
	height: 95px;
}

.xz_webdl dl dd span {
	display: block;
	font-size: 20px;
	color: #f67524;
	font-family: "PingFang-SC";
	font-weight: bold;
	margin: 10px 0;
	line-height: 24px;
}

.xz_webdl dl ul {
	font-size: 15px;
	line-height: 30px;
	color: #888;
	padding-top: 20px;
}

.xz_webfan {
	background: url(../images/xz_77.png) no-repeat center;
	height: 613px;
	padding-top: 88px;
}

.xz_usertit {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.xz_user_con {
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

.xz_user_con span {
	display: block;
	font-size: 20px;
	font-family: "PingFang SC Light";
}

.xz_webnr {
	width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 0;
	overflow: hidden;
	zoom: 1;
}

.xz_webnr li {
	width: 148px;
	float: left;
	margin: 0 36px;
	text-align: center;
	color: #fff;
}

.xz_webnr li img {
	display: block;
	margin: 50px auto 15px auto;
	width: auto;
}

.xz_webnr li:hover {
	transform: scale(1.1);
}

.web_tud {
	padding-top: 2%;
	overflow: hidden;
	background: #fff;
}

.userwork {
	text-align: center;
	margin-top: 58px;
}

.xz_webysh {
	background: #31a3f0;
	width: 180px;
	height: 260px;
	border-radius: 5px;
	color: #fff;
	float: left;
	margin: 0 10px;
}

.xz_webysh dt img {
	display: block;
	margin: 50px auto 25px auto;
	width: auto;
}

.xz_webysh dd h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.xz_webysh dd p {
	text-align: center;
}

.xz_webysh2 {
	background: #7374eb;
}

.xz_webysh3 {
	background: #ff4058;
}

.xz_webysh4 {
	background: #f5a01c;
}

.xz_webysh5 {
	background: #00b4a1;
}

.xz_webysh6 {
	background: #3270d0;
}

.marNO {
	padding-bottom: 0;
}

.bounceup {
	animation: bounceInUp 1.2s;
	-moz-animation: bounceInUp 1.2s;
	/* Firefox */
	-webkit-animation: bounceInUp 1.2s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 1.2s;
	/* Opera */
	visibility: visible;
}

.bounceups {
	animation: bounceInUp 3.6s;
	-moz-animation: bounceInUp 3.6s;
	/* Firefox */
	-webkit-animation: bounceInUp 3.6s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 3.6s;
	/* Opera */
	visibility: visible;
}

.bounceups1 {
	animation: bounceInUp 4.8s;
	-moz-animation: bounceInUp 4.8s;
	/* Firefox */
	-webkit-animation: bounceInUp 4.8s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 4.8s;
	/* Opera */
	visibility: visible;
}

.bounceups2 {
	animation: bounceInUp 5.8s;
	-moz-animation: bounceInUp 5.8s;
	/* Firefox */
	-webkit-animation: bounceInUp 5.8s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 5.8s;
	/* Opera */
	visibility: visible;
}

.bounceups3 {
	animation: bounceInUp 6.8s;
	-moz-animation: bounceInUp 6.8s;
	/* Firefox */
	-webkit-animation: bounceInUp 6.8s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 6.8s;
	/* Opera */
	visibility: visible;
}

.bounceups4 {
	animation: bounceInUp 7.8s;
	-moz-animation: bounceInUp 7.8s;
	/* Firefox */
	-webkit-animation: bounceInUp 7.8s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 7.8s;
	/* Opera */
	visibility: visible;
}

.bounceups5 {
	animation: bounceInUp 8.8s;
	-moz-animation: bounceInUp 8.8s;
	/* Firefox */
	-webkit-animation: bounceInUp 8.8s;
	/* Safari and Chrome */
	-o-animation: bounceInUp 8.8s;
	/* Opera */
	visibility: visible;
}

.zoomup {
	animation: zoomInUp 2s;
	-moz-animation: zoomInUp 2s;
	/* Firefox */
	-webkit-animation: zoomInUp 2s;
	/* Safari and Chrome */
	-o-animation: zoomInUp 2s;
	/* Opera */
	visibility: visible;
}

.zoomin {
	animation: zoomIn 2s;
	-moz-animation: zoomIn 2s;
	/* Firefox */
	-webkit-animation: zoomIn 2s;
	/* Safari and Chrome */
	-o-animation: zoomIn 2s;
	/* Opera */
	visibility: visible;
}

/* 服务领域 */
.fuw_banner {
	height: 617px;
	background: url(../images/fw_ban.png) no-repeat top center;
	background-size: 100% 100%;
}

.fuw_banner h1 {
	font-size: 72px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10%;
}

.fuw_banner span {
	display: block;
	font-size: 24px;
	color: #999;
	text-align: center;
}

.fuw_dfl {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	width: 1200px;
	margin-top: -170px;
}

.fuw_dfl dl {
	background: url(../images/fw1.png) no-repeat top center;
	background-size: 100%;
	width: 25%;
	float: left;
}

.fuw_dfl dl:nth-child(2) {
	background: url(../images/fw2.png) no-repeat top center;
	background-size: 100%;
}

.fuw_dfl dl:nth-child(3) {
	background: url(../images/fw3.png) no-repeat top center;
	background-size: 100%;
}

.fuw_dfl dl:nth-child(4) {
	background: url(../images/fw4.png) no-repeat top center;
	background-size: 100%;
}

.fuw_dfl dt {
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding: 65px 0 20px 0;
	background: url../images//lines.png) no-repeat bottom center;
}

.fuw_dfl dd i {
	padding: 35px 0;
	display: block;
	color: #fff;
	font-size: 38px;
	text-align: center;
}

.fuw_contact {
	background: #fff;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	padding: 80px 2%;
}

.fuw01_box1 {
	margin-top: -80px;
	padding-top: 135px;
}

.fuw01_nr1 {}

.fuw_datit {
	position: relative;
	height: 165px;
	margin-top: 50px;
}

.fuw01_nr1 h2,
.fuw01_nr2 h2 {
	position: absolute;
	z-index: 2;
	font-size: 42px;
	color: #adadad;
	font-weight: bold;
}

.fuw01_nr1 h1,
.fuw01_nr2 h1 {
	position: absolute;
	z-index: 2;
	top: 60px;
	font-size: 68px;
	color: #222;
	font-weight: bold;
}

.fuw01_nr1 span {
	position: absolute;
	left: 320px;
	top: 30px;
	z-index: 1;
}

.fuw01_nr2 span {
	position: absolute;
	right: 200px;
	top: 30px;
	z-index: 1;
}

.san_dong {
	animation-name: mls;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

.san_dongs {
	animation-name: mlss;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

.fuw01_li {
	font-size: 16px;
	margin-top: 45px;
	margin-left: -50px;
}

.fuw01_li li {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 45px;
}

.fuw01_li i {
	font-size: 32px;
	margin-bottom: 7px;
	display: block;
	font-weight: bold;
}

.fuw01_box2 {
	background: #14161e url(../images/fw_tpbg2.png) no-repeat;
	background-size: 100% 100%;
}

.fuw01_nr2 {
	padding: 0 6% 0 15%;
	color: #fff;
	box-sizing: border-box;
}

.fuw01_nr2 h2 {
	color: #444;
}

.fuw01_nr2 h1 {
	color: #fff;
}

.fuw01_nr2 .fuw01_li {
	font-size: 16px;
	margin-top: 45px;
	margin-left: -90px;
}

.fuw01_nr2 .fuw01_li li {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 45px;
}

.fuw01_nr2 .fuw01_li i {
	font-size: 32px;
	margin-bottom: 7px;
	display: block;
	font-weight: bold;
}

.fuw01_nr2 .fuw01_li li a {
	color: #fff;
}

.fuw01_nr2 .fuw01_li li a:hover {
	color: #f02943;
}

.fuw01_box3 {
	background: #fff url(../../images/xiangya/fw_tpbg3.png) no-repeat;
	background-size: 100% 100%;
}

.fuw01_box4 {
	background: #141414;
}

.fuw_lch {
	background: url(../images/fw_tpbg5.png) no-repeat;
	padding: 100px 0;
}

.fuw_lch h2 {
	font-size: 42px;
	color: #adadad;
	font-weight: bold;
	text-align: center;
}

.fuw_lch h1 {
	font-size: 58px;
	color: #222;
	font-weight: bold;
	text-align: center;
}

.fuw_lch img {
	display: block;
	margin: 0 auto;
	width: 57%;
}

.col-lg-5 {
	width: 41.66666667%;
	float: left;
}

.col-lg-7 {
	width: 58.33333333%;
	float: left;
}

.bounceleft {
	animation: bounceInLeft 2s;
	-moz-animation: bounceInLeft 2s;
	/* Firefox */
	-webkit-animation: bounceInLeft 2s;
	/* Safari and Chrome */
	-o-animation: bounceInLeft 2s;
	/* Opera */
	visibility: visible;
}

.bounceright {
	animation: bounceInRight 2s;
	-moz-animation: bounceInRight 2s;
	/* Firefox */
	-webkit-animation: bounceInRight 2s;
	/* Safari and Chrome */
	-o-animation: bounceInRight 2s;
	/* Opera */
	visibility: visible;
}

.youce_fuwu {
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 99
}

.youce_fuwu a {
	display: block;
	height: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
	line-height: 30px;
	width: 30px;
	border-radius: 5px;
	text-align: center;
}

/*专题页样式*/
.zhuanti_ban {
	position: relative
}

.zhuanti_bancont {
	position: absolute;
	top: 40%;
	font-size: 26px;
	left: 10%;
	text-align: center;
	cursor: pointer;
}

.zhuanti_bancont h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}

.zhuanti_ban img {
	width: 100%;
}

.zhuanti_biaoqian {
	text-align: center
}

.zhuanti_biaoqian span {
	display: inline-block;
	width: 86px;
	font-size: 14px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 16px;
	text-align: center;
	margin-top: 30px;
	margin-right: 10px;
	color: #808080;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.zhuanti_team {
	height: 100vh;
	background: url("../images/common/zt_bg1.png") no-repeat;
	background-size: 100% 100%;
}

.team_cont1 {
	background: url("../images/common/zt_bg2.png") repeat-y;
	float: right;
	width: 68%;
	height: 80vh;
	margin: 10vh 0;
	overflow: hidden;
}

.team_list1 {
	float: left;
	width: 30%;
	color: #fff;
	padding: 30px 30px 0 30px;
	background: url("../../images/xiangya/zt_experience.png") no-repeat right 30px;
	height: 28vh;
	margin: 0 1.5%;
	margin-top: 8vh;
	box-sizing: border-box;
}

.team_list1:nth-of-type(2) {
	background: url("../../images/xiangya/zt_member.png") no-repeat right 30px;
}

.team_list1:nth-of-type(3) {
	background: url("../../images/xiangya/zt_Honor .png") no-repeat right 30px;
}

.team_list1:nth-of-type(4) {
	background: url("../../images/xiangya/zt_Customer.png") no-repeat right 30px;
}

.team_list1:nth-of-type(5) {
	background: url("../../images/xiangya/zt_details.png") no-repeat right 30px;
}

.team_list1:nth-of-type(6) {
	background: url("../../images/xiangya/zt_quality.png") no-repeat right 30px;
}

.team_list1 dt i {
	font-size: 20px;
	margin-top: -20px;
	color: #eee
}

.team_list1 dt {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}

.team_list1 dd {
	font-size: 14px;
	line-height: 3vh;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.team_jingyan {
	margin-top: 3vh;
}

.team_jingyan button {
	outline: none;
	width: 150px;
	height: 35px;
	border: 1px solid rgba(238, 238, 238, .3);
	background: none;
	font-size: 15px;
	color: #F79882;
	cursor: default;
}

.team_jingyan button span {
	font-size: 18px;
	color: #FFD200
}

.leicing_cont {
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
	animation: all 1.2s;
}

.leicing_cont div {
	opacity: 0;
}

.leicing_cont dl {
	float: left;
	width: 16%;
	cursor: pointer;
}

.leicing_cont dl:hover dt img {
	transform: scale(1.2);
	transition: all 2s
}

.leicing_cont dl dt {
	text-align: center
}

.leicing_cont dl dt img {
	width: auto;
	margin: 0 auto;
}

.leicing_cont dl dd {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.pinpai_gw {
	background: url("../images/zt_bg3.png") no-repeat;
	padding: 170px 0 120px 0;
	overflow: hidden;
	background-size: 100% 100%;
}

.pinp_left {
	float: left;
	width: 60%;
	opacity: 0
}

.pinp_title {
	font-size: 48px;
	color: #4F81CA;
	line-height: 40px;
}

.pinp_title small {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	color: #6EA1ED;
	background: url("../../images/xiangya/zt_line.png") no-repeat 0 bottom;
	padding-bottom: 20px;
}

.pinp_ullist {
	font-size: 15px;
	color: #4F81CA;
	margin-top: 40px;
}

.pinp_ullist li {
	list-style: disc inside
}

.pinp_right {
	float: left;
	width: 40%;
	opacity: 0
}

.pinp_right .pin_img1 {
	width: 100%;
}

.jituan_zq {
	background: url("../images/zt_bg4.png") no-repeat;
	padding: 160px 0 0 0;
	background-size: 100% 100%;
}

.jituan_img1 {
	width: 100%;
}

.jituan_left {
	float: left;
	width: 50%;
	opacity: 0
}

.jituan_left img {}

.jituan_right {
	float: left;
	width: 50%;
	padding: 50px 60px;
	opacity: 0;
	box-sizing: border-box;
}

.jituan_right h2 {
	font-size: 48px;
	color: #444444;
	background: url(../../images/xiangya/zt_line2.png) no-repeat 0 bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.jituan_list {
	font-size: 15px;
}

.jituan_list li {
	list-style: disc inside;
	color: #666666;
	overflow: hidden;
}

.jituan_list label {
	font-weight: normal;
	display: inline-block;
	width: 16%
}

.jituan_list li span {
	float: right;
	width: 75%;
}

.yingxiaoxing {
	background: url("../images/zt_bg5.png") no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 40px 0
}

.yingxiao_left {
	width: 30%;
	float: left;
	padding: 100px 50px;
	opacity: 0;
	box-sizing: border-box;
}

.yingxiao_left .pinp_title {
	color: #fff;
}

.yingxiao_left .pinp_title small {
	color: #606978;
}

.yingxiao_title small {
	background: url("../../images/xiangya/zt_line3.png") no-repeat 0 bottom;
}

.yingxiao_ullist {
	color: #fff;
}

.yingxiao_right {
	float: left;
	width: 70%;
	opacity: 0
}

.yingxiao_right img {
	width: 100%;
}

.dianzi_sw {
	background: url("../images/zt_bg6.png") no-repeat;
}

.dianzi_cont {
	font-size: 15px;
	color: #666;
}

.xiangyingshi_wz {
	background: url("../images/zt_bg7.png") no-repeat;
	background-size: 100% 100%;
	padding: 50px 0
}

.xiangyingshi_wz .xiangying_title small {
	color: #fff;
	background: url("../../images/xiangya/zt_line4.png") no-repeat 0 bottom
}

.xiangying_right {
	float: left;
	width: 60%;
	margin-left: 10%;
	opacity: 0
}

.shoujiduan_Wz {
	background: url("../images/zt_bg8.png") no-repeat;
	background-size: 100% 100%;
	padding: 200px 0 0 0
}

.shouji_right {
	float: left;
	width: 44%;
	opacity: 0
}

.fuwu_liucheng {
	background: url("../images/zt_lc.png") no-repeat;
	background-size: 100% 100%;
}

.fuwu_liucheng .wanshan_title {
	font-size: 44px;
	color: #fff;
	font-weight: normal;
	opacity: 0;
}

.fuwu_liucheng .wanshan_title1 {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-top: 15px;
	background: url("../../images/xiangya/zt_tit.png") no-repeat center bottom;
	padding-bottom: 20px;
	opacity: 0
}

.donghua1,
.donghua2,
.fuwu_liucheng .dong_img {
	opacity: 0
}

@media (max-width:1366px) {
	.team_list1 {
		float: left;
		width: 30%;
		color: #fff;
		padding: 30px 30px 0 30px;
		background: url("../../images/xiangya/zt_experience.png") no-repeat right 30px;
		height: 36vh;
		margin: 0 1.5%
	}

	.team_list1 dd {
		font-size: 12px;
	}

	.pinp_title {
		font-size: 40px;
	}

	.pinp_title small {
		font-size: 20px;
	}

	.pinp_ullist {
		font-size: 13px;
	}

	.jituan_right h2 {
		font-size: 40px;
	}

	.jituan_list {
		font-size: 13px;
	}

	.fuwu_liucheng .wanshan_title {
		font-size: 36px;
	}
}

.yingyong_box {
	background: #fff;
}

.yingyong_cont {
	top: 25%;
	left: 0;
	width: 100%;
	color: #fff
}

.yingyong_cont div {
	text-align: center;
}

.yingyong_cont .zhuanti_biaoqian span {
	color: #EBEBEB;
	width: 110px;
}

.leicing_cont1 dl {
	width: 25%;
	cursor: pointer;
}

.leicing_cont1 dl:hover img {
	transform: scale(1.2);
	transition: all 2s
}

.ying_team {
	background: url(../../images/xiangya/ying_03.png) repeat-y;
}

.yingyong_box1 {
	background: url(../../images/xiangya/yingy_img6.png) no-repeat;
	padding: 120px 0;
	background-size: 100% 100%;
}

.yingxiao_top {
	color: #444;
	width: 100%;
	text-align: center;
	opacity: 0
}

.yingyong_title {
	font-size: 44px;
	color: #444;
}

.yingyong_title small {
	display: inline-block;
	width: 100%;
	color: #606978;
	font-size: 22px;
	background: url(../../images/xiangya/zt_line2.png) no-repeat center bottom;
	padding-bottom: 20px;
}

.app_box dl {
	float: left;
	width: 22%;
	margin-right: 4%;
	cursor: pointer;
}

.app_box dl:nth-of-type(4) {
	margin-right: 0
}

.app_box {
	overflow: hidden;
	margin-top: 80px;
}

.app_box dl dt {
	text-align: center;
}

.app_box dl h1 {
	font-size: 18px;
	color: #666666;
	margin: 10px 0
}

.app_box dl dd {
	font-size: 14px;
	color: #888;
	width: 58%;
	margin: 20px auto
}

.app_img {
	text-align: center;
	margin-top: 50px;
}

.yingyong_box2 {
	background: url(../../images/xiangya/yingy_img13.png) no-repeat;
	background-size: 100% 100%;
	padding: 120px 0 0 0;
}

.yingyong_box2 .yingyong_title,
.yingyong_box3 .yingyong_title {
	color: #fff
}

.yingyong_box2 .yingyong_title small,
.yingyong_box3 .yingyong_title small {
	color: #A8A8A8;
	background: url(../../images/xiangya/zt_line3.png) no-repeat center bottom;
}

.yingyong_box2 .app_img {
	margin-bottom: -30px;
}

.yingyong_box3 {
	padding-top: 100px;
	background: url(../../images/xiangya/yingy_img17.png) no-repeat;
	background-size: 100% 100%;
}

.dingding_list li {
	list-style: disc inside;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 50%;
	padding-left: 5%;
}

.dingding_list {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	margin-top: 70px;
}

.yingyong_box3 .yingyong_title small {
	color: #fff;
}

.yingyong_box4 {
	background: url(../../images/xiangya/yingy_img15.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 120px;
}

.weixin_left {
	float: left;
	width: 48%;
}

.weixin_left dl {
	float: left;
	width: 45%;
	margin-bottom: 30px;
}

.weixin_right {
	float: left;
	width: 50%;
}

.weixin_right img {
	width: 90%;
}

.team_cont12 {
	width: 30%;
	height: 80vh;
	margin: 10vh 0;
	float: left;
}

.team_cont12 div {
	font-size: 30px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 11vh;
}

.team_cont12 div:last-child {
	margin-top: 4vh;
}

.team_cont12 p {
	font-size: 12px;
	color: #FFFFFF;
}

/*系统解决方案*/
.xitong_bancont {
	top: 35%;
}

.xitong_bancont h2 {
	font-size: 55px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	animation: fadeInLeft 1s;
}

.xitong_bancont .xitong_ban {
	color: #FFFFFF;
	font-size: 25px;
	margin-top: 30px;
	animation: fadeInLeft 2s;
}

.xitong_bancont .zhuanti_biaoqian {
	margin-top: 118px;
	animation: fadeInLeft 3s;
}

.xitong_bancont .zhuanti_biaoqian span {
	color: #FFFFFF;
	border-color: #FFFFFF;
	width: auto;
	height: 31px;
	line-height: 31px;
	padding: 0 12px;
	cursor: pointer;
}

.xitong_team .team_cont1 {
	background: url(../images/jinbg_03.png) repeat-y;
}

.xitong_team .team_cont1 .team_jingyan button span {
	color: #FFEA00;
}

.xitong_team .team_cont1 .team_jingyan button {
	color: #76E6DB;
}

.team_cont12 {
	width: 30%;
	height: 80vh;
	margin: 10vh 0;
	float: left;
}

.team_cont12 div {
	font-size: 30px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 11vh;
}

.team_cont12 div:last-child {
	margin-top: 4vh;
}

.team_cont12 p {
	font-size: 12px;
	color: #FFFFFF;
}

.xitong_gw {
	background: url(../images/bignumbg.png)no-repeat;
	background-size: 100% 100%;
}

.xitong_gw .pinp_title {
	color: #003333;
}

.xitong_gw .pinp_title small {
	line-height: 30px;
	color: #999999;
	margin-top: 20px;
	background: url(../../images/xiangya/zt_line1.png)no-repeat 0 bottom;
}

.xitong_gw .pinp_left {
	width: 36%;
	margin-right: 10%;
	margin-left: 8%;
}

.xitong_gw .pinp_ullist {
	color: #888888;
}

.xitong_zq {
	padding: 100px 0;
	background: url(../images/oa_bg.png)no-repeat;
	background-size: 100% 100%;
}

.xitong_zq .jituan_right h2 {
	color: #FFFFFF;
	background: url(../../images/xiangya/zt_line22.png)no-repeat 0 bottom;
}

.xitong_zq .jituan_right h2 span {
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 14px;
}

.xitong_zq .jituan_list li {
	line-height: 36px;
	color: #FFFFFF;
}

.xitong_zq .jituan_right {
	padding: 100px 78px;
}

.xitong_erp {
	background: url(../images/erp_bg.png)no-repeat;
	background-size: 100% 100%;
}

.xitong_erp .yingxiao_left {
	width: 35%;
}

.xitong_erp .yingxiao_left .pinp_title {
	background: url(../../images/xiangya/zt_line22.png)no-repeat 0 bottom;
}

.xitong_erp .yingxiao_left .pinp_title small {
	color: #FFFFFF;
}

.xitong_erp .yingxiao_right img {
	width: auto;
	max-width: 100%;
}

.xitong_erp .yingxiao_right {
	width: 65%;
}

.xitong_gongdan {
	background: url(../images/gongdan_bg.png)no-repeat;
	background-size: 100% 100%;
}

.xitong_gongdan .jituan_right h2 small {
	display: block;
	margin-top: 14px;
	font-weight: normal;
	line-height: 1;
	color: #aca6af;
	font-size: 65%;
}

.xitong_gongdan .jituan_right {
	padding: 0;
	margin-top: 10px;
	float: right;
}

.xitong_gongdan .jituan_list li {
	color: #888888;
}

.xitong_dianshang {
	background: url(../images/dianshang_bg.png)no-repeat;
	background-size: 100% 100%;
}

.xitong_dianshang .yingxiao_left {
	width: 40%;
}

.xitong_dianshang .xiangying_right {
	margin-left: 0;
}

.xitong_dianshang .diandl {
	overflow: hidden;
	margin-top: 60px;
}

.xitong_dianshang .diandl dl {
	width: 33.3%;
	float: left;
}

.xitong_dianshang .diandl dl dt {
	text-align: center;
	margin-top: 26px;
}

.xitong_dianshang .diandl dl dt img {
	width: 73px;
	height: 73px;
	margin: auto;
}

.xitong_dianshang .diandl dl dd {
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 8px;
}

.xitong_dianshang .yingxiao_left {
	padding: 100px 0;
}

.xitong_dianshang .xiangying_right {
	width: 50%;
	margin-left: 10%;
	margin-top: 8%;
}

.xitong_crm {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	padding: 0;
}

.crmimg {
	width: 100%;
}

.crmdiv {
	width: 490px;
	position: absolute;
	left: 0;
	right: 0;
	top: 13%;
	opacity: 0;
	margin: 0 auto;
}

.crmdiv h2 {
	padding-bottom: 24px;
	font-size: 48px;
	color: #333333;
	text-align: center;
	font-weight: 800;
	background: url(../../images/xiangya/crm_bt.png)no-repeat center bottom;
}

.crmdiv h2 small {
	font-size: 24px;
	color: #999999;
	display: block;
	margin-top: 16px;
}

.crmul {
	margin-top: 35px;
}

.crmul li {
	line-height: 36px;
	font-size: 15px;
	color: #888888;
	list-style: disc inside;
}

.xitong_cont {
	padding-top: 0;
}

/*品牌策划*/
.pin_bancont {
	text-align: center;
	left: 0;
	right: 0;
	top: 39%;
}

.pin_bancont h4 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

.pindiv {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.pindiv a {
	display: block;
	width: 203px;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
	background: linear-gradient(-90deg, rgba(248, 87, 53, 1), rgba(218, 48, 27, 1));
	border-radius: 28px;
	margin: auto;
	font-weight: normal;
	margin-top: 40px;
	font-size: 20px;
}

.pindiv a img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 24px;
}

.wid1054 {
	width: 700px;
	margin: auto;
	margin-top: 61px;
	margin-bottom: 49px;
}

.wid1054 dl {
	width: 147px;
	height: 116px;
	background: #959595;
	float: left;
	margin-right: 34px;
	cursor: pointer;
	position: relative;
	margin-bottom: 49px;
}

.wid1054 dl:last-child {
	margin-right: 0;
}

.wid1054 dl.checked {
	background: #f3782a;
}

.jiantous {
	display: none;
}

.wid1054 dl.checked .jiantous {
	display: block;
}

.wid1054 dl dt {
	text-align: center;
	margin-top: 26px;
	margin-bottom: 15px;
}

.wid1054 dl dd {
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}

.pinqie {
	background: #FFFFFF;
	overflow: hidden;
	width: 98%;
	margin: auto;
}

.pinqie .case_show_list li {
	width: 32.66%;
	max-height: 299px;
	margin-right: 1%;
	margin-bottom: 1%;
}

.pinqie .case_show_list li:nth-of-type(3n+3) {
	margin-right: 0;
}

.jiantous {
	position: absolute;
	left: 62px;
	bottom: -12px;
}

.yuan_tab {
	min-height: 500px;
}

.imgAuto {
	width: auto;
}

.pin_bancont {
	text-align: center;
	left: 0;
	right: 0;
	top: 39%;
}

.pin_bancont h4 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

.pindiv {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.pindiv a {
	display: block;
	width: 203px;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
	background: linear-gradient(-90deg, rgba(248, 87, 53, 1), rgba(218, 48, 27, 1));
	border-radius: 28px;
	margin: auto;
	font-weight: normal;
	margin-top: 40px;
	font-size: 20px;
}

.pindiv a img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 24px;
}

.wid1054 {
	margin-top: 61px;
	margin-bottom: 49px;
}

.wid1054 dl {
	width: 147px;
	height: 116px;
	background: #959595;
	float: left;
	margin-right: 34px;
	cursor: pointer;
	position: relative;
	margin-bottom: 49px;
}

.wid1054 dl:last-child {
	margin-right: 0;
}

.wid1054 dl.checked {
	background: #f3782a;
}

.jiantous {
	display: none;
}

.wid1054 dl.checked .jiantous {
	display: block;
}

.wid1054 dl dt {
	text-align: center;
	margin-top: 26px;
	margin-bottom: 15px;
}

.wid1054 dl dt img {
	width: auto;
	display: inline;
}

.wid1054 dl dd {
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}

.pinqie {
	background: #FFFFFF;
	overflow: hidden;
	width: 98%;
	margin: auto;
}

/* 关于我们 */
.honour {
	background: url(../images/honour_bg.jpg)no-repeat center 0;
	padding: 100px 0;
}

.honour-title {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #666666;
	margin-bottom: 58px;
}

.honour-title strong {
	display: block;
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 14px;
}

.rollpic {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.rollpic .prev,
.rollpic .next {
	height: 52px;
	width: 52px;
	cursor: pointer;
	float: left;
	top: 50%;
	margin-top: -26px;
	position: absolute;
	z-index: 1000;
	display: none;
	transition: 1s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.rollpic:hover .prev,
.rollpic:hover .next {
	display: block;
}

.rollpic .prev {
	background: url(../images/qualification_prev1.png) no-repeat 0 0;
	left: 20px;
}

.rollpic .prev:hover {
	background: url(../images/qualification_prev2.png) no-repeat 0 0;
}

.rollpic .next {
	background: url(../images/qualification_next1.png) no-repeat 0 0;
	right: 20px;
}

.rollpic .next:hover {
	background: url(../images/qualification_next2.png) no-repeat 0 0;
}

.rollpicshow {
	float: left;
}

.rollpicshow li {
	padding: 0 10px;
}

.rollpicshow li img {
	width: 330px;
	height: 400px;
}

/* 联系我们 */
.about-title {
	width: 360px;
	margin: 0 auto;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.about-l-img {
	width: 10%;
}

.about-l-img img {
	width: 100%;
}

.about-tit-msg {
	width: 40%;
	text-align: center;
	font-size: 26px;
	color: #415570;
}

.about-r-img {
	width: 10%;
}

.about-r-img img {
	width: 100%;
}

.connect-container {
	width: 100%;
	margin: 0 auto;
}

.connect-word {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.connect-word p {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 24px;
	margin-bottom: 0;
}

.connect-info-box {
	width: 100%;
	background: url('../../images/xiangya/lx.jpg') no-repeat center;
	background-size: cover;
	padding-top: 28px;
}

.connect-info {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: flex;
}

.connect-info-list {
	text-align: center;
	width: 24%;
	padding-top: 45px;
	padding-bottom: 65px;
	margin: 0 8px;
}

.connect-info-list-icon {
	width: 20%;
	margin: 0 40%;
}

.connect-info-list-icon img {
	width: 80%;
}

.connect-info-list-tit {
	width: 100%;
	margin: 12px auto;
	font-size: 22px;
	color: #000;
}

.connect-info-list-address {
	width: 100%;
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.con-c1 {
	background-color: #F9E0E0;
}

.con-c2 {
	background-color: #C2D5F8;
}

.con-c3 {
	background-color: #EBF3DA;
}

.con-c4 {
	background-color: #DDF2F4;
}

.word-c1 {
	color: #F9E0E0;
}

.word-c2 {
	color: #EBF3DA;
}

.connect-map-box {
	width: 1200px;
	margin: 0 auto;
}

.connect-cc {
	width: 100%;
	background: url('../../images/xiangya/lx-cc.jpg') no-repeat center;
	background-size: cover;
}

.connect-cc-box {
	width: 850px;
	margin: 0 auto;
	align-items: center;
	padding: 18px 0;
}

.connect-phone {
	width: 45%;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
}

.connect-phone img {
	width: 10%;
	margin-right: 15px;
}

.connect-phone-num {
	font-size: 22px;
	color: #fff;
}

.connect-mob {
	width: 175px;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #C530F3;
	color: #fff;
	border-radius: 5px;
}

.connect-vv-box {
	width: 100%;
	padding-top: 28px;
	padding-bottom: 65px;
	margin: 0 auto;
	background: url('../../images/xiangya/lx-x.png') no-repeat center;
	background-size: cover;
}

.connect-vv {
	width: 1200px;
	box-shadow: 2px 2px 5px #eee;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 65px 0px;
	background-color: #fff;
}

.connect-vv-l {
	width: 25%;
	text-align: center;
	align-items: center;
}

.connect-vv-r {
	width: 70%;
	justify-content: flex-start;
}

/* 人才招聘 */
.cont-bg {
	background: url(../images/bg.png) no-repeat;
	background-position: center top;
	padding: 60px 0 0;
	overflow: hidden;
}

.joinUs-cont {
	width: 1000px;
	margin: 0 auto;
}

.joinUs-cont .position {
	font-size: 22px;
	color: #f3782a;
	font-weight: lighter;
}

.joinUs-cont .position div {
	padding-bottom: 28px;
}

.joinUs-cont .position div:last-child {
	border-bottom: 1px solid #aaaaaa;
}

.joinUs-cont .position p {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	margin-left: 40px;
}

.joinUs-cont .position p span,
.joinUs-cont .position p a {
	margin-right: 12px;
	padding: 5px 7px;
	display: inline-block;
	cursor: pointer;
	color: #333333;
}

.joinUs-cont .position p a.cur {
	background: #f3782a;
	color: #fff;
}

.joinUs-cont .item-list {
	width: 950px;
	overflow: hidden;
}

.joinUs-cont .item-list .item-list-cont {
	width: 5000px;
	overflow: hidden;
}

.joinUs-cont .item {
	display: inline-block;
	float: left;
	padding: 40px 0 24px;
	width: 950px
}

.joinUs-cont .item h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}

.joinUs-cont .item li {
	line-height: 36px;
}

.joinUs-cont .item .des {
	font-size: 18px;
	color: #f3782a;
}

.joinUs-cont .item .req {
	/* margin-top:32px;*/
}

/* 新闻详情页 */
.article-show {}

.article-all {
	min-height: 500px;
	margin: 50px auto 30px auto;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding: 30px;
	clear: both;
	border: solid 1px #ddd;
	border-bottom: none;
}

.article-header {
	margin: 0px auto 10px auto;
	overflow: hidden;
	text-align: center;
}

.article-header .article-head {
	font-size: 23px;
	line-height: 120%;
	margin-bottom: 10px;
	color: #333;
}

.article-tags {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	margin: 15px auto 20px auto;
	color: #666;
	clear: both;
	text-align: center;
}

.article-tags span {
	margin-right: 25px;
	font-size: 12px;
	line-height: 17px;
}

.article-tags span i {
	margin-right: 3px;
}

.article-tags span i img {
	display: inline;
	width: auto;
}

.article-content {
	margin-top: 28px;
}

.article-pager {
	width: 1200px;
	height: 38px;
	margin: 0px auto 30px auto;
	clear: both;
	text-align: center;
}

.article-pager li {
	width: 128px;
	height: 38px;
	border: solid 1px #ddd;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-right: 7px;
}

.article-pager li a {
	width: 100%;
	height: 38px;
	display: block;
	color: #333;
}

.article-pager li span img {
	display: inline;
	width: auto;
	margin-top: -2px;
}

.article-pager li:hover {
	font-weight: bold;
}

.pages {
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 28px;
	text-align: center;
}

.pages a {
	display: inline-block;
	background-color: #f4f1ed;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	color: #959595;
	margin: 0px 5px;
	margin-bottom: 10px;
}

.pages span {
	background-color: #0e6eb8;
	color: #fff;
	display: inline-block;
	display: inline-block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	margin: 0px 5px;
	margin-bottom: 10px;
}

.pages a:hover {
	background-color: #0e6eb8;
	color: #fff;
}

/*企业文化*/
.article {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
}

.culture-meun {
	margin: 0 auto;
	padding: 38px 0;
}

.culture-meun li a {
	background: #fff;
}

.companyCulture {
	width: 1117px;
	margin: 0 auto;
	padding: 14px 0;
}

.companyCulture li {
	width: 100%;
	margin: 32px 0;
	position: relative;
}

.companyCulture li mark {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.companyCulture li.first mark {
	background: url(../images/cultureBg1.png) no-repeat;
}

.companyCulture li.second mark {
	background: url(../images/cultureBg2.png) no-repeat;
}

.companyCulture li.third mark {
	background: url(../images/cultureBg3.png) no-repeat;
}

.companyCulture li img {
	width: 100%;
	height: 274px;
}

.companyCulture figcaption {
	width: 420px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.companyCulture li:nth-child(odd) figcaption {
	right: 72px;
}

.companyCulture li:nth-child(even) figcaption {
	left: 72px;
}

.companyCulture li h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 70px;
	color: #fff;
}

.companyCulture li p {
	font-size: 18px;
	line-height: 30px;
}

.companyCulture li.first p {
	color: #ffefe8;
}

.companyCulture li.second p {
	color: #e0f2ff;
}

.companyCulture li.third p {
	color: #fff1eb;
}

/*企业文化*/
.support {
	height: 203px;
	position: fixed;
	right: 0;
	top: 200px;
	width: 50px;
	z-index: 9999;
}

.support li {
	height: 50px;
	left: 0;
	position: absolute;
}

.support li a {
	background-color: #f37a20;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.support li:hover a {
	background: #000;
}

.support li img {
	display: block;
	float: left;
	margin: 12px 12px 14px 14px;
	width: auto;
}

.support li.support_wx i {
	background: url("../images/songcaiweixin.jpg")
		/*tpa=http://www.xiangyaweb.com/images/songcaiweixin.jpg*/
		no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 188px;
	left: -208px;
	position: absolute;
	top: -136px;
	width: 188px;
}

.support li.support_wx:hover i {
	display: block;
}

.support li.support_tel:hover {
	left: -110px;
}

.support li.support_qq:hover,
.support li.support_wb:hover {
	left: -70px;
}

.support li.support_tel {
	width: 172px;
}

.support li.support_tel,
.support li.support_qq,
.support li.support_wb {
	transition: all 0.4s ease 0s;
}

.support li.support_qq {
	top: 52px;
	width: 140px;
}

.support li.support_wb {
	top: 104px;
	width: 140px;
}

.support li.support_a {
	top: 156px;
}

.support li.support_wx {
	width: 62px;
}

.support li.support_wx {
	top: 156px;
}