html,
body {
	padding: 0;
	margin: 0;
	font-family: "arial";
	font-size: 14px;
	color: #333;
	word-break: keep-all;
	overflow-x: hidden;
	/* -webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; */
	letter-spacing: 0.3px;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	padding: 0 150px;
	min-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0d436e;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.top {
	height: 50px;
	background: #0d436e;
	color: #FFFFFF;
	line-height: 50px;
}

/**导航菜单**/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.85);
	height: 150px;
	transition: all 0.2s;
	z-index: 999;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}


header.on-fixed {
	/* background: #1171d6; */
	/* box-shadow: 0 0 5px #ECEDEE; */
	z-index: 9999;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	margin-top: 25px;
}

header .logo img {
	max-height: 100%;
}

header .logo p {
	margin-left: 20px;
}

header .rightDiv {
	float: left;
	margin-left: 40px;
}

header .rightDiv .menu {
	text-align: right;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	/* padding: 0 30px; */

}


header .rightDiv .menu>ul>li>a {
	height: 100px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 100px;
	position: relative;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	/* font-weight: bold; */
}

header .rightDiv .menu>ul>li .submenu-button {
	float: right;
	margin-left: -20px;
	transition: all 0.5s;
	transform: rotate(0deg);
	margin-top: 45px;
}

header .rightDiv .menu>ul>li:hover .submenu-button {
	transform: rotate(-180deg);
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #333333;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	/* border-radius: 10px; */
	/* display: none; */
}


header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}



header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #333;
}


header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #333;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 55%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #333;
	margin: 0 2px;
	text-transform: capitalize;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 30%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* position: relative; */
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
	position: relative;
}


.menu>ul>li>a {
	padding: 0 30px;
	font-size: 16px;
	text-decoration: none;
	/* text-transform: uppercase; */
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #333;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 170px;
	padding: 15px 0;
	text-align: center;
	top: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .15s
}

.menu ul li:hover>ul {
	top: 90%;
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease, visibility .8s ease;
}


.menu ul ul li {
	padding: 0;
	/* text-align: left; */
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 8px 10px;
	position: relative;
}

.menu ul ul li:hover a {
	color: #0d436e;
}



/* .menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 100%;
} */

.menu ul ul li:last-child>a {
	border: 0;
}

.login {
	font-size: 16px;
}

.start {
	width: 160px;
	height: 50px;
	background-color: #ffe165;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	margin-left: 40px;
}

.start:hover {
	background: #e6c800;
	color: #333;
}


footer {
	background: #FFFFFF;
	padding-top: 80px;
	border-top: 10px #071f43 solid;
}

footer .content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.nav_bott>p {
	margin-bottom: 20px;
}

.nav_bott ul li a {
	display: block;
	padding: 5px 0;
}

.nav_bott ul.contact_ul li {
	padding: 5px 0;
}

.nav_bott ul.contact_ul li img {
	margin-right: 8px;
}

.nav_bott .link {
	margin-top: 50px;
}

.nav_bott .link a {
	margin-right: 20px;
}

.banquan {
	padding: 15px 0;
	background: #f9f9f9;
	margin-top: 50px;
}

.banquan a {
	display: inline-block;
	margin: 0 20px;
}

.banquan a.beian {
	display: inline-block;
	padding-right: 10px;
	border-right: 1px #ccc solid;
	height: 16px;
	line-height: 16px;
	color: #999;
	margin-right: 0;
	margin-left: 0;
}

.banquan a.beian:hover {
	color: #333;
}

.banner {
	/* min-height: 600px; */
	margin-top: 150px;
}

.banner img {
	min-height: 400px;
	object-fit: cover;
}

.banner .wrap {
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.banner .flex {
	width: 39%;
	padding-top: 30px;
	max-width: 440px;
	height: 100%;
	justify-content: initial;
}

.banner.pro_bn .flex {
	max-width: 650px;
}

.banner.pro_bn .colo {
	max-width: 445px;
}

.banner .flex .font48 {
	line-height: 60px;
	font-size: 2.6vw;
}

.banner .flex .text {
	font-size: 16px;
	margin-top: 50px;
	line-height: 36px;
	color: #666;
}

.indexDiv1 {
	padding-top: 130px;
	padding-bottom: 40px;
}

.title .wenzi {
	max-width: 1175px;
	width: 76%;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 15px;
}

.indexDiv1 .textDiv {
	height: 100%;
	min-height: 250px;
	padding: 40px 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
}

.indexDiv1 .textDiv .biaoti {
	display: flex;
	align-items: center;
}

.indexDiv1 .textDiv .biaoti img {
	margin-right: 28px;
}

.indexDiv1 .row {
	margin: 0 -25px;
	margin-top: 60px;
}

.indexDiv1 .row .col-lg-4 {
	padding: 0 25px;
	margin-bottom: 40px;
}

.indexDiv2 {
	padding-top: 120px;
	background: #fafafa;
	padding-bottom: 90px;
}

.shenqing {
	display: block;
	width: 280px;
	height: 60px;
	background-color: #ffe165;
	border-radius: 5px;
	margin-top: 85px;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 60px;
}

.shenqing:hover {
	color: #333;
	background: #e6c800;
}

.indexDiv2 .fl {
	width: 507px;
}

.reserve {
	width: 900px;
	background: #e6ebf1;
	padding-bottom: 40px;
	min-height: 500px;
}

.reserve .biaoti {
	padding: 30px 120px;
	padding-right: 80px;
	border-bottom: 1px #fff solid;
}

.reserve .content {
	padding-left: 120px;
	padding-right: 80px;
	padding-top: 40px;
}

.reserve .content ul li {
	padding: 10px 0;
	position: relative;
	padding-left: 15px;
}

.reserve .content ul li::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0d436e;
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
}

.indexDiv3 {
	background: #fafafa;
	padding-bottom: 60px;
}

.indexDiv3 .textDiv {
	height: 100%;
	width: 100%;
	min-height: 484px;
	padding: 30px 40px;
	border: solid 1px #dcdcdc;
}

.indexDiv3 .col-lg-3 {
	margin-bottom: 30px;
}

.indexDiv4 {
	background: url(../img/index11.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 115px;
}

.con_btn {
	display: block;
	width: 160px;
	height: 50px;
	background-color: #ffe165;
	border-radius: 5px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 50px;

}

.con_btn:hover {
	background: #e6c800;
	color: #FFFFFF;
}

.sq_btn {
	display: block;
	width: 230px;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	color: #FFFFFF;
	margin-left: 40px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.sq_btn:hover {
	background: #0d436e;
	/* border: solid 1px #0d436e; */
	color: #FFFFFF;
}

.ipDiv1 ul {
	width: 48.5%;
}

.ipDiv1 ul li {
	width: 100%;
	min-height: 180px;
	border: solid 1px #dcdcdc;
	padding: 40px;
	margin-bottom: 19px;
}

.ipDiv1 ul li:last-child {
	margin-bottom: 0;
}

.ipDiv1 img.absolute {
	height: 100%;
	/* max-height: 780px; */
	width: 48.5%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.mainDiv {
	margin-top: 120px;
}

.ipDiv2 {
	padding: 80px 0;
	background: url(../img/ip_bg.jpg) no-repeat center center;
	background-size: cover;
}

.ipDiv2 .textDiv {
	height: 100%;
	width: 100%;
	/* min-height: 300px; */
}

.ipDiv3 {
	padding-top: 34px;
	padding-bottom: 40px;
	background: #0d436e;
}

.ipDiv3 .wenzi {
	width: 700px;
	margin-left: 144px;
}

.ddosDiv {
	padding-bottom: 200px;
}

.ddosDiv ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ddosDiv ul li:nth-child(odd) {
	flex-direction: row-reverse;
}

.ddosDiv ul li .imgDiv {
	width: 700px;
	overflow: visible;
}

.ddosDiv ul li .imgDiv::after {
	width: 200px;
	height: 200px;
	background-color: #ffe165;
	border-radius: 25px;
	opacity: 0.5;
	position: absolute;
	right: -60px;
	content: "";
	bottom: -34px;
	z-index: -1;
}

.ddosDiv ul li:nth-child(even) .imgDiv::after {
	width: 200px;
	height: 200px;
	background-color: #0d436e;
	border-radius: 25px;
	opacity: 0.5;
	position: absolute;
	right: -60px;
	content: "";
	bottom: -34px;
	z-index: -1;
}

.ddosDiv ul li .textDiv {
	width: 700px;
	margin-left: 140px;
}

.ddosDiv ul li:nth-child(odd) .textDiv {
	margin-right: 120px;
	margin-left: 0;
}

.coloDiv1 {
	position: relative;
	z-index: 9;
}

.coloDiv1 .row {
	margin: 0 -30px;
}

.coloDiv1 .col-lg-4 {
	padding: 0 30px;
}

.coloDiv1 .textDiv {
	width: 100%;
	background: #FFFFFF;
	height: 100%;
	min-height: 400px;
	padding: 32px 50px;
	border: solid 1px #dcdcdc;
}

.coloDiv2 {
	background: #0d436e;
	margin-top: -115px;
	padding-top: 190px;
}

.coloDiv2 .textDiv {
	width: 870px;
}

.coloDiv2 .flex2 {
	align-items: flex-start;
}

.mainDiv2 {
	border-top: 1px #c8c8c8 solid;
	margin-top: 160px;
	padding: 65px 0;
}

.dataDiv .tab li {
	margin-right: 75px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #707070;
	float: left;
	min-width: 100px;
	margin-bottom: 20px;
}

.dataDiv .tab li.active,
.dataDiv .tab li:hover {
	color: #0d436e;
}

.dataDiv .tab li span {
	display: block;
	width: 20px;
	height: 5px;
	margin-right: 10px;
	background: #ffe165;
}

.dataDiv .tab li.active span {
	background: #0d436e;

}

.dataDiv #tabCon {
	margin-bottom: 120px;
}

.dataDiv #tabCon .wenzi {
	position: relative;
}

.dataDiv #tabCon .flex2 {
	align-items: flex-start;
}

.dataDiv #tabCon .wenzi::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background-color: #ffe165;
	border-radius: 25px;
	opacity: 0.5;
	right: 0;
	bottom: -90px;
	z-index: -1;
}

.dataDiv #tabCon .tab_cell .wenzi {
	width: 900px;
	margin-top: 20px;
}

.dataDiv #tabCon .tab_cell img {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.netDiv1 {
	margin-top: 215px;
}

.netDiv1 .absolute {
	padding: 25px 38px;
	bottom: 0;
}

.netDiv1 img {
	box-shadow: 0 0 10px #CCCCCC;
}

.netDiv2 ul {
	display: flex;
	justify-content: center;
}

.netDiv2 ul li {
	margin: 0 85px;
	text-align: center;
	padding: 80px 0;
}

.netDiv3 {
	padding: 100px 0;
	min-height: 500px;
	background: #0d436e;
}

.netDiv3 .wenzi {
	width: 835px;
}

.netDiv3 img.absolute {
	right: 0;
	top: -100px;
}

.netDiv4 {
	padding: 105px 0;
	margin-bottom: 120px;
}

.parDiv1 {
	margin-top: 190px;
	padding: 70px 0;
}

.joinImg {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 45px;
}

.joinImg img {
	background-color: #f9f9f9;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.joinImg::before {
	width: 150px;
	height: 150px;
	background-color: #ffe165;
	border-radius: 5px;
	opacity: 0.5;
	position: absolute;
	left: -85px;
	content: "";
	bottom: 148px;
	z-index: -1;
}

.joinImg::after {
	width: 63px;
	height: 63px;
	background-color: #ffe165;
	border-radius: 5px;
	opacity: 0.5;
	position: absolute;
	left: -165px;
	content: "";
	bottom: 75px;
	z-index: -1;
}

.parDiv2 {
	padding: 90px 0;
	background: #f5f5f5;
}

.parDiv2 ul li {
	width: 19%;
	min-height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #dcdcdc;
	float: left;
	margin-left: 1.2%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px;
	font-size: 18px;
	margin-top: 50px;
}

.parDiv2 ul li:first-child {
	margin-left: 0;
}

.parDiv2 ul li:nth-child(odd)::before {
	width: 11px;
	height: 61px;
	background-color: #0d436e;
	content: "";
	position: absolute;
	left: 0;
	top: calc((100% - 61px)/2);
}

.parDiv2 ul li:nth-child(even)::before {
	width: 11px;
	height: 61px;
	background-color: #ffe165;
	content: "";
	position: absolute;
	left: 0;
	top: calc((100% - 61px)/2);
}

.parDiv3 {
	background: #0d436e;
	padding-top: 85px;
	padding-bottom: 65px;
}

.aboutDiv1 {
	margin-top: 190px;
	padding: 100px 0;
}

.aboutDiv1 .textDiv {
	width: 55%;
}

.aboutDiv1 img.fr {
	width: 43%;
}

.aboutDiv2 {
	padding-top: 110px;
	padding-bottom: 130px;
	background: #f5f5f5;
}

.aboutDiv2 .biaoti {
	font-size: 20px;
}

.aboutDiv2 .textDiv {
	min-height: 260px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #dcdcdc;
	padding: 40px;
}

.aboutDiv2 .swiper-slide-active .textDiv {
	font-size: 12px !important;
	border: solid 1px #0d436e;
	line-height: 20px;
	padding: 26px;
	padding-top: 40px;
}

.aboutDiv2 .swiper-slide-active .textDiv .biaoti {
	color: #0d436e;
	font-size: 18px;
}

.aboutDiv2 .swiper-slide-active .textDiv .xian {
	width: 3.3px;
	height: 16.5px;
	opacity: 1;
}

.aboutDiv2 .xian {
	width: 5px;
	height: 25px;
	background-color: #ffe165;
	margin: 8px auto;
	display: block;
	opacity: 0;
}

.aboutDiv2 .content .swiper-pagination {
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.aboutDiv2 .content .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #0d436e;
	border-radius: 50%;
	margin: 0 8px;
	opacity: 1;
	transition: all 0.5s;
	outline: none;
}

.aboutDiv2 .content .swiper-pagination-bullet-active {
	width: 50px;
	height: 15px;
	background-color: #0d436e;
	border-radius: 8px;
}

.aboutDiv2 .swiper-slide {
	transform: scale(1);
	padding: 80px 0;
	padding: 10px;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutDiv2 .swiper-slide-active {
	transform: scale(1.5);
	position: relative;
	z-index: 99;
}

.aboutDiv2 .swiper-container {
	width: 100%;
	height: auto;
	padding: 90px 0;
	margin-left: auto;
	margin-right: auto;

}

.contactDiv1 {
	margin-top: 190px;
	padding: 70px 0;
}

.contactDiv1 .row {
	width: 100%;
}

.contactDiv1 .content {
	width: 1200px;
	margin: 0 auto;
	min-height: 450px;
	background-color: #0d436e;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	margin-top: 50px;
}

.contactDiv1 .content {
	display: flex;
	align-items: center;
	padding: 80px;
	position: relative;
	margin-bottom: 200px;
}

.contactDiv1 .content .textDiv img {
	margin-bottom: 45px;
}

.contactDiv1 .content .textDiv p {
	margin-bottom: 20px;
}

.contactDiv1 .content::before {
	content: "";
	position: absolute;
	width: 86px;
	height: 86px;
	background-color: #ffe165;
	border-radius: 5px;
	opacity: 0.5;
	top: 145px;
	left: -58px;
	z-index: -1;
}

.contactDiv1 .content::after {
	content: "";
	position: absolute;
	width: 223px;
	height: 223px;
	background-color: #ffe165;
	border-radius: 5px;
	opacity: 0.5;
	bottom: -85px;
	right: -80px;
	z-index: -1;
}

.top2 {
	display: none;
}

.login2 {
	display: none;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		padding: 0;
		font-size: 14px;
		min-width: auto;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 24px;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		/* height: 52px;
		width: 52px; */
		margin-top: 16px !important;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: 10px;
		margin-top: 0;
	}

	header .logo p span:nth-child(2) {
		display: none;
	}

	header .logo p {
		margin-left: 10px;
		margin-top: 5px;
	}

	header .logo .font30 {
		font-size: 20px;
	}

	header .logo img {
		max-height: 25px;
		float: left;
		margin-top: 14px;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
		width: 100%;
		left: 0;
		transform: translate(0);
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;

		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	/* .on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	} */
	header .rightDiv .menu>ul>li .submenu-button,
	header .rightDiv .menu>ul>li:hover .submenu-button {
		transform: rotate(0deg);
	}

	header .rightDiv .menu>ul>li .submenu-button.submenu-opened {
		transform: rotate(-180deg);
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header {
		height: 100%;
		background: rgba(15, 14, 26, 0.85);
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu>ul>li:hover>a,
	header .rightDiv .menu>ul>li:focus>a,
	header .rightDiv .menu>ul>li.on>a,
	header .rightDiv .menu>ul>li.active>a {
		color: #333;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		/* height: 100%; */
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		/* border-top: 1px #eee solid; */
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #0d436e;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #0d436e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	footer .content {
		width: 100%;
	}

	.indexDiv1 .row {
		margin: 0;
		margin-top: 40px;
	}

	.indexDiv2 .fl,
	.indexDiv2 .fr {
		width: 100%;
	}

	.indexDiv1 .row .col-lg-4 {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.indexDiv1 .textDiv {
		padding: 30px;
	}

	.indexDiv1 .textDiv .biaoti img {
		width: 50px;
		margin-right: 20px;
	}

	.indexDiv2 {
		padding: 30px 0;
	}

	.reserve .biaoti,
	.reserve .content {
		padding: 25px;
	}

	.reserve {
		margin-top: 30px;
	}

	.shenqing {
		display: block;
		width: 230px;
		height: 50px;
		line-height: 50px;
		margin-top: 50px;
	}

	.title .wenzi {
		width: 100%;
	}

	.indexDiv3 .textDiv {
		padding: 20px;
		min-height: auto;
	}

	.indexDiv3 .textDiv img {
		width: 100px;
	}

	.line30 {
		line-height: 28px;
	}

	.indexDiv4 {
		padding: 50px 0;
	}

	.sq_btn {
		margin-left: 20px;
	}

	footer .content {
		display: block;
	}

	.nav_bott ul li {
		float: left;
		margin-right: 30px;
	}

	.nav_bott ul::after {
		display: block;
		clear: both;
		content: ""
	}

	.nav_bott>p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.nav_bott {
		margin-bottom: 20px;
	}

	footer {
		padding-top: 30px;
	}

	.nav_bott .link {
		margin-top: 20px;
	}

	.banquan {
		padding: 17px 20px;
		margin-top: 30px;
	}

	.banquan a.beian {
		display: block;
		border: 0;
		margin-bottom: 10px;
	}

	.banquan a {
		margin: 0;
		margin-right: 12px;
	}

	.indexDiv3 .row {
		margin: 0;
		margin-top: 40px;
	}

	.ipDiv1 img.absolute {
		position: relative;
		width: 100%;
		height: auto;
	}

	.ipDiv1 ul {
		width: 100%;
		margin-top: 20px;
	}

	.ipDiv1 ul li {
		padding: 30px;
		min-height: auto;
	}

	.ipDiv1 ul li .font20 {
		font-size: 18px;
		margin-bottom: -5px;
	}

	.ipDiv2 .textDiv {
		min-height: auto;
		padding: 20px;
	}

	.ipDiv2 {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.ipDiv2 .textDiv img {
		width: 65px;
	}

	.ipDiv3 .flex {
		display: block;
	}

	.ipDiv3 .wenzi {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
		word-break: break-all;
		hyphens: auto;
	}

	.banner.pro_bn .flex {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}

	.banner .flex .font48 {
		font-size: 24px;
		line-height: 30px;
	}

	.banner .flex .text {
		margin-top: 20px;
		line-height: 26px;
	}

	.banner.pro_bn img {
		min-height: 300px;
	}

	.mainDiv {
		margin-top: 30px;
	}

	.ddosDiv ul li:nth-child(odd) .textDiv,
	.ddosDiv ul li .textDiv {
		margin: 0;
	}

	.ddosDiv ul li {
		display: block;
	}

	.ddosDiv ul li .imgDiv {
		width: 100%;
		margin-bottom: 40px;
	}

	.ddosDiv ul li .imgDiv::after {
		width: 50px;
		height: 50px;
		border-radius: 5px;
		right: -13px;
		bottom: -21px;
		z-index: -1;
	}

	.ddosDiv ul li:nth-child(even) .imgDiv::after {
		width: 50px;
		height: 50px;
		border-radius: 5px;
		right: -13px;
		bottom: -21px;
		z-index: -1;
	}

	.ddosDiv ul li .textDiv {
		width: 100%;

	}

	.ddosDiv ul li {
		margin-bottom: 30px;
	}

	.ddosDiv {
		padding-bottom: 50px;
	}

	.coloDiv1 .textDiv {
		padding: 20px;
		min-height: auto;
	}

	.coloDiv1 .col-lg-4 {
		margin-bottom: 30px;
	}

	.coloDiv1 .textDiv img {
		width: 40px;
	}

	.coloDiv2 .flex2 {
		display: block;
	}

	.coloDiv2 .textDiv {
		width: 100%;
		margin-bottom: 30px;
	}

	.coloDiv2 {
		padding-top: 120px;
	}

	.coloDiv1 .row {
		margin: 0 -15px;
	}

	.dataDiv .tab li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.dataDiv #tabCon .flex2 {
		display: block;
	}

	.dataDiv #tabCon .tab_cell .wenzi {
		width: 100%;
	}

	.dataDiv #tabCon .wenzi::after {
		position: absolute;
		content: "";
		width: 80px;
		height: 80px;
		background-color: #ffe165;
		border-radius: 10px;
		opacity: 0.5;
		right: 0;
		bottom: -60px;
		z-index: -1;
	}

	.dataDiv #tabCon {
		margin-bottom: 50px;
		margin-top: 10px;
	}

	.netDiv1 img {
		min-height: 300px;
		object-fit: cover;
	}

	.netDiv1 .absolute {
		padding: 20px;
	}

	.netDiv2 ul {
		display: block;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.netDiv2 ul li {
		margin: 0;
		text-align: center;
		padding: 20px 0;
	}

	.netDiv3 .wenzi {
		width: 100%;
		margin-bottom: 30px;
	}

	.netDiv3 img.absolute {
		position: relative;
		right: 0;
		top: 0;
	}

	.netDiv3 {
		padding: 50px 0;
	}

	.netDiv4 {
		padding: 50px 0;
		margin: 0;
	}

	.joinImg {
		width: 100%;
	}

	.joinImg::after,
	.joinImg::before {
		display: none;
	}

	.parDiv2 ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		min-height: 130px;
	}

	.parDiv2 {
		padding: 30px 0;
	}

	.parDiv2 ul {
		margin-top: 20px;
	}

	.aboutDiv1 .textDiv,
	.aboutDiv1 img.fr {
		width: 100%;
	}

	.aboutDiv1 .textDiv {
		margin-bottom: 40px;
	}

	.aboutDiv2 .swiper-slide-active {
		transform: scale(1);
	}

	.aboutDiv2 .swiper-container {
		padding: 0;
	}

	.aboutDiv2 {
		padding: 50px 0;
	}

	.aboutDiv2 .swiper-slide-active .textDiv {
		font-size: 14px !important;
	}

	.aboutDiv2 .textDiv {
		padding: 20px !important;
	}

	.aboutDiv2 .content .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background-color: #0d436e;
		border-radius: 50%;
		margin: 0 4px;
		opacity: 1;
		transition: all 0.5s;
		bottom: 0;
	}

	.aboutDiv2 .content .swiper-pagination-bullet-active {
		width: 40px;
		border-radius: 5px;
	}

	.aboutDiv2 .content {
		padding-bottom: 30px;
	}

	.aboutDiv2 .content .swiper-pagination {
		bottom: 0;
	}

	.contactDiv1 .content {
		width: 100%;
		padding: 30px 10px;
		border-radius: 10px;
		margin-bottom: 50px;
	}

	.contactDiv1 .content .textDiv img {
		width: 70px;
		margin-bottom: 15px;
	}

	.contactDiv1 .row {
		margin: 0;
	}

	.contactDiv1 .content .textDiv p {
		margin-bottom: 10px;
	}

	.contactDiv1 .col-lg-4 {
		margin-bottom: 50px;
	}

	.contactDiv1 .content::after {
		content: "";
		position: absolute;
		width: 150px;
		height: 150px;
		background-color: #ffe165;
		border-radius: 5px;
		opacity: 0.5;
		bottom: -55px;
		right: -80px;
		z-index: -1;
	}

	.top {
		display: none;
	}

	header .logo {
		background: #fff;
		width: 109%;
		margin: 0;
		margin-left: -4.5%;
		margin-right: -4.5%;
		padding: 0 4%;
		height: 60px;
	}

	.login {
		display: none;
	}

	.banner {
		margin-top: 50px;
	}

	.top2 {
		height: 40px;
		background: #0d436e;
		color: #FFFFFF;
		line-height: 40px;
		display: block;
	}

	.top2 .flex2 {
		display: flex;
	}

	.banner .flex {
		width: 100%;
		padding: 0 20px;
	}

	.indexDiv1 {
		padding-top: 50px;
	}

	.login2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		width: 100%;
		font-size: 16px;
	}

	.start {
		height: 40px;
		line-height: 40px;
	}

	.mainDiv2 {
		margin-top: 60px;
		padding: 25px 0;
	}

	.netDiv1,
	.parDiv1,
	.aboutDiv1,
	.contactDiv1 {
		margin-top: 60px;
	}

	.parDiv1,
	.aboutDiv1,
	.contactDiv1 {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.dataDiv #tabCon .tab_cell img {
		width: 100%;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	footer .content {
		display: flex;
	}

	footer .content {
		padding: 0 20px;
	}

	.dataDiv .tab li {
		width: auto;
		margin-right: 70px;
	}

	.netDiv3 img.absolute {
		margin: 0 auto;
		left: 0;
		right: 0;
		display: block;
	}

	.parDiv2 ul li {
		width: 49%;
	}

	.parDiv2 ul li:nth-child(even) {
		margin-left: 2%;
	}




}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 96%;
		padding: 0;
		margin: 0 auto;
		min-width: auto;
	}

	header .rightDiv {
		margin-left: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 25px;
	}

	.login {
		margin-top: 27px;
	}

	.banner .flex {
		padding: 20px;
	}

	.banner .flex {
		width: 50%;
		max-width: 660px;
	}

	.indexDiv1 .row {
		margin: 0 -15px;
	}

	.indexDiv1 .row .col-lg-4 {
		padding: 0 15px;
		margin-top: 30px;
	}

	.indexDiv2 .fl,
	.indexDiv2 .fr {
		width: 100%;
	}

	.reserve {
		margin-top: 50px;
	}

	.indexDiv2 {
		padding-top: 0;
	}

	.indexDiv3 .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	footer .content{
		width: 100%;
		padding: 0 20px;
	}
	.ipDiv2 .textDiv{
		min-height: auto;
	}
	.ipDiv3 .flex>img{
		width: 45%;
	}
	.ipDiv3 .wenzi {
	    width: 50%;
	    margin-left: 5%;
	}
	.coloDiv1 .col-lg-4{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.coloDiv1 .textDiv{
		min-height: auto;
	}
	.coloDiv2 .flex2{
		display: block;
	}
	.coloDiv2 .textDiv{
		width: 100%;
		margin-bottom: 40px;
	}
	.coloDiv2 .flex2 img{
		display: block;
		margin: 0 auto;
	}
	.dataDiv #tabCon .flex2{
		display: block;
	}
	.dataDiv #tabCon .tab_cell img{
		display: block;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.dataDiv .tab li{
		margin-right: 35px;
	}
	.netDiv3 img.absolute{
		position: relative;
		margin-top: 50px;
		top: 0;
	}
	.aboutDiv2 .textDiv{
		min-height: 390px;
	}
	.aboutDiv2 .content{
		padding-bottom: 70px;
	}
	.aboutDiv2 .content .swiper-pagination{
		bottom: 0;
	}
	.contactDiv1 .content{
		width: 100%;
	}

}

@media screen and (min-width:1201px)and (max-width:1400px) {
	.wrap {
		padding: 0 80px;
		max-width: 1240px;
	}
	.contactDiv1 .content{
		width: 100%;
	}
	.coloDiv1 .col-lg-4{
		padding: 0 15px;
	}
	.coloDiv1 .textDiv{
		padding: 30px 20px;
	}
	.coloDiv2 .textDiv,
	.coloDiv2 img{
		width: 50%;
	}
	.coloDiv2 .flex2,
	.dataDiv #tabCon .flex2{
		align-items: center;
	}
	.coloDiv2{
		padding-bottom: 80px;
	}
	.dataDiv .tab li{
		margin-right: 40px;
	}
	.dataDiv #tabCon .flex2 img{
		width: 45%;
	}
	.dataDiv #tabCon .tab_cell .wenzi{
		width: 50%;
		margin-top: 0;
	}
	.netDiv1 img{
		min-height: 350px;
		object-fit: cover;
	}
	.netDiv3 img.absolute{
		width: 40%;
		height: 740px;
		object-fit: cover;
	}
	.netDiv3 .wenzi{
		width: 58%;
	}
	.netDiv4 .font30{
		padding-right: 50%;
	}
	.joinImg{
		width: 100%;
	}
	.aboutDiv2 .textDiv{
		min-height: 360px;
	}
	.aboutDiv2 .content{
		padding-bottom: 70px;
	}
	.aboutDiv2 .content .swiper-pagination{
		bottom: 0;
	}
	.indexDiv2 .fl{
		width: 35%;
	}
	.reserve{
		width: 60%;
	}
	.reserve .biaoti{
		padding: 30px 50px;
	}
	.reserve .content{
		padding: 40px 50px;
		padding-bottom: 0;
	}
	.indexDiv3 .textDiv{
		padding: 30px;
	}
	footer .content{
		width: 100%;
		max-width: 1200px;
	}
}
@media screen and (min-width:1401px)and (max-width:1620px) {
	.wrap {
		padding: 0 80px;
		max-width: 1400px;
	}
	.indexDiv2 .fl{
		width: 35%;
	}
	.reserve{
		width: 60%;
	}
	.reserve .biaoti{
		padding: 30px 50px;
	}
	.reserve .content{
		padding: 40px 50px;
		padding-bottom: 0;
	}
	.indexDiv3 .textDiv{
		padding: 30px;
	}
	footer .content{
		width: 100%;
		max-width: 1200px;
	}
	.coloDiv1 .col-lg-4{
		padding: 0 15px;
	}
	.coloDiv2 .textDiv,
	.coloDiv2 img{
		width: 50%;
	}
	.coloDiv2 .flex2,
	.dataDiv #tabCon .flex2{
		align-items: center;
	}
	.coloDiv2{
		padding-bottom: 80px;
	}
	.dataDiv .tab li{
		margin-right: 40px;
	}
	.dataDiv #tabCon .flex2 img{
		width: 45%;
	}
	.dataDiv #tabCon .tab_cell .wenzi{
		width: 50%;
		margin-top: 0;
	}
	.netDiv1 img{
		min-height: 350px;
		object-fit: cover;
	}
	.netDiv3 img.absolute{
		width: 40%;
		height: 740px;
		object-fit: cover;
	}
	.netDiv3 .wenzi{
		width: 58%;
	}
	.netDiv4 .font30{
		padding-right: 50%;
	}
	.joinImg{
		width: 100%;
	}
	.netDiv1 .absolute{
		padding: 30px 50px;
	}
	.aboutDiv2 .textDiv{
		min-height: 320px;
	}
	.aboutDiv2 .content{
		padding-bottom: 70px;
	}
	.aboutDiv2 .content .swiper-pagination{
		bottom: 0;
	}
}

