/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #29bd9c;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	/*font-style: normal;*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


::selection {
	background: #29bd9c;
	color: #fff;
}

body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 14px;
	min-width: 1200px;
}

.container {
	margin: 0px auto;
	max-width: 1400px;
	box-sizing: border-box;
	padding: 0px 20px;
}

.head {
	padding-right: 45px;
	line-height: 33px;
	text-align: right;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.head a {
	padding-left: 15px;
}

.to{
   position: absolute;
	z-index: 100;
	top: 0px;
	width: 100%;
}

.to.scope .head{
    display: none;
}

.to .top {
	height: 100px;
	width: 100%;
	padding: 0px 40px;
	transition: all 0.2s ease 0s;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.to.scope {
	background: #fff;
	box-shadow: 0px 0px 5px #ddd;
	height: 60px;
	position: fixed;
	top: 0px;
}

.to.scope .top{
    height: 60px;
}


.to .top .logo {
	width: 300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	margin-left: -40px;
	padding-left: 20px;

}

.to .top .logo::after {
	width: 75px;
	height: 100px;
	content: '';
	background: url(../images/navBorderV10.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -75px;
	top: 0px;
}

.to .top .logo img {
	width: auto;
	height: 50px;
}

.to .top .logo a p {
	color: #009A76;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px
}

.to.scope .top .logo img {
	height: 36px;
}

.to.scope .top .logo a p {
	font-size: 12px;
	letter-spacing: 0px
}

.to.scope .top .logo::after {
	display: none;
}


.nav_r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100px;
	justify-content: flex-end;
}

.nav .nLi {
	height: 100%;
	position: relative;
	flex: 1;
}

.nav li {
	display: flex;
	align-items: center;
}

.nav .nLi h3 {
	position: relative;
}


.nav .nLi h3 a {
	display: block;
	font-size: 14px;
	position: relative;
	text-align: center;
	line-height: 40px;
	z-index: 2;
	transition: none;
	color: #fff;
	white-space: nowrap;
	padding: 0px 10px;
	margin: 0px 5px;
}

.nav .nLi h3 a:hover {
	border-top: 2px solid #009A76;
}

.nav .nLi .sub {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 220px;
	display: none;
	border: 2px solid #009A76;
}

.nav .nLi:hover .sub {
	display: block;
}

.nav .nLi .sub h2 {
	position: relative;
}

.nav .nLi .sub h2 a {
	display: block;
	text-align: left;
	line-height: 26px;
	font-size: 15px;
	padding: 10px 0px;
	padding-left: 10px;
	border-bottom: 2px solid #eee;
	background: #fff;
}


.nav .nLi .sub h2 span {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 280px;
	display: none;
	background: #f8f8f8;
	padding: 15px;
	padding-left: 30px;
	box-sizing: border-box;
}

.nav .nLi .sub h2:hover span {
	display: block;
}

.nav .nLi .sub h2 span a {
	background: #f8f8f8;
	margin: 0px;
	display: block;
	text-align: left;
	line-height: 32px;
	font-size: 13px;
}



.nav_r .tijiao a {
	background: #724CF9;
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	border-radius: 30px;
	margin-right: 20px;
}

.nav_r .tijiao a:hover {
	background: #009A76;
}

.nav_r .search a {
	border: 1px solid #fff;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_r .search a:hover {
	opacity: .8;
}

.to.scope .nav .nLi h3 a {
	color: #333;
}

.to.scope .nav_r .search a {
	color: #333;
	border: 1px solid #333;
}

.search_tc {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 5%;
	background: linear-gradient(162deg, rgba(18, 155, 118, 1) 32%, rgba(16, 175, 90, 1) 58%, rgba(14, 187, 73, 1) 75%, rgba(8, 238, 0, 1) 100%);
	box-sizing: border-box;
	display: none;
}

.search_tc.into {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_tc h2 {
	color: #fff;
	font-size: 20px;
	width: calc(100% - 50px);
}

.search_tc h2 .text {
	background: none;
	border: 0px;
	width: calc(100% - 100px);
	box-sizing: border-box;
	color: #fff;
	padding-left: 15px;
	font-size: 17px;
}

.search_tc h2 .text::-webkit-input-placeholder {
	color: #fff;
}

.search_tc h3 {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}



.phone_btn {
	display: none;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close {
	position: absolute;
	top: 0;
	right: 0%;
	width: 30%;
	height: 50px;
	z-index: 10;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}


.in_banner {
	height: 700px;
	width: 100%;
}

.in_banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_banner .swiper-slide .container {
	height: 80%;
	display: flex;
	justify-content: end;
	flex-direction: column;
	color: #fff;
	max-width: 900px;
}

.in_banner .swiper-slide .container h2 {
	font-size: 50px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.in_banner .swiper-slide .container h4 {
	display: block;
	padding: 20px 0px;
	text-align: center;
}

.in_banner .swiper-slide .container h4 a {
	padding: 10px 20px;
	color: #fff;
	background: #1fc640;
	display: inline-block;
	font-size: 16px;
	border-radius: 30px;
}

.in_banner .swiper-slide .container h4 a:hover {
	background: #27f547;
}

.in_banner .swiper-slide .container h4 a img {
	margin-left: 6px;
}


.in_banner .swiper-pagination {
	position: static;
}


.in_banner .swiper-pagination span {
	width: 20px;
	height: 20px;
	box-shadow: inset 0 0 0 2px #fff;
	background: none;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.in_banner .swiper-pagination span::after {
	width: 100%;
	height: 0px;
	background: rgb(86, 238, 244);
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	height: 100%;
	transition: all 0.5s ease 0s;
}


.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
	color: #fff;
	font-size: 50px;
}

.in_banner .swiper-slide .container h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 750px;
	margin: 0px auto;
	padding-top: 20px;
}

.in_banner .swiper-slide .container h3 p {
	color: rgb(86, 238, 244);
	font-size: 40px;
	display: block;
}

.in_banner .swiper-slide .container h3 p img {
	height: 80px;
	width: auto;
}

.in_box {
	background: url(../images/hmepage-gray-tech_background.png);
	padding-bottom: 50px;
}

.in_box_nr {
	position: relative;
	top: -100px;
	z-index: 20;
}

.in_box_nr ul {
	display: flex;
	margin: 0px -15px;
}

.in_box_nr ul li {
	width: calc(25% - 30px);
	margin: 0px 15px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	position: relative;
	overflow: hidden;
}

.in_box_nr ul li .img img {
	width: 100%;
	height: auto;
}

.in_box_nr ul li .nr {
	box-sizing: border-box;
	padding: 20px;
	height: 300px;
	position: relative;
}

.in_box_nr ul li .nr h2 {
	font-size: 13px;
}

.in_box_nr ul li .nr h3 {
	font-size: 26px;
	color: #333;
	padding: 6px 0px;
}

.in_box_nr ul li .nr p {
	font-size: 17px;
	color: #333;
}

.in_box_nr ul li .nr span {
    position: absolute;
    bottom: 20px;
    left: 20px;
	display: block;
}

.in_box_nr ul li .nr span a {
	font-size: 13px;
	color: #009A76;
}

.in_box_nr ul li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: rgb(28, 181, 87, 0.9);
	color: #fff;
	transition: all 0.3s ease 0s;
}

.in_box_nr ul li:hover .text {
	top: 0px;
	transition: all 0.3s ease 0s;
}

.in_box_nr ul li .text h3 {
	font-size: 24px;
	padding-bottom: 10px;
}

.in_box_nr ul li .text p {
	font-size: 16px;
}

.in_box_nr ul li .text span {
	display: block;
	padding-top: 40px;
}

.in_box_nr ul li .text span a {
	background: #fff;
	display: inline-block;
	padding: 8px 20px;
	color: #009A76;
	font-size: 16px;
	border-radius: 30px;
}

.in_box_nr1 {
	margin-top: -20px;
}

.in_box_nr1 .bt {
	padding-bottom: 40px;
}

.in_box_nr1 .bt h2 {
	font-size: 40px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}

.in_box_nr1 .bt p {
	font-size: 18px;
	text-align: center;
}

.in_box_nr1 ul {
	display: flex;
	margin: 0px 15px;
}

.in_box_nr1 ul li {
	width: calc(33.3% - 30px);
	margin: 0px 15px;
	position: relative;
}

.in_box_nr1 ul li .img {
	text-align: center;
}

.in_box_nr1 ul li .img img {
	width: 100%;
	transform: scale(0.9);
	transition: all 0.3s ease 0s;
	max-width: 400px;
	height: auto;
}

.in_box_nr1 ul li:hover .img img {
	transform: scale(1);
	transition: all 0.3s ease 0s;
}

.in_box_nr1 ul li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_box_nr1 ul li .text h2 {
	font-size: 40px;
	padding-bottom: 40px;
}

.in_box_nr1 ul li .text span {
	display: block;
}

.in_box_nr1 ul li .text span a {
	background: #fff;
	display: inline-block;
	padding: 8px 20px;
	color: #009A76;
	font-size: 16px;
	border-radius: 30px;
}

.in_box_nr1 ul li .text span a:hover {
	background: #1fc640;
	color: #fff;
}

.in_box_nr1 ul li .text span a img {
	margin-left: 5px;
}

.in_box_nr1 ul li .text span a img:nth-child(2) {
	display: none;
}

.in_box_nr1 ul li .text span a:hover img {
	display: none;
}

.in_box_nr1 ul li .text span a:hover img:nth-child(2) {
	display: inline-block;
}

.in_box1 {
	padding: 50px 0px;
}

.in_box1 .container {
	max-width: 1100px;
}

.in_box1 .bt h2 {
	font-size: 40px;
	color: #333;
	padding-bottom: 20px;
	text-align: center;
}

.in_box1 .bt p {
	font-size: 17px;
}

.in_box1 .nr {
	padding: 30px 0px;
}

.in_box1 .nr .img img {
	width: 100%;
	height: auto;
}

.in_box1 .nr .text ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.in_box1 .nr .text ul li {
	box-sizing: border-box;
	padding: 30px;
	width: 45%;
	position: relative;
	font-size: 17px;
}

.in_box1 .nr .text ul li:nth-child(2) {
	margin-right: 8px;
}

.in_box1 .nr .text ul li:hover {
	color: #fff;
}

.in_box1 .nr .text ul li h2 {
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(39, 169, 181, 1) 0%, rgba(2, 175, 86, 1) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.in_box1 .nr .text ul li:hover h2 {
	color: #fff;
	width: 100%;
	transition: all 0.3s ease 0s;

}

.in_box1 .nr .text ul li::after {
	width: 15px;
	height: 15px;
	content: '';
	display: inline-block;
	background: #009A76;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 35px;
	z-index: 2;
}

.in_box1 .nr .text ul li:hover::after {
	background: #fff;
}

.in_box1 .nr .text ul li::before {
	width: 1px;
	height: 110px;
	content: '';
	background: #ddd;
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 2;
}

.in_box1 .nr .text ul li:nth-child(2)::after {
	background: #370B68;
}

.in_box1 .nr .text ul li:hover:nth-child(2)::after {
	background: #fff;
}

.in_box1 .nr .text ul li:hover:nth-child(2) h2 {
	background: linear-gradient(90deg, rgba(89, 52, 192, 1) 0%, rgba(42, 182, 47, 1) 100%);
}



.in_box1 .nr .text1 ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.in_box1 .nr .text1 ul li {
	box-sizing: border-box;
	padding: 30px;
	width: 45%;
	position: relative;
	font-size: 17px;
}

.in_box1 .nr .text1 ul li:nth-child(2) {
	margin-right: 8px;
}

.in_box1 .nr .text1 ul li:hover {
	color: #fff;
}

.in_box1 .nr .text1 ul li h2 {
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(55, 11, 104, 1) 0%, rgba(114, 76, 249, 1) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.in_box1 .nr .text1 ul li:hover h2 {
	color: #fff;
	width: 100%;
	transition: all 0.3s ease 0s;

}

.in_box1 .nr .text1 ul li::after {
	width: 15px;
	height: 15px;
	content: '';
	display: inline-block;
	background: #724CF9;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 35px;
	z-index: 2;
}

.in_box1 .nr .text1 ul li:hover::after {
	background: #fff;
}

.in_box1 .nr .text1 ul li::before {
	width: 1px;
	height: 70px;
	content: '';
	background: #ddd;
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: 2;
}

.in_box1 .nr .text1 ul li:nth-child(2)::after {
	background: #08EE00;
}

.in_box1 .nr .text1 ul li:hover:nth-child(2)::after {
	background: #fff;
}

.in_box1 .nr .text1 ul li:hover:nth-child(2) h2 {
	background: linear-gradient(90deg, rgba(2, 175, 86, 1) 0%, rgba(8, 238, 0, 1) 100%);
}

.in_box2 {
	overflow: hidden;
}

.in_box2 .bt {
	background: rgb(187, 248, 251);
	background: -moz-radial-gradient(circle, rgba(187, 248, 251, 1) 50%, rgba(94, 239, 245, 1) 86%);
	background: -webkit-radial-gradient(circle, rgba(187, 248, 251, 1) 50%, rgba(94, 239, 245, 1) 86%);
	background: radial-gradient(circle, rgba(187, 248, 251, 1) 50%, rgba(94, 239, 245, 1) 86%);
	box-sizing: border-box;
	padding: 20px 20px;
	text-align: center;
}

.in_box2 .bt h2 {
	font-size: 40px;
	color: #333;
}

.in_box2 .bt p {
	font-size: 17px;
}

.in_box2_nr .hd {
	text-align: center;
	background: #2ce1ec;
	line-height: 52px;
}

.in_box2_nr .hd ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box2_nr .hd ul li {
	font-size: 17px;
	color: #fff;
	position: relative;
	padding: 0px 15px;
	cursor: pointer;
}

.in_box2_nr .hd ul li.on::after {
	border: 7px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.in_box2_nr_qh {
	width: 140%;
	margin-left: -20%;
	margin-top: 50px;
	padding-bottom: 50px;
}

.in_box2_nr_qh .swiper-slide {
	padding: 50px;
	box-sizing: border-box;
	background: url(../images/homepage-dotted-lines_vertical.png) no-repeat right top;
	display: flex;
}

.in_box2_nr_qh .swiper-slide .img {
	width: 36%;
}

.in_box2_nr_qh .swiper-slide .img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.in_box2_nr_qh .swiper-slide .nr {
	width: 64%;
}

.in_box2_nr_qh .swiper-slide .nr1 {
	width: 100%;
}


.in_box2_nr_qh .swiper-slide h3 {
	color: #009A76;
}

.in_box2_nr_qh .swiper-slide h2 a {
	font-size: 35px;
	color: #333;
}

.in_box2_nr_qh .swiper-slide p {
	display: block;
	padding: 15px 0px;
}

.in_box2_nr_qh .swiper-slide span a {
	color: #724CF9;
}

.in_box2_nr_qh .qiehuan {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.in_box2_nr_qh .qiehuan .swiper-pagination {
	position: static;
	width: auto;
	bottom: 0px;
	display: flex;
	align-items: center;
}


.in_box2_nr_qh .qiehuan .swiper-pagination span {
	width: 20px;
	height: 20px;
	border: 1px solid #d1d1d1;
	background: #f6f6f6;
	border-radius: 0px;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.in_box2_nr_qh .qiehuan .swiper-pagination span::after {
	width: 100%;
	height: 0px;
	background: rgb(8, 238, 0);
	background: -moz-linear-gradient(90deg, rgba(8, 238, 0, 1) 0%, rgba(0, 154, 118, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(8, 238, 0, 1) 0%, rgba(0, 154, 118, 1) 100%);
	background: linear-gradient(90deg, rgba(8, 238, 0, 1) 0%, rgba(0, 154, 118, 1) 100%);
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
}

.in_box2_nr_qh .qiehuan .swiper-pagination span.swiper-pagination-bullet-active::after {
	height: 100%;
	transition: all 0.5s ease 0s;
}

.in_box2_nr_qh .qiehuan .swiper-button-next,
.in_box2_nr_qh .qiehuan .swiper-button-prev {
	position: static;
	display: inline-block;
}

.in_box2_nr_qh .qiehuan .swiper-button-next,
.in_box2_nr_qh .qiehuan .swiper-button-prev {
	margin-top: 0px;
	height: auto;
}

.in_box2_nr_qh .qiehuan .swiper-button-next::after,
.in_box2_nr_qh .qiehuan .swiper-button-prev::after {
	color: #724CF9;
	font-size: 30px;
}

.in_box2_nr_qh .qiehuan1 {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.in_box2_nr_qh .qiehuan a{
    border: 1px solid  #724CF9;
    display: block;
    border-radius: 25px;
    padding: 10px 15px;
    color: #724CF9;
    font-size: 15px;
}

.in_box2_nr_qh .qiehuan a img{
    margin-left: 5px;
}

.in_box2_nr_qh .qiehuan a:hover{
    background: #724CF9;
    color: #fff;
}

.in_box3{
	background: #F0F0F0;
	/* background: url(../images/homepage-form-background.png) no-repeat; */
	background-size: cover;
	padding: 50px 0px;
}

.in_box3_nr{
	display: flex;
	justify-content: space-between;
	max-width: 1250px;
}

.in_box3_nr_l{
	width: 41%;
	color: #4F4F4F;
	/* color: #fff; */
}

.in_box3_nr_l h2{
	font-size: 40px;
	/* border-bottom: 2px solid #fff; */
	border-bottom: 2px solid #009A76;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.in_box3_nr_l p{
	font-size: 20px;
}

.in_box3_nr_r{
	width: 48%;
}

.in_box3_nr_r ul li{
	margin-bottom: 8px;
	/* color: #fff; */
	color: #4f4f4f;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
}

.in_box3_nr_r ul li .text{
	width: 100%;
	background: #fff;
	border: 0px;
	height: 50px;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0px 20px;
}

.in_box3_nr_r ul li:nth-child(1) .text{
    width: calc(50% - 4px);
    display: flex;
    justify-content: space-between;
}

.in_box3_nr_r ul li label{
	padding: 15px 0px;
	display: block;
}

.in_box3_nr_r ul li a{
	background: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 30px;
}

.di{
	background: rgb(55,11,104);
    background: -moz-linear-gradient(95deg, rgba(55,11,104,1) 0%, rgba(91,50,191,1) 50%, rgba(109,80,240,1) 76%, rgba(103,197,245,1) 97%);
    background: -webkit-linear-gradient(
95deg, rgba(55,11,104,1) 0%, rgba(91,50,191,1) 50%, rgba(109,80,240,1) 76%, rgba(103,197,245,1) 97%);
    background: linear-gradient(
95deg, rgba(55,11,104,1) 0%, rgba(91,50,191,1) 50%, rgba(109,80,240,1) 76%, rgba(103,197,245,1) 97%);
}

.di1{
	padding: 50px;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
}

.di1_l{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 300px;
}

.di1_l img{
	margin-bottom: 10px;
}

.di1_z{
	width: calc(100% - 440px);
	display: flex;
	flex-wrap: wrap;
}

.di1_z a{
	text-align: center;
	color: #fff;
	width: 50%;
	display: block;
	font-size: 17px;
	line-height: 32px;
}

.di1_r{
	width: 260px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.di1_r img{
	width: 90px;
	height: auto;
	margin-bottom: 10px;
}

.di1_r a{
    color: #fff;
    font-size: 22px;
}

.di2{
	background-color: rgba(0,0,0,.25);
	padding: 20px 0px;
}

.di2_1{
	max-width: 1000px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 17px;
}

.fanhui{
	position: fixed;
	bottom: 30px;
	left: 30px;
}

.fanhui a{
	color: #ddd;
	border: 2px solid #ddd;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}


.pagination1{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .pagination1 a{
            display:flex;
            justify-content: center;
            align-items: center;
            padding: 8px 15px;
            background: white;
            border: 1px solid black;
            border-radius: 8px;
            margin: 0 4px;;
        }
        .check{
            color: white;
            background: #724CF9 !important;
        }
        .pagination1 a:hover{
            color: white;
            background: #724CF9;
        }

        .pagination1 a.cur{
            color: white;
            background: #724CF9;
        }

        .pagination1 p{
           display:flex;
            justify-content: center;
            align-items: center;
            padding: 8px 15px;
            background: white;
            border: 1px solid black;
            border-radius: 8px;
            margin: 0 4px;;
        }

        .pagination1 .pageRemark{
            border: 0px;

        }
        .pagination1 p b{ color: #724CF9; padding: 0px 3px;

        }



        .banner .title{
            font-size: 35px !important;
            letter-spacing:20px;
        }
