.menu {
	display: none;
}

.mobile_fade {
	display: none;
}

.searchm {
	display: none;
}

.main_abouts {
	width: 100%;
}

.main_abouts .listb {
	width: 100%;
	background: #fff;
	padding: 1rem 0 1.2rem 0;
}

.main_abouts .listb .m {
	width: 14.4rem;
	margin: 0 auto;
}

.main_abouts .listb .m ul {
	width: 100%;
}

.main_abouts .listb .m ul li {
	width: 100%;
	position: relative;
	margin-top: 1.2rem;
	border: 1px #e6e6e6 solid;
}

.main_abouts .listb .m ul li::after {
	width: 0%;
	height: 2px;
	background: #235a9a;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
}

.main_abouts .listb .m ul li:hover::after {
	width: 50%;
}

.main_abouts .listb .m ul li:hover a .pic img {
	transform: scale(1.03);
}

.main_abouts .listb .m ul li:hover a .grow p {
	transform: translateX(0.2rem);
}

.main_abouts .listb .m ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_abouts .listb .m ul li a .pic {
	width: 7.2rem;
	height: 4.05rem;
	overflow: hidden;
}

.main_abouts .listb .m ul li a .pic img {
	display: block;
	width: 100%;
	transition: all .4s;
	height: 100%;
	object-fit: cover;
}

.main_abouts .listb .m ul li a .grow {
	flex: 1;
	position: relative;
	padding: 0 .54rem;
}

.main_abouts .listb .m ul li a .grow span {
	display: block;
	font-size: .18rem;
	margin-top: .3rem;
	color: #1a1a1a;
	line-height: 2;
	text-indent: 0.36rem;
    text-align: justify;
}

.main_abouts .listb .m ul li a .grow p {
	transition: all .3s;
	font-size: .3rem;
	position: relative;
	padding-bottom: .25rem;
	color: #1a1a1a;
}

.main_abouts .listb .m ul li a .grow p::after {
	width: .6rem;
	height: .04rem;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #235a9a;
}

.main_abouts .listb .m .head {
	overflow: hidden;
	width: 100%;
}

.main_abouts .listb .m .head span {
	display: block;
	font-size: .18rem;
	color: #1a1a1a;
	line-height: 2;
	margin-top: .3rem;
	text-indent: 0.36rem;
    text-align: justify;
}

.main_abouts .listb .m .head p {
	display: block;
	font-size: .3rem;
	color: #1a1a1a;
	padding-bottom: .25rem;
	position: relative;
}

.main_abouts .listb .m .head p::after {
	width: .6rem;
	height: .04rem;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #235a9a;
}

.main_abouts .bgdes {
	width: 100%;
	height: 6.4rem;
	background-image: url(/static/daae2023/images/about-3.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.main_abouts .bgdes .m {
	width: 14.4rem;
	margin: 0 auto;
	padding-top: 2.7rem;
	position: relative;
	height: 100%;
}

.main_abouts .bgdes .m p {
	font-size: .4rem;
	color: #fff;
	width: 46%;
	font-weight: bold;
	line-height: 1.5;
}

.main_abouts .bgdes .m div {
	overflow: hidden;
	width: 6.09rem;
	background: #235a9a;
	padding: .7rem .6rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.main_abouts .bgdes .m div span {
	display: block;
	line-height: 1.8;
	font-size: .18rem;
	word-break: break-all;
	color: #fff;
}

.main_abouts .joins {
	width: 100%;
	padding: 1.1rem 0 1.3rem 0;
	background-image: url(../images/about-2.jpg);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.main_abouts .joins .m {
	width: 14.4rem;
	margin: 0 auto;
}

.main_abouts .joins .m .font {
	position: sticky;
	top: .9rem;
	float: right;
	width: 6.04rem;
}

.main_abouts .joins .m .font span {
	display: block;
	font-size: .18rem;
	color: #1a1a1a;
	line-height: 2;
	margin-bottom: .3rem;
	text-indent: 0.36rem;
    text-align: justify;
}

.main_abouts .joins .m .left {
	float: left;
	width: 7.2rem;
}

.main_abouts .joins .m .left .video {
	width: 100%;
	height: 4.05rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.main_abouts .joins .m .left .video:hover span::before{
	transform: rotate(180deg);
}
.main_abouts .joins .m .left .video:hover img{
	transform: scale(1.03);
}
.main_abouts .joins .m .left .video::after{
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.main_abouts .joins .m .left .video span{
	width: 3.542vw;
    height: 3.542vw;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 13;
    background: url(/static/daae2023/images/icon-14.png) no-repeat center;
}
.main_abouts .joins .m .left .video span::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .3s;
    background: url(/static/daae2023/images/icon-15.png) no-repeat;
    background-size: 100%;
}
.main_abouts .joins .m .left .video img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
	object-fit: cover;
}

.main_abouts .joins .m .left ul {
	margin-top: .7rem;
	overflow: hidden;
}

.main_abouts .joins .m .left ul li {
	width: 100%;
	overflow: hidden;
	padding: .3rem 0;
	display: flex;
	border-bottom: 1px #ccc solid;
	align-items: flex-end;
}

.main_abouts .joins .m .left ul li p {
	width: 52%;
	font-size: .24rem;
	color: #235a9a;
}

.main_abouts .joins .m .left ul li p span {
	font-size: .5rem;
	margin-right: .2rem;
	font-weight: bold;
}

.main_abouts .joins .m .left ul li em {
	font-size: .24rem;
	color: #1a1a1a;
}

.main_abouts .joins .m .title {
	display: block;
	font-size: .3rem;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: .2rem;
	padding-bottom: .3rem;
	position: relative;
}

.main_abouts .joins .m .title::after {
	width: .6rem;
	height: .04rem;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #235a9a;
}

.history_box .main_linebox .mySwiper .swiper-slide:first-child .font {
	padding-left: .3rem;
}

.main_construct {
	overflow: hidden;
	width: 100%;
	padding: .8rem 0;
}

.main_construct .m {
	width: 14.4rem;
	margin: 0 auto;
}

.main_construct .m .title {
	display: block;
	font-size: .3rem;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.main_construct .m .list {
	width: 100%;
	margin-top: .6rem;
}

.main_construct .m .list .item {
	width: 100%;
	position: relative;
	padding: .4rem 0 .4rem 0;
}

.main_construct .m .list .item:nth-child(even)::after {
	content: '';
	width: 100rem;
	height: 100%;
	background: #F6F6F6;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.main_construct .m .list .item .tit {
	display: block;
	font-size: .24rem;
	color: #333333;
	margin-bottom: .35rem;
	position: relative;
	z-index: 99;
}

.main_construct .m .list .item .tit span {
	font-weight: bold;
	color: #870D0C;
}

.main_construct .m .list .item ul {
	overflow: hidden;
	display: flex;
	position: relative;
	z-index: 99;
	flex-wrap: wrap;
}

.main_construct .m .list .item ul li {
	overflow: hidden;
	width: 50%;
	margin-top: .3rem;
}

.main_construct .m .list .item ul li:nth-child(2n) {
	padding-left: .5rem;
}

.main_construct .m .list .item ul li p {
	font-size: .24rem;
	color: #333333;
	margin-bottom: .25rem;
	letter-spacing: .01rem;
}

.main_construct .m .list .item ul li p span {
	color: #1F5B99;
	font-weight: bold;
}

.main_construct .m .list .item ul li em {
	display: block;
	font-size: .18rem;
	color: #333333;
	line-height: 2;
}

.main_construct .m .list .item .des {
	font-size: .18rem;
	color: #333333;
	display: block;
	line-height: 1.7;
	position: relative;
	z-index: 99;
}

.main_history_box {
	width: 100%;
	overflow: hidden;
	background: #F7F7F7;
	padding-bottom: 1.3rem;
}

.main_history_box .fot {
	display: block;
	text-align: center;
	font-size: .24rem;
	color: #333333;
	font-weight: bold;
	margin-top: 1.4rem;
}

.main_history_box .m {
	width: 16.5rem;
	margin: 0 auto;
}

.main_history_box .m .box {
	width: 100%;
	margin-top: 1rem;
	padding-top: .8rem;
	padding-bottom: .8rem;
	position: relative;
}

.main_history_box .m .box .icon {
	width: .5rem;
	height: .5rem;
	background-image: url(../images/history_18.png);
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.main_history_box .m .box .icon.t {
	top: -.5rem;
	background-image: url(../images/history_03.png);
}

.main_history_box .m .box .icon.b {
	bottom: -.5rem;
}

.main_history_box .m .box .icon.b.on {
	background-image: url(../images/history_03.png);
}

.main_history_box .m .box::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #E6E6E6;
}

.main_history_box .m .box .lines {
	width: 2px;
	height: 0%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #1F5B99;
	z-index: 9;
}

.main_history_box .m .box .item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main_history_box .m .box .item:nth-child(even) {
	flex-direction: row-reverse;
}

.main_history_box .m .box .item:nth-child(even).on .info::after {
	border-left-color: #E5E2E2;
}

.main_history_box .m .box .item:nth-child(even) .info::after {
	content: '';
	width: 0px;
	height: 0px;
	border: .3rem solid transparent;
	border-left-color: #F1EFEF;
	transition: all .3s;
	position: absolute;
	right: -.55rem;
	top: 50%;
	transform: translateY(-50%);
}

.main_history_box .m .box .item:nth-child(odd).on .info::after {
	border-right-color: #E5E2E2;
}

.main_history_box .m .box .item:nth-child(odd) .info::after {
	content: '';
	transition: all .3s;
	width: 0px;
	height: 0px;
	border: .3rem solid transparent;
	border-right-color: #F1EFEF;
	position: absolute;
	left: -.55rem;
	top: 50%;
	transform: translateY(-50%);
}

.main_history_box .m .box .item.on .info {
	background: #E5E2E2;
}

.main_history_box .m .box .item.on .year p {
	color: #1f5a99;
}

.main_history_box .m .box .item.on .year span {
	color: #77ade3;
}

.main_history_box .m .box .item .info {
	width: 7.68rem;
	position: relative;
	padding: .4rem .3rem;
	transition: all .3s;
	background: #F1EFEF;
}

.main_history_box .m .box .item .info span {
	display: block;
	font-size: .18rem;
	color: #333333;
	line-height: 2;
}

.main_history_box .m .box .item .year {
	display: flex;
	align-items: flex-end;
	margin: 0 1.1rem;
}

.main_history_box .m .box .item .year p {
	font-size: .4rem;
	color: #666666;
	font-weight: bold;
	line-height: 1;
}

.main_history_box .m .box .item .year span {
	font-size: .18rem;
	color: #999999;
	margin: 0 .1rem;
}

.main_history_box .m .head {
	width: 100%;
	position: relative;
	margin-top: .6rem;
}

.main_history_box .m .head p {
	font-size: .3rem;
	color: #1f5b99;
	font-weight: bold;
	text-align: center;
}

.main_history_box .m .head .b {
	position: relative;
	display: flex;
	margin-top: .15rem;
	align-items: center;
	justify-content: space-between;
}

.main_history_box .m .head .b::after {
	content: '';
	width: calc(100% - .2rem);
	border: 1px dashed #DEDEDE;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .05rem;
}

.main_history_box .m .head .b .year {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main_history_box .m .head .b .year div {
	width: .15rem;
	height: .15rem;
	background: #1F5B99;
	border-radius: 50%;
	margin: 0 auto;
}

.main_history_box .m .head .b .year span {
	display: block;
	font-size: .15rem;
	color: #666666;
	margin-bottom: .06rem;
	text-align: center;
}

@keyframes tbs {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-0.1rem);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes anim {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.history_box {
	width: 100%;
	height: 9rem;
	background: #4C7BAC;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-image: url(../images/bbgg.jpg);
	background-position: center center;
	padding-top: .65rem;
}

.history_box .main_linebox {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 2rem;
	z-index: 9;
}

.history_box .main_linebox .mySwiper {
	width: 100%;
	position: relative;
}

.history_box .main_linebox .mySwiper::after {
	content: '';
	width: 100%;
	height: .03rem;
	background: #758FAA;
	position: absolute;
	left: 0;
	top: 1.04rem;
}

.history_box .main_linebox .mySwiper .swiper-slide {
	position: relative;
	width: 10%;
	cursor: pointer;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(1) .font {
	left: auto;
	right: 0;
	padding-right: .3rem;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(1) .font span {
	text-align: right;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(2) .font {
	left: auto;
	right: 0;
	padding-right: .3rem;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(2) .font span {
	text-align: right;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(3) .font {
	left: auto;
	right: 0;
	padding-right: .3rem;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(3) .font span {
	text-align: right;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(4) .font {
	left: auto;
	right: 0;
	padding-right: .3rem;
}

.history_box .main_linebox .mySwiper .swiper-slide:nth-last-child(4) .font span {
	text-align: right;
}

.history_box .main_linebox .mySwiper .swiper-slide.on::after {
	content: '';
	width: .15rem;
	height: .15rem;
	border-radius: 50%;
	background-image: url(../images/dots_03.jpg);
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .98rem;
}

.history_box .main_linebox .mySwiper .swiper-slide.on .ys {
	padding-top: .28rem;
	color: #1D5389;
	background-image: url(../images/dds_03.png);
	background-size: 100% 100%;
}

.history_box .main_linebox .mySwiper .swiper-slide.on .font {
	opacity: 1;
}

.history_box .main_linebox .mySwiper .swiper-slide .ys {
	height: .9rem;
	width: .8rem;
	font-size: .18rem;
	transition: all .3s;
	color: #fff;
	margin: 0 auto;
	padding-top: .6rem;
	text-align: center;
}

.history_box .main_linebox .mySwiper .swiper-slide .font {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1.35rem;
	opacity: 0;
	max-width: 4rem;
	min-width: 4rem;
	transition: all .2s;
}

.history_box .main_linebox .mySwiper .swiper-slide .font span {
	display: block;
	font-size: .16rem;
	color: #fff;
	line-height: 1.6;
}

.history_box .y {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	opacity: 0.5;
}

.history_box .y.y1 {
	width: 1.4rem;
	height: 1.4rem;
	font-size: .22rem;
	background: #1D5389;
	left: 4.9rem;
	top: 2.06rem;
	animation: tbs 2s linear infinite;
}

.history_box .y.y2 {
	width: .6rem;
	height: .6rem;
	font-size: .15rem;
	background: #6B8CB0;
	left: 4rem;
	top: 4.92rem;
	animation: tbs 2.2s linear infinite;
}

.history_box .y.y3 {
	width: .72rem;
	height: .72rem;
	font-size: .18rem;
	background: #C6D6E6;
	left: 2.15rem;
	top: 2.65rem;
	animation: tbs 2.4s linear infinite;
}

.history_box .y.y4 {
	width: .54rem;
	height: .54rem;
	font-size: .13rem;
	background: #B3C2D3;
	left: 15.28rem;
	top: 2.59rem;
	animation: tbs 2.5s linear infinite;
}

.history_box .y.y5 {
	width: 1.45rem;
	height: 1.45rem;
	font-size: .22rem;
	background: #6888AB;
	left: 16.68rem;
	top: 4.26rem;
	animation: tbs 2.6s linear infinite;
}

.history_box .y.y6 {
	width: 1.1rem;
	height: 1.1rem;
	font-size: .2rem;
	background: #8BA1BD;
	left: 15.5rem;
	top: 7.7rem;
	animation: tbs 2.7s linear infinite;
}

.history_box .y.y7 {
	width: 1.2rem;
	height: 1.2rem;
	font-size: .22rem;
	background: #8FA7C1;
	left: 2.27rem;
	top: 7.07rem;
	animation: tbs 2.8s linear infinite;
}

.history_box .y.y8 {
	width: .6rem;
	height: .6rem;
	font-size: .14rem;
	background: #1D5389;
	left: 13.7rem;
	top: 7.1rem;
	animation: tbs 3s linear infinite;
}

.history_box .mid {
	width: 8.83rem;
	height: 8.83rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.history_box .mid::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	animation: anim 3s ease-out infinite;
}

.history_box .mid::before {
	content: '';
	width: 6.66rem;
	height: 6.66rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.33rem;
	margin-top: -3.33rem;
	animation: anim 4s ease-out infinite;
}

.history_box .mid div {
	position: relative;
	z-index: 99;
	display: none;
}

.history_box .mid div p {
	text-align: center;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: .2rem;
}

.history_box .mid div span {
	display: block;
	font-size: .18rem;
	line-height: 1.8;
	color: #fff;
	letter-spacing: .01rem;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.history_box .head {
	overflow: hidden;
}

.history_box .head p {
	font-size: .4rem;
	color: #fff;
	text-align: center;
	margin-bottom: .05rem;
	letter-spacing: .05rem;
}

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

.history_box .head .b span {
	font-size: .26rem;
	text-transform: uppercase;
	color: #C7D5E6;
	margin: 0 .28rem;
}

.history_box .head .b .line {
	display: flex;
	align-items: center;
}

.history_box .head .b .line .l {
	width: 2.54rem;
	height: 1px;
	background: #B0C4D9;
}

.history_box .head .b .line .h {
	width: .09rem;
	height: .49rem;
	background: #CD2427;
}

.video_fadein {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	display: none;
}

.video_fadein .box {
	width: 13.2rem;
	position: relative;
}

.video_fadein .box img {
	cursor: pointer;
	width: .48rem;
	position: absolute;
	display: block;
	right: -.37rem;
	z-index: 99;
	top: -.37rem;
}

.video_fadein .box video {
	width: 100%;
	display: block;
	object-fit: cover;
}

.fade_search {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	display: none;
}

.fade_search .search {
	width: 600px;
	height: 60px;
	display: flex;
	align-items: center;
	background: #fff;
	position: relative;
}

.fade_search .search .close {
	width: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -60px;
}

.fade_search .search input {
	width: calc(100% - 60px);
	font-size: 15px;
	color: #333;
	padding-left: 15px;
	background: none;
	border: none;
}

.fade_search .search div {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #235A9A;
	cursor: pointer;
}

.fade_search .search div img {
	width: 50%;
}

.content {
	width: 100%;
}

.content .header {
	width: 100%;
	height: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .6rem 0 .8rem;
}

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

.content .header .logo img {
	display: block;
	width: 1.5rem;
}

.content .header .logo div {
	margin-left: .3rem;
}

.content .header .logo div p {
	font-size: .24rem;
	font-weight: bold;
	line-height: .32rem;
	color: #235894;
}

.content .header .logo div span {
	display: block;
	font-size: .14rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .02rem;
	line-height: .28rem;
	color: #666666;
}

.content .header .right {
	height: 100%;
	display: flex;
	align-items: center;
}

.content .header .right .certificate {
	display: flex;
	align-items: center;
}

.content .header .right .certificate img {
	width: .35rem;
}

.content .header .right .certificate div {
	overflow: hidden;
	margin-left: .13rem;
}

.content .header .right .certificate div span {
	display: block;
	font-size: .14rem;
	line-height: .25rem;
	font-weight: bold;
	color: #d81e06;
}

.content .header .right .version {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: .36rem;
}

.content .header .right .version>img {
	width: .35rem;
}

.content .header .right .version .in {
	display: flex;
	align-items: center;
	margin-left: .18rem;
	font-size: .14rem;
	font-weight: bold;
	color: #235a9a;
	position: relative;
}

.content .header .right .version .in:hover div {
	opacity: 1;
	visibility: inherit;
	top: 130%;
}

.content .header .right .version .in div {
	overflow: hidden;
	width: 1.2rem;
	background: #fff;
	padding: .11rem;
	border: 1px solid #CCCCCC;
	position: absolute;
	right: 0;
	top: 150%;
	transition: all .2s;
	opacity: 0;
	visibility: hidden;
}

.content .header .right .version .in div img {
	display: block;
	width: 100%;
}

.content .header .right .version .in span {
	font-size: .16rem;
	font-weight: bold;
	margin: 0 .06rem;
	color: #235a9a;
}

.content .navbar {
	width: 100%;
	height: .55rem;
	background: #235A9A;
}

.content .navbar ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .navbar ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
}

.content .navbar ul li img {
	width: .26rem;
	margin-left: .5rem;
}

.content .navbar ul li>a {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: .2rem;
	color: #fff;
	letter-spacing: .01rem;
	padding: 0 .26rem;
	justify-content: center;
}

.content .navbar ul li>a:hover {
	color: #00CCFF;
}

.content .navbar ul li:hover div {
	opacity: 1;
	top: calc(100% - 2px);
	visibility: inherit;
}

.content .navbar ul li div {
	overflow: hidden;
	min-width: 1.2rem;
	transform: translateX(-50%);
	z-index: 99;
	background: #4377AD;
	position: absolute;
	left: 50%;
	top: 110%;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid #fff;
	transition: all .3s;
}

.content .navbar ul li div a {
	display: block;
	font-size: .16rem;
	color: #fff;
	padding: .1rem .2rem;
	white-space: nowrap;
	background: #4377AD;
	transition: all .2s;
}

.content .navbar ul li div a:hover {
	background: #235A9A;
	color: #00CCFF;
}

.content .banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content .banner .mySwiper {
	width: 100%;
}

.content .banner .mySwiper .swiper-pagination {
	bottom: .58rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .banner .mySwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	margin: 0 11px;
	position: relative;
}

.content .banner .mySwiper .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.content .banner .mySwiper .swiper-pagination-bullet-active::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #FFFFFF;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content .banner .mySwiper .swiper-slide {
	width: 100%;
	position: relative;
}

.content .banner .mySwiper .swiper-slide img {
	display: block;
	width: 100%;
}

.content .main_news_list1 {
	overflow: hidden;
	width: 100%;
}

.content .main_news_list1 .m {
	width: 14.4rem;
	margin: 0 auto;
	padding-bottom: .6rem;
}

.content .main_news_list1 .m ul {
	overflow: hidden;
	margin-bottom: .6rem;
}

.content .main_news_list1 .m ul li {
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.content .main_news_list1 .m ul li:hover a div p {
	color: #235a9a;
}

.content .main_news_list1 .m ul li a {
	display: block;
	padding: .25rem 0;
}

.content .main_news_list1 .m ul li a em {
	display: block;
	font-size: .18rem;
	color: #666666;
	line-height: 2;
}

.content .main_news_list1 .m ul li a div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content .main_news_list1 .m ul li a div p {
	font-size: .2rem;
	transition: all .2s;
	color: #333333;
	width: 70%;
	font-weight: 900;
}

.content .main_news_list1 .m ul li a div span {
	font-size: .16rem;
	line-height: .35rem;
	display: block;
	color: #999999;
}

.content .main_news_info {
	overflow: hidden;
	width: 100%;
	padding: .36rem 0;
}

.content .main_news_info .m {
	width: 14.4rem;
	margin: 0 auto;
}

.content .main_news_info .m .child {
	overflow: hidden;
	margin-top: .4rem;
}

.content .main_news_info .m .child span {
	font-size: .18rem;
	line-height: 2;
	text-indent: .36rem;
	text-align: justify;
}

.content .main_news_info .m .child p {
	margin-bottom: .2rem;
}

.content .main_news_info .m .child div {
	margin-bottom: 15px;
}

.content .main_news_info .m .child img {
	max-width: 90%;
	margin-left: -.45rem;
}

.content .main_news_info .m .head {
	overflow: hidden;
}

.content .main_news_info .m .head p {
	font-size: .3rem;
	color: #000;
	font-weight: 900;
	line-height: 1.4;
	padding: .3rem 0;
	border-bottom: 1px solid #999999;
	text-align: center;
}

.content .main_news_info .m .head .des {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: .2rem;
}

.content .main_news_info .m .head .des span {
	font-size: .15rem;
	color: #666666;
}

.content .main_news_info .m .head .des div {
	display: flex;
	align-items: center;
	font-size: .15rem;
	margin-left: .5rem;
	color: #666666;
}

.content .main_news_info .m .head .des div img {
	display: block;
	width: .4rem;
	margin-left: .1rem;
}

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

.content .pagelist div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.content .pagelist a {
	overflow: hidden;
	width: .36rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D0D0D0;
	margin: 0 .1rem;
	height: .36rem;
	color: #666666;
	font-size: .2rem;
	transition: all .2s;
}

.content .pagelist a.on {
	background: #235A9A;
	border: 2px solid #235A9A;
	color: #fff;
}

.content .pagelist a:hover {
	background: #235A9A;
	border: 2px solid #235A9A;
	color: #fff;
}

.content .main_news_list {
	width: 100%;
}

.content .main_news_list .m {
	width: 14.37rem;
	margin: 0 auto;
	padding-bottom: .6rem;
}

.content .main_news_list .m ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .6rem;
}

.content .main_news_list .m ul li {
	overflow: hidden;
	width: 4.58rem;
	margin-top: .64rem;
	margin-right: .3rem;
	position: relative;
}

.content .main_news_list .m ul li::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	bottom: 0;
}

.content .main_news_list .m ul li:hover::after {
	height: .03rem;
	background: #235A9A;
}

.content .main_news_list .m ul li:hover .pic img {
	transform: scale(1.03);
}

.content .main_news_list .m ul li:hover .info {
	background: #F5F5F5;
}

.content .main_news_list .m ul li:nth-child(3n) {
	margin-right: 0;
}

.content .main_news_list .m ul li .pic {
	overflow: hidden;
	width: 100%;
	height: 2.58rem;
}

.content .main_news_list .m ul li .pic img {
	transition: all .5s;
	height: 100%;
}

.content .main_news_list .m ul li .video {
	width: 100%;
	height: 2.58rem;
	position: relative;
}

.content .main_news_list .m ul li .video .p {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .main_news_list .m ul li .video .play {
	width: .8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 999;
}

.content .main_news_list .m ul li .info {
	overflow: hidden;
	padding: .34rem .2rem;
	transition: all .2s;
	padding-bottom: .2rem;
}

.content .main_news_list .m ul li .info p {
	font-size: .2rem;
	font-weight: 900;
	color: #333333;
	margin-bottom: .3rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content .main_news_list .m ul li .info span {
	display: block;
	font-size: .15rem;
	color: #999999;
}

.content .main_tabbars {
	width: 100%;
	background: #e8eef5;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 999;
	height: .7rem;
}

.content .main_tabbars .m {
	width: 14.37rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.content .main_tabbars .m .menua {
	height: 100%;
	display: flex;
	align-items: center;
}

.content .main_tabbars .m .menua a {
	font-size: .2rem;
	color: #000;
}

.content .main_tabbars .m .menua a:last-child {
	color: #1f5999;
}

.content .main_tabbars .m .menua span {
	font-size: .2rem;
	margin: 0 .14rem;
	color: #000;
}

.content .main_tabbars .m ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.content .main_tabbars .m ul li {
	height: 100%;
	margin: 0 .3rem;
	position: relative;
}

.content .main_tabbars .m ul li a {
	height: 100%;
	font-size: .2rem;
	display: flex;
	color: #333333;
	padding: 0 .08rem;
	align-items: center;
}

.content .main_tabbars .m ul li.on a {
	color: #235A9A;
}

.content .main_tabbars .m ul li.on::after {
	width: 100%;
}

.content .main_tabbars .m ul li:hover a {
	color: #235A9A;
}

.content .main_tabbars .m ul li:hover::after {
	width: 100%;
}

.content .main_tabbars .m ul li::after {
	content: '';
	width: 0%;
	height: .05rem;
	transition: all .2s;
	background: #235A9A;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.content .more {
	overflow: hidden;
	width: 1.4rem;
	height: .4rem;
	margin: 0 auto;
	border-radius: .4rem;
	transition: all .2s;
	background: #235A9A;
}

.content .more:hover {
	opacity: 0.8;
}

.content .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: .18rem;
	text-transform: uppercase;
	color: #fff;
}

.content .main_news_center {
	overflow: hidden;
	padding: .5rem 1.2rem .75rem 1.2rem;
}

.content .main_news_center ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .55rem;
}

.content .main_news_center ul li {
	overflow: hidden;
	width: 4.93rem;
	margin-right: .9rem;
	margin-top: .6rem;
}

.content .main_news_center ul li:nth-child(3n) {
	margin-right: 0;
}

.content .main_news_center ul li .date {
	display: flex;
	align-items: center;
	padding-left: .1rem;
}

.content .main_news_center ul li .date img {
	width: .19rem;
	margin-right: .1rem;
}

.content .main_news_center ul li .date span {
	font-size: .16rem;
	color: #666666;
}

.content .main_news_center ul li:hover .pic img {
	transform: scale(1.03);
}

.content .main_news_center ul li .pic {
	overflow: hidden;
	width: 100%;
	height: 2.58rem;
	margin-top: .2rem;
}

.content .main_news_center ul li .pic img {
	display: block;
	transition: all .5s;
	width: 100%;
}

.content .main_news_center ul li p {
	font-size: .20rem;
	font-weight: 900;
	line-height: 1.538461538461538;
	box-sizing: border-box;
	color: #333333;
	padding: 0 .1rem;
	margin-top: .15rem;
	height: .6rem;
}

.content .more_list {
	width: 100%;
	height: 1.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .more_list span {
	font-size: .25rem;
	color: #666666;
	margin: 0 .3rem;
}

.content .more_list div {
	width: 1.65rem;
	border: 1px dashed #999999;
}

.content .main_product {
	width: 100%;
	background: #F7F7F7;
	overflow: hidden;
}

.content .main_product .m {
	width: 15.3rem;
	margin: 0 auto;
}

.content .main_product .m li {
	width: 100%;
	margin-top: .55rem;
	background: #fff;
}

.content .main_product .m li:nth-child(even) a {
	flex-direction: row-reverse;
}

.content .main_product .m li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content .main_product .m li a .pic {
	overflow: hidden;
	width: 4rem;
}

.content .main_product .m li a .pic img {
	display: block;
	width: 100%;
}

.content .main_product .m li a .grow {
	flex: 1;
	padding: 0 .5rem;
}

.content .main_product .m li a .grow p {
	font-size: .2rem;
	margin-bottom: .55rem;
	color: #000000;
	font-weight: 900;
}

.content .main_product .m li a .grow span {
	display: block;
	font-size: .18rem;
	color: #4373a8;
	margin-bottom: .26rem;
}

.content .main_product .m li a .grow em {
	display: block;
	font-size: .16rem;
	color: #333333;
	line-height: 2;
}

.content .main_product .m li a .grow i {
	display: block;
	font-size: .25rem;
	margin-top: .3rem;
	color: #4373a8;
}

.content .main_product .m li a .grow .btn {
	overflow: hidden;
	width: 1rem;
	float: right;
	height: .35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4373A8;
	border-radius: 40px;
	font-size: .16rem;
	transition: all .1s;
	color: #fff;
}

.content .main_product .m li a .grow .btn:hover {
	opacity: 0.8;
}

.content .main_product_info {
	overflow: hidden;
	width: 100%;
	background: #F7F7F7;
	padding-bottom: .7rem;
}

.content .main_product_info .m {
	width: 15.3rem;
	margin: 0 auto;
}

.content .main_product_info .m .box_info {
	overflow: hidden;
	width: 100%;
	background: #fff;
}

.content .main_product_info .m .box_info .title {
	display: block;
	text-align: center;
	font-size: .24rem;
	line-height: 1.2rem;
	color: #333333;
	font-weight: 900;
}

.content .main_product_info .m .box_info .product_info {
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	width: 14.3rem;
	margin: 0 auto;
	padding: .3rem 0;
}

.content .main_product_info .m .box_info .product_info .titles {
	display: block;
	font-size: .2rem;
	margin-bottom: .2rem;
	font-weight: 900;
	color: #235a9a;
}

.content .main_product_info .m .box_info .product_info span {
	display: block;
	font-size: .16rem;
	color: #333333;
}

.content .main_product_info .m .box_info .product_info>img {
	display: block;
	margin: 0 auto;
	margin-top: .6rem;
}

.content .main_product_info .m .box_info .product_info ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.content .main_product_info .m .box_info .product_info ul li {
	font-size: .16rem;
	margin-top: .12rem;
	color: #000000;
	width: 25%;
	padding-right: .3rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .main_product_info .m .box_info .slide {
	width: 100%;
	display: flex;
	align-items: center;
}

.content .main_product_info .m .box_info .slide .right {
	overflow: hidden;
	width: 1.5rem;
	margin-left: .16rem;
}

.content .main_product_info .m .box_info .slide .right .mySwiper1 {
	width: 100%;
	height: 100%;
}

.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide {
	width: 100%;
}

.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide .lab {
	width: 100%;
	border: 1px solid #CCCCCC;
	height: 100%;
	cursor: pointer;
	margin-bottom: .18rem;
}

.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide .lab.on {
	border: 1px solid #235A9A;
}

.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide .lab img {
	display: block;
	width: 100%;
	height: 100%;
}

.content .main_product_info .m .box_info .slide .pic {
	width: 12.44rem;
	overflow: hidden;
	position: relative;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper {
	width: 100%;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide {
	width: 100%;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label {
	width: 100%;
	overflow: hidden;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label div {
	width: 100%;
	margin-bottom: .2rem;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label div img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label span {
	display: block;
	text-align: center;
	font-size: .25rem;
	color: #999999;
}

.content .main_product_info .m .menus {
	height: 1rem;
	display: flex;
	align-items: center;
	font-size: .2rem;
	color: #333333;
}

.content .main_product_info .m .menus a {
	display: block;
	font-size: .16rem;
	transition: all .1s;
	color: #333333;
}

.content .main_product_info .m .menus a:last-child {
	color: #235A9A;
}

.content .main_product_info .m .menus a:hover {
	color: #235A9A;
}

.content .main_product_info .m .menus span {
	display: block;
	font-size: .16rem;
	color: #333333;
	margin: 0 .14rem;
}

.content .des_navbar {
	width: 100%;
	height: .7rem;
	background: #E8EEF5;
}

.content .des_navbar ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.content .des_navbar ul li {
	height: 100%;
	margin: 0 .4rem;
	position: relative;
}

.content .des_navbar ul li a {
	height: 100%;
	font-size: .2rem;
	display: flex;
	color: #333333;
	padding: 0 .14rem;
	align-items: center;
}

.content .des_navbar ul li.on a {
	color: #235A9A;
}

.content .des_navbar ul li.on::after {
	width: 100%;
}

.content .des_navbar ul li:hover a {
	color: #235A9A;
}

.content .des_navbar ul li:hover::after {
	width: 100%;
}

.content .des_navbar ul li::after {
	content: '';
	width: 0%;
	height: .05rem;
	transition: all .2s;
	background: #235A9A;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.content .des_banner {
	overflow: hidden;
	width: 100%;
	height: 5.67rem;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .des_banner .mid {
	width: 100%;
}

.content .des_banner .mid p {
	font-size: .5rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: .2rem;
	text-align: center;
}

.content .footer {
	overflow: hidden;
	width: 100%;
	background: #183C67;
}

.content .footer footer {
	width: 100%;
	font-size: .16rem;
	padding: .4rem .3rem;
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.content .footer .t {
	overflow: hidden;
	padding: .55rem 0 .35rem 0;
	display: flex;
	justify-content: center;
}

.content .footer .t .info {
	overflow: hidden;
	margin-left: .4rem;
}

.content .footer .t .info .lab {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: .22rem;
}

.content .footer .t .info .lab:last-child {
	margin-bottom: 0;
}

.content .footer .t .info .lab img {
	width: .36rem;
}

.content .footer .t .info .lab div {
	overflow: hidden;
	margin-left: .26rem;
}

.content .footer .t .info .lab div span {
	display: block;
	font-size: .16rem;
	color: #FFFFFF;
	line-height: 1.625;
}

.content .footer .t .link {
	display: flex;
}

.content .footer .t .link ul {
	overflow: hidden;
	margin: 0 .35rem;
}

.content .footer .t .link ul li {
	font-size: .18rem;
	color: #fff;
	position: relative;
}

.content .footer .t .link ul li:first-child {
	margin-bottom: .25rem;
}

.content .footer .t .link ul li:first-child::after {
	content: '';
	width: .14rem;
	height: .04rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -.14rem;
}

.content .footer .t .link ul li a {
	display: block;
	font-size: .15rem;
	line-height: .35rem;
	transition: all .1s;
	color: #b3b5b5;
}

.content .footer .t .link ul li a:hover {
	color: #0DE3E6;
}

.content .footer .t .logo {
	overflow: hidden;
}

.content .footer .t .logo>img {
	width: 1.76rem;
	margin: 0 auto;
	display: block;
	margin-bottom: .17rem;
}

.content .footer .t .logo div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .footer .t .logo div a {
	width: .25rem;
	display: block;
	margin: 0 .1rem;
}

.content .footer .t .logo div a img {
	width: 100%;
	display: block;
}

.content .main_marketing {
	overflow: hidden;
	width: 100%;
	height: 7.34rem;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/homebg_02.jpg);
	position: relative;
}

.content .main_marketing .map {
	width: 5.02rem;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(9, 46, 100, 0.8);
	padding-top: 1.1rem;
}

.content .main_marketing .map img {
	display: block;
	margin: 0 auto;
	width: 3.66rem;
	margin-bottom: .35rem;
}

.content .main_marketing .map span {
	display: block;
	font-size: .16rem;
	color: #0de3f9;
	padding-left: .74rem;
	line-height: 1.833333333333333;
}

.content .main_marketing .m {
	width: 13.66rem;
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: .6rem 0 0 0;
}

.content .main_marketing .m .tong_title p {
	color: #fff;
}

.content .main_marketing .m .brand {
	width: 7.9rem;
	margin-top: .35rem;
}

.content .main_marketing .m .brand p {
	font-size: .24rem;
	color: #00ccff;
	letter-spacing: .01rem;
	position: relative;
}

.content .main_marketing .m .brand .more {
	margin: 0;
	float: right;
	margin-top: .9rem;
	border: 1px solid #fff;
	margin-right: .55rem;
}

.content .main_marketing .m .brand ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: .14rem;
}

.content .main_marketing .m .brand ul li {
	overflow: hidden;
	width: 1.47rem;
	background: #fff;
	margin-right: .12rem;
	margin-top: .2rem;
}

.content .main_marketing .m .brand ul li:nth-child(5n) {
	margin-right: 0;
}

.content .main_marketing .m .brand ul li img {
	display: block;
	width: 100%;
}

.content .main_product_center {
	overflow: hidden;
	padding: .5rem 0;
	background: #F7F7F7;
}

.content .main_product_center .box {
	width: 100%;
	position: relative;
	padding: 0 .65rem;
	padding-bottom: .6rem;
	margin-top: .55rem;
}

.content .main_product_center .box .btn {
	width: .6rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}

.content .main_product_center .box .btn.prev {
	left: .4rem;
}

.content .main_product_center .box .btn.next {
	right: .4rem;
}

.content .main_product_center .box .mySwiper1 {
	width: 100%;
	overflow: hidden;
}

.content .main_product_center .box .mySwiper1 .swiper-slide {
	width: 4.2rem;
	margin-right: .32rem;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: .15rem;
	border: 1px solid #E3E3E3;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .pic {
	width: 100%;
	height: 3.95rem;
	overflow: hidden;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .info {
	padding: .1rem .48rem .48rem .48rem;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .info p {
	text-align: center;
	font-size: .2rem;
	font-weight: bold;
	margin-bottom: .18rem;
	color: #333333;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .info span {
	display: block;
	font-size: .16rem;
	color: #666666;
	line-height: 1.375;
}

.content .main_product_center .box .mySwiper1 .swiper-slide .label .info em {
	display: block;
	text-align: center;
	font-size: .16rem;
	color: #235a9a;
	margin-top: .38rem;
	font-weight: bold;
}

.content .tong_title {
	width: 100%;
	max-width: 9.3rem;
	margin: 0 auto;
	text-align: center;
}

.content .tong_title p {
	font-size: .4rem;
	letter-spacing: .06rem;
	color: #235a9a;
	text-align: center;
	font-weight: bold;
}

.content .tong_title span {
	display: block;
	text-align: center;
	font-size: .16rem;
	color: #666666;
	line-height: 1.875;
	margin-top: .3rem;
}

.address_info .form .label.on {
	height: auto;
	align-items: flex-start;
	padding: .3rem .18rem;
}

.addaddressfadein .address_info .form .label .textareas {
	width: calc(100% - 1.64rem);
	display: block;
	height: 1rem;
	color: #333;
	background: none;
	resize: none;
	border: none;
	padding-top: .02rem;
	outline: none;
	font-size: .28rem;
	color: #333;
}

@media (max-width: 750px) {
	.mobile_fade {
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 99991;
	}
	.mobile_fade .box {
		width: 100%;
		height: calc(100vh - 1rem);
		position: absolute;
		left: 0;
		top: -100vh;
		background: #fff;
	}
	.mobile_fade .box ul {
		overflow: auto;
		height: 100%;
		padding: 0 .3rem;
	}
	.mobile_fade .box ul li {
		overflow: hidden;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		width: 100%;
	}
	.mobile_fade .box ul li span {
		height: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mobile_fade .box ul li span.on img {
		transform: rotate(90deg);
	}
	.mobile_fade .box ul li span a {
		font-size: .28rem;
		font-weight: bold;
		color: #000;
		height: 100%;
		display: flex;
		align-items: center;
		flex: 1;
	}
	.mobile_fade .box ul li span img {
		width: .25rem;
		transition: all .2s;
		margin-left: 5rem;
	}
	.mobile_fade .box ul li div {
		overflow: hidden;
		width: 100%;
		display: none;
	}
	.mobile_fade .box ul li div a {
		display: flex;
		align-items: center;
		font-size: .26rem;
		color: #333;
		height: .8rem;
	}
	.menu {
		display: block;
		width: .5rem;
	}
	.fade_search .search {
		width: 6.9rem;
		margin: 0 auto;
	}
}

@media (max-width: 1360px) {
	.content .header .logo div span {
		letter-spacing: .005rem;
	}
}

@media (max-width: 1000px) {
	.history_box {
		height: 11rem;
	}
	.history_box .main_linebox {
		bottom: 2rem;
	}
	.content .main_product_info .m .menus span {
		font-size: 16px;
	}
	.content .main_product_info .m .menus a {
		font-size: 16px;
	}
	.content .main_product_info .m .box_info .product_info span {
		font-size: 16px;
	}
	.content .main_news_center ul li .pic {
		height: 4rem;
	}
	.content .main_news_center ul li p {
		font-size: .28rem;
		height: 0.75rem;
	}
	.m {
		width: 100% !important;
	}
	.null {
		height: 1rem;
	}
	.content .header {
		height: 1.1rem;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 .3rem;
		z-index: 99991;
		background: #fff;
	}
	.content .header .logo div {
		display: none;
	}
	.content .header .right {
		display: none;
	}
	.content .navbar {
		display: none;
	}
	.content .banner .mySwiper .swiper-pagination {
		bottom: .3rem;
	}
	.content .banner .mySwiper .swiper-pagination-bullet-active::after {
		width: .3rem;
		height: .3rem;
	}
	.content .banner .mySwiper .swiper-pagination-bullet {
		width: .15rem;
		height: .15rem;
	}
	.content .main_news_center {
		padding: .6rem .3rem;
	}
	.content .tong_title p {
		font-size: .33rem;
		letter-spacing: .01rem;
	}
	.content .main_news_center ul li {
		width: 100%;
		margin: 0;
		margin-top: .3rem;
	}
	.content .main_news_center ul li .date span {
		font-size: .2rem;
	}
	.content .main_product_center {
		padding: .6rem .3rem;
	}
	.content .tong_title span {
		font-size: .22rem;
	}
	.content .main_product_center .box {
		padding: 0 .1rem;
	}
	.content .main_product_center .box .btn.prev {
		left: 0;
	}
	.content .main_product_center .box .btn.next {
		right: 0;
	}
	.content .main_product_center .box .btn {
		width: .55rem;
	}
	.content .main_product_center .box {
		margin-bottom: .5rem;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide {
		width: 48%;
		margin-right: 4%;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide .label .pic {
		height: 2.6rem;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide .label .info {
		padding: .2rem;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide .label .info p {
		font-size: .26rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide .label .info span {
		font-size: .22rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.content .main_product_center .box .mySwiper1 .swiper-slide .label .info em {
		font-size: .22rem;
		margin-top: .3rem;
	}
	.content .main_marketing {
		height: auto;
		padding: .6rem .3rem;
	}
	.content .main_marketing .m {
		padding: 0;
	}
	.content .main_marketing .m .brand {
		width: 100%;
	}
	.content .main_marketing .m .brand p {
		font-size: .26rem;
	}
	.content .main_marketing .m .brand ul li {
		width: 19%;
		margin-top: .1rem;
		margin-right: 1%;
	}
	.content .main_marketing .m .brand ul li:nth-child(5n) {
		margin-right: 0;
	}
	.content .main_marketing .m .brand ul li img {
		width: 100%;
		display: block;
	}
	.content .main_marketing .m .brand .more {
		float: none;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.content .main_marketing .map {
		position: static;
		width: 100%;
		margin-top: .5rem;
		padding: .5rem .3rem;
	}
	.content .main_marketing .map span {
		font-size: .24rem;
	}
	.content .footer .t .link {
		display: none;
	}
	.content .footer .t {
		padding: .5rem .3rem;
		display: block;
	}
	.content .footer .t .logo {
		width: 100%;
	}
	.content .footer .t .logo img {
		width: 1.6rem;
		margin: 0 auto;
	}
	.content .footer .t .logo div a {
		width: .66rem;
		margin-top: .2rem;
	}
	.content .footer .t .info {
		margin: 0;
		margin-top: .3rem;
	}
	.content .footer .t .info .lab {
		display: block;
		width: 100%;
	}
	.content .footer .t .info .lab img {
		width: .4rem;
		margin: 0 auto;
		display: block;
	}
	.content .footer .t .info .lab div {
		margin: 0;
		margin-top: .3rem;
		text-align: center;
	}
	.content .footer .t .info .lab div span {
		font-size: .2rem;
	}
	.content .footer footer {
		box-sizing: border-box;
		font-size: .18rem;
	}
	.content .des_banner {
		height: 4rem;
	}
	.content .des_banner .mid p {
		font-size: .4rem;
		letter-spacing: .01rem;
	}
	.content .main_tabbars {
		height: auto;
	}
	.content .main_tabbars .m {
		display: block;
		padding-bottom: 0;
	}
	.content .main_tabbars .m .menua {
		background: #fff;
		height: .8rem;
	}
	.content .main_tabbars .m .menua a {
		font-size: .24rem;
		line-height: 2;
	}
	.content .main_tabbars .m .menua {
		padding-left: .3rem;
	}
	.content .pagelist div {
		width: .55rem;
	}
	.content .pagelist div img {}
	.content .pagelist a {
		width: .55rem;
		height: .55rem;
		border: 1px solid #D0D0D0;
		margin: 0 .15rem;
	}
	.content .main_tabbars .m ul li {
		margin: 0;
		height: .9rem;
		flex: 1;
	}
	.content .main_tabbars .m ul li a {
		font-size: .26rem;
		height: .9rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content .main_news_list1 {
		padding: 0 .3rem;
	}
	.content .main_news_list1 .m ul li a {
		padding: .3rem 0;
	}
	.content .main_news_list1 .m ul li a div {
		display: block;
	}
	.content .main_news_list1 .m ul li a div p {
		width: 100%;
		font-size: .3rem;
	}
	.content .main_news_list1 .m ul li a div span {
		font-size: .24rem;
		margin-top: .2rem;
	}
	.content .main_news_list1 .m ul li a em {
		font-size: .2rem;
	}
	.content .main_tabbars {
		top: 1.1rem;
	}
	.content .header {
		box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	}
	.history_box .head p {
		font-size: .35rem;
		font-weight: bold;
	}
	.history_box .head .b .line .l {
		width: 1.6rem;
	}
	.history_box .main_linebox .mySwiper .swiper-slide .ys {
		font-size: .22rem;
	}
	.history_box .main_linebox .mySwiper .swiper-slide .font span {
		font-size: .22rem;
	}
	.history_box .head .b span {
		margin: 0 .15rem;
	}
	.history_box .y.y2 {
		left: 6rem;
	}
	.history_box .mid div p {
		font-size: 1.2rem;
	}
	.main_history_box {
		padding: .6rem .3rem;
	}
	.main_history_box .m .head {
		margin: 0;
	}
	.main_history_box .m .head p {
		font-size: .35rem;
		margin-bottom: .3rem;
		font-weight: bold;
	}
	.main_history_box .m .head .b .year span {
		font-size: .2rem;
	}
	.main_history_box .m .box .item {
		margin-bottom: .3rem;
	}
	.main_history_box .m .box .item .year {
		margin: 0 .2rem;
		width: 20%;
		margin-left: 0;
	}
	.main_history_box .m .box .item .year p {
		font-size: .4rem;
	}
	.main_history_box .m .box .item .info {
		flex: 1;
	}
	.main_history_box .m .box .item:nth-child(even) {
		flex-direction: inherit;
	}
	.main_history_box .m .box .item .info span {
		font-size: .22rem;
	}
	.main_history_box .m .box::after {
		left: 1.3rem;
		margin: 0;
	}
	.main_history_box .m .box .lines {
		left: 1.3rem;
	}
	.main_history_box .m .box .icon {
		width: .4rem;
		height: .4rem;
		transform: translate(0);
		left: 1.13rem;
	}
	.main_history_box .m .box .icon.t {
		top: -0.4rem;
	}
	.main_history_box .m .box .icon.b {
		bottom: -0.4rem;
	}
	.main_history_box .m .box .item .year {
		display: block;
	}
	.main_history_box .m .box .item .year p {
		margin-bottom: .2rem;
	}
	.content .main_news_info {
		padding: .6rem .3rem;
	}
	.content .main_news_info .m .head p {
		font-size: .35rem;
		font-weight: bold;
	}
	.content .main_news_info .m .head .des {
		justify-content: center;
	}
	.content .main_news_info .m .head .des span {
		font-size: .22rem;
	}
	.content .main_news_info .m .head .des div {
		font-size: .22rem;
	}
	.content .main_news_info .m .child span {
		font-size: .26rem;
	}
	.content .main_news_list .m ul {
		justify-content: space-between;
		padding: 0 .3rem;
	}
	.content .main_news_list .m ul li {
		width: 48%;
		margin: 0;
		margin-top: .3rem;
	}
	.content .main_news_list .m ul li .info p {
		font-size: .25rem;
		margin-bottom: .2rem;
	}
	.content .main_news_list .m ul li .info span {
		font-size: .22rem;
	}
	.content .main_news_list .m ul li .info {
		padding: .3rem 0;
	}
	.content .des_navbar ul li {
		margin: 0 .1rem;
		text-align: center;
	}
	.content .des_navbar ul li a {
		padding: .3rem;
		font-size: .25rem;
	}
	.content .des_navbar ul {
		flex-wrap: wrap;
	}
	.content .des_navbar {
		height: auto;
	}
	.content .main_product_info .m .menus {
		padding-left: .3rem;
	}
	.content .main_product_info .m .box_info .title {
		font-size: .36rem;
		font-weight: bold;
		line-height: 1.2rem;
	}
	.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label div {
		height: 4.5rem;
	}
	.content .main_product_info .m .box_info .slide .pic .mySwiper .swiper-slide .label div img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.content .main_product_info .m .box_info .slide {
		width: 100%;
		display: block;
	}
	.content .main_product_info .m .box_info .slide .pic {
		width: 100%;
	}
	.content .main_product_info .m .box_info .slide .right {
		width: 100%;
		margin: 0;
		margin-top: .6rem;
		padding: 0 .3rem;
	}
	.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide {
		width: 2rem;
		margin: 0;
		margin-right: .2rem;
		height: 1.5rem;
		margin-bottom: 20px;
	}
	.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide .lab {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content .main_product_info .m .box_info .product_info {
		width: 6.9rem;
		margin: 0 auto;
		padding: .3rem 0;
	}
	.content .main_product_info .m .box_info .product_info .titles {
		margin-bottom: .3rem;
		font-weight: bold;
		font-size: 20px;
	}
	.content .main_product_info .m .box_info .product_info ul li {
		margin-right: 1.6rem;
		font-size: 16px;
	}
	.content .main_product_info .m .box_info .slide .right .mySwiper1 .swiper-slide .lab img {
		height: 70%;
		width: 70%;
		margin: 0 auto;
		object-fit: cover;
	}
	.content .main_product {
		padding: 0 .3rem;
	}
	.content .main_product .m li {
		margin-top: .3rem;
		position: relative;
	}
	.content .main_product .m li a {
		display: block;
		width: 100%;
	}
	.content .main_product .m li a .pic {
		width: 100%;
	}
	.content .main_product .m li a .grow {
		padding: .3rem;
	}
	.content .main_product .m li a .grow p {
		font-size: .35rem;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.content .main_product .m li a .grow em {
		font-size: .25rem;
	}
	.content .main_product .m li a .grow .btn {
		position: absolute;
		right: .3rem;
		bottom: .3rem;
	}
	.video_fadein .box {
		width: 6.9rem;
	}
	.video_fadein .box img {
		right: 0;
	}
	.main_construct {
		padding: .6rem .3rem;
	}
	.main_construct .m .title {
		font-size: .35rem;
	}
	.main_construct .m .list .item {
		padding: .5rem 0;
	}
	.main_construct .m .list .item .tit {
		font-size: .3rem;
		text-align: center;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.main_construct .m .list .item ul {
		display: block;
	}
	.main_construct .m .list .item ul li {
		width: 100%;
		padding: 0;
	}
	.main_construct .m .list .item ul li:nth-child(2n) {
		padding: 0;
	}
	.main_construct .m .list .item ul li p {
		font-weight: bold;
		letter-spacing: .01rem;
		font-size: .26rem;
	}
	.main_construct .m .list .item ul li em {
		font-size: .24rem;
	}
	.main_construct .m .list .item .des {
		font-size: 0.24rem;
	}
	.main_construct .m .list .item .tit {
		font-size: .28rem;
	}
	.searchm {
		width: .45rem;
		position: absolute;
		right: 1.2rem;
		top: 50%;
		transform: translateY(-50%);
		display: block;
	}
	.history_box .main_linebox .mySwiper .swiper-slide {
		width: 15%;
	}
	.content .main_tabbars .m ul {
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}
	.content .main_tabbars .m ul li {
		display: inline-flex;
		width: auto;
		flex: inherit;
	}
	.content .main_tabbars .m ul li a {
		padding: 0 .4rem;
	}
	.main_construct .m .list {
		margin-top: 0;
	}
	.main_history_box .m .box .item:nth-child(even) .info::after {
		right: auto;
		left: -.55rem;
		border-left-color: rgba(0, 0, 0, 0);
		border-right-color: #F1EFEF;
	}
	.main_history_box .m .box .item:nth-child(even).on .info::after {
		border-left-color: rgba(0, 0, 0, 0);
		border-right-color: #E5E2E2;
	}
	.main_abouts .joins {
		padding: .8rem .3rem;
	}
	.main_abouts .joins .m .box {
		display: block;
		width: 100%;
	}
	.main_abouts .joins .m .box .left {
		width: 100%;
	}
	.main_abouts .joins .m .box .font {
		width: 100%;
		margin-top: .3rem;
	}
	.main_abouts .joins .m .box .font span {
		font-size: .26rem;
	}
	.main_abouts .bgdes .m {
		height: 100%;
		overflow: hidden;
	}
	.main_abouts .bgdes .m div span {
		font-size: .26rem;
	}
	.main_abouts .bgdes .m {
		padding: 0 .3rem;
	}
	.main_abouts .bgdes .m p {
		width: 100%;
		font-size: .36rem;
		margin-top: .6rem;
	}
	.main_abouts .listb {
		padding: .8rem .3rem;
	}
	.main_abouts .listb .m .head p {
		font-size: .36rem;
	}
	.main_abouts .listb .m .head span {
		font-size: .26rem;
	}
	.main_abouts .listb .m ul li a {
		display: block;
		width: 100%;
	}
	.main_abouts .listb .m ul li a .pic {
		width: 100%;
	}
	.main_abouts .listb .m ul li a .grow {
		padding: .3rem;
	}
	.main_abouts .listb .m ul li a .grow p {
		font-size: .36rem;
	}
	.main_abouts .listb .m ul li a .grow span {
		font-size: .24rem;
	}
	.main_abouts .bgdes {
		overflow: hidden;
	}
	.main_abouts .bgdes .m div {
		width: 100%;
	}
	.main_abouts .joins .m .box .left ul li p span {
		font-size: .4rem;
	}
	.main_abouts .joins .m .box .left ul li em {
		font-size: .26rem;
	}
}

.history_box .mid {
	width: 7rem;
	height: 7rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*# sourceMappingURL=css.css.map */