@charset "utf-8";
/* CSS Document */
#container * {
	box-sizing: border-box;
}
/****** banner *******/
#container .banner {
	position: relative;
	height: 680px;
}
#container .banner:after {
	content: "";
	display: block;
	width: 100%;
	height: 537px;
	background: #28335a;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#container .banner .banner-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	z-index: 1;
	margin: 0 auto;
}
#container .banner .banner-container:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
#container .banner .banner-container .left-container {
	width: 50%;
	text-align: center;
	padding: 60px 0px 0 10px;
}
#container .banner .banner-container .left-container h3 {
	color: #fff;
	font-size: 44px;
	line-height: 2;
	font-weight: lighter;
	margin-bottom: 10px;
}
#container .banner .banner-container .left-container p {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}
#container .banner .banner-container .left-container h4 {
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
}
#container .banner .banner-container .left-container a {
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	width: 150px;
	line-height: 38px;
	font-size: 16px;
	background: #e27300;
	border: 1px #825799 solid;
	box-shadow: 0 5px 10px #1a213a;
	margin: 30px 0 0 0;
}
#container .banner .banner-container .left-container img {
	width: 69px;
	height: 69px;
	margin: 30px 0;
}
#container .banner .banner-container .right-pic {
	position: absolute;
	right: -85px;
	top: 0;
	font-size: 0;
	text-align: right;
	padding: 55px 0 0 0;
}
#container .banner .banner-container .right-pic img {
	width: auto;
	max-width: 100%;
}
/**** 宣传1 ****/
.xc1 {
	padding: 20px 0 0 0;
}
.xc1 .mt {
	text-align: center;
	margin-bottom: 60px;
}
.xc1 .mt h3 {
	color: #222;
	font-size: 50px;
	font-weight: lighter;
	line-height: 1.6;
}
.xc1 .mt h3 span {
	color: #ff8200;
}
.xc1 .mt p {
	color: #222;
	font-size: 26px;
	line-height: 1.4;
}
.xc1 .mc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.xc1 .mc ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.xc1 .mc ul li {
	display: table-cell;
	font-size: 0;
	padding: 0 15px;
}
.xc1 .mc ul li .img {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 25px;
}
.xc1 .mc ul li .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.xc1 .mc ul li .text {
	display: inline-block;
	width: 100%;
	padding: 0 2%;
}
.xc1 .mc ul li .text h4 {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	margin-bottom: 10px;
}
.xc1 .mc ul li .text p {
	color: #222;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 15px;
	font-weight: lighter;
}
.xc1 .mc .more {
	text-align: center;
	font-size: 0;
	margin: 60px 0 120px 0;
}
.xc2 {
	background: #efefef;
	padding: 60px 0 80px 0;
}
.xc2 .mt {
	text-align: center;
	margin-bottom: 60px;
	background: #efefef;
	position: relative;
	z-index: 1;
}
.xc2 .mt h3 {
	color: #222;
	font-size: 50px;
	font-weight: lighter;
	line-height: 1.6;
}
.xc2 .mt h3 span {
	color: #ff8200;
}
.xc2 .mt p {
	color: #222;
	font-size: 26px;
	line-height: 1.4;
}
.xc2 .mc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.xc2 .mc .main-pic {
	width: 56%;
	margin: 140px auto;
	font-size: 0;
	position: relative;
	z-index: 0;
}
.xc2 .mc .main-pic img {
	width: 100%;
}
.xc2 .mc .info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.xc2 .mc .info .info-item {
	position: absolute;
}
.xc2 .mc .info .info-item .title {
	color: #222;
	font-size: 20px;
	line-height: 2;
	padding: 0 0 0 40px;
}
.xc2 .mc .info .info-item p {
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	padding: 0 0 0 40px;
}
.xc2 .mc .info .info-item.item1 {
	left: 130px;
	background: url(../images/line1.png) no-repeat right bottom;
	width: 250px;
	padding: 0 50px 80px 0;
	top: -110px;
}
.xc2 .mc .info .info-item.item2 {
	right: 165px;
	background: url(../images/line2.png) no-repeat left bottom;
	width: 202px;
	padding: 0 0 80px 0;
	top: -110px;
}
.xc2 .mc .info .info-item.item3 {
	background: url(../images/line3.png) no-repeat right top;
	width: 330px;
	padding: 60px 135px 0 0;
	top: 110px;
	left: 20px;
}
.xc2 .mc .info .info-item.item4 {
	background: url(../images/line4.png) no-repeat 57px 0;
	width: 266px;
	padding: 160px 0 0 0;
	top: 210px;
	left: 260px;
}
.xc2 .mc .info .info-item.item5 {
	background: url(../images/line5.png) no-repeat 0px 0;
	width: 210px;
	padding: 120px 0 0 50px;
	top: 225px;
	right: 155px;
}
.xc2 .mc .info .info-item.item1 .title {
	background: url(../images/web-icon-5.png) no-repeat center left;
}
.xc2 .mc .info .info-item.item2 .title {
	background: url(../images/web-icon-6.png) no-repeat center left;
}
.xc2 .mc .info .info-item.item3 .title {
	background: url(../images/web-icon-7.png) no-repeat center left;
}
.xc2 .mc .info .info-item.item4 .title {
	background: url(../images/web-icon-8.png) no-repeat center left;
}
.xc2 .mc .info .info-item.item5 .title {
	background: url(../images/web-icon-9.png) no-repeat center left;
}
.xc3 {
	padding: 60px 0;
}
.xc3 .mt {
	text-align: center;
	margin-bottom: 60px;
}
.xc3 .mt h3 {
	color: #222;
	font-size: 50px;
	font-weight: lighter;
	line-height: 1.6;
}
.xc3 .mt h3 span {
	color: #ff8200;
}
.xc3 .mt p {
	color: #222;
	font-size: 26px;
	line-height: 1.4;
}
.xc3 .mc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.xc3 .mc .scroll-icon {
}
.xc3 .mc .scroll-icon .scroll-item {
}
.xc3 .mc .scroll-icon .scroll-item ul {
	font-size: 0;
	text-align: justify;
}
.xc3 .mc .scroll-icon .scroll-item ul li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.xc3 .mc .scroll-icon .scroll-item ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.xc3 .mc .scroll-icon .scroll-item ul li.fixit {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.slick-dots li button:before {
	color: #28335a
}
.xc4 {
}
.xc4 .mt {
	text-align: center;
	color: #222;
	font-size: 26px;
	line-height: 2;
	margin-bottom: 55px;
}
.xc4 .mc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.xc4 .mc ul {
	font-size: 0;
	text-align: justify;
	display: block;
}
.xc4 .mc ul:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.xc4 .mc ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 440px;
}
.xc4 .mc ul li .text {
	background: #ededed;
	border-radius: 10px;
	padding: 20px;
	font-size: 13px;
	line-height: 1.6;
	color: #222;
	position: relative;
	margin-bottom: 25px;
}
.xc4 .mc ul li .text:after {
	content: url(../images/arrow-down.png);
	width: 21px;
	height: 11px;
	position: absolute;
	bottom: -7px;
	left: 40px;
}
.xc4 .mc ul li .info {
	display: inline-table;
	width: 100%;
	table-layout: fixed;
}
.xc4 .mc ul li .info .avata {
	display: table-cell;
	width: 120px;
	height: 100px;
	vertical-align: middle;
}
.xc4 .mc ul li .info .avata img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.xc4 .mc ul li .info .name {
	display: table-cell;
	font-size: 16px;
	line-height: 2;
	color: #222;
	vertical-align: middle;
}

