﻿html,
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	padding: 0;
	color: #666666;
	overflow-x: hidden;
	font-family: 'SourceHanSansCN-Regular', "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei", "sans-serif";
}
.page-container {
	width: 1400px;
	margin: 0 auto;
}
.page-container-1200 {
	width: 1200px;
	margin: 0 auto;
}
.page-container-b {
	min-width: 1400px;
	margin: 0 5%;
}
.page-container-c {
	width: 1300px;
	margin: 0 auto;
}
.view-box {
	display: none;
}
.clearfixed {
	clear: both;
}
a {
	color: #666;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.arrow-right {
	border-color: #f7f7f7;
	border-style: dashed;
	border-bottom-color: transparent;
	border-left-style: solid;
	border-top-color: transparent;
	font-size: 0;
	border-width: 10px;
	line-height: 0;
	border-right-width: 0;
}
.arrow-bottom {
	border-color: red;
	border-style: dashed;
	border-bottom-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	font-size: 0;
	border-top-style: solid;
	line-height: 0;
	border-width: 10px;
	border-radius: 0;
	transition: all 0.5s;
	border-radius: 50%;
	opacity: 0.6;
	width: 10px;
	height: 10px;
	background: #fff;
}
img {
	max-width: 100%;
}
a:hover {
	color: #0b86ea;
}
a,
a:hover,
a:visited,
a:active,
a:focus,
a:link {
	outline: none;
	text-decoration: none;
}
.img-box {
	overflow: hidden;
}
input:focus,
button:focus,
textarea:focus {
	outline: none;
}
p {
	margin: 0;
	padding: 0;
}
.text-c{
	text-align: center;
}
.w310{
	width: 310px;
}
.text-blue{
	color:#4c70ff;
}
.big-map{
	width: 790px;
  height: 334px;
}
.big-map2{
	width: 1051px;
    height: 377px;
}
.h-450{
	height: 450px;
}
.p-top-50{
	padding: 50px 0;
}
.mb-80{
	margin-bottom: 80px;
}
.mt-40{
	margin-top: 50px;
}
.page-tips{
	width: 800px;
	margin: 30px auto;
}
.mt-20{
	margin-top: 20px;
}
.pt-40{
	padding-top: 40px;
}
.fs-16{
	font-size: 16px;
}
.p-10{
	padding: 10px;
}
.flex-row-between-center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-row-start-center {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.fs-12{
	font-size: 12px;
}
.flex-1{
	flex: 1;
}
.h60{
	height: 60px;
}
.mt-50{
	margin-top: 50px;
}
.ml-20{
	margin-left: 20px;
}
.flex-col-between-start{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.mask:hover .img-box img {
	transform: scale(1.1);
}
.img-box img {
	object-fit: cover;
	max-height: 100%;
	transition: all 0.5s;
	max-width: 100%;
}
.home-banner .swiper-pagination {
	bottom: 30px;
}
.home-banner,
.sub-banner {
	margin-top: 80px;
}
.home-banner .swiper-button-white {
	z-index: 99;
	opacity: 0.6;
	background-size: 70%;
}
.home-banner .swiper-pagination-bullet {
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	opacity: 0.6;
	border-radius: 0;
	transition: all 0.5s;
}
.home-banner .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 10px;
	opacity: 1;
	background: #fff;
	transition: all 0.5s;	
}
.home-banner img {
	object-fit: cover;
	max-height: 400px;
	min-height: 300px;
	width: 100%;
}
.home-banner .text-a {
	align-items: center;
	height: 100%;
	display: flex;
	width: 100%;
	padding-left: 10%;
	z-index: 999;
}
footer {
	background: linear-gradient(-30deg,#fafcfe 0%,#ebf2f9 100%);
	padding-top: 60px;
}
.foot-box {
	display: flex;
	justify-content: space-between;
}
.bottom-menu p {
	margin-bottom: 15px;
}
.foot-box .left-box {
	display: flex;
	border-right: 1px #c7d7e1 solid;
	padding-right: 8%;
	justify-content: space-between;
	width: calc(100% - 390px);
}
.bottom-menu {
	display: flex;
	width: calc(100% - 400px);
	justify-content: space-between;
}
.foot-box .left-box .text-a {
	width: 300px;
}
.foot-box .right-box {
	display: flex;
	width: 390px;
	justify-content: flex-end;
}
footer .qr {
	box-shadow: 3px 4px 18px 0px rgba(208, 220, 233, 0.64);
	height: 140px;
	background-image: linear-gradient(-30deg,#fafcfe 0%,#ebf2f9 100%);
	border-image-source: linear-gradient(-30deg,#ffffff 0%,rgba(255, 255, 255, 0.5) 100%);
	border-style: solid;
	border-width: 2px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px;
	border-image-slice: 1;
	justify-content: center;
	margin-top: 10px;
	margin-right: 32px;
}
.qr img {
	width: 100%;
	height: 100%;
}
.qr-box {
	align-items: center;
	display: flex;
}
.bottom-menu ul li a:hover {
	color: #0b86ea;
}
.bottom-menu ul li a {
	display: block;
	color: #666666;
	padding: 4px 0;
}
.copy-r a:hover {
	text-decoration: underline;
}
.copy-r {
	background: #143c5e;
	letter-spacing: 1px;
	padding: 20px 0;
}
.copy-r a {
	color: #fff;
}
.fre-link ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 80px);
}
.fre-link {
	display: flex;
	border-top: 1px #c3dbef solid;
	justify-content: space-between;
	padding: 10px 0;
}
.fre-link ul li a {
	border-right: 1px #9c9c9c solid;
	display: inline-block;
	padding: 0 15px;
	height: 16px;
	line-height: 16px;
}
.fre-link ul li {
	margin-bottom: 10px;
}
.sub-banner>img {
	object-fit: cover;
	width: 100%;
	min-height: 370px;
	height: 425px;
}
.sub-banner .text-a .page-container {
	margin-bottom: 50px;
}
.sub-banner .text-a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.news-box1 .t-desc {
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(203, 212, 223, .4);
	transition: all 0.5s;
	border-radius: 20px;
	padding: 20px;
}
.news-box1 .img-box img {
	width: 100%;
	height: 100%;
}
.news-box1 .img-box {
	height: 250px;
	width: 100%;
}
.sec-boxb {
	padding-top: 80px;
	margin-top: -80px;
}
.title a:hover {
	color: #fff;
	background: #0b86ea;
}
.news-box1 .t-desc .text-a {
	position: relative;
	padding: 15px 0;
	padding-bottom: 10px;
}
.title a {
	height: 30px;
	background-color: #e5e5e5;
	border-radius: 15px;
	width: 70px;
}
.news-box1 .t-desc:hover .text-a .f3 {
	color: #0b86ea;
}
.news-box1 .t-desc:hover {
	margin-bottom: 20px;
	margin-top: -20px;
}
.news-box1 .col-lg-4 {
	margin-bottom: 40px;
}
.pagea {
	margin-bottom: 20px;
}
.pagea ul li a:hover,
.pagea ul li a.now {
	background: #0b86ea;
	color: #fff;
	border: solid 1px #0b86ea;
}
.pagea ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	color: #ccc;
	margin: 0 5px;
}
.news-box2 .t-desc {
	border-bottom: 1px #c3c6c9 solid;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.background-blue {
	background-color: #f4f9ff;
}
.news-box2 .t-desc .txt {
	height: 45px;
}
.news-box2 .t-desc p {
	transition: all 0.5s;
}
.news-box2 .img-box {
	border-radius: 20px;
	height: 146px;
	width: 260px;
}
.news-box2 .t-desc .text-a {
	margin-bottom: 10px;
	width: calc(100% - 290px);
}
.news-box2 .img-box img {
	height: 100%;
	width: 100%;
}
.news-box2 li:last-child .t-desc {
	border: 0;
}
.news-box2 .t-desc:hover .text-a .enter,
.news-box2 .t-desc:hover .text-a .f3 {
	color: #0b86ea;
}
.posiz a:last-child {
	color: #0b86ea;
}
.news-detail-box .content {
	margin: 0 auto;
	width: 1080px;
}
.news-detail-box .page-container {
	width: 1200px;
}
.posiz {
	box-shadow: 0px 1px 0px 0px #dbdbdb;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.posiz p {
	width: calc(100% - 30px);
}
.posiz img {
	height: 15px;
	margin-right: 10px;
	width: 16px;
}  
.top-detail {
	width: 48%;
}
.top-detail .t-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-detail .t-desc .text-a {
	width: calc(100% - 340px);
}
.top-detail .t-desc:hover .text-a .f3 {
	color: #0b86ea;
}
.suba-box ul {
	text-align: center;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
.suba-box ul li p {
	font-size: 16px;
}
.suba-box ul li:hover {
	margin-bottom: 10px;
	margin-top: -10px;
}
.suba-box ul li {
	transition: all 0.5s;
	margin: 0 25px;
}
.suba-box ul li a.now .icon-img-box,
.suba-box ul li a:hover .icon-img-box {
	background-image: linear-gradient(-40deg,#006bea 0%,#0b86ea 100%);
	border-radius: 25px;
	color: #fff;
}
.suba-box ul li a .icon-img-box {
	background-color: #eaf0f5;
	height: 100px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	transition: all 0.5s;
	justify-content: center;
	width: 100px;
	text-align: center;
	border-radius: 20px;
}
.suba-box ul li a:hover .icon-img-box img {
	filter: grayscale(100) brightness(200) !important;
}
.suba-box ul li a.now .icon-img-box img {
	filter: grayscale(100) brightness(200) !important;
}
.timg-list ul li .t-desc:hover {
	box-shadow: 0 0 20px rgba(203, 212, 223, 7);
	transform: translateY(-10px);
}
.timg-list ul li .t-desc {
	transition: all 0.3s;
	flex-direction: row-reverse;
	display: flex;
	background: #eaf0f5;
	justify-content: space-between;
}
.timg-list ul li .t-desc .text-a {
	padding: 40px 60px;
}
.timg-list ul li .t-desc .img-box,
.timg-list ul li .t-desc .text-a {
	width: 50%;
}
.timg-list ul li .t-desc .img-box {
	min-height: 275px;
	width: 700px;
	height: 300px;
}
.timg-list ul li .t-desc .text-a .bt {
	border-bottom: 1px #c6cbce solid;
	padding: 20px 0;
	padding-top: 0;
}
.timg-list ul li .t-desc .img-box img {
	height: 100%;
	width: 100%;
}
.timg-list ul li {
	margin-bottom: 40px;
}
.yy-box .left-box {
	padding: 80px 60px 0 60px;
	background-size: cover;
	background: url(../image/yuyue1.jpg) no-repeat center center;
	height: 600px;
	width: 460px;
}
.yy-box .page-container {
	display: flex;
	justify-content: center;
}
.se1ul li {
	line-height: 1;
	cursor: pointer;
	align-items: center;
	display: flex;
	margin-bottom: 20px;
	min-width: 25%;
	padding-left: 20px;
}
.yy-box .right-box {
	margin-left: 180px;
	width: 580px;
}
.se1ul {
	flex-wrap: wrap;
	display: flex;
}
.se1ul li label {
	color: #333;
}
.se1ul li input {
	background-color: #ffffff;
	height: 18px;
	border: solid 1px #cccccc;
	margin-right: 10px;
	width: 18px;
}
.uul {
	flex-wrap: wrap;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
label {
	margin-bottom: 0 !important;
}
.uul li {
	position: relative;
	width: 48%;
	margin-bottom: 24px;
}
.uul li button {
	top: 15px;
	right: 20px;
	background: none;
	border: 0;
	color: #0b86ea;
	position: absolute;
}
.uul li input {
	height: 50px;
	border: 0;
	padding: 0 20px;
	background-color: #f1f1f1;
	border-radius: 25px;
	width: 100%;
}
.uul li.yzm input {
	padding-right: 50%;
}
.pick-show {
	height: 50px !important;
	background-color: #f1f1f1 !important;
	padding: 0 20px !important;
	padding-top: 5px !important;
	border: 0 !important;
	border-radius: 25px !important;
	width: 100% !important;
}
.yuyueForm .btn:active {
	height: 50px;
	width: 100%;
	background: linear-gradient(90deg,#006bea 0%,#0b86ea 100%);
	border-radius: 25px;
	cursor: pointer;
}
.yuyueForm button.btn:focus {
	background: linear-gradient(90deg,#006bea 0%,#0b86ea 100%);
	height: 50px;
	width: 100%;
	border-radius: 25px;
	cursor: pointer;
}
.yuyueForm button.btn {
	background: linear-gradient(90deg,#006bea 0%,#0b86ea 100%);
	height: 50px;
	width: 100%;
	border-radius: 25px;
	cursor: pointer;
}
.y-address {
	position: relative;
}
.about-box11 .page-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.uul li .arrow {
	z-index: 99;
	top: 18px;
	right: 15px;
	content: "";
	position: absolute;
	border-right: 1px #999 solid;
	border-top: 1px #999 solid;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
}
.about-box11 .img-box {
	padding: 5px;
	position: relative;
	z-index: 9;
	height: 473px;
	background-color: #ffffff;
	box-shadow: 0 0 70px rgba(218, 232, 247, .7);
	border-radius: 20px;
	width: calc(100% - 470px);
	margin-left: 20px;
}
.about-box11 .page-container .text-a {
	background-image: linear-gradient(90deg,#d1ebfe 0%,#c0e2ff 50%,#afd8ff 100%);
	border-radius: 20px 0 0 20px;
	width: 450px;
	padding: 50px;
}
.te-box-2 .bt {
	left: 0;
	top: 50%;
	transition: all 0.5s;
	width: 100%;
	z-index: 7;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-align: center;
	position: absolute;
	transform: translateY(-50%);
}
.te-box-2 .text-a {
	position: absolute;
	z-index: 9;
	transition: all 0.5s;
	opacity: 0;
	width: 92%;
	height: 85%;
	background-image: linear-gradient(30deg,#006bea 0%,#0b86ea 100%);
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.te-box-2 .text-a ul {
	margin-bottom: 20px;
	width: 100%;
}
.te-box-2 .t-desc:hover .text-a {
	opacity: 1;
}
.te-box-2 .t-desc:hover .bt {
	opacity: 0;
}
.te-box-2 .t-desc {
	height: 100%;
	background: #fff;
}
.te-box-2 .t-desc .img-box {
	height: 240px;
}
.te-box-2 .t-desc .img-box img {
	height: 100%;
	width: 100%;
}
.te-box-2 .t-desc .text-a {
	padding: 30px 35px;
}
.te-box-2 .col-lg-4 {
	margin-bottom: 30px;
}
.fun-box-c .wi-tab .t-desc {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e9edf2;
	padding: 20px 120px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.fun-box-c .wi-tab .text-a {
	max-width: 40%;
	margin-top: 10px;
}
.fun-box-c .wi-tab ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.fun-box-c .wi-tab ul li img {
	margin-right: 10px;
	height: 20px;
	width: 20px;
}
.title_small {
	min-width: 800px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	background-color: #f9fcff;
	border: dashed 1px #cbe2fb;
	padding: 15px;
	margin: 0 auto;
}
.fun-box-c .wi-tab .img-box {
	max-width: 48%;
}
.fun-box-c .tab {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fun-box-c .tab li {
	text-align: center;
	margin: 0 15px;
	background-color: #e9edf2;
	border-radius: 28px;
	padding: 10px 20px;
	min-width: 190px;
}
.fun-box-c .tab li:hover,
.fun-box-c .tab li.active {
	background-color: #006bea;
	color: #fff;
}
.k-box4 .col-lg-4 {
	margin-bottom: 40px;
	padding: 0 20px;
}
.k-box4 .row {
	margin: 0 -20px;
}
.k-box4 .t-desc {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 45px 50px;
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	height: 100%;
	transition: all 0.5s;
	cursor: pointer;
}
.k-box4 .t-desc:hover {
	box-shadow: 0 0 30px rgba(203, 212, 223, .4);
	margin-top: -10px;
	margin-bottom: 10px;
}
.k-box4 .t-desc img {
	margin-top: 5px;
	height: 50px;
	width: 50px;
}
.k-box4 .t-desc .text-a {
	width: calc(100% - 70px);
}
.swiper-button-prev {
	background-size: 20%;
	border: solid 1px #006bea;
	background-color: #ffffff;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}
.swiper-button-next {
	background-color: #ffffff;
	background-size: 20%;
	border: solid 1px #006bea;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}
.swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006bea;
}
.swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006bea;
}
.swiper-pagination {
	align-items: center;
	justify-content: center;
	display: flex;
	text-align: center;
	width: 100%;
}  
.swiper-pagination-bullet {
	background: #cccccc;
	height: 10px;
	width: 10px;
	margin: 0 5px !important;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	border-radius: 5px;
	background-color: #006bea;
	height: 10px;
	width: 50px;
}
.k-box1 .img-box {
	box-shadow: none;
}
.about-box11.k-box1 .text-a {
	padding: 110px 55px;
	background-image: linear-gradient(0deg,#e9f3fe 0%,#f7fbff 100%);
	width: 650px;
	border-radius: 10px;
	margin-bottom: 0px;
}
.about-box11.k-box1 .img-box {
	width: calc(100% - 660px);
}
.k-box2 .t-desc .text-a {
	z-index: 9;
	color: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 10px;
	z-index: 99;
}
.k-box2 .col-lg-4 {
	margin-bottom: 30px;
}
.k-box3 .swiper-pagination {
	position: relative;
	margin-top: 40px;
}
.sw-bon {
	display: flex;
	align-items: center;
	min-height: 450px;
	justify-content: space-between;
}
.sw-bon .img-box {
	max-width: calc(100% - 430px);
	max-height: 455px;
}
.sw-bon .text-a {
	width: 370px;
}
.sw-bon .text-a .blue {
	color: #0070c0;
}
.sw-bon .text-a ul li {
	margin-bottom: 35px;
}
.sw-bon .text-a ul li:last-child {
	margin-bottom: 0;
}
.k-box3 .tab {
	display: flex;
	background-color: #ffffff;
	align-items: center;
	box-shadow: 0 0 20px rgba(203, 212, 223, .27);
	justify-content: center;
	padding: 5px 10px;
	border-radius: 28px;
}
.k-box3 .tab li {
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	min-width: 220px;
}
.k-box3 .tab li:hover,
.k-box3 .tab li.active {
	background-image: linear-gradient(90deg,#006bea 0%,#0b86ea 100%);
	color: #fff;
	border-radius: 24px;
}
.k-box3 .text-a {
	width: 470px;
}
.k-box3 .text-a ul li {
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
	margin-bottom: 20px;
}
.k-box3 .text-a ul li .txt {
	width: calc(100% - 20px);
}
.k-box3 .text-a ul li img {
	margin-top: 2px;
}
.k-box3 .content {
	padding-bottom: 40px;
	background: #fff;
	padding: 30px 110px;
}
.k-box3 .swiper-button-prev {
	left: -30px;
}
.k-box3 .swiper-button-next {
	right: -30px;
}
.k-box3 .swiper-pagination {
	position: relative;
	margin-top: 40px;
}
.k-box4 .content {
	flex-direction: row-reverse;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.k-box4 .content .left-box {
	background-color: #ffffff;
	height: 490px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 520px);
}
.k-box4 .content .tab li {
	filter: drop-shadow(0 0 10px rgba(203, 212, 223, .7));
	color: #333333;
	line-height: 60px;
	background-color: #ffffff;
	padding: 0 25px;
	cursor: pointer;
	width: 448px;
	height: 60px;
	display: flex;
	align-items: center;
	margin: 20px 0;
	border-radius: 30px;
}
.k-box4 .content .tab li span {
	margin-right: 5px;
	color: #006bea;
}
.k-box4 .content .tab li.active {
	background: url(../image/tab_kd_bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.k-box4 .content .tab li.active .numb {
	color: #fff;
}
.te-box-5 .content .t-desc {
	background-color: #e2ecf6;
	height: 100%;
	transition: all 0.5s;
	border: solid 1px #e2ecf6;
}
.te-box-5 .content .t-desc:hover {
	box-shadow: 0 0 30px rgba(203, 212, 223, .4);
	margin-top: -10px;
	margin-bottom: 10px;
}
.te-box-5 .content .t-desc:hover .text-a {
	background: #006bea;
	color: #fff;
}
.te-box-5 .content .t-desc .text-a {
	transition: all 0.5s;
	background-color: #e2ecf6;
	padding: 18px 25px;
}
.te-box-5 .content .t-desc .img-box {
	background: #fff;
	height: 100px;
}
.te-box-5 .content .col-lg-3 {
	margin-bottom: 30px;
}
.ot-w {
	background-size: cover;
	background: url(../image/bottBg.jpg) no-repeat center center;
	padding: 50px 0;
}
.ot-w img.img {
	transform: translateY(-50%);
	left: -100px;
	top: 50%;
	position: absolute;
}
.ot-w .page-container {
	min-height: 145px;
	display: flex;
	justify-content: flex-end;
}
.ot-w .text-a {
	text-align: center;
	width: 100%;
}
.submit-a-btn {
	transition: all 0.5s;
	border: solid 1px #006bea;
	background: linear-gradient(#006bea, #006bea) repeat-y;
	height: 46px;
	background-size: 0 100%;
	margin: 0 auto;
	margin-top: 25px;
	width: 140px;
	border-radius: 23px;
}
.submit-a-btn:hover {
	background-size: 100% 100%;
	color: #fff;
}
.caseMore {
	background-color: #006bea;
	color: #fff !important;
	margin-top: 30px;
	margin: 0 auto;
	height: 46px;
	width: 240px;
	border-radius: 23px;
}
.title .small_wz {
	margin-top: 10px;
	min-width: 895px;
	margin: 0 auto;
	width: 55%;
}
.num-box1 .page-container {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.num-box1 .left-box {
	width: calc(100% - 670px);
}
.num-box1 .left-box .content {
	border-radius: 10px 0 0 10px;
	background-color: #f5f8fc;
	padding: 70px 60px;
}
.num-box1 .left-box .content ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.num-box1 .left-box .content ul li p {
	width: calc(100% - 30px);
}
.num-box1 .right-box {
	margin-top: -10px;
	box-shadow: 0 0 20px rgba(203, 212, 223, .42);
	width: 650px;
	border-radius: 10px;
	overflow: hidden;
	max-height: 500px;
}
.num-box1 .right-box .img-box {
	border-style: solid;
	border-image-source: linear-gradient(0deg,#ffffff 0%,#e5edf5 50%,#cadaeb 100%);
	border-image-slice: 1;
	height: 469px;
	background-color: #ffffff;
	width: 100%;
	border-width: 10px;
	border-radius: 10px;
}
.num-box1 .right-box .img-box-clean {
	height: 469px;
	background-color: #ffffff;
	width: 100%;
	border-width: 10px;
	border-radius: 10px;
}
.num-box2 .page-container {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.num-box2 .text-a {
	background-color: #0b86ea;
	width: 590px;
	padding: 60px;
	border-radius: 10px;
}
.num-box2 .img-box {
	max-width: calc(100% - 670px);
}
.szDiv2 .text-a {
	padding: 10px;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 99;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
}
.szDiv2 .col-lg-4 {
	margin-bottom: 30px;
}
.bj-box3 .t-desc {
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.bj-box3 .content {
	padding: 40px;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(203, 212, 223, .42);
	border-radius: 20px;
}
.bj-box3 .t-desc .img-box {
	width: 50%;
}
.bj-box3 .t-desc .text-a {
	width: 46%;
}
.bj-box3 .t-desc .text-a ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bj-box3 .t-desc .text-a ul li p {
	width: calc(100% - 30px);
}
.bj-box3 .tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.bj-box3 .tab li {
	background-color: #dae8f7;
	text-align: center;
	line-height: 60px;
	padding: 0 20px;
	height: 60px;
	width: 33%;
}
.bj-box3 .tab li:hover,
.bj-box3 .tab li.active {
	background-image: linear-gradient(90deg,#006bea 0%,#0b86ea 100%);
	color: #fff;
}
.num-box3 .page-container {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.num-box3 .text-a {
	background-color: #0b86ea;
	padding: 60px;
	width: 460px;
	border-radius: 10px;
}
.num-box3 .img-box {
	max-width: calc(100% - 540px);
}
.home-box-1 {
	background-image: linear-gradient(0deg,#fefeff 0%,#f8f9fe 100%);
}
.home-title {
	text-align: center;
	color: #365066;
}
.home-title .h-desc {
	color: #7992a6;
}
.home-title .h-desc.fw {
	color: #fff;
}
.home-box-1 .enter {
	background-color: #ffffff;
	background-size: 0 100%;
	border: solid 1px #0b86ea;
	color: #0b86ea;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	transition: all 0.5s;
	margin-top: 28px;
	
	border-radius: 4px;
}
.home-box-1 .t-desc:hover {
	box-shadow: 3px 4px 18px 0px rgba(208, 220, 233, 0.64);
	margin-top: -20px;
	margin-bottom: 20px;
}
.home-box-1 .t-desc .img-box {
	transition: all 0.5s;
}
.home-box-1 .t-desc:hover .img-box {
	transform: rotateY(180deg);
}
.home-box-1 .t-desc:hover .enter {
	background-size: 100% 100%;
	background-image: linear-gradient(-40deg,#006bea 0%,#0b86ea 100%);
	color: #fff;
}
.home-box-1 .t-desc {
	height: 100%;
	min-height: 435px;
	padding: 30px 36px;
	box-shadow: 0 0 27px #ededef;
	border-radius: 10px;
	transition: all 0.5s;
}
.home-box-1 .t-desc .txt {
	color: #555;
}
.home-box-1 .row {
	margin: 0 -14px;
}
.home-box-1 .col-lg-3 {
	padding: 0 14px;
}
.home-box-2 {
	background-size: cover;
	background: url(../image/index_bg1.jpg) no-repeat center center;
}
.home-box-2 .tab {
	border-bottom: 1px #4f5258 solid;
	align-items: center;
	justify-content: center;
	display: inline-flex;
}
.home-box-2 .tab li {
	margin: 0 5px;
	min-width: 275px;
	color: #8e97a5;
	position: relative;
	text-align: center;
	padding: 12px 20px;
}
.home-box-2 .tab li::after {
	left: 0;
	width: 0%;
	height: 3px;
	bottom: -1px;
	content: "";
	background-color: #ffffff;
	transition: all 0.5s;
	position: absolute;
}
.home-box-2 .tab li:hover {
	color: #fff;
}
.home-box-2 .tab li.active {
	color: #fff;
}
.home-box-2 .tab li.active::after {
	width: 100%;
}
.home-box-2 .t-desc {
	align-items: center;
	justify-content: center;
	display: flex;
}
.home-box-2 .t-desc .text-a {
	max-width: 565px;
	margin-left: 100px;
}
.home-box-2 .t-desc .img-box {
	max-width: 520px;
}
.home-box-2 .t-desc .enter {
	width: 130px;
	border-radius: 4px;
    height: 36px;
	color: #0a84e8;
    background: linear-gradient(#0a84e8, #0a84e8) repeat-y;
	background-size: 0 100%;
    border: solid 1px #0a84e8;
    transition: all 0.5s;
}
.home-box-2 .t-desc .enter:hover {
	background-size: 100% 100%;
	color: #fff;
}
.home-box-3 {
	background: url(../image/index_bg2.jpg) no-repeat center center;
	background-size: cover;
}
.home-box-3 .content {
	justify-content: space-between;
	display: flex;
}
.youshi .t-desc {
	background-color: #0b86ea;
	width: 360px;
	border-radius: 10px;
	overflow: hidden;
}
.youshi .text-a {
	padding: 20px 30px;
	border-image-slice: 1;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(0deg,#0b86ea 0%,#00b4ff 100%);
}
.youshi .text-a ul li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px #609dcb solid;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.youshi .text-a ul li:last-child {
	padding: 0;
	border: 0;
}
.youshi .text-a ul li .txt {
	color: #bfddf6;
	margin-top: 2px;
	width: calc(100% - 52px);
}
.home-box-3 .content .right-box {
	width: calc(100% - 400px);
	/* overflow: hidden; */
}
#cfy {
	width: 100%;
	position: relative;
}
#cfy .swiper-container {
	padding-bottom: 60px;
}
#cfy .swiper-slide {
	height: 470px;
	width: 315px;
}
/* #cfy  .swiper-slide-next{
	transform:translateX(-65%) scale(1)!important ;
} */
.home-anli .text-a {
	right: 0;
	z-index: 99;
	width: 62%;
	padding: 30px;
	position: absolute;
	bottom: 0;
}
.home-anli .text-a .text-b {
	display: none;
}
.home-anli .swiper-container {}
.home-anli .swiper-slide {
	height: 470px;
	border-radius: 10px;
	overflow: hidden;
	/* transform: translateX(-10px); */
}
.home-anli .swiper-slide-active {
	transform: translateX(0) scale(1) !important;
}
.home-anli .swiper-slide-active .text-a {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.home-anli .swiper-slide-active .text-a .text-b {
	display: block;
}
.home-anli .swiper-slide-active .text-a .fs16 {
	font-weight: bold;
	font-size: 24px;
}
.home-anli .text-a p img {
	max-width: 80%;
	max-height: 25px;
}
.home-anli .swiper-slide-active .text-a .text-c {
	text-align: center;
	bottom: 30px;
	width: 100%;
	position: absolute;
	left: 0;
}
.home-anli .swiper-slide-active .text-a p img {
	height: 25px;
}
.home-anli .swiper-slide .t-desc {
	background: #000;
	border-radius: 10px;
	/* overflow: hidden; */
	width: 100%;
	height: 100%;
}
.home-anli .swiper-slide-active .t-desc {
	border-radius: 10px;
}
.home-anli .swiper-slide-active {
	margin-top: -20px;
	overflow: visible;
	transform: translateX(0px);
	z-index: 99;
}
.home-anli .swiper-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;

}
.home-anli .swiper-slide-next {
	/* margin-left: 70px; */
	/* transform: translateX(-108px) scale(1)!important; */
}
.home-anli .swiper-slide .img-box {
	border-radius: 10px;
	position: relative;
	height: 470px;
	width: 315px;
	/* transform: translateX(-150px); */
}
.home-anli .swiper-slide .img-box::before {
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
}
.home-anli .swiper-slide-swiper-slide-active .img-box::before {
	display: none;
}
.home-anli .swiper-slide.swiper-slide-active .img-box {
	opacity: 1;
	height: 510px;
	width: 375px;
	position: absolute;
	z-index: 9;
	/* transform: translateX(0px); */
}
.home-anli .swiper-slide .img-box img {
	height: 100%;
}
.home-anli .swiper-slide-active .text-a {
	background-image:
		linear-gradient(rgba(4, 109, 234, 0),
			rgba(4, 109, 234, 1));
	padding: 30px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
}
.home-anli .swiper-button-prev {
	background-color: #e0e0e0;
	left: -30px;
	border: 0;
}
.home-anli .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230b86ea'%2F%3E%3C%2Fsvg%3E");
	background-color: #fff;
}
.home-anli .swiper-button-next {
	background-color: #e0e0e0;
	right: -30px;
	border: 0;
}
.home-anli .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230b86ea'%2F%3E%3C%2Fsvg%3E");
	background-color: #fff;
}
.home-box-4 {
	background: url(../image/hzkh_bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-box-4 .swiper-wrapper{
	margin: 0 auto;
}
.home-box-4 .swiper-slide .img-box {
	background-color: #ffffff;
	height: 73px;
	padding: 10px;
}
.home-box-4 .swiper-pagination {
	margin-top: 40px;
}
.home-box-4 .swiper-pagination-bullet {
	background: #fff;
}
.home-box-5 {
	background-color: #f5f8fa;
}
.home-box-5 .page-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.home-box-5 .left-box {
	width: 520px;
}
.home-box-5 .left-box ul {
	justify-content: space-between;
	display: flex;
}
.home-box-5 .left-box ul li {
	max-width: 30%;
}
.about-enter {
	border: 1px #006bea solid;
	background: linear-gradient(-40deg,#006bea 0%,#0b86ea 100%) repeat-y;
	background-size: 0 100%;
	border-radius: 4px;
	margin-top: 60px;
	transition: all 0.5s;
	color: #006bea;
	width: 140px;
	height: 46px;
}
.about-enter:hover {
	background-size: 100% 100%;
	color: #fff !important;
}
.home-box-5 .left-box ul li:nth-child(2) {
	max-width: initial;
	border-right: 1px #cfd2d4 solid;
	width: 40%;
	border-left: 1px #cfd2d4 solid;
}
.home-box-5 .left-box ul li p {
	text-align: center;
}
.home-box-5 .left-box ul li .num {
	font-family: Bahnschrift;
	font-size: 36px;
	color: #0b86ea;
	font-weight: bold;
}
.home-box-5 .right-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 600px);
}
.v-box {
	height: 450px;
	width: 100%;
	position: relative;
}
.v-box .poster {
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 9;
}
.v-box video {
	height: 450px;
	object-fit: cover;
	width: 100%;
}
.playBtn {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 99;
}
.playBtn img {
	z-index: 999;
	position: relative;
}
.playBtn span {
	left: 13px;
	animation: dots ease 2s infinite;
	-moz-animation: dots ease 2s infinite;
	-o-animation: dots ease 2s infinite;
	-webkit-animation: dots ease 2s infinite;
	top: 13px;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px #fff solid;
	/* opacity: .4; */
	z-index: 1;
	position: absolute;
}
.playBtn::after {
	left: 0px;
	top: 0px;
	animation: dots ease 3s infinite;
	-moz-animation: dots ease 3s infinite;
	-o-animation: dots ease 3s infinite;
	-webkit-animation: dots ease 3s infinite;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px #fff solid;
	/* opacity: .4; */
	z-index: 1;
	content: '';
	position: absolute;
}
@keyframes dots {
	0% {
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0.1;
	}
}
.top-news-box .t-desc .enter {
	
	border-radius: 4px;
	background: linear-gradient(#0b86ea, #0b86ea) repeat-y;
	background-size: 0 100%;
	border: solid 1px #0b86ea;
	color: #0b86ea;
	transition: all 0.5s;
	width: 130px;
	height: 36px;
}
.top-news-box .t-desc .enter:hover {
	color: #fff;
	background-size: 100% 100%;
}
.top-news-box .t-desc {
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.top-news-box .t-desc .img-box {
	border-radius: 10px;
	overflow: hidden;
}
.top-news-box .t-desc .img-box img {
	height: 370px;
	width: 660px;
	background-color: #0662bb;
}
.top-news-box .t-desc:hover .f3 {
	color: #006bea;
}
.top-news-box .t-desc .text-a {
	width: calc(100% - 720px);
}
.home-news ul {
	margin-bottom: 20px;
	border-radius: 10px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.home-news ul li {
	position: relative;
	width: 25%;
}
.home-news ul li .t-desc {
	padding-bottom: 50px;
	height: 100%;
	position: relative;
	padding: 30px;
}
.home-news ul li:nth-child(odd) .t-desc {
	background-color: #f5f8fa;
}
.home-news ul li:nth-child(even) .t-desc {
	background-color: #ebf2f9;
}
.home-news ul li:hover .t-desc {
	z-index: 9;
	width: 370px;
	height: 183px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	position: absolute;
}
.nav-wrap {
	box-shadow: 0 5px 5px #e9ecf5;
	z-index: 9;
	position: relative;
	width: 100%;
	margin-top: -45px;
	background: #fff;
}
.nav-wrap.navFix {
	margin-top: 0px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e3e3e3\9;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav-wrap ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
}
.nav-wrap.navFix li a {
	line-height: 80px;
}
.nav-wrap.navFix ul {
	border-bottom: 0;
}
.nav-wrap li {
	text-align: center;
	width: 16%;
	position: relative;
	display: inline-block;
}
.nav-wrap li::after {
	right: 0;
	content: "";
	height: 18px;
	background-color: #cccccc;
	transform: translateY(-50%);
	z-index: 99;
	position: absolute;
	top: 50%;
	width: 1px;
}
.nav-wrap li:last-child::after {
	display: none;
}
.nav-wrap li a {
	color: #333;
	padding: 0 20px;
	text-decoration: none;
	display: block;
	line-height: 90px;
}
.nav-wrap li a:hover {
	color: #0b86ea;
}
.nav-wrap li a.active {
	color: #0b86ea;
}
.about-box1 {
	padding-bottom: 80px;
	background: url(../image/about_bg1.jpg) no-repeat center bottom;
	background-size: 100%;
}
.about-box1 .content {
	justify-content: space-between;
	display: flex;
}
.about-box1 .content .text-a {
	padding: 40px 0;
	width: 510px;
}
.about-box1 .content .right-box {
	max-width: calc(100% - 590px);
}
.about-box2 {
	background-size: cover;
	background: url(../image/lc_bg.jpg) no-repeat center top;
}
.about-box2 .con-box {
	padding: 230px 0;
	position: relative;
}
.about-box2 .con-box .timeDiv {
	position: relative;
	line-height: 60px;
	width: 100%;
}
.about-box2 .con-box .timeDiv img {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.about-box2 .con-box .text-a {
	left: 0px;
	display: flex;
	width: 540px;
	height: 200px;
	position: absolute;
}
.about-box2 .con-box .text-a .txt {
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 250px);
}
.about-box2 .con-box .text-a .txt .img-box img {
	height: 139px;
	width: 203px;
}
.about-box2 .con-box .text-a .txt .left-box ul {
	width: 285px;
}
.about-box2 .con-box .img-box {
	margin-right: 20px;
}
.about-box2 .swiper-slide:nth-child(odd) .con-box .text-a {
	top: 0;
}
.about-box2 .swiper-slide:nth-child(even) .con-box .text-a {
	bottom: 0;
}
.ct-rj {
	top: 409px;
	right: 0;
	height: 70px;
	position: absolute;
}
.about-box2 .con-box .biaoti span.textbg-a {
	background: linear-gradient(45deg, #fff, #94d4fa);
	-webkit-background-clip: text;
	color: transparent;
}
.about-box2 .con-box .biaoti span.dian {
	font-weight: bold;
	margin: 0 10px;
	font-size: 34px;
}
.about-box2 .swiper-container {
	overflow: visible;
}

.about-box3 .t-desc {
	background-color: #f6f7fb;
	padding: 30px;
}
.about-box3 .swiper-slide {
	position: relative;
	box-shadow: 0 0 10px #eee;
}
.about-box3 .swiper-slide::before {
	z-index: 99;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.about-box3 .swiper-slide-active,
.about-box3 .swiper-slide-active img {
	z-index: 99;
	height: 650px;
	opacity: 1;
	width: 538px !important;
	position: relative;
}
.about-box3 .swiper-wrapper {
	align-items: center;
}
.about-box4 {
	background: #f4f9ff;
}
.about-box4 .content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.about-box4 .right-box {
	margin-top: -30px;
	max-width: calc(100% - 420px);
}
.about-box4 .right-box .text-a {
	margin-top: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	background-color: #dae8f7;
	border-radius: 10px;
	width: 70%;
}
.about-box4 .left-box {
	width: 400px;
}
.about-box4 .left-box ul li {
	display: flex;
	justify-content: space-between;
}
.about-box4 .left-box ul li span {
	margin-top: 5px;
	width: 10px;
	height: 10px;
	background-color: #006bea;
	transform: rotate(45deg);
}
.about-box4 .left-box ul li p {
	margin-bottom: 30px;
	color: #333;
	font-size: 16px;
	width: calc(100% - 20px);
}
.about-box5 .swiper-slide .img-box {
	padding: 10px;
	background-color: #ffffff;
	height: 73px;
}
.about-box5 .swiper-pagination {
	margin-top: 40px;
}
.line_lx {
	margin-top: 35px;
	width: 30px;
	height: 2px;
	background-color: #006bea;
}
.contactaa-box {
	width: 440px;
}
.contactaa-box ul li {
	margin-bottom: 50px;
	align-items: center;
	display: flex;
}
.contactaa-box ul li img {
	margin-right: 20px;
	box-shadow: 3px 4px 18px 0px rgba(208, 220, 233, 0.64);
	border-radius: 5px;
}
.about-box6 .content {
	display: flex;
	justify-content: space-between;
}
.about-box6 .content .right-box {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 520px);
}
.map-wrap {
	width: calc(100% - 280px);
}
.map-box {
	height: 325px;
}
.contact-qrcode {
	width: 140px;
}
.contact-qrcode ul li {
	margin-bottom: 20px;
	text-align: center;
}
.yu-box {
	padding: 30px;
	background: url(../image/abyy.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
}
.yu-box .t-desc .txt {
	width: calc(100% - 180px);
}
.yu-box .t-desc {
	display: flex;
	align-items: center;
}
.yu-box .t-desc .btnY {
	margin-right: 20px;
	color: #006bea;
	border-radius: 28px;
	background-color: #ffffff;
	width: 160px;
	height: 56px;
}
.error-box {
	font-size: 20px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 8px 15px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.po-box-me {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 40px 60px;
	z-index: 9998;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	display: none;
}
.po-box {
	height: 100%;
	width: 100%;
	z-index: 9994;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.close-messge-box {
	right: 25px;
	top: 25px;
	position: absolute;
}
.ysa-box .t-desc {
	background-color: #ffffff;
	box-shadow: 0 0 10px #e1e8f0;
	transition: all 0.5s;
	padding-right: 60px;
	padding: 40px;
	height: 100%;
	position: relative;
	border-radius: 10px;
}
.ysa-box .t-desc .bt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.ysa-box .t-desc .bt::after {
	background-color: #006bea;
	height: 2px;
	width: 40px;
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
}
.ysa-box .t-desc:hover {
	margin-bottom: 10px;
	box-shadow: 0 0 30px rgba(203, 212, 223, .4);
	margin-top: -10px;
}
.ysa-box .t-desc .iconImg {
	right: 30px;
	top: 25px;
	position: absolute;
}
#cfy2 {
	margin-top: 50px;
	margin: 0 auto;
	position: relative;
}
#cfy2 .swiper-slide {
	background: #fff;
	width: 538px;
}
#cfy2 .swiper-slide img {
	display: block;
}
#cfy2 .swiper-container {
	padding-bottom: 20px;
}
#cfy2 .swiper-slide p {
	text-align: center;
	font-size: 1.1em;
	line-height: 98px;
	margin: 0;
	padding-top: 0;
	color: #636363;
}
#cfy2 .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	height: 10px;
	background-color: #d5d5d5;
	border: 3px solid #fff;
	width: 10px;
	margin: 0 5px;
}
#cfy2 .swiper-pagination {
	bottom: 20px;
	width: 100%;
}
#cfy2 .swiper-button-prev {
	left: -30px;
	height: 60px;
	width: 60px;
}
#cfy2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #fff;
	border: 3px solid #00aadc;
}
#cfy2 .swiper-button-next {
	right: -30px;
	height: 60px;
	width: 60px;
}
.al-box2 .content ul {
	flex-wrap: wrap;
	align-items: center;
	display: flex;
	justify-content: center;
}
.al-box2 .content ul li {
	
	margin: 0 0.5%;
	width: 13.2%;
	margin-bottom: -30px;
}
.al-box2 .content {
	margin-bottom: 50px;
}
.al-box2 .content ul li .t-desc>img {
	filter: drop-shadow(0px 0px 40px rgba(235, 241, 248, 1));
}
.al-box2 .content ul li:nth-child(7) {
	margin-left: 1.1%;
}
.al-box2 .content ul li .t-desc {
	height: 100%;
	position: relative;
	width: 100%;
}
.al-box2 .content ul li:nth-child(1) {
	margin-left: 1.5%;
}
.al-box2 .content ul li .t-desc .abimg-box {
	position: absolute;
	z-index: 9;
	transition: all 0.3s;
	height: 100%;
	width: 100%;
	background: url(../image/blue_bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.al-box2 .content ul li:hover .t-desc .abimg-box {
	opacity: 1;
}
.al-box2 .content ul li:hover .t-desc .abimg-box img {
	margin-bottom: 0;
}
.al-box2 .content ul li .t-desc .abimg-box img {
	max-width: 90%;
	margin-bottom: 20px;
	transition: all 0.3s;
	max-height: 90%;
}
@media screen and (max-width:992px) {
	.page-container,
	.page-container-1200,
	.page-container-b,
	.page-container-c {
		min-width: initial;
		font-size: 14px;
		line-height: 1.8;
		width: 92%;
		padding: 0;
		margin: 0 auto;
	}
	.flex-row-between-center{
		flex-wrap: wrap;
	}
	.page-container-1200 .text-c,.page-container .text-c{
		font-size: 24px;
	}
	.flex-row-between-center.mt-40{
		margin-top: 10px;
	}
	.page-tips{
		width: 100%;
	}
	.mb-80{
		margin-bottom: 40px;
	}
	.w310{
		margin-top: 20px;
	}
	.big-map,.big-map2{
		width: 100%;
		height: auto;
	}
	.view-box {
		display: block;
	}
	.hideDiv {
		display: none;
	}
	.home-banner,
	.sub-banner {
		margin-top: 50px;
	}
	.sub-banner>img {
		object-fit: fill;
		min-height: 200px;
		height: auto;
	}
	.home-banner img {
		min-height: 230px;
	}
	.home-banner .page-container {
		top: 30px;
		line-height: 22px;
		width: 95%;
	}
	.home-banner .page-container .fs18 {
		font-size: 14px;
	}
	.home-banner .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	.fs56 {
		font-size: 24px;
	}
	.home-banner .text-a .page-container {
		margin-bottom: 50px;
	}
	.menu-r {
		margin-top: 30px;
	}
	.home-title .h-desc {
		font-size: 12px;
	}
	.home-banner .swiper-pagination {
		bottom: 15px;
	}
	.p-top {
		padding: 40px 0;
	}
	.home-box-1 .row {
		margin: 0 -5px;
	}
	.home-box-1 .t-desc {
		min-height: auto;
		padding: 20px 15px;
	}
	.home-box-1 .col-lg-6 {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.home-box-1 .t-desc .txt {
		line-height: 20px;
		font-size: 12px;
	}
	.home-box-2 .t-desc {
		display: block;
	}
	.home-box-2 .t-desc .img-box img {
		height: 180px;
	}
	.home-box-1 .t-desc .img-box img {
		height: 60px;
	}
	.home-box-1 .enter {
		margin-top: 15px;
		height: 30px;
		font-size: 12px;
		width: 100px;
	}
	.home-box-2 .t-desc .text-a {
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
	}
	.home-box-2 .tab li {
		padding: 12px;
		min-width: 160px;
	}
	.home-box-3 .content {
		display: block;
	}
	.fs28 {
		font-size: 20px;
	}
	.youshi .t-desc {
		width: 100%;
	}
	.home-box-3 .content .right-box {
		margin-top: 20px;
		width: 100%;
	}
	.home-box-4 {
		padding-bottom: 60px;
	}
	.home-box-5 .left-box ul li .num {
		font-size: 30px;
	}
	.home-box-4 .swiper-pagination {
		margin-top: 20px;
	}
	.top-news-box .t-desc {
		display: block;
	}
	.top-news-box .t-desc .img-box img {
		background-color: #0662bb;
		height: 200px;
		width: 100%;
	}
	.top-news-box .t-desc .text-a {
		margin-top: 20px;
		width: 100%;
	}
	.home-news ul {
		flex-wrap: wrap;
	}
	.foot-box {
		border: 0;
		display: block;
	}
	.foot-box .left-box,
	.bottom-menu {
		border: 0;
		width: 100%;
		display: block;
	}
	.home-news ul li {
		width: 50%;
	}
	.home-news ul li .t-desc {
		padding-bottom: 25px;
		padding: 20px;
	}
	.bottom-menu ul {
		flex-wrap: wrap;
		display: flex;
	}
	.bottom-menu ul li {
		margin-right: 20px;
	}
	.bottom-menu p {
		margin-bottom: 0;
	}
	.fre-link {
		display: block;
	}
	.fre-link ul {
		margin-left: -10px;
		width: 100%;
	}
	.bottom-menu {
		margin-top: 20px;
	}
	.foot-box .right-box {
		justify-content: flex-start;
		margin-top: 20px;
		width: 100%;
	}
	.fre-link ul li a {
		padding: 0 10px;
	}
	.menu ul ul::after {
		display: none;
	}
	.sub-banner .fs50 {
		line-height: 1;
		font-size: 20px;
	}
	.sub-banner .text-a .page-container {
		margin-bottom: 20px;
	}
	.about-box11 .page-container .text-a {
		margin-bottom: 30px;
		padding: 20px;
		width: 100%;
		border-radius: 10px;
	}
	.about-box11 .img-box .img {
		padding: 20px 10px;
	}
	.about-box11 .page-container {
		display: block;
	}
	.about-box11 .img-box {
		height: auto;
		width: 100%;
	}
	.te-box-2 .t-desc .text-a .bt .fs24 {
		font-size: 18px;
	}
	.k-box3 .content {
		margin-top: 40px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.k-box3 .wi-tab .t-desc {
		display: block;
		padding: 20px;
	}
	.te-box-2 .t-desc .text-a {
		padding: 20px 20px;
	}
	.te-box-2 .t-desc .text-a ul {
		margin-top: 10px;
		font-size: 14px;
	}
	.k-box3 .wi-tab .text-a,
	.k-box3 .wi-tab .img-box {
		max-width: 100%;
	}
	.k-box3 .wi-tab .text-a {
		margin-bottom: 20px;
	}
	.fun-box-c .content {
		margin-top: 40px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.fun-box-c .wi-tab .t-desc {
		display: block;
		padding: 20px;
	}
	.fun-box-c .wi-tab .text-a,
	.fun-box-c .wi-tab .img-box {
		max-width: 100%;
	}
	.fun-box-c .wi-tab .text-a {
		margin-bottom: 20px;
	}
	.sw-bon .img-box {
		max-width: 100%;
		max-height: 300px;
	}
	.k-box3 .wi-tab ul li img {
		height: 15px;
		width: 15px;
	}
	.title_small {
		min-width: calc(100% - 100px);
	}
	.sw-bon .text-a {
		width: 100%;
	}
	.sw-bon .text-a ul li p.fs16 {
		font-size: 14px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		height: 40px;
		width: 40px;
	}
	.sw-bon {
		display: block;
	}
	.sw-bon .text-a .blue {
		margin-bottom: -10px;
		font-size: 18px;
	}
	.fs16 {
		font-size: 14px;
	}
	.sw-bon .text-a ul li {
		margin: 15px 0;
		margin-bottom: 0;
	}
	.te-box-5 ul {
		margin-left: -10px;
		justify-content: space-between;
	}
	.foot-box .left-box .text-a {
		width: 100%;
	}
	.te-box-5 ul li {
		margin-bottom: 10px;
		margin-left: 10px;
		width: 30%;
	}
	.te-box-5 ul li .img-box {
		height: 50px;
		width: 100%;
	}
	.k-box3 .content {
		margin-top: 40px;
		margin: 0 auto;
		display: block;
		padding: 20px 20px;
		width: 85%;
	}
	.k-box3 .content .text-a {
		margin-bottom: 30px;
	}
	.k-box4 .content .tab li {
		padding-left: 20px;
		line-height: 1.5;
		padding: 0 15px;
		height: 46px;
		font-size: 14px;
		width: 100%;
	}
	.k-box4 .content .left-box {
		height: 280px;
		width: 100%;
	}
	.k-box3 .text-a ul li img {
		margin-top: 8px;
		width: 8px;
	}
	.k-box4 .content {
		display: block;
	}
	.title .small_wz {
		min-width: initial;
		width: 100%;
		line-height: 20px;
	}
	.num-box2 .img-box,
	.num-box3 .img-box {
		margin-top: 30px;
		max-width: 100%;
	}
	.num-box3 .img-box {
		margin-bottom: 40px;
	}
	.num-box2 .page-container,
	.num-box3 .page-container {
		display: block;
	}
	.num-box2 .text-a,
	.num-box3 .text-a {
		padding: 30px;
		width: 100%;
	}
	.suba-box ul li {
		margin-bottom: 15px;
		width: 22%;
		margin: 0 1.5%;
	}
	.suba-box ul li a .icon-img-box {
		border-radius: 10px !important;
		height: 46px;
		width: 46px;
		margin-bottom: 10px;
		margin: 0 auto;
	}
	.suba-box ul {
		justify-content: flex-start;
	}
	.timg-list ul li .t-desc {
		display: block;
	}
	.suba-box ul li a .icon-img-box img {
		width: 28px;
	}
	.suba-box ul li a p {
		font-size: 14px;
	}
	.timg-list ul li .t-desc .img-box {
		min-height: initial;
		width: 100%;
	}
	.yy-box .left-box {
		display: none;
	}
	.yy-box .right-box {
		margin-left: 0;
		width: 100%;
	}
	.timg-list ul li .t-desc .text-a {
		padding-top: 0;
		padding: 20px;
		width: 100%;
	}
	.yy-box .page-container {
		display: block;
	}
	.se1ul li {
		padding-left: 5px;
	}
	.uul li {
		width: 100%;
	}
	.news-box2 .t-desc {
		display: block;
	}
	.news-box2 .img-box {
		height: 200px;
		width: 100%;
	}
	.yuyueForm .btn {
		width: 100%;
	}
	.se1ul li input {
		height: 14px;
		width: 14px;
	}
	.news-box2 .t-desc .text-a {
		margin-bottom: 0;
		padding: 20px 0;
		width: 100%;
	}
	.news-detail-box .content {
		width: 100%;
	}
	.fs42 {
		font-size: 20px;
	}
	.news-detail-box .page-container {
		width: 92%;
	}
	.tuijian .flex2 {
		display: block;
	}
	.top-detail {
		margin-bottom: 30px;
		width: 100%;
	}
	.top-detail .t-desc .text-a {
		width: calc(100% - 140px);
	}
	.abErji {
		display: none;
	}
	.top-detail .t-desc .img-box {
		height: 100px;
		width: 120px;
	}
	.top-detail .t-desc .img-box img {
		height: 100%;
		width: 100%;
	}
	.about-box1 .content {
		display: block;
	}
	.about-box1 .content .right-box {
		max-width: 100%;
	}
	.about-box1 .content .v-box,
	.about-box1 .content .v-box video,
	.v-box .poster {
		height: 300px;
	}
	.about-box1 .content .text-a,
	.about-box1 .content .right-box {
		width: 100%;
	}
	.about-box1 .content .v-box .poster {
		height: 300px;
	}
	.ct-rj {
		top: 322px;
		right: 0;
		height: 50px;
		position: absolute;
	}
	.about-box3 .t-desc .img-box {
		height: 100px;
	}
	.about-box2 .con-box .text-a {
		width: 300px;
	}
	.about-box3 .t-desc {
		padding: 15px;
	}
	.titler .tab li {
		padding-bottom: 0;
	}
	.about-box4 .t-desc .img-box img {
		height: 200px;
		width: 100%;
	}
	.about-box3 .swiper-pagination {
		bottom: -35px;
	}
	.about-box4 .col-lg-4:nth-child(2) {
		margin-top: 20px;
	}
	.contactaa-box {
		width: 100%;
	}
	.contactaa-box ul li img {
		width: 50px;
	}
	.about-box5 {
		padding-bottom: 100px;
	}
	.about-box6 .content {
		display: block;
	}
	.about-box6 .content .right-box {
		margin-top: 20px;
		display: block;
		width: 100%;
	}
	.contact-qrcode {
		width: 100%;
	}
	.contact-qrcode ul li p {
		margin-top: 20px;
		padding-left: 20px;
		width: 100%;
	}
	.map-wrap {
		width: 100%;
	}
	.contact-qrcode ul {
		flex-wrap: wrap;
		display: flex;
	}
	.contact-qrcode ul li {
		width: 140px;
		display: block;
	}
	.yu-box {
		padding: 20px 15px;
	}
	.about-box4 .row {
		margin: 0;
	}
	.menu ul li:hover>ul {
		display: none;
	}
	.home-box-5 .page-container {
		display: block;
	}
	.yu-box .t-desc .btnY {
		font-size: 14px;
		background-color: #ffffff;
		color: #006bea;
		height: 40px;
		margin-right: 20px;
		border-radius: 28px;
		width: 100px;
	}
	.yu-box .t-desc .txt {
		font-size: 14px;
		width: calc(100% - 120px);
	}
	.home-box-5 .left-box {
		width: 100%;
	}
	.home-anli .swiper-slide.swiper-slide-active,
	.home-anli .swiper-slide {
		margin-top: 0;
		height: 400px;
		width: 100% !important;
	}
	.home-anli {
		margin: 0 auto;
		width: 90%;
	}
	.home-box-5 .right-box {
		margin-top: 40px;
		width: 100%;
	}
	.v-box,
	.v-box video,
	.v-box .poster {
		height: 240px;
	}
	.home-anli .swiper-slide .img-box {
		width: 100%;
	}
	.titler {
		display: block;
	}
	.titler .tab {
		margin-top: 10px;
	}
	.news-detail-box {
		margin-top: 50px;
	}
	.about-box1 .content .text-a {
		padding-top: 0;
	}
	.titler .tab li {
		margin-right: 20px;
		margin-left: 0;
	}
	.about-box2 .con-box .text-a {
		display: block;
	}
	.about-box2 .con-box .text-a>img {
		display: none;
	}
	.about-box2 .swiper-slide:nth-child(odd) .con-box .text-a {
		top: 0;
		top: 0;
		bottom: auto;
	}
	.about-box2 .con-box .text-a {
		left: 0;
		text-align: center;
		right: 0;
		margin: 0 auto;
	}
	.about-box2 .content {
		margin-top: 30px;
	}
	.about-box2 .con-box .text-a .img-box {
		margin: 0 auto;
		width: 200px;
	}
	.about-box2 .con-box .text-a .txt {
		margin-left: 0;
		display: block;
		width: 100%;
	}
	.about-box2 .con-box {
		padding-bottom: 0;
		padding-top: 335px;
		padding: 0;
	}
	.ct-rj {
		top: 449px;
	}
	.about-box2 .swiper-slide:nth-child(even) .con-box .text-a {
		top: 0;
	}
	.about-box2 .con-box .text-a .txt .left-box ul {
		width: 100%;
	}
	.about-box2 .swiper-slide:last-child {
		display: none;
	}
	.home-anli .swiper-wrapper {
		margin-left: 0;
	}
	.timg-list ul li .t-desc .text-a .bt {
		padding: 10px 0;
		font-size: 16px;
	}
	.fun-box-c .tab li {
		background-color: #e9edf2;
		border-radius: 28px;
		margin: 0 3%;
		min-width: initial;
		font-size: 14px;
		padding: 6px 10px;
		width: 44%;
		margin-bottom: 10px;
		text-align: center;
	}
	.timg-list ul li .t-desc .text-a .txt {
		margin-top: 10px;
		line-height: 24px;
	}
	.k-box4 .t-desc {
		padding: 20px;
	}
	.k-box4 .t-desc img {
		height: 38px;
		width: 38px;
	}
	.k-box4 .t-desc .text-a .txt {
		margin-top: 5px;
	}
	.k-box4 .col-lg-4 {
		margin-bottom: 15px;
	}
	.k-box4 .t-desc .text-a {
		width: calc(100% - 55px);
	}
	.te-box-5 .content .col-lg-3 {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.te-box-5 .content .row {
		margin: 0 -5px;
	}
	.te-box-5 .content .t-desc .img-box img {
		height: 40px;
	}
	.te-box-5 .content .t-desc .text-a {
		padding: 10px;
		width: 65%;
	}
	.te-box-5 .content .t-desc {
		justify-content: space-between;
		display: flex;
	}
	.te-box-5 .content .t-desc .img-box {
		height: auto;
		width: 35%;
	}
	.ot-w img.img {
		display: none;
	}
	.k-box3 .tab {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.k-box3 .tab li {
		margin: 5px 0;
		width: 46%;
		min-width: 120px;
		padding: 5px 10px;
		text-align: center;
		margin: 0;
	}
	.ot-w .text-a .fs32 {
		font-size: 20px;
	}
	.about-box11.k-box1 .img-box {
		width: 100%;
	}
	.num-box1 .right-box .img-box {
		height: auto;
	}
	.num-box1 .left-box .content {
		margin-bottom: 40px;
		padding: 20px;
	}
	.bj-box3 .t-desc {
		display: block;
	}
	.num-box1 .left-box,
	.num-box1 .right-box {
		width: 100%;
	}
	.num-box1 .page-container {
		display: block;
	}
	.bj-box3 .t-desc .img-box,
	.bj-box3 .t-desc .text-a {
		width: 100%;
	}
	.bj-box3 .content {
		padding: 20px;
	}
	.bj-box3 .tab li {
		padding: 0 8px;
		line-height: 48px;
		font-size: 14px;
		height: 48px;
	}
	.news-box1 .img-box {
		height: 165px;
	}
	.bj-box3 .t-desc .img-box {
		margin-bottom: 20px;
	}
	.bj-box3 .t-desc .img-box img {
		width: 100%;
	}
	.ysa-box .t-desc {
		padding-right: 30px;
		padding: 15px;
	}
	.ysa-box .t-desc .bt {
		font-size: 20px;
	}
	.about-box3 .swiper-slide-active {
		height: auto;
		width: 70% !important;
	}
	.ysa-box .t-desc .iconImg {
		top: 15px;
		right: 20px;
		width: 40px;
	}
	.ysa-box .col-lg-4 {
		margin-bottom: 20px;
	}
	.about-box3 .swiper-slide-active img {
		height: auto;
		width: 100% !important;
	}
	.about-box4 .left-box,
	.about-box4 .right-box {
		max-width: 100%;
		width: 100%;
	}
	.about-box4 .content {
		display: block;
	}
	#cfy .swiper-container {
		padding-bottom: 0;
		margin: 0 auto;
		width: 300px;
		border-radius: 10px;
		margin-top: 30px;
		overflow: hidden;
	}
	.about-box4 .left-box ul li p {
		margin-bottom: 10px;
	}
	.home-anli .swiper-button-next {
		right: 5px;
	}
	.home-anli .swiper-button-prev {
		left: 5px;
	}
	.home-anli .swiper-wrapper {
		padding: 0;
	}
	#cfy .swiper-slide,
	.home-anli .swiper-slide.swiper-slide-active .img-box {
		width: 100%;
		height: 415px;
	}
	.home-anli .swiper-slide .img-box {
		height: auto;
	}
	.about-box4 .right-box {
		margin-top: 30px;
	}
	.home-anli .swiper-slide-next {
		margin-left: 0;
	}
	.home-anli .swiper-slide .t-desc {
		background: none;
		border-radius: 10px;
		overflow: hidden;
	}
	#cfy2 .swiper-slide {
		width: 260px;
	}
	.al-box2 .content ul li {
		margin-bottom: -15px;
		width: 23.8%;
	}
	.about-box4 .right-box .text-a {
		padding: 15px;
		width: 100%;
	}
	.home-anli .swiper-slide.swiper-slide-active .img-box {
		width: 100%;
	}
	.al-box2 .content ul li:first-child {
		margin-bottom: -20px;
		margin: 0 0.5%;
	}
	#cfy2 .swiper-button-next {
		height: 36px;
		right: -8px;
		width: 36px;
	}
	#cfy2 .swiper-button-prev {
		height: 36px;
		left: -8px;
		width: 36px;
	}
	.al-box2 .content ul li:nth-child(12),
	.al-box2 .content ul li:nth-child(5) {
		margin-left: 1.8%;
	}
	.map-wrap {
		margin-top: 20px;
	}
	.contact-qrcode ul li:first-child {
		margin-right: 15px;
	}
	@media screen and (min-width:300px) and (max-width:767px) {
		#cfy .swiper-slide {
			transform: initial !important;
			width: 100% !important;
		}
		.num-box1 .right-box .img-box-clean{
			height: auto;
		}
	}
	@media screen and (min-width: 768px) and (max-width:992px) {
		.num-box1 .right-box .img-box-clean{
			height: auto;
		}
		#cfy2 .swiper-button-next {
			right: -22px;
			width: 42px;
			height: 42px;
		}
		#cfy2 .swiper-button-prev {
			left: -22px;
			width: 42px;
			height: 42px;
		}
		.al-box2 .content ul li .t-desc>img {
			filter: drop-shadow(0px 0px 40px rgba(235, 241, 248, 1));
		}
		.al-box2 .content ul li {
			margin-bottom: -10px;
			width: 13.2%;
			margin: 0 0.5%;
		}
		.al-box2 .content ul li:nth-child(1) {
			margin-left: 1.5%;
		}
		.al-box2 .content ul li:nth-child(7) {
			margin-left: 1.1%;
		}
		.al-box2 .content ul li:nth-child(12),
		.al-box2 .content ul li:nth-child(5) {
			margin-bottom: -10px;
			margin: 0 0.5%;
		}
		.home-box-2 .t-desc .img-box {
			width: 40%;
		}
		.home-box-2 .t-desc .text-a {
			width: 50%;
		}
		.home-box-2 .t-desc {
			display: flex;
		}
		#cfy2 .swiper-slide {
			width: 460px;
		}
		.te-box-5 ul li {
			width: 18%;
		}
		.news-box2 .t-desc {
			display: flex;
		}
		.news-box2 .t-desc .img-box {
			width: 300px;
		}
		.k-box4 .content .left-box {
			height: 400px;
		}
		.news-box2 .t-desc .text-a {
			width: calc(100% - 340px);
		}
		#cfy .swiper-container {
			width: 80% !important;
		}
		.k-box3 .tab li {
			margin: 0 1%;
			width: 18%;
		}
		.ct-rj {
			top: 460px;
		}
		.k-box3 .tab li {
			min-width: initial;
			margin: 0 2%;
			width: 18%;
		}
		#cfy .swiper-slide-active {
			height: auto;
			width: 280px !important;
			margin-top: -20px;
		}
		.k-box3 .tab {
			width: 100%;
		}
		#cfy .swiper-wrapper {
			padding-top: 20px;
		}
		.home-anli .swiper-slide.swiper-slide-active .img-box {
			height: 100%;
		}
		#cfy .swiper-slide {
			height: 450px;
			width: 280px !important;
		}
	}
	@media screen and (min-width:993px) and (max-width:1024px) {
		.al-box2 .content ul li {
			margin-bottom: -15px;
		}
		.page-container-b {
			min-width: initial;
			width: 94%;
			margin: 0 auto;
		}
		.page-container {
			min-width: initial;
			padding: 0 3%;
			width: 94%;
		}
		.home-box-5 .left-box {
			width: 40%;
		}
		.top-news-box .t-desc .img-box img {
			width: 500px;
		}
		.top-news-box .t-desc .text-a {
			width: calc(100% - 550px);
		}
		.home-box-5 .right-box {
			width: 50%;
		}
		.foot-box .left-box {
			display: block;
		}
		.foot-box .left-box .text-a {
			width: 100%;
		}
		.home-box-1 .col-lg-6 {
			margin-bottom: 30px;
		}
		.bottom-menu {
			margin-top: 30px;
			width: 100%;
		}
		.te-box-5 ul li .img-box {
			height: 75px;
			width: 155px;
		}
		.suba-box ul li a {
			min-width: 110px;
		}
		.news-detail-box .page-container,
		.news-detail-box .page-container .content {
			width: 100%;
		}
		.about-box1 .content .text-a {
			width: 40%;
		}
		.yy-box .right-box {
			margin-left: 50px;
			width: calc(100% - 440px);
		}
		.yy-box .left-box {
			padding: 40px 30px 0 30px;
			width: 380px;
		}
		.about-box1 .content .right-box {
			max-width: 55%;
		}
		.contactaa-box {
			width: 100%;
		}
		.about-box6 .content {
			display: block;
		}
		.about-box4 .t-desc .img-box img {
			height: 210px;
			width: 100%;
		}
		.about-box6 .content .right-box {
			margin-top: 40px;
			width: 100%;
		}
		.suba-box ul li a .icon-img-box {
			border-radius: 10px !important;
			height: 80px;
			width: 80px;
		}
		.suba-box ul li a .icon-img-box img {
			max-width: 40px;
		}
		.suba-box ul li {
			margin: 0 13px;
		}
		.ct-rj {
			height: 70px;
		}
		.k-box4 .t-desc {
			padding: 20px;
		}
		.about-box11.k-box1 .text-a {
			width: 50%;
		}
		.about-box1 .content .right-box img {
			object-fit: cover;
			height: 100%;
		}
		.about-box11.k-box1 .img-box {
			width: 49%;
		}
		.num-box1 .page-container .left-box,
		.num-box1 .page-container .right-box {
			width: 100%;
		}
		.news-box1 .img-box {
			height: 150px;
		}
		.about-box11.k-box1 .text-a {
			padding: 40px;
		}
		.num-box1 .page-container {
			display: block;
		}
	}
	@media screen and (min-width:1401px)and (max-width:1580px) {
		.page-container {
			width: 1320px;
		}
		.te-box-5 ul li .img-box {
			height: 100px;
			width: 240px;
		}
		.about-box2 .con-box .text-a .txt .left-box ul {
			font-size: 14px;
			width: 260px;
		}
		.page-container-b {
			min-width: 1360px;
			margin: 0 auto;
			width: 1360px;
		}
	}
	@media screen and (min-width:1205px)and (max-width:1400px) {
		.page-container {
			width: 1200px;
		}
		.fs50 {
			font-size: 40px;
		}
		.page-container-b {
			min-width: 1200px;
			margin: 0 auto;
			width: 1200px;
		}
		.te-box-5 ul li .img-box {
			height: 85px;
			width: 215px;
		}
		.fs34 {
			font-size: 30px;
		}
		.news-box1 .img-box {
			height: 190px;
		}
		.yu-box .t-desc .btnY {
			height: 46px;
			font-size: 16px;
			width: 130px;
		}
		.yu-box {
			padding: 30px 15px;
		}
		.about-box2 .con-box .text-a .txt .left-box ul {
			font-size: 14px;
			width: 200px;
		}
		.yu-box .t-desc .txt {
			font-size: 14px;
			width: calc(100% - 150px);
		}
	}
}