* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
/*body::-webkit-scrollbar {*/
/*	display: none;*/
/*}*/
a {
    text-decoration: none;
}
input, textarea{
    outline: none;
	border: none;
	background: transparent;
}
img{
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}
li {
    list-style: none;
}
body{
	background: #FFFFFF;
	overflow-x: hidden;
}
html{
    font-weight: 500;
	font-size: 1px;
}
@media screen and (max-width:3850px) {
    html {
        font-size: 2px; 
    }
}
@media screen and (max-width:2900px) {
    html {
        font-size: 1.5px; 
    }
}
@media screen and (max-width:2550px) {
    html {
        font-size: 1.3px;
    }
}
@media screen and (max-width:2400px) {
    html {
        font-size: 1.2px;
    }
}
@media screen and (max-width:2200px) {
    html {
        font-size: 1.1px;
        overflow-x: hidden;
    }
}
@media screen and (max-width:2000px) {
    html {
        font-size: 1px;
        overflow-x: hidden;
    }
}
@media screen and (max-width:1550px) {
    html {
        font-size: 0.8px;
        overflow-x: hidden;
    }
}
@media screen and (max-width:1300px) {
    html{
        font-size: 0.67px;
        overflow-x: hidden;
    }
}
@media screen and (max-width:1100px) {
    html{
        font-size: 0.58px;
        overflow-x: hidden;
    }
}
@media screen and (max-width:768px) {
	html{
		font-size: 0.4px;
        overflow-x: hidden;
	}
}
.hiddentxt1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.hiddentxt2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.hiddentxt3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.hiddentxt4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.hiddentxt5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.centermain{
	width: 62.5%;
	/* padding-left: 350px; */
	margin: 0 auto;
	box-sizing: border-box;
}
.ft14{
	font-size: 14rem;
}
.ft16{
	font-size: 16rem;
}
.ft18{
	font-size: 18rem;
}
.ft20{
	font-size: 20rem;
}
.ft24{
	font-size: 24rem;
}
.ft30{
	font-size: 30rem;
}
.ft36{
	font-size: 36rem;
}
.ft40{
	font-size: 40rem;
}
.ft60{
	font-size: 60rem;
}
.ft70{
	font-size: 70rem;
}
.flexcen{
	display: flex;
	align-items: center;
}
.flexbet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aligncen {
	text-align: center;
}
.mainbox{
	width: 100%;
}
.yd{
	display: none;
}
.beyond-hidden {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.beyond-two-hidden {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.beyond-three-hidden {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* header */
.header {
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	/* z-index: 9999; */
	position: relative;
	width: 100%;
    height: 100rem;
	background-color: #fff;
	color: #FFFFFF;
	transition: .3s;
	z-index: 7;
}
.header .center75 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .center75 .logo {
    width: 160rem;
    height: 70rem;
}
.header .center75 .navlist {
    display: flex;
    align-items: center;
}
.header .center75 .navlist .navitem {
    line-height: 100rem;
    font-size: 18rem;
	font-weight: bold;
    text-align: center;
    padding: 0 24rem;
}
.header .center75 .navlist .navitem a {
    color: #222222;
}
.header .center75 .navlist .navitem .select {
    color: #0578AE;
}
.header .center75 .search {
    width: 24rem;
    height: 24rem;
    cursor: pointer;
}
.header .center75 .lxfs img {
    margin: 0 20rem;
}
.header .center75 .lxfs {
    font-size: 24.96rem;
    color: #0577B4;
    display: flex;
    align-items: center;
}
.header .center75 .menu {
	display: none;
	width: 72rem;
	height: 72rem;
	margin-left: 20rem;
}
.navitemblack {
    background-color: #3C424E;
}
.navitemblack .center75 .navlist .navitem a {
    color: #fff;
}
.navitemwhite {
    background-color: #fff;
}
@media screen and (max-width:900px) {
	.header .center75 .navlist {
		padding-top: 140rem;
		width: 50%;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		display: block;
		transform: translateX(100%);
		transition: .3s;
		background: #fff;
		box-shadow: 0 4rem 15rem 0 rgba(0, 0, 0, .1);
		overflow: auto;
		z-index: 99999;
	}
	.header .center75 {
		height: 100%;
	}
	.header .center75 .lxfs {
		font-size: 36rem;
	}
	.header .center75 .lxfs img,
	.header .center75 .search {
		width: 52rem;
		height: 52rem;
	}
	.header .center75 .menu {
		display: block;
	}
	.header .center75 .navlist .navitem {
	    font-size: 32rem;
	}
}

/* footer */
.footer {
    padding: 20rem 0;
    background-color: #3C424E;
}
.footer .topimg {
    display: none;
    position: fixed;
    right: 80rem;
    bottom: 80rem;
    cursor: pointer;
    z-index: 2024;
}
.footer .content {
    width: 90%;
    margin: 0 auto;
}
.footer .content .shang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 38rem;
}
.footer .content .shang .navlist {
    display: flex;
    align-items: center;
}
.footer .content .shang .navlist a {
    padding: 0 30rem;
    font-size: 18rem;
    color: #fff;
}
.footer .content .grid {
    padding: 52rem 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #585F69;
    border-bottom: 1px solid #585F69;
}
.footer .content .grid .left {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35rem;
}
.footer .content .grid .left .items {
    font-size: 20rem;
}
.footer .content .grid .left .items img {
    padding-bottom: 10rem;
}
.footer .content .grid .left .items div {
    padding: 10rem;
}
.footer .content .grid .left .items .title {
	font-size: 15rem;
    color: #AFB1B6;
}
.footer .content .grid .left .items .infos {
	font-size: 15rem;
    color: #FFFFFF;
}
.footer .content .grid .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35rem;
    font-size: 14rem;
    color: #fff;
}
.footer .content .grid .right .items .imgbox {
    width: 145rem;
    height: 145rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #585F69;
    margin-bottom: 19rem;
}
.footer .content .xia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30rem 0 20rem;
}
.footer .content .xia .left {
    font-size: 16rem;
    color: #83878F;
}
.footer .content .xia .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 62rem;
    font-size: 14rem;
    color: #A5A5A5;
}
.footer .content .xia .right img {
    margin-bottom: 10rem;
}
@media screen and (max-width:900px) {
	.footer .content .shang {
		display: none;
	}
	.footer .content .grid,
	.footer .content .xia {
		display: block;
	}
	.footer .content .grid .left .items .title {
	    font-size: 27rem;
	}
	.footer .content .grid .left .items .infos {
	    font-size: 27rem;
	}
	.footer .content .xia .left {
	    font-size: 28rem;
	}
	.footer .content .grid .right {
		padding-top: 30rem;
		font-size: 26rem;
	}
	.footer .content .grid .right .items {
		font-size: 26rem;
	}
	.footer .content .grid .right .items .imgbox {
		margin: 0 auto 30rem;
	}
	.footer .content .xia .right {
		padding-top: 30rem;
		font-size: 26rem;
	}
}

/* drop */
.yd-drop {
    display: none;
}
.drop-box {
	/* display: none; */
}
.drop {
	padding: 65rem 30rem 55rem;
	/* position: fixed; */
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	max-height: 0;
	display: flex;
	background-color: rgba(255, 255, 255, .9);
	z-index: -1;
	transition: .5s;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.drop .probox {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 80rem;
	padding: 0 130rem;
}
.drop .probox .items .title {
	font-size: 22rem;
	color: #0578AF;
	display: flex;
	align-items: center;
}
.drop .probox .items .title div {
	padding-left: 20rem;
}
.drop .probox .items .itemline {
	margin: 15rem 0 30rem;
	width: 100%;
	position: relative;
	height: 1rem;
	background-color: #00A4F2;
}
.drop .probox .items .itemline::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 40rem;
	height: 3rem;
	background-color: #0578AF;
}
.drop .probox .items .neirong {
	font-family: PingFang-SC-Medium;
	font-size: 18rem;
	color: #444444;
}
.drop .probox .items .txt {
	line-height: 36rem;
	cursor: pointer;
	transition: .5s;
}
.drop .probox .items .txt:hover {
	color: #0578AF;
}
.drop .left {
	width: 320rem;
}
.drop .left .title {
	position: relative;
	width: fit-content;
	line-height: 46rem;
	color: #0478B5;
	font-size: 30rem;
	font-weight: bold;
	margin: 0 auto;
}
.drop .left .title::before {
	content: " ";
	position: absolute;
	width: 40rem;
	height: 4rem;
	left: 0;
	bottom: -20rem;
	background-color: #0478B5;
}
.drop .left .items {
    margin-bottom: 10rem;
    display: block;
	font-size: 20rem;
	line-height: 46rem;
	cursor: pointer;
	transition: .5s;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.drop .left .select {
	color: #fff;
	background-color: #444444;
}
.drop .left .items:hover {
	color: #fff;
	background-color: #444444;
}
.drop .line {
	width: 1rem;
	height: auto;
	background-color: #E8E8E8;
	margin: 0 60rem;
}
.drop .right {
	display: none;
	flex: 1;
	/* display: grid; */
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 63rem;
	transition: .5s;
}
.drop .right .items, .drop .hyright .items {
	height: 153rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 20rem;
	font-weight: bold;
	text-align: center;
	border: 1rem solid #E8E8E8;
}
.drop .right .items a, .drop .hyright .items a {
	color: #555555;
}
.drop .right .items img,
.drop .hyright .items img {
	padding-bottom: 14rem;
}
.drop .hyright {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 63rem;
}
@media screen and (max-width:900px) {
    .yd-drop {
        display: block;
    }
    .yd-drop .drop {
        position: static;
        max-height: 9000rem;
    }
	.drop {
		display: block;
	}
	.drop .left {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.drop .left .items {
	    width: 190rem;
	    height: 200rem;
		padding: 0 46rem;
		line-height: 52rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 36rem;
		margin-right: 26rem;
		background-color: #eee;
		border-radius: 6rem;
	}
	.drop .left .select {
	    background-color: rgb(68, 68, 68);
	}
	.drop .line {
		display: none;
	}
	.drop .right {
	    margin-top: 30rem;
		grid-template-columns: repeat(3, 1fr);
	}
	.drop .right .items {
	    font-size: 32rem;
	}
	.drop .probox {
	    padding: 0 20rem;
	}
	.drop .probox .items .title img {
	    width: 20rem;
	}
	
    .drop .right .items img,
    .drop .hyright .items img {
    	width: 50rem;
    }
}

.searchs {
	display: none;
}
.searchbox {
	padding: 0 30rem;
	position: absolute;
	top: 100rem;
	left: 0;
	right: 0;
	height: 90rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-top: 1rem solid #D8D8D8;
	z-index: 9999;
}
.searchbox input {
	flex: 1;
	font-size: 22rem;
	text-align: center;
}
.searchbox .searchbtn {
	width: 80rem;
	height: 80rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
@media screen and (max-width:900px) {
    .searchbox img {
        width: 40rem;
    }
    .searchbox input {
        font-size: 36rem;
    }
}

/* pos */
.pos {
	position: relative;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	line-height: 70rem;
}
.pos .content {
	width: 1460rem;
	margin: 0 auto;
	font-size: 18rem;
}
.pos .content a {
	color: #9292A6;
}
.pos .content span {
	color: #0578AE;
}

.itembox {
	padding: 94rem 0 127rem;
}
.itembox .content {
	width: 1460rem;
	margin: 0 auto;
}
@media screen and (max-width:900px) {
	.pos {
		height: 100rem;
	}
	.pos .content {
		height: 100%;
	}
	.pos .content a {
		line-height: 100rem;
	}
	.pos .content,
	.itembox .content {
		width: 80%;
		font-size: 32rem;
	}
}

/* pagination */
.pagination {
	padding-top: 70rem;
	width: 1460rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pagination .left,
.pagination .right {
	display: flex;
	align-items: center;
}
.pagination .left .items {
	width: 40rem;
	line-height: 40rem;
	text-align: center;
	font-size: 18rem;
	border-radius: 50%;
	margin-right: 10rem;
	background-color: #DFE2E6;
	cursor: pointer;
}
.pagination .left .select {
	color: #fff;
	background-color: #027AAF;
}
.pagination .left .dian {
	font-size: 18rem;
	margin-right: 10rem;
	cursor: pointer;
}
.pagination .right .paginationbtn {
	position: relative;
	width: 30rem;
	height: 30rem;
	font-size: 18rem;
	background-color: #DFE2E6;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s;
}
.pagination .right .paginationbtn img {
	width: 9rem;
	height: 17rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pagination .right .paginationbtn .hover {
	opacity: 0;
}
.pagination .right .paginationbtn:hover {
	background-color: #027AAF;
}
.pagination .right .paginationbtn:hover .default {
	opacity: 0;
}
.pagination .right .paginationbtn:hover .hover {
	opacity: 1;
}
@media screen and (max-width:900px) {
	.pagination {
		width: 80%;
	}
}

/* index.html */
#index .banner .swiper-slide {
	height: 840rem;
}
#index .banner .swiper-slide img {
	width: 100%;
	height: 100%;
}
#index .banner .swiper-pagination-bullet {
	width: 36rem !important;
	height: 8rem !important;
	border-radius: 4rem !important;
	margin: 0 10rem !important;
}
#index .pro {
	height: 100vh;
	padding: 80rem 0 100rem;
	background-color: #E6EDF3;
}
#index .pro .title {
	position: relative;
	font-size: 40rem;
	font-weight: bold;
	color: #222222;
}
#index .pro .title::before {
	content: ' ';
	width: 28rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40rem;
	background-color: #0577B4;
}
#index .pro .title > div {
	position: relative;
	z-index: 2;
}
#index .pro .title .entitle {
    width: 100%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50rem;
	color: #E1E1E1;
	z-index: 1;
}
#index .pro .flexcen {
	padding: 100rem 0 50rem;
	flex-wrap: wrap;
	justify-content: center;
}
#index .pro .flexcen .items {
	margin-bottom: 14rem;
	padding: 0 36rem;
	font-size: 18rem;
	font-weight: bold;
	text-align: center;
	border-right: 1rem solid #B7B7B7;
	cursor: pointer;
}
#index .pro .flexcen .items:last-child {
	border: none;
}
#index .pro .flexcen .select {
	color: #0577B4;
}
#index .pro .swiperbox {
	min-height: 388rem;
}
#index .pro .swiper {
	display: none;
	width: 1460rem;
}
#index .pro .swiper .txt {
	padding-top: 20rem;
	font-size: 18rem;
}
#index .pro .swiper .imgbox {
	width: 344rem;
	height: 344rem;
	overflow: hidden;
}
#index .pro .swiper .imgbox img {
	transition: .5s;
}
#index .pro .swiper .imgbox:hover img {
	transform: scale(1.1);
}
#index .plan {
	height: 100vh;
	padding: 80rem 0 0;
	background-color: #232323;
}
#index .plan .title {
	position: relative;
	font-size: 40rem;
	font-weight: bold;
	color: #222222;
}
#index .plan .title::before {
	content: ' ';
	width: 28rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40rem;
	background-color: #0577B4;
}
#index .plan .title > div {
	position: relative;
	color: #fff;
	z-index: 2;
}
#index .plan .title .entitle {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50rem;
	color: #3E3E3E;
	z-index: 1;
}
#index .plan .swiper {
	padding-top: 110rem;
}
#index .plan .swiper .swiper-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
}
#index .plan .swiper .swiper-pagination-bullet {
	flex: 1;
	margin: 0;
	height: 110rem;
	font-size: 22rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	background-color: rgba(52, 59, 76, .8);
	opacity: 1;
}
#index .plan .swiper .swiper-pagination-bullet-active {
	background-color: #0577B4;
}
#index .plan .swiper .swiper-pagination-bullet img{
	margin-right: 10rem;
}
#index .anli {
	height: 100vh;
	padding: 90rem 0 170rem;
	background-color: #F5F5F5;
}
#index .anli .title {
	position: relative;
	font-size: 40rem;
	font-weight: bold;
	color: #222222;
}
#index .anli .title::before {
	content: ' ';
	width: 28rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40rem;
	background-color: #0577B4;
}
#index .anli .title > div {
	position: relative;
	z-index: 2;
}
#index .anli .title .entitle {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50rem;
	color: #E1E1E1;
	z-index: 1;
}
#index .anli .swiperbox {
	padding-top: 90rem;
	overflow: hidden;
}
#index .anli .swiperbox .swiper {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
	margin: 0 auto;
}
#index .anli .swiperbox .swiper img {
    width: 100%;
    /*height: 524rem;*/
}
#index .anli .swiper .swiper-button-prev,
#index .anli .swiper .swiper-button-next {
	width: 90rem;
	height: 56rem;
	background-color: #7A7A7A;
	transition: .5s;
}
#index .anli .swiper .swiper-button-prev:hover,
#index .anli .swiper .swiper-button-next:hover {
    background-color: #0577B4;
}
#index .anli .swiper .swiper-button-prev {
	left: 32%;
}
#index .anli .swiper .swiper-button-next {
	right: 32%;
}
#index .anli .swiper .swiper-button-prev::after {
	width: 100%;
	color: transparent;
	background: url("../image/anliswiperjt.png") 55% no-repeat;
}
#index .anli .swiper .swiper-button-next::after {
	width: 100%;
	color: transparent;
	background: url("../image/anliswiperjt1.png") 55% no-repeat;
}
#index .hangye {
	height: 100vh;
	padding: 90rem 0 180rem;
	background-color: #fff;
}
#index .hangye .title {
	position: relative;
	font-size: 40rem;
	font-weight: bold;
	color: #222222;
}
#index .hangye .title::before {
	content: ' ';
	width: 28rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40rem;
	background-color: #0577B4;
}
#index .hangye .title > div {
	position: relative;
	z-index: 2;
}
#index .hangye .title .entitle {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50rem;
	color: #E1E1E1;
	z-index: 1;
}
#index .hangye .neirong {
	width: 1460rem;
	margin: 0 auto;
	display: flex;
}
#index .hangye .neirong .left {
	width: 642rem;
}
#index .hangye .neirong .left .mainimg {
	width: 100%;
	height: 334rem;
}
#index .hangye .neirong {
	display: flex;
	padding-top: 130rem
}
#index .hangye .neirong .left {
	width: 642rem;
	margin-right: 69rem;
}
#index .hangye .neirong .left .swiper-slide:hover img {
    transform: scale(1.1);
}
#index .hangye .neirong .left .swiper-slide:hover .name {
    color: #0578AE;
}
#index .hangye .neirong .left .swiper-slide .imgbox {
    width: 100%;
    height: 334rem;
    overflow: hidden;
}
#index .hangye .neirong .left .swiper-slide img {
    transition: .5s;
}
#index .hangye .neirong .left .date {
	font-size: 28rem;
	color: #1F1F1F;
	font-weight: bold;
	line-height: 50rem;
}
#index .hangye .neirong .left .name {
	font-size: 20rem;
	color: #1F1F1F;
	font-weight: bold;
	line-height: 50rem;
    transition: .5s;
}
#index .hangye .neirong .left .desc {
	font-size: 16rem;
	color: #666666;
	line-height: 28rem;
}
#index .hangye .neirong .left .swiper {
	padding-bottom: 80rem;
}
#index .hangye .neirong .left .swiper-button-prev {
	left: 0;
}
#index .hangye .neirong .left .swiper-button-next {
	left: 50rem;
}
#index .hangye .neirong .left .swiper-button-next,
#index .hangye .neirong .left .swiper-button-prev {
	width: 32rem;
	height: 32rem;
	top: auto;
	bottom: 0;
	border-radius: 50%;
	background-color: #0A74B8;
}
#index .hangye .neirong .left .swiper-button-next::after,
#index .hangye .neirong .left .swiper-button-prev::after {
	color: #fff;
	font-size: 15rem;
}
#index .hangye .neirong .left .swiper-button-next.swiper-button-disabled,
#index .hangye .neirong .left .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #CACACA;
}
#index .hangye .neirong .right {
	flex: 1;
}
#index .hangye .neirong .right .more {
	font-size: 22rem;
	color: #1F1F1F;
	cursor: pointer;
}
#index .hangye .neirong .right .items {
	display: flex;
	margin-bottom: 30rem;
}
#index .hangye .neirong .right .items:hover .itemimg {
    transform: scale(1.1);
}
#index .hangye .neirong .right .items:hover .itemright .name {
    color: #0578AE;
}
#index .hangye .neirong .right .items .itemimgbox {
	width: 233rem;
	height: 148rem;
	margin-right: 35rem;
	overflow: hidden;
}
#index .hangye .neirong .right .items .itemimg {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#index .hangye .neirong .right .items .itemright {
	flex: 1;
}
#index .hangye .neirong .right .items .itemright .date {
	font-size: 30rem;
	color: #1F1F1F;
	font-weight: bold;
	line-height: 50rem;
}
#index .hangye .neirong .right .items .itemright .name {
	font-size: 20rem;
	color: #1F1F1F;
	font-weight: bold;
	line-height: 50rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
    transition: .5s;
}
#index .hangye .neirong .right .items .itemright .desc {
	color: #666666;
	font-size: 16rem;
}
#index .hezuo {
    height: 100vh;
	padding: 90rem 0 180rem;
	background-color: #F0F0F0;
}
#index .hezuo .title {
	position: relative;
	font-size: 40rem;
	font-weight: bold;
	color: #222222;
}
#index .hezuo .title::before {
	content: ' ';
	width: 28rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40rem;
	background-color: #0577B4;
}
#index .hezuo .title > div {
	position: relative;
	z-index: 2;
}
#index .hezuo .title .entitle {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50rem;
	color: #E1E1E1;
	z-index: 1;
}
#index .hezuo .shangbiao {
	padding-top: 130rem;
	width: 1460rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 60rem 30rem;
}
#index .hezuo .shangbiao .imgbox {
	height: 109.3rem;
	overflow: hidden;
}
#index .hezuo .shangbiao .imgbox:hover img {
	transform: scale(1.1);
}
#index .hezuo .shangbiao .items img {
	width: 100%;
	transition: .5s;
}
#index .hezuo .shangbiao .items div {
	font-size: 18rem;
	text-align: center;
}
@media screen and (max-width:900px) {
	#index .pro .swiper {
		width: 80%;
	}
	#index .banner .swiper-slide {
	    height: auto;
	}
	#index .pro .swiper .imgbox {
		width: 100%;
		height: auto;
	}
	#index .hezuo .shangbiao {
		width: 80%;
		grid-template-columns: repeat(2, 1fr);
	}
	#index .pro,
	#index .plan,
	#index .anli,
	#index .hangye,
	#index .hezuo {
	    height: auto;
	}
	#index .pro .title,
	#index .plan .title,
	#index .anli .title,
	#index .hangye .title,
	#index .hezuo .title {
		font-size: 54rem;
	}
	#index .pro .title .entitle,
	#index .plan .title .entitle,
	#index .anli .title .entitle,
	#index .hangye .title .entitle,
	#index .hezuo .title .entitle {
		font-size: 64rem;
	}
	#index .pro .flexcen .items,
	#index .pro .swiper .txt {
		font-size: 32rem;
	}
	#index .plan .swiper .swiper-pagination-bullet img {
		width: 40rem;
	}
	#index .plan .swiper .swiper-pagination-bullet {
		font-size: 32rem;
	}
	#index .anli .swiperbox .swiper {
		position: static;
		transform: none;
		width: 80%;
		margin: 0 auto;
	}
	#index .anli .swiper .swiper-button-prev {
	    left: 20rem;
	    top: 66%;
	    width: 110rem;
	    height: 76rem;
	}
	#index .anli .swiper .swiper-button-next {
	    right: 20rem;
	    top: 66%;
	    width: 110rem;
	    height: 76rem;
	}
	#index .hangye .neirong {
		display: block;
	}
	#index .hangye .neirong {
		width: 80%;
		margin: 0 auto;
	}
	#index .hangye .neirong .left {
		width: 100%;
		margin-bottom: 30rem;
	}
	#index .hangye .neirong .left .date {
		font-size: 42rem;
		line-height: 64rem;
	}
	#index .hangye .neirong .left .name {
		font-size: 34rem;
		line-height: 64rem;
	}
	#index .hangye .neirong .left .desc {
		font-size: 30rem;
		line-height: 42rem;
	}
	#index .hangye .neirong .right .items {
		display: block;
		margin-bottom: 40rem;
	}
	#index .hangye .neirong .right .items .itemimgbox {
	    width: 100%;
	    height: auto;
	}
	#index .hangye .neirong .right .items .itemimg {
		width: 100%;
		height: auto;
	}#index .hangye .neirong .right .items .itemright {
	    margin-top: 20rem;
	}
	#index .hangye .neirong .right .items .itemright .date {
		font-size: 44rem;
		line-height: 64rem;
	}
	#index .hangye .neirong .right .items .itemright .name {
		font-size: 34rem;
		line-height: 64rem;
	}
	#index .hangye .neirong .right .items .itemright .desc {
		font-size: 30rem;
	}
	#index .hangye .neirong .right .more {
		font-size: 36rem;
	}
	#index .hezuo .shangbiao .imgbox {
	    height: auto;
	}
	#index .hezuo .shangbiao .items div {
	    font-size: 32rem;
	    padding-top: 20rem;
	}
}

#pro .container {
	padding: 70rem 0;
	background-color: #F2F3F7;
}
#pro .probox {
	width: 1460rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 27rem;
}
#pro .probox .items .imgbox {
	overflow: hidden;
}
#pro .probox .items .imgbox img {
	transition: .5s;
}
#pro .probox .items .imgbox:hover img {
	transform: scale(1.1);
}
#pro .probox .items .txt {
	padding-top: 27rem;
	font-size: 18rem;
	color: #222222;
	text-align: center;
}
@media screen and (max-width:900px) {
	#pro .probox {
		width: 80%;
		grid-template-columns: repeat(2, 1fr);
	}
	#pro .probox .items .txt {
		font-size: 32rem;
	}
}

#proxq {
	padding: 85rem 0 70rem;
	background-color: #F2F3F7;
}
#proxq .container {
	width: 1460rem;
	margin: 0 auto;
	padding-bottom: 60rem;
	height: auto;
}
#proxq .container .info {
	display: flex;
}
#proxq .container .info .imgbox {
	flex-shrink: 0;
	margin-right: 80rem;
	width: 501rem;
	height: 501rem;
	overflow: hidden;
}
#proxq .container .info .imgbox:hover img {
	transform: scale(1.1);
}
#proxq .container .info .imgbox img {
	transition: .5s;
}
#proxq .container .info .name {
	font-size: 40rem;
	color: #027AAF;
	padding-bottom: 54rem;
}
#proxq .container .info .desc {
	font-size: 18rem;
	height: 300rem;
	line-height: 42rem;
}
#proxq .container .info .zxbtn {
	width: fit-content;
	padding: 0 30rem;
	line-height: 60rem;
	font-size: 20rem;
	color: #fff;
	background-color: #0577B5;
	cursor: pointer;
}
#proxq .container .tabs {
	margin-top: 45rem;
	display: flex;
	background-color: #ECECEC;
}
#proxq .container .tabs .item {
	padding: 0 40rem;
	line-height: 60rem;
	font-size: 20rem;
	color: #fff;
	background-color: #9A9DA2;
	cursor: pointer;
}
#proxq .container .tabs .select {
	background-color: #0577B5;
}
#proxq .container .jieshao,
#proxq .container .ziyuan,
#proxq .container .zixun {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
	padding: 55rem;
	background-color: #fff;
    opacity: 0;
    transition: .5s;
}
#proxq .container .ziyuan table {
	width: 60%;
}
#proxq .container .ziyuan th, td, tr {
	border: 1rem solid #222222;
	border-collapse: collapse;
}
#proxq .container .content {
    position: relative;
	/*display: flex;*/
	/*align-items: flex-start;*/
	font-size: 18rem;
	color: #555555;
	line-height: 42rem;
}
#proxq .container .content .title {
	font-size: 28rem;
	font-weight: bold;
	color: #222222;
	padding-bottom: 42rem;
}
#proxq .container .content .futitle {
	font-size: 18rem;
	font-weight: bold;
	color: #222222;
	line-height: 42rem;
}
#proxq .container .qrcode {
	display: flex;
	align-items: flex-start;
}
#proxq .container .content .desc {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	color: #555555;
}
#proxq .container .content .desc .items div {
	line-height: 42rem;
}
@media screen and (max-width:900px) {
	#proxq .container {
		width: 80%;
	}
	#proxq .container .info {
		display: block;
	}
	#proxq .container .info .name {
		font-size: 54rem;
	}
	#proxq .container .info .desc {
		font-size: 32rem;
		height: auto;
		line-height: 56rem;
	}
	#proxq .container .info .zxbtn {
		font-size: 34rem;
		line-height: 74rem;
		margin-top: 30rem;
	}
	#proxq .container .tabs .item {
		line-height: 74rem;
		font-size: 34rem
	}
	#proxq .container .content,
	#proxq .container .content .futitle {
		font-size: 32rem;
		line-height: 46rem;
	}
	#proxq .container .content .title {
		font-size: 42rem;
	}
	#proxq .container .content .desc {
		grid-template-columns: repeat(2, 1fr);
	}
	#proxq .container .info .imgbox {
	    width: 100%;
	    height: auto;
	    margin-bottom: 20rem;
	}
}

#hezuo > div {
	padding: 80rem 0;
	width: 1460rem;
	margin: 0 auto;
}
#hezuo .wenbentitle {
	font-size: 20rem;
	color: #222222;
	font-weight: bold;
	line-height: 42rem;
}
#hezuo .wenben {
	text-indent: 30rem;
	font-size: 18rem;
	color: #222222;
	line-height: 42rem;
}
#hezuo .txt {
	font-size: 18rem;
	color: #222222;
	line-height: 42rem;
}
#hezuo .futitle {
	font-size: 22rem;
	color: #222222;
	font-weight: bold;
	line-height: 42rem;
}
#hezuo img {
	margin: 20rem 0;
}
@media screen and (max-width:900px) {
	#hezuo > div {
		width: 80%;
	}
	#hezuo .wenbentitle {
		font-size: 34rem;
		line-height: 56rem;
	}
	#hezuo .wenben {
		font-size: 32rem;
		line-height: 56rem;
	}
	#hezuo .futitle {
		font-size: 36rem;
		line-height: 56rem;
	}
	#hezuo .txt {
		font-size: 32rem;
		line-height: 56rem;
	}
}

#plan .container {
	padding: 82rem 0;
	width: 1460rem;
	margin: 0 auto;
}
#plan .container .title {
	position: relative;
	padding-left: 19rem;
	margin: 60rem 0 70rem;
	display: flex;
	align-items: center;
}
#plan .container .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12rem;
	height: 70rem;
	background-color: #0578B0;
}
#plan .container .title .desc {
	font-size: 26rem;
	color: #222222;
}
#plan .container .title .txt {
	font-size: 32rem;
	font-weight: bold;
	color: #222222;
}
#plan .container .title .lines1 {
	margin-bottom: 7rem;
}
#plan .container .title .lines1,
#plan .container .title .lines2 {
	height: 1rem;
	background-color: #E7E7E7;
}
#plan .container .futitle {
	padding: 0 0 25rem;
	font-size: 22rem;
	color: #222222;
	text-indent: 40rem;
}
#plan .container .wenben {
	font-family: PingFang-SC-Medium;
	font-size: 18rem;
	color: #222222;
	text-indent: 40rem;
	line-height: 42rem;
	letter-spacing: 1rem;
}
#plan .container img {
	max-width: 100%;
	margin: 20rem 0;
}
@media screen and (max-width:900px) {
	#plan .container {
		width: 80%;
	}
	#plan .container .title .desc {
		font-size: 40rem;
	}
	#plan .container .title .txt {
		font-size: 46rem;
	}
	#plan .container .futitle {
		font-size: 36rem;
	}
	#plan .container .wenben {
		font-size: 32rem;
		line-height: 56rem;
	}
}

/* anli.html */
#anli .anli .content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 56rem 71rem;
}
#anli .anli .content .items .imgbox {
	height: 250rem;
	overflow: hidden;
}
#anli .anli .content .items .imgbox img {
	width: 100%;
	height: 100%;
	transition: .5s;
}
#anli .anli .content .items .imgbox:hover img {
	transform: scale(1.1);
}
#anli .anli .content .items .name {
	font-size: 26rem;
	padding: 30rem 0;
	border-bottom: 1rem solid #E5E5E5;
}
#anli .anli .content .items .desc {
	font-size: 18rem;
	margin: 20rem 0 45rem;
	line-height: 36rem;
}
#anli .anli .content .items .btn {
	width: 117rem;
	line-height: 35rem;
	font-size: 16rem;
	background-color: #F2F3F7;
	border-radius: 17.5rem;
	transition: .5s;
	cursor: pointer;
}
#anli .anli .content .items .btn a {
	transition: .5s;
	color: #333333;
}
#anli .anli .content .items .btn:hover {
	background-color: #0578AE;
}
#anli .anli .content .items .btn:hover a {
	color: #fff;
}
@media screen and (max-width:900px) {
	#anli .anli .content {
		display: block;
	}
	#anli .anli .content .items {
		margin-bottom: 60rem;
	}
	#anli .anli .content .items .imgbox {
		height: auto;
	}
	#anli .anli .content .items .name {
		font-size: 40rem;
	}
	#anli .anli .content .items .desc {
		font-size: 32rem;
		line-height: 51rem;
	}
	#anli .anli .content .items .btn {
		width: 167rem;
		line-height: 49rem;
		font-size: 30rem;
	}
}

/* anlixq.html */
#anlixq .top {
	padding-bottom: 45rem;
}
#anlixq .top .name {
	font-size: 30rem;
	padding-bottom: 45rem;
}
#anlixq .top .flexcen {
	font-size: 16rem;
}
#anlixq .top .flexcen img {
	margin-right: 16rem;
	/* width: 22rem; */
	height: 22rem;
}
#anlixq .text {
	font-size: 18rem;
	padding: 55rem 0 75rem;
	border-top: 1rem solid #E9E9E9;
	border-bottom: 1rem solid #E9E9E9;
}
#anlixq .qiehuan {
	padding-top: 50rem;
	font-size: 18rem;
	font-weight: bold;
}
#anlixq .qiehuan a {
	color: #666666;
	line-height: 44rem;
}
#anlixq .itembox .content .text .title {
	font-size: 24rem;
	font-weight: bold;
	color: #222222;
	line-height: 42rem;
}
#anlixq .itembox .content .text .futitle {
	font-size: 18rem;
	font-weight: bold;
	color: #222222;
	text-indent: 30rem;
	line-height: 42rem;
}
#anlixq .itembox .content .text .futxt {
	font-size: 18rem;
	color: #222222;
	line-height: 42rem;
}
#anlixq .itembox .content .text .wenben {
	font-size: 18rem;
	color: #222222;
	line-height: 42rem;
}
@media screen and (max-width:900px) {
	#anlixq .top .name {
		font-size: 44rem !important;
	}
	#anlixq .top .func {
		display: block;
	}
	#anlixq .top .flexcen {
		font-size: 30rem !important;
	}
	#anlixq .qiehuan {
		font-size: 32rem !important;
	}
	#anlixq .itembox .content .text .title {
		font-size: 38rem !important;
		line-height: 56rem !important;
	}
	#anlixq .itembox .content .text .futitle {
		font-size: 32rem !important;
		line-height: 56rem !important;
	}
	#anlixq .itembox .content .text .futxt {
		font-size: 32rem !important;
		line-height: 56rem !important;
	}
	#anlixq .itembox .content .text .wenben {
		font-size: 32rem;
		line-height: 56rem;
	}
}

/* hangye.html */
#hangye .hangye .content .items {
	display: flex;
	padding: 40rem 0;
	border-bottom: 1rem solid #E5E5E5;
	cursor: pointer;
}
#hangye .hangye .content .items img {
	max-width: 392.1rem;
	margin-right: 35rem;
}
#hangye .hangye .content .items .right {
	height: 248rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#hangye .hangye .content .items .right .name {
	font-size: 24rem;
	color: #333333;
	font-weight: bold;
}
#hangye .hangye .content .items .right .desc {
	font-size: 18rem;
	color: #666666;
	line-height: 36rem;
}
#hangye .hangye .content .items .right .btn {
	width: 117rem;
	line-height: 35rem;
	font-size: 16rem;
	text-align: center;
	background-color: #F2F3F7;
	border-radius: 17.5rem;
	transition: .5s;
	cursor: pointer;
	color: #666666;
}
#hangye .hangye .content .items:hover .btn {
	color: #fff;
	background-color: #0A74B8;
}
@media screen and (max-width:900px) {
	#hangye .hangye .content .items {
		display: block;
		margin-bottom: 30rem;
	}
	#hangye .hangye .content .items img {
		max-width: 100%;
	}
	#hangye .hangye .content .items .right {
		height: auto;
		padding-top: 30rem;
	}
	#hangye .hangye .content .items .right .name {
		font-size: 38rem;
	}
	#hangye .hangye .content .items .right .desc {
		margin: 30rem 0;
		font-size: 32rem;
		line-height: 50rem;
	}
	#hangye .hangye .content .items .right .btn {
		width: 167rem;
		margin-top: 30rem;
		line-height: 49rem;
		font-size: 30rem;
	}
}

/* hangyexq.html */
#hangyexq .itembox .content {
	display: flex;
}
#hangyexq .itembox .content .left {
	flex: 1;
}
#hangyexq .itembox .content .left .top {
	padding-bottom: 28rem;
	border-bottom: 1rem solid #E5E5E5;
}
#hangyexq .itembox .content .left .top .title {
	font-size: 30rem;
	padding-bottom: 50rem;
}
#hangyexq .itembox .content .left .top > .flexcen {
	font-size: 16rem;
}
#hangyexq .itembox .content .left .top .flexcen img {
	margin-right: 16rem;
}
#hangyexq .itembox .content .right {
	width: 374rem;
	margin-left: 60rem;
}
#hangyexq .itembox .content .right .title {
	display: flex;
	align-items: center;
	font-size: 26rem;
	color: #000000;
	padding-bottom: 50rem;
}
#hangyexq .itembox .content .right .title .gang {
	width: 11rem;
	height: 26rem;
	margin-right: 10rem;
	background-color: #0078B7;
}
#hangyexq .itembox .content .right .items {
	margin-bottom: 60rem;
}
#hangyexq .itembox .content .right .items .name {
	font-size: 24rem;
	color: #333333;
	padding-bottom: 26rem;
	cursor: pointer;
	border-bottom: 1rem solid #E5E5E5;
}
#hangyexq .itembox .content .right .items .desc {
	font-size: 16rem;
	line-height: 32rem;
	padding-top: 26rem;
}
#hangyexq .qiehuan {
	padding-top: 50rem;
	font-size: 18rem;
	font-weight: bold;
}
#hangyexq .qiehuan a {
	color: #666666;
	line-height: 44rem;
}
#hangyexq .itembox .content .text {
	padding: 48rem 0 59rem;
	border-top: 1rem solid #E5E5E5;
	border-bottom: 1rem solid #E5E5E5;
}
#hangyexq .itembox .content .text .title {
	font-size: 22rem;
	font-weight: bold;
	line-height: 42rem;
	color: #222222;
}
#hangyexq .itembox .content .text .wenben {
	font-size: 18rem;
	line-height: 42rem;
	color: #222222;
}
#hangyexq .itembox .content .text img {
	margin-top: 36rem;
}
@media screen and (max-width:900px) {
	#hangyexq .itembox .content {
		display: block;
	}
	#hangyexq .itembox .content .left .top .title {
		font-size: 44rem;
	}
	#hangyexq .itembox .content .left .top > .flexcen {
		display: block;
		font-size: 30rem;
	}
	#hangyexq .qiehuan a {
		font-size: 32rem;
	}
	#hangyexq .itembox .content .right {
		margin-top: 120rem;
		width: auto;
		margin-left: 0;
	}
	#hangyexq .itembox .content .right .title {
		font-size: 40rem;
	}
	#hangyexq .itembox .content .right .items .name {
		font-size: 38rem;
	}
	#hangyexq .itembox .content .right .items .desc {
		font-size: 30rem;
		line-height: 46rem;
	}
	#hangyexq .itembox .content .text .title {
		font-size: 36rem;
		line-height: 56rem;
	}
	#hangyexq .itembox .content .text .wenben {
		font-size: 32rem;
		line-height: 56rem;
	}
}

/* about.html */
#about .content {
	background-color: #F5F5F5;
}
#about .content .top {
	border-bottom: 1rem solid #D8D8D8;
}
#about .content .top .textarea {
	width: 1460rem;
	margin: 0 auto;
	padding: 64rem 0 40rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#about .content .top .textarea .txtitems {
	flex: 1;
}
#about .content .top .textarea .txtitems .name {
	font-size: 16rem;
	color: #999999;
}
#about .content .top .textarea .txtitems .neirong {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #0578AE;
}
#about .content .top .textarea .txtitems .neirong .countUp {
	font-size: 42rem;
}
#about .content .top .textarea .txtitems .neirong span {
	font-size: 18rem;
}
#about .content .top .textarea .txtitems .neirong > div {
	flex: 1;
}
#about .content .down {
	width: 1460rem;
	margin: 0 auto;
	display: flex;
	padding: 85rem 0 114rem;
}
#about .content .down > div {
	flex: 1;
}
#about .content .down .left .title {
	font-weight: bold;
	font-size: 56rem;
	color: #222222;
}
#about .content .down .left .name {
	position: relative;
	font-size: 32rem;
	padding: 30rem 0 99rem;
	color: #222222;
}
#about .content .down .left .name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 64rem;
	width: 28rem;
	height: 5rem;
	background-color: #0577B4;
}
#about .content .down .left .txt {
	font-size: 18rem;
	color: #48484F;
	line-height: 36rem;
}
#about .content .down .right {
	padding-top: 40rem;
	padding-left: 80rem;
}
#about .content .down .right img:nth-child(2) {
	margin-top: 29rem
}
#about .sjz {
	padding: 112rem 260rem 75rem;
}
#about .sjz .title {
	font-weight: bold;
	font-size: 56rem;
	color: #222222;
}
#about .sjz .name {
	position: relative;
	font-size: 32rem;
	padding: 30rem 0 110rem;
	color: #222222;
}
#about .sjz .name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 75rem;
	width: 28rem;
	height: 5rem;
	background-color: #0577B4;
}
#about .sjz .itembox .items {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 32rem;
}
#about .sjz .itembox .items .chuizhi {
	position: absolute;
	left: 65.5rem;
	top: 60rem;
	width: 1rem;
	height: 180rem;
	background-color: #0A74B8;
}
#about .sjz .itembox .items:last-child .chuizhi {
	display: none;
}
#about .sjz .itembox .items .left {
	width: 131rem;
	line-height: 45rem;
	font-size: 32rem;
	text-align: center;
	color: #fff;
	background-color: #0A74B8;
}
#about .sjz .itembox .items .line {
	position: relative;
	top: 22.5rem;
	width: 40rem;
	height: 1rem;
	margin: 0 30rem;
	background-color: #0A74B8;
}
#about .sjz .itembox .items .right {
	flex: 1;
	padding: 34rem 70rem 34rem 20rem;
	height: 220rem;
	display: flex;
	background-color: #F4F4F4;
}
#about .sjz .itembox .items .right .itemleft {
	flex: 1;
}
#about .sjz .itembox .items .right .itemleft .itemtitle {
	position: relative;
	padding-left: 22rem;
	font-size: 22rem;
	font-weight: bold;
	color: #0A74B8;
}
#about .sjz .itembox .items .right .itemleft .itemtitle::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 10rem;
	height: 22rem;
	background-color: #0A74B8;
}
#about .sjz .itembox .items .right .itemleft .itemtxt {
	font-size: 18rem;
	line-height: 36rem;
	color: #444444;
	padding-top: 30rem;
}
#about .sjz .itembox .items .right .itemright {
	height: 100%;
	margin-left: 83rem;
}
#about .ryzs {
	padding: 112rem 260rem 75rem;
	background-color: #F5F5F5;
}
#about .ryzs .title {
	font-weight: bold;
	font-size: 56rem;
	color: #222222;
}
#about .ryzs .name {
	position: relative;
	font-size: 32rem;
	padding: 30rem 0 110rem;
	color: #222222;
}
#about .ryzs .name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 75rem;
	width: 28rem;
	height: 5rem;
	background-color: #0577B4;
}
#about .ryzs .zs .swiper {
	padding-bottom: 166rem;
}
#about .ryzs .zs .swiper .title {
    font-size: 18rem;
    text-align: center;
    padding-top: 14rem;
}
#about .zs .swiper-button-next {
	right: 50%;
	transform: translateX(150%);
}
#about .zs .swiper-button-prev {
	left: 50%;
	transform: translateX(-150%);
}
#about .zs .swiper-button-next,
#about .zs .swiper-button-prev {
	width: 32rem;
	height: 32rem;
	top: auto;
	bottom: 60rem;
	border-radius: 50%;
	background-color: #0A74B8;
}
#about .zs .swiper-button-next::after,
#about .zs .swiper-button-prev::after {
	color: #fff;
	font-size: 15rem;
}
#about .zs .swiper-button-next.swiper-button-disabled,
#about .zs .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #CACACA;
}
@media screen and (max-width:900px) {
	#about .content .top .textarea {
		width: 80%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20rem;
	}
	#about .content .top .textarea .txtitems .name {
		font-size: 30rem;
	}
	#about .content .down {
		width: 80%;
		display: block;
	}
	#about .content .down .left .title,
	#about .sjz .title,
	#about .ryzs .title {
		font-size: 60rem;
	}
	#about .content .down .left .name,
	#about .ryzs .name,
	#about .sjz .name {
		font-size: 46rem;
	}
	#about .content .down .left .txt {
		font-size: 32rem;
		line-height: 50rem
	}
	#about .content .down .right {
		padding-left: 0;
	}
	#about .sjz {
		padding: 112rem 100rem 75rem;
	}
	#about .sjz .itembox {
		padding-top: 0;
	}
	#about .sjz .itembox .items {
		display: block;
	}
	#about .sjz .itembox .items .left {
		margin-bottom: 20rem;
	}
	#about .sjz .itembox .items .line {
		display: none;
	}
	#about .sjz .itembox .items .chuizhi {
		display: none;
	}
	#about .sjz .itembox .items .right {
		display: block;
		height: auto;
		padding: 34rem 20rem;
	}
	#about .sjz .itembox .items .right .itemright {
		margin-left: 0;
		margin-top: 20rem;
		width: 100%;
	}
	#about .sjz .itembox .items .right .itemleft .itemtitle {
		font-size: 36rem;
	}
	#about .sjz .itembox .items .right .itemleft .itemtxt {
		font-size: 32rem;
		line-height: 50rem;
	}
	#about .ryzs {
		padding: 112rem 100rem 75rem;
	}
	#about .zs .swiper-button-next,
	#about .zs .swiper-button-prev {
		width: 64rem;
		height: 64rem;
	}
	#about .zs .swiper-button-next::after,
	#about .zs .swiper-button-prev::after {
		font-size: 24rem;
	}
}

/* contact.html */
#contact .top {
	padding: 90rem 0;
	display: flex;
	justify-content: space-between;
	background-color: #F8F8F9;
}
#contact .top .items {
	flex: 1;
	font-size: 20rem;
	color: #222222;
}
#contact .top .items .name {
	padding: 25rem 0 20rem;
}
#contact .box {
	width: 1460rem;
	font-size: 18rem;
	margin: 0 auto;
	padding-bottom: 90rem;
}
#contact .box .title {
	padding: 50rem 0 30rem;
	font-weight: bold;
	color: #222222;
}
#contact .box .desc {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	color: #555555;
}
#contact .box .desc .items div {
	line-height: 42rem;
}
#contact .box .mapimgbox {
	width: 100%;
	height: 781rem;
	margin-top: 80rem;
	overflow: hidden;
}
@media screen and (max-width:900px) {
	#contact .top {
		display: block;
	}
	#contact .top .items {
	    font-size: 34rem;
		margin-bottom: 60rem;
	}
	#contact .box {
		width: 80%;
	    font-size: 32rem;
	}
	#contact .box .desc {
		grid-template-columns: repeat(2, 1fr);
	}
	#contact .box .desc .items div {
	    line-height: 54rem;
	}
}
