@charset "utf-8";

/* CSS Document */
html{
	font-size: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "微软雅黑", Arial;
	font-size: 14rem;
	line-height: 1.5;
	color: #4b4b4b;
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #4b4b4b;
	text-decoration: none;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.container {
	width: 95%;
	max-width: 1480px;
	margin: 0px auto;
	height: auto;
}

* {
	box-sizing: border-box;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.flex-center-y {
	display: flex;
	align-items: center;

}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}


.flex_1 {
	flex: 1;
	overflow: hidden;
}

.grid {
	display: grid;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.molEllipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
:root{
 --linkColor:#b20517;
}

/* 首页 */

header {
	width: 100%;
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 10000;
	transition: all .3s;
	background:#ffffff;
}

header.hold{
	background:#ffffff;
}

header .container {
	height: 80px;
}

header .logo img {
	height: 45px;
	width: auto;
}
header .logo {
	position: relative;
	z-index: 10;
}
header .menu ul li{
	position: relative;
}
header .menu ul li .link{
	padding:0rem 24rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	height: 30rem;
	color:#000000;
}
header .menu ul li.active .link{
	color: var(--linkColor);
}

header .menu ul li:hover .link{
	background-color: var(--linkColor);
	color: #fff;
}
header .menu ul li .submenu {
	background-color: #fff;
	display: table;
	width: 160px;
	opacity: 0;
	position: absolute;
	text-align: center;
	left: 50%;
	transition: opacity .25s, visibility .25s;
	z-index: 9;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
	top: 100%;
	visibility: hidden;
	border-radius: 7rem;
	transform:translateX(-50%);-webkit-transform:translateX(-50%);
	
	
}
header .menu ul li:hover .submenu {
	opacity: 1;
	visibility: visible;
}
header .menu ul li .submenu ul li a{
	padding: 10rem 5rem;
	color: #666;
	display: block;;
}
header .menu ul li .submenu ul li a:hover{	
	color: var(--linkColor);
	font-weight: bold;
}
.banner ul li img{
	width: 100%;
	height: auto;
	min-height: 300px;
	object-fit: cover;
 object-position: top center;
}
.banner ul li {
	position: relative;
}
.banner ul li .box{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.banner ul li .content {
	width: 40%;
}
.banner ul li .content .title{
	font-size: 40rem;
	line-height: 1.3;
	letter-spacing: 2px;
	font-weight: bold;
}
.banner ul li .content .title .red{
	color: var(--linkColor);
}
.banner ul li .content .desc{
	margin-top: 16rem;
	margin-bottom: 24rem;
}
.more{
	color: var(--linkColor);
	gap: 10px;
}
.redColor{
    color: var(--linkColor);
}
.more .iconfont{
	width: 22rem;
	height: 22rem;
	border-radius: 50%;
	background-color:var(--linkColor);
	color: #fff;
	font-size: 16rem;
	transition: all .3s ease;-webkit-transition: all .3s ease;
}
.more:hover .iconfont{
	margin-left: 2rem;
}
.banner ul li .lab{
	left: 50%;
	transform:translateX(-50%);-webkit-transform:translateX(-50%);
	position: absolute;
	z-index: 3;
	bottom: 5%;
}
.banner ul li .lab .eng{
	font-size: 10rem;
	text-transform: uppercase;
	color: #666;
}
.banner ul li .lab .tit{
	font-size: 16rem;
	font-weight: bold;
}
.part_1{
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px auto;
	width: 100%;
	padding: 50rem 0rem;
	color: #fff;
}
.dance{
	margin-top: 50rem;
	margin-bottom: 50rem;
}
.part_1.dance{
	margin-top: 0;
}
.part_1 .tpleft{
	width: 31.5%;
	margin-right: 14.6%;
}
.part_1 .tpleft .title{
	font-size: 24px;
	font-weight: bold;
}
.part_1 .tpleft .desc{
	-webkit-line-clamp: 3;
	margin: 15rem 0rem 21rem; 
	line-height: 1.8;
}
.part_1 .tpleft .more{
	color: #fff;
}
.part_1 .tpleft .more .iconfont{
	background-color: #fff;
	color: var(--linkColor);
}
.part_1 .list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:30rem 10rem;
align-items: stretch;

}
.part_1 .list ul li .num{
	font-size: 25rem;
}
.part_1 .list ul li .num span{
	font-size: 40rem;
}
.index_bt {
	margin-bottom: 20rem;
}
.index_bt .title{
	font-size: 24px;
	font-weight: bold;
}
.index_bt .more{
	color: var(--linkColor);
}
.index_bt .more .iconfont{
	border: 1px #e3e3e3 solid;
	background-color: #fff;
	color: var(--linkColor);
}
.index_bt .more:hover{
	color: var(--linkColor);
}
.index_bt .more:hover .iconfont{
   background-color: var(--linkColor);
   border: 1px var(--linkColor) solid;
   color: #fff;
}

.business_list ul li{
	background-color: #f8f8f8;
	height: 384rem;
	position: relative;
	display: flex;
	align-items: flex-end;
	color: #000000;
}

.business_list ul li a{
    flex:1;
    height: 100%;
    position: relative;
}

.business_list ul li img{
	width: 100%;
	height: 100%;
}
.business_list ul li .content{
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 4;
   width: 100%;
   padding: 15rem;
}
.business_list ul li .content .num{
	color: #b5b4b9;
	font-size: 40rem;
}
.business_list ul li .content .txt{
	font-size: 18px;
	margin-bottom: 7rem;
	font-weight: bold;
}
.business_list ul li .content .desc{
	line-height: 1.8;
}

.part_3{
	background-image: url(../images/index_17.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size: 100%;
	margin-top: 50px;
}

.index_data{
	
	padding: 50rem 0rem;
	align-items: flex-start;
}
.index_data .tpleft{
	width: 31.5%;
	margin-right: 14.6%;
}
.index_data .tpleft .title{
	font-size: 24px;
	font-weight: bold;
}
.index_data .tpleft .desc{
	-webkit-line-clamp: 3;
	margin: 15rem 0rem 21rem; 
	line-height: 1.8;
}
.index_data .tpleft .more{
	color: #333;
}
.index_data .tpleft .more .iconfont{
	border: 1px #e3e3e3 solid;
	background-color: #fff;
	color: var(--linkColor);
}
.index_data .tpleft .more:hover{
	color: var(--linkColor);
}
.index_data .tpleft .more:hover .iconfont{
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
	color: #fff;
}
.index_data .list{
	width: 51.8%;
	padding-top: 20rem;
	color: #000;
}
.index_data .list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:30rem 10rem;
align-items: stretch;

}
.index_data .list ul li .num1{
	font-size: 25rem;
	color: #01067c;

}
.index_data .list ul li .num1 span{
	font-size: 35rem;
}
.index_case{
	background-color: var(--linkColor);
	color: #fff;
	position: relative;
}
.index_case ul li a{
	color: #fff;
}
.index_case ul li {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.index_case ul li .content{
	width: 450rem;
	padding: 70rem 25rem 60rem;
	display: flex;
	flex-direction: column;
}
.index_case ul li .content .tit a{
	display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
	font-size: 18rem;
	font-weight: bold;
}
.index_case ul li .content .desc{
	-webkit-line-clamp:2;
	margin: 10rem 0rem 20rem;
	line-height: 1.7;
}
.index_case ul li .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
 object-position: center center;
 min-height: 150px;
}
.index_case ul li .content .list .item .num{
	font-size: 25rem;
}
.index_case .data{
	position: absolute;
	left: 25rem;
	top: 10rem;
	z-index: 50;

}
.index_case .data .big{
	font-size: 22rem;
}
.index_case .data .line{
	font-size: 10rem;
	margin: 0px 3rem;
}
.index_case .sbtn{
	left: 25rem;
	bottom: 10rem;
	gap: 5rem;
	z-index: 3;
	position: absolute;
}
.index_case .sbtn .button_1{
	width: 35rem;
	height: 35rem;
	color: #fff;
	background-color:rgba(255,255,255,0.2);
	cursor: pointer;
	padding-bottom: 3rem;
}
.index_case .sbtn .button_1:hover{
	color: var(--linkColor);
	background-color:rgba(255,255,255,1);
}
.index_case .sbtn .button_1 .iconfont{
	font-size: 18rem;
}
.index_case .sbtn .prev {
	padding-bottom: 0rem;
}
.index_case .sbtn .prev .iconfont:before{
	display: block;
	transform: rotate(180deg);
}
.index_case .sbtn .button_1:hover{
	background-color: #fff;
	color: var(--linkColor);
}

.index_case .sbtn .button_1.swiper-button-disabled{
	color: #fff;
    background-color: rgba(255,255,255,0.2);
	pointer-events: none;
}

.index_new ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20rem;
align-items: stretch;
}
.index_new ul li{
	display: flex;
	align-items: stretch;
	gap: 15rem;
	color: #666;
	overflow: hidden;
}
.index_new ul li .photo{
	width: 120rem;
	overflow: hidden;
}
.index_new ul li .photo a,.index_new ul li .photo a img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;
}
.index_new ul li:hover .photo a img{
	transform:scale(1.05);-webkit-transform:scale(1.05);
}
.index_new ul li .content .tit a{
	font-weight: bold;
	font-size: 16rem;
	display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}
.index_new ul li .content .tit a:hover{
	color: var(--linkColor);
}
.index_new ul li .content .desc{
	-webkit-line-clamp:2;
	
}
.index_new ul li .content {
	line-height: 1.7;
}
.index_new ul li .content .date{
	margin: 10rem 0rem;
}
.index_cooper .tpleft{
	width:320rem;
	margin-right: 6%;
}
.index_cooper .tpleft .title{
	font-size: 24rem;
	font-weight: bold;
}
.index_cooper .tpleft .desc{
	-webkit-line-clamp:2;
	margin: 10rem 0rem 15rem;
	line-height: 1.7;
}
.index_cooper .tpleft .more{
	background-color: var(--linkColor);
	color: #fff;
	padding: 7rem 10rem 7rem 20rem;
	display: inline-flex;
}
.index_cooper .tpleft .more .iconfont{
	background-color: #fff;
	color: var(--linkColor);
}
.index_cooper .cop_list{
	position: relative;
	padding: 0rem 48rem;
}
.index_cooper .cop_list .list{
	width: 100%;
	overflow: hidden;
}
.index_cooper .cop_list .list ul li{
	width: 25%;
	float: left;
	padding: 15rem 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 5rem;
	position: relative;
}
.index_cooper .cop_list .list ul li:after{
    content: "";
    display: block;
    padding-bottom: 50%;
}
.index_cooper .cop_list .list ul li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	object-fit: contain;
}
.index_cooper .cop_list .button_1{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);-webkit-transform:translateY(-50%);
	cursor: pointer;
}
.index_cooper .cop_list .button_1 .iconfont{
	font-size: 30rem;
}
.index_cooper .cop_list .prev{
	left: 0px;
}
.index_cooper .cop_list .next{
	right: 0px;
	padding-bottom: 5rem;
}
.index_cooper .cop_list .prev .iconfont:before{
	display: block;
	transform: rotate(180deg);
}
.index_cooper .cop_list .button_1:hover {
	color: var(--linkColor);
}
footer{
	background-color: #0f2240;
	padding: 30rem 0rem;
	color: #fff;
}

footer a{
	color:#ffffff;
}

footer .foot_1 {
	padding-bottom: 20rem;
	align-items: flex-start;
}
footer .foot_1 .tpleft{
	gap: 10rem;
	margin-right: 5%;
}
footer .foot_1 .tpleft .dblogo{
	padding-right: 20rem;
}
footer .foot_1 .tpleft .dblogo img{
	height: 45px;
}
footer .foot_1 .tpleft .weix img{
	width: 90px;
}
footer .foot_1 .db_menu ul{
	align-items: flex-start;
}
footer .foot_1 .db_menu ul .submenu a{
	display: block;
	line-height: 2;
}
footer .foot_1 .db_menu ul li .tit{
	font-weight: bold;
	margin-bottom: 7rem;
}
footer .foot_1 .db_menu ul .submenu a:hover{
	color: var(--linkColor);
}
footer .foot_1 .db_menu ul li.last{
	flex:none;
	width: 20%;
}
footer .copyright{
	border-top: 1px #e9eaec solid;
	padding-top: 10rem;
}
footer .copyright .tpleft{
	gap: 20rem;
}
footer .copyright .tpright{
	gap:10rem;
}
footer .copyright .tpright .btn{
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background-color: #e7e7e9;
	color: #333;
}
footer .copyright .tpright .btn:hover{
	background-color: var(--linkColor);
	color: #fff;
}
/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	z-index: 100;
	display: none;
}


.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;

}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}
header .menu ul li .link .iconfont{
	display: none;
}

.swiper-pagination-bullet-active{
	--swiper-pagination-color:var(--linkColor);
}
.ny_banner{
	text-align: center;
	position: relative;
}
.ny_banner img{
	width: 100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
 object-position: center center;
}
.ny_banner .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,0);
	z-index: 4;
	text-align: left;
}
.ny_banner .container .title{
	font-size: 35rem;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
}
.ny_banner .container .desc{
	margin: 13rem 0px;
	max-width: 80%;
}
.ny_banner .container .line{
	width: 35rem;
	height: 2px;
	background-color: var(--linkColor);
}
.main{
	padding: 30rem 0rem;
}
.new_class{
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 25rem;
}
.new_class ul {
	gap: 36rem;
}
.new_class ul li a{
	font-size: 16rem;
	display: inline-block;
	position: relative;
	line-height: 3;
	white-space:nowrap
}
.new_class ul li.active a{
	color: var(--linkColor);
	font-weight: bold;
}
.new_class ul li.active a:before{
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -1px;
	height: 2px;
	background-color: var(--linkColor);
}
.new_box{
	gap: 36rem;
	align-items: flex-start;
	padding-bottom: 30rem;
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 30rem;
}
.new_box .new_right{
	width: 354rem;
	border: 1px #eaeaea solid;
	border-radius: 7px;
	padding: 12rem 24rem 22rem;
}
.new_bt{
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 20rem;
}
.new_bt .tpleft{
	font-size: 22rem;
	font-weight: bold;
	line-height: 2;
	position: relative;
	padding-bottom: 5rem;
}
.new_bt .tpleft:before{
	content: "";
	width: 43px;
	height: 2px;
	background-color: var(--linkColor);
	position: absolute;
	left: 0px;
	bottom: -1px;
}
.new_bt .more1{
	color: #666;
	gap: 2px;
}
.new_bt .more1:hover{
	color: var(--linkColor)
}
.news ul li {
	margin-bottom: 20rem;
}
.news ul li:last-child{
	margin-bottom: 0rem;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
	gap: 15rem;
}
.news ul li a .photo img{
	width: 110rem;
	height: 90rem;
	border-radius: 5px;
	overflow: hidden;
	object-fit: cover;
}

.news ul li a .content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3px;
}
.news ul li a .content .title{
	-webkit-line-clamp:3;
	font-size: 16rem;
}
.news ul li a .content .date{
	color: #666;
	font-size: 12px;
	margin-top: 15rem;
}
.news ul li a:hover .content .title{
	color: var(--linkColor);
}
.new_list ul li a{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 30rem;
	width: 100%;
}
.new_list ul li{
	padding: 10rem 0rem;
border-bottom: 1px #eaeaea solid;
}
.new_list ul li .photo{
	width: 200rem;
	height: 109rem;
	border-radius: 5px;
	overflow: hidden;
}
.new_list ul li .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.new_list ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.new_list ul li a .box{
	    
		display: flex;
		align-items: flex-start;
		gap: 15rem;
}
.new_list ul li a .box .num{
	background-color: #758fb8;
	color: #fff;
	width: 32rem;
	height: 29rem;
	border-radius: 3px;
	font-size: 16rem;
}
.new_list ul li a .box .content{
	padding-top: 2rem;
}
.new_list ul li a .box .content .tit{
	font-size: 16rem;
	font-weight: bold;
}
.new_list ul li a:hover .box .content .tit{
	color: var(--linkColor);
}
.new_list ul li a .box .content .desc{
	margin: 10rem 0rem;
	color: #666;
}
.new_list ul li a .box .content .infor .date{
	color: #666;
	font-size: 12rem;
}
.new_list ul li a .box .content .infor .more2{
	color: var(--linkColor);
	gap: 3rem;
}
.new_list ul li a .box .content .infor .more2 .iconfont{
	font-size: 20rem;
	transition: all .3s ease;-webkit-transition: all .3s ease;
}
.new_list ul li a:hover .box .content .infor .more2 .iconfont{
	margin-left: 3rem;
}
.new_list ul li:first-child a .box .num{
	background-color: var(--linkColor);
}
/*翻页*/
.fany{display:flex;align-items: center; justify-content: center; margin-top:30px;text-transform: uppercase;
 }
/*分页*/
.divid-a {
    display: flex;
    align-items: center;
    justify-content: center;
flex-wrap: wrap; font-size:14px;
gap: 7px;
}
.divid-a a {
    background: #fff;
    color: #222; font-size:14px;
   min-width:35px;
    padding:0px 10px; height:32px;
    cursor:pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	border:1px #eaeaea solid; border-radius:5px;
	
} 
.divid-a a .iconfont:before{
	display: block;
	padding-bottom: 2px;
}
.divid-a a .iconfont.prev:before{
	display: block;
	transform: rotate(180deg);
}
.divid-a span{ margin:5px 10px;}
.divid-a .page-current ,.divid-a a:hover{
   color: #fff;
    background:var(--linkColor);
	border:1px var(--linkColor) solid;
}
.divid-a .page-current{
	cursor:auto;
}
.adv_one{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.adv_one img{
	width: 100%;
	height: auto;
	min-height: 200rem;
	object-fit: cover;
 object-position: center center;
}
.adv_one .tpleft{
	width:50%;
	margin-right: 6%;
	position: absolute;
	left: 3%;
	top: 50%;
	transform:translateY(-50%);-webkit-transform:translateY(-50%);
}
.adv_one .tpleft .title{
	font-size: 24rem;
	font-weight: bold;
}
.adv_one .tpleft .title .red{
	color: var(--linkColor);
}
.adv_one .tpleft .desc{
	margin: 10rem 0rem 15rem;
	line-height: 1.5;
	color: #666;
}
.adv_one .tpleft .more{
	background-color: var(--linkColor);
	color: #fff;
	padding: 7rem 10rem 7rem 20rem;
	display: inline-flex;
	border-radius: 3rem;
}
.adv_one .tpleft .more .iconfont{
	background-color: #fff;
	color: var(--linkColor);
}
.about_box{
	align-items: flex-start;
	gap: 20rem;
	padding-bottom: 30rem;
}
.about_box .about_right{
	width: 354rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
	padding: 20rem;
}
.about_box .about_left{
	padding: 20rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
}
.about_box .about_right .list li a{
	height: 75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9f9fb;
	border-radius: 5rem;
	padding-left: 20%;
	padding-right: 6%;
	font-size: 16rem;
	font-weight: bold;
}
.about_box .about_right .list{
	margin-bottom: 25rem;
}
.about_box .about_right .list li{
	margin-bottom: 5rem;
}
.about_box .about_right .list li.active a{
	background-color: var(--linkColor);
	color: #fff;
}
.about_box .about_right .list li .iconfont{
	color: #666;
}
.about_box .about_right .list li.active a .iconfont{
	color: #fff;
}
.about_box .about_right .contact_1{
	width: 100%;
	border-radius: 10rem;
	overflow: hidden;
	background-image: url(../images/about_06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 36rem;
}
.about_box .about_right .contact_1 .tit{
	font-size: 20rem;
	line-height: 1;
	margin-bottom: 20rem;
}
.about_box .about_right .contact_1 .infor{

}
.about_box .about_right .contact_1 .infor p{
	display: flex;
	align-items: flex-start;
	gap: 10rem;
	margin-bottom: 6rem;

}
.about_box .about_right .contact_1 .infor p:last-child{
	margin-bottom: 0rem;
}
.about_box .about_right .contact_1 .infor span{
	flex:1; overflow: hidden;
}
.about_box .about_right .contact_1 .desc{
	line-height: 1.8;
	padding: 14rem 0rem;
	border-bottom: 1rem rgb(255 255 255 / 8%) solid;
	margin-bottom: 20rem;
}
.about_js{
	line-height: 1.8;
}
.about_js p{
	margin-bottom: 20rem;
}
.local{
	gap: 7rem;
	margin-bottom: 20rem;
}
.local .iconfont{
	color: #999;
}
.case_list ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 27rem;
align-items: stretch;
}
.case_list ul li{
	border: 1px #eaeaea solid;
	border-radius: 10px;
	overflow: hidden;
}
.case_list ul li a{
	display: block;
}
.case_list ul li a .photo{position:relative; display:block; padding-top:50.8%; width:100%; overflow:hidden;}
.case_list ul li a .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.case_list ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.case_list ul li a .tit{
	padding: 12rem 10rem;
	text-align: center;
	font-weight: bold;
}
.case_list ul li a:hover .tit{
	color: var(--linkColor);
}
.show_1 .title{
	text-align: center;
	font-size: 30rem;
}
.show_1 .sourse{
	text-align: center;gap: 15rem;
	color: #666;
	margin: 10rem 0rem 20rem;
}
.show_1 .tip{
	background-color: #f5f6f8;
	border-radius: 10rem;
	padding: 15rem 20rem;
	gap: 15rem;
	margin-bottom: 25rem;
}
.show_1 .tip .icon-quotesUp-copy{
	color: var(--linkColor);
	font-size: 30rem;
}
.show_1 .show_js{
	line-height: 1.7;
}
.share{
	gap:10rem;
	color: #666;
	margin-top: 20rem;
}
.share .btn{
	 border: 1px #eaeaea solid;
	 display: inline-flex;
	 border-radius: 3rem;
	 padding: 3rem 10rem;
	 gap: 7rem;
	 color: #666;
	 transition: all .3s ease;-webkit-transition: all .3s ease;
}
.share .btn .iconfont{
	font-size: 18rem;
}
.share .btn .icon-weixin{
	color: #1db524;
}
.share .btn .icon-weibo{
	color: #ff1f20;
}
.share .btn:hover{
	background-color: var(--linkColor);
	color: #fff;
}
.share .btn:hover .icon-weixin{
	color: #fff;
}
.share .btn:hover .icon-weibo{
	color: #fff;
}
.page_1{
	border: 1px #eaeaea solid;
	border-radius: 5px;
	padding: 15rem 20rem;
	margin-top: 25rem;
}
.page_1 .item{
	flex:1;
	overflow: hidden;
	gap: 20rem;
}
.page_1 .item .cont{
	color: #666;
}
.page_1 .item .cont .link a{
 display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}
.page_1 .item .iconfont{
	font-size: 22rem;
}
.page_1 .item .prev:before{
	display: block;
	transform: rotate(180deg);
}
.page_1 .item:last-child{
	text-align: right;
}
.news.no1 ul li a{
	align-items: flex-start;
	gap: 12rem;
}
.news.no1 ul li a .num{
	background-color: #758fb8;
    color: #fff;
    width: 22rem;
    height: 22rem;
    border-radius: 3px;
    font-size: 14rem;
}
.news.no1 ul li:first-child a .num{
	background-color: var(--linkColor);
}
.local a:hover{
	color: var(--linkColor);
}

.part_4 .bg{
	background-color: var(--linkColor);
}


.part_4 .index_case .swiper-pagination{
	display: none;
}

.part_5{
	padding-bottom: 50rem;
}

.part_6{
	background: linear-gradient(45deg,#d8e7fc,#e9f1fc);
	overflow: hidden;
}

@media (max-width:1480px){
	.part_4 .bg .container{
		width: 100%;
	}

	.index_case .data,
	.index_case .sbtn{
		left: 2.5%;
	}

	.index_case ul li{
		padding-left: 2.5%;
	}

	.index_case ul li .content{
		padding-left: 0;
	}
}

@media (max-width:1450px) {
	.business_list ul li .content .desc{
		font-size: 12px;
	}
	.business_list ul li{
		height: 340rem;
	}
}
@media (max-width:1024px) {
	.menubtn {
		display: block;
	}
	header .menu {
		position: absolute;
		width: 100%;
		top: 100%;
		height: calc(100vh - 50px);
		background: #fff;
		left: 0px;
		opacity: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		overflow-y: auto;
	}
	header.active .menu {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	header.active .menu ul {
		display: flex;
		flex-direction: column;
	}

	header.active .menu ul li {
		width: 100%;

		border-bottom: 1px rgba(0, 0, 0, .1) solid;
	}

	header.active .menu ul li .link {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 20px;
	}

	header.active .menu ul li .submenu {
		padding: 0px;
		position: static;
		min-width: 100%;
		visibility: visible;
		opacity: 1;
		border: 0px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
		display: none;
		width: 100%;
		left: auto;
		    transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
	}

	header.active .menu ul li.active .submenu {
		opacity: 1;
		visibility: visible;
	}

	header.active .menu ul li ul li {
		border-bottom: 0px rgba(0, 0, 0, .1) solid;
		border-top: 1px rgba(0, 0, 0, .1) solid;
	}
	header .menu ul li .link{
		height: auto;
	}
	header .menu ul li .submenu ul li a{
		text-align: left;
		padding: 10px 30px;
	}
	header .logo img{
		height: 40px;
	}
	header .container {
		height:60px;
	}
	header .container::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0);
		top: 0;
		left: 0;
	}

	header.active .container::after{
		background-color: rgba(255,255,255,1);
	}
	header .menu ul li .link .iconfont{
		display: block;
		font-size: 22px;
	}
	.banner ul li .content{
		width: 60%;
	}
	.banner ul li .content .title{
		font-size: 27px;
	}
	.index_new ul{
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 20px;
	}
	.banner ul li .content .title{
	font-size: 27px;
}
.new_list ul li a{
	gap: 20rem;
}
.new_box .new_right{
	width: 300rem;
}
.new_box{
	gap: 25rem;
}
}
@media (max-width:767px) {
  .part_1 .container{
	flex-direction: column;
	gap: 20px;
  }
  .part_1 .tpleft{
	width: 100%;
	margin-right: 0px;
  }
  .part_1 .list ul li .num{
	font-size: 20px;
  }
  .part_1 .list ul li .num span{
	font-size:30px;
  }
  .part_1 .tpleft .title{
	font-size: 22px;
  }
  .index_bt .title{
	font-size: 22px;
  }

  .index_data{
	flex-direction: column;
	gap: 20px;
  }
  .index_data .list{
	width: 100%;
  }
  .part_1 .list ul li,
  .index_data .list ul li{
	text-align: center;
  }
  .index_data .tpleft{
	width: 100%;
	margin-right: 0px;
  }
  .index_data .tpleft .title{
	font-size: 22px;
  }
  .index_data .list ul li .num1 span{
	font-size: 30px;
  }
  .index_cooper{
	flex-direction: column;
	gap: 20px;
	margin-right: 0px;
  }
  .index_cooper .cop_list{
	width: 100%;
  }
  .index_cooper .tpleft{
	margin-right: 0;
	width: 100%;
  }
  .foot_1 .db_menu ul li{
	display: none;
  }
  .foot_1 .db_menu ul li:last-child{
	display: block;
  }
  footer .foot_1{
	flex-direction: column;
	gap: 20px;
  }
   .foot_1 .db_menu {
	width: 100%;
   }
   footer .foot_1 .db_menu ul li.last{
	width: 100%;
   }
   footer .copyright .tpleft{
	flex-wrap: wrap;
	gap: 5px;
	flex-direction: column;
	align-items: center;
   }
    footer .copyright{
		font-size: 12px;
		flex-wrap: wrap;
		gap: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.part_4 .bg .index_case{
		margin-left: 0;
	}
	.index_case ul li{
		flex-direction: column;
		padding: 0 2.5% 40px;
	}
	.index_case ul li .content{
		width: 100%;
		padding-bottom: 20rem;
	}
	.part_4 .index_case .swiper-pagination{
		display: block;
	}
	.part_4 .index_case .swiper-pagination-bullet-active{
		--swiper-pagination-color:#ffffff;
	}
	.index_case .sbtn{
		display: none;
	}
	.index_case .data, .index_case .sbtn{
		left: 2.5%;
	}
	.part_1 .list{
		flex:none;
		width: 100%;
	}
	.new_box{
		flex-direction: column;
	}
   .new_class{
	overflow-x: auto;
   }
   .ny_banner .container .title{
	font-size: 23px;
   }
  .new_box .new_left{
	flex:none;
	width: 100%;
  }
  .new_box .new_right{
	width: 100%;
  }
  .adv_one .tpleft{
	width: 90%;
	margin-right: 0px;
  }
  .new_list ul li .photo{
	width: 150rem;
  }
  .index_cooper .tpleft .title{
	font-size: 22px;
  }
  .adv_one .tpleft .title{
	font-size: 22px;
  }
  .about_box .about_right .list{
	display: none;
  }
  .about_box{
	flex-direction: column;
  }
  .about_box .about_left{
	flex:none;
	width: 100%;
  }
  .about_box .about_right{
	padding: 0px;
  }
  .new_bt .tpleft{
	font-size: 20px;
  }
  .adv_one .tpleft{
	margin-left:3%;
  }
  .about_box .about_right .contact_1{
	padding: 36rem 20px;
  }
  .case_list ul{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
  }
  .show_1 .title{
	font-size: 22px;
  }
  .page_1{
	flex-direction: column;
	padding: 0rem;
  }
  .page_1 .item{
	padding: 15rem;
	flex:none;
	width: 100%;
  }
  .page_1 .item:nth-child(1){
	text-align: left;
	flex-direction: row-reverse; 
  }
  .page_1 .item:last-child{
	text-align: left;
	 border-top: 1px #eaeaea solid;
  }
  .page_1 .item .prev:before{
	    transform: rotate(0deg);
  }
  footer .foot_1 .tpleft{
      flex-direction: column;
      margin-right: 0;
      width: 100%;
  }
  footer .foot_1 .tpleft .weix img{
      width:100px;
  }
  .foot_1 .db_menu{
      display: none;
  }
  footer .foot_1 .tpleft .dblogo{
      padding-right: 0;
  }
}
@media (max-width:640px) {
	 .index_new ul{
	grid-template-columns: repeat(1, 1fr);
  }
   .new_list ul li a{
	flex-direction: column;
  }
  .new_list ul li .photo{
	width: 100%;
	height: 200px;
  }
  .new_box .new_right{
	border: 0px;
	padding: 0px;
  }
  .adv_one .tpleft .desc{
	font-size: 12px;
  }
  .news ul li a .photo img{
	width: 110px;
  }
  .new_class{
	margin-bottom: 15rem;
  }
  .index_cooper .cop_list{
	padding: 0 30px;
  }
  .banner ul li .box{
      top:50%;
  }
  .banner ul li .content .title{
      font-size: 18px;
  }
  .banner ul li .content .desc{
      margin-top:5px;
      margin-bottom: 10px;
  }
  .banner ul li .lab .tit{
      font-size: 14px;
  }
  .banner ul li .content{
      font-size: 12rem;
  }
  .part_1 .tpleft .desc{
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
  }
}