html,
body,
div,
p,
a,
img,
h2,
h1,
ul,
li,
iframe {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", Arial, "微软雅黑", sans-serif;
	border: 0;
	outline: 0;
	color: #333;
	font-size: 14px;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #eef4f9;
	position: relative;
	min-height: 100%;
	min-width: 1280px;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

em,
i {
	font-style: normal;
}

* {
	box-sizing: border-box;
}

input,
textarea,
select,
button {
	font-family: "Microsoft YaHei", Arial, "微软雅黑", sans-serif;
	font-size: 14px;
	outline: 0;
}

img {
	border: none;
	border: 0;
	vertical-align: middle;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 9;
}

.header .wraper {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
}

.header .logo {
	float: left;
	width: 200px;
	height: 64px;
	background: url(../image/logo.svg) no-repeat;
}

.header .tel {
	float: right;
	padding-left: 30px;
	background: url(../image/dianhua.svg) left center no-repeat;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 5px;
	border-radius: 12px;
	background: #99A9BF;
	opacity: .3;
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: #02adff;
	opacity: 1;
}

.swiper-slide .banner1 {
	width: 100%;
	height: 100%;
	background: url(../image/banner.png);
	background-size: 100% 100%;
}

.swiper-slide .banner2 {
	width: 100%;
	height: 100%;
	background: url(../image/banner1.png);
	background-size: 100% 100%;
}

.swiper-slide .banner2 .banner2_title {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.swiper-slide .banner2 .banner2_title img {
	padding-top: 135px;
}
.swiper-slide .banner1 >div{
	width: 1200px;
	margin: 0 auto;
}
.swiper-slide .banner1 h3,
.swiper-slide .banner1 p {
	width: 1200px;
	margin: 0 auto;
}

.swiper-slide .banner1 h3 {
	padding-top: 165px;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 20px;
}

.swiper-slide .banner1 p {
	font-size: 32px;
	color: rgba(256,256,256,0.9);
	font-weight: normal;
	margin-bottom: 40px;
}

.swiper-slide .banner1 .tobuy {
	display: inline-block;
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #02adff;
	border-radius: 6px;
	color: #fff;
}

.swiper-slide .banner2 .tobuy {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	background: #02adff;
	border-radius: 6px;
	color: #fff;
	position: absolute;
	bottom: 25%;
	left: 310px;
}
.sumbit {
	width: 350px;
	height: 416px;
	position: absolute;
	z-index: 10000;
	background: #FFFFFF;
	box-shadow: 0 1px 6px 0 #C1C5C8;
	border-radius: 8px;
	left: 50%;
	top: 90px;
	transform: translateX(200px);
}

.sumbit h4 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 65px;
}

.sumbit div {
	width: 300px;
	height: 60px;
	margin: 0 auto;
}

.sumbit div input {
	width: 300px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #99A9BF;
	border-radius: 4px;
	text-indent: 16px;
	font-size: 14px;
}

.sumbit div.code input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	width: 187px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #99A9BF;
	float: left;
}

.sumbit div.code button {
	display: block;
	width: 100px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #99A9BF;
	font-size: 14px;
	color: #99A9BF;
	line-height: 40px;
	text-align: center;
	float: right;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
}

.sumbit i {
	color: red;
	font-size: 14px;
	display: none;
}

.sumbit button {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	background: #02ADFF;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
	margin-bottom: 10px;
}

.sumbit p {
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #99A9BF;
	line-height: 16px;
}

input::-webkit-input-placeholder {
	color: #99A9BF;
}

input:-moz-placeholder {
	color: #99A9BF;
}

input::-moz-placeholder {
	color: #99A9BF;
}

input:-ms-input-placeholder {
	color: #99A9BF;
}

.sumbit div span {
	display: none;
}

.section1 {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.section1 img {
	width: 1200px;
	height: 488px;
}

.section1 .section1-info {
	width: 1230px;
	height: 130px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	top: -14px;
}

.section1 .section1-info .list {
	float: left;
	width: 378px;
}

.section1 .section1-info .list:nth-child(2) {
	margin: 0 33px;
}

.section1 .section1-info .list h5 {
	font-size: 18px;
	margin-bottom: 12px;
}

.section1 .section1-info .list p {
	text-align: justify;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

.section2 {
	width: 100%;
	height: 809px;
	background: url(../image/2.png) no-repeat;
}

.section2 h3 {
	font-size: 40px;
	color: #0C6DB0;
	padding: 80px 0 60px 0;
	text-align: center;
}

.section2 ul {
	width: 1200px;
	margin: 0 auto;
}

.section2 ul li {
	height: 256px;
	width: 386px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 6px;
	margin-bottom: 20px;
	padding-top: 65px;
	text-align: center;
}

.section2 ul li:nth-child(2),
.section2 ul li:nth-child(5) {
	margin-left: 20px;
	margin-right: 20px;
}

.section2 li i {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

.section2 li span {
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	color: #626262;
}

.section2 li.lianhehuiqian i {
	background: url(../image/lianhehuiqian.svg) no-repeat;
}

.section2 li.tuzhiqueren i {
	background: url(../image/tuzhiqueren.svg) no-repeat;
}

.section2 li.dianzibiaoshu i {
	background: url(../image/dianzibiaoshu.svg) no-repeat;
}

.section2 li.liuchenshenpi i {
	background: url(../image/liuchenshenpi.svg) no-repeat;
}

.section2 li.yidiqianzhang i {
	background: url(../image/yidiqianzhang.svg) no-repeat;
}

.section2 li.caiwubaojia i {
	background: url(../image/caiwubaojia.svg) no-repeat;
}

.section2 ul li:hover {
	box-shadow: 0 4px 11px 0 rgba(23, 128, 224, 0.30);
	color: #02adff;
}

.section2 ul li:hover span {
	color: #02adff;
}

.section2 ul li.lianhehuiqian:hover i {
	background: url(../image/lianhehuiqian1.svg) no-repeat;
}

.section2 ul li.tuzhiqueren:hover i {
	background: url(../image/tuzhiqueren1.svg) no-repeat;
}

.section2 ul li.dianzibiaoshu:hover i {
	background: url(../image/dianzibiaoshu1.svg) no-repeat;
}

.section2 ul li.liuchenshenpi:hover i {
	background: url(../image/liuchenshenpi1.svg) no-repeat;
}

.section2 ul li.yidiqianzhang:hover i {
	background: url(../image/yidiqianzhang1.svg) no-repeat;
}

.section2 ul li.caiwubaojia:hover i {
	background: url(../image/caiwubaojia1.svg) no-repeat;
}

.section3 {
	width: 100%;
	height: 817px;
	background: #fff;
}

.section3 h3 {
	font-size: 40px;
	color: #0C6DB0;
	padding: 80px 0;
	text-align: center;
}

.section3 .wraper {
	width: 1200px;
	margin: 0 auto;
}

.section3 .wraper .core {
	float: left;
	width: 616px;
	height: 512px;
	background: url(../image/core.svg) no-repeat;
	margin-right: 10px;
}

.section3 .wraper .core-info {
	margin-top: 42px;
	width: 574px;
	float: left;
}

.section3 .wraper .core-info li {
	margin-bottom: 30px;
}

.section3 .wraper .core-info li h6 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 28px;
}

.section3 .wraper .core-info li p {
	font-size: 18px;
	color: #626262;
	line-height: 26px;
}

.section4 {
	width: 100%;
	background: url(../image/4.png) no-repeat;
	background-color: #fff;
	padding-bottom: 80px;
}

.section4 .h3-head {
	width: 100%;
	/* height: 468px;
    background: url(../image/4.png) no-repeat; */
}

.section4 .h3-head h3 {
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}

.section4 .h3-head p {
	width: 800px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
}

.section4 .section4-bg {
	width: 1120px;
	height: 550px;
	margin: 40px auto;
	background: url(../image/PDFqianzhang.png) no-repeat;
	box-shadow: 0px 0px 17px 5px rgba(7, 61, 125, 0.2);
}

.section4 .section4-bg.pdfqianzhang {
	background: url(../image/PDFqianzhang.png)
}

.section4 .section4-bg.qianzhangyanzheng {
	background: url(../image/qianzhangyanzheng.png)
}

.section4 .section4-bg.word {
	background: url(../image/WORD.png)
}

.section4 .section4-bg.excel {
	background: url(../image/Excelqianzhangzujian.png)
}

.section4 .section4-bg.chexiaoyinzhang {
	background: url(../image/chexiaoyinzhang.png)
}

.section4 ul {
	width: 1120px;
	height: 148px;
	margin: 0 auto;
}

.section4 ul li {
	float: left;
	padding: 20px;
	padding-bottom: 0;
	border: 1px solid #eee;
	background: rgba(47, 66, 95, 0.6);
}

.section4 ul li.active {
	transform: scale(1.2);
	border: 1px solid #02adff;
	background: #fff;
	position: relative;
	transition: .5s;
}

.section4 ul li.active::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid #fff;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 1;
}

.section4 ul li.active::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid #02adff;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.section4 ul li img {
	width: 182px;
	height: 87px;
}

.section4 ul li span {
	display: block;
	text-align: center;
	color: #333;
	padding: 10px 0;
}

.section5 {
	width: 100%;
	height: 679px;
	background: url(../image/5.png) no-repeat;
}

.section5 h3 {
	font-size: 40px;
	color: #0C6DB0;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 25px;
}

.section5 ul {
	width: 860px;
	margin: 0 auto;
}

.section5 ul li {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
}

.section5 ul li i {
	font-size: 14px;
	opacity: .5;
	position: relative;
	margin-right: 3px;
}

.section5 ul li i::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #02adff;
	top: -2px;
	left: 0;
}

.section5 ul li span {
	display: inline-block;
	padding-left: 24px;
	background: url(../image/chakan.svg) left center no-repeat;
	font-size: 18px;
	color: #08A3F0;
	cursor: pointer;
	margin-left: 16px;
	position: relative;
}

.section5 ul li span img {
	display: none;
	position: absolute;
	left: 68px;
	top: -35px;
}

.section5 ul li p {
	font-size: 17px;
	color: #99A9BF;
	padding-top: 10px;
}

.section5 ul li span:hover img {
	display: block;
}

.section6 {
	width: 100%;
	height: 567px;
	background: #FFFFFF;
}

.section6 h3 {
	font-size: 40px;
	color: #0C6DB0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}

.section6 .swiper-show {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.section6 .swiper-show .swiper-slide {
	padding: 0 5px;
}

.section6 .swiper-show .swiper-slide img {
	border-radius: 6px;
}

.section6 .swiper-show .swiper-slide span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	color: #FFFFFF;
}

.section6 .swiper-show .swiper-slide span::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #02adff;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.section6 .swiper-show .swiper-button-next {
	width: 30px;
	height: 122px;
	background: url(../image/arrow-right.png) no-repeat;
	right: 5px;
	margin-top: -61px;
}

.section6 .swiper-show .swiper-button-prev {
	width: 30px;
	height: 122px;
	background: url(../image/arrow-left.png) no-repeat;
	left: 5px;
	margin-top: -61px;
}

.section7 {
	width: 100%;
	height: 333px;
	background: url(../image/7.png) no-repeat;
}

.section7 h3 {
	font-size: 40px;
	color: #0C6DB0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 30px;
}

.section7 p {
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	/* opacity: .6; */
}

.section8 {
	width: 100%;
	height: 518px;
}

.section8 h3 {
	font-size: 40px;
	color: #0C6DB0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

.section8 .wraper {
	width: 1200px;
	height: 260px;
	margin: 0 auto;
}

.section8 .wraper>a,
.section8 .wraper>div {
	float: left;
	width: 276px;
	height: 260px;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
}

.section8 .wraper a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
}

.section8 .wraper>a:last-child {
	margin-right: 0;
}

.section8 .wraper .read1 {
	background: url(../image/liaojie.png) no-repeat;
}

.section8 .wraper .read2 {
	background: url(../image/falv.png) no-repeat;
}

.section8 .wraper .read3 {
	height: 115px;
	margin-bottom: 30px;
	position: relative;
	background: url(../image/zhenshi.png) no-repeat;
	display: block;
}

.section8 .wraper .read4 {
	height: 115px;
	position: relative;
	background: url(../image/shipin.png) no-repeat;
	display: block;
}

.section8 .wraper .read5 {
	background: url(../image/hefa.png) no-repeat;
}

.footer_submit {
	width: 100%;
	height: 138px;
	background: #000000;
}

.footer_submit .wraper {
	width: 1200px;
	padding: 40px 0;
	height: 58px;
	margin: 0 auto;
	background: #000000;
}

.footer_submit .wraper div {
	width: 240px;
	height: 58px;
	margin-right: 16px;
	float: left;
	background: #fff;
	border-radius: 4px;
}

.footer_submit .wraper div input {
	width: 240px;
	height: 58px;
	line-height: 58px;
	background: #FFFFFF;
	border-radius: 4px;
	text-indent: 30px;
	font-size: 14px;
	letter-spacing: 0;
	border: 0;
}

.footer_submit .wraper div.code input {
	width: 130px;
	height: 58px;
	line-height: 58px;
	background: #FFFFFF;
	border-radius: 4px;
	text-indent: 30px;
	font-size: 14px;
	letter-spacing: 0;
	float: left;
}

.footer_submit .wraper div.code button {
	width: 110px;
	height: 58px;
	line-height: 58px;
	background: #E8E8ED;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	float: left;
	border: 0;
	outline: 0;
	cursor: pointer;
	color: #02ADFF;
}

.footer_submit .wraper>button {
	width: 170px;
	float: right;
	height: 58px;
	background: #02ADFF;
	border-radius: 4px;
	border: 0;
	outline: 0;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000000;
}

.footer .wraper {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.footer .wraper .fl {
	float: left;
}

.footer .wraper .fl a {
	color: #fff;
	margin-right: 40px;
}

.footer .wraper p {
	float: right;
	color: #fff;
}