﻿@charset "utf-8";
a:hover {
    color: #005bff;
}
.section {
	width: 86%;
	margin:0 auto;
}
i.y {
	display: inline-block;
	transform: translateY(-1px);
}
.btn {
	display: table;
	border: #005bff 1px solid;
	color: #fff;
	background: #005bff;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	padding: 0 35px;
	margin: 25px 0 0 0;
 transition: all .3s;
	cursor:pointer;
	box-shadow:2px 2px 10px rgba(0, 47, 167, .2);
	user-select: none;
}
.btn:hover {
	color:rgba(255, 255, 255, 0.9);
	box-shadow:2px 2px 10px rgba(0, 47, 167, .4);
}
.btn i {
	font-size: 15px;
}
.btn:not(.l) i {
 font-size: 14px;
}
.btn.l i {
	margin: 0 7px 0 0;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
}
.header > div {
    position: relative;
    height: 72px;
	justify-content: flex-start;
}
.header img {
    height: 36px;
}
.header > div > i {
    display: none;
}
.header .nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header .nav > li {
	position: relative;
}
.header .nav > li a {
	padding: 28px 15px;
    white-space: nowrap;
	font-size: 15px;
	margin:0 7px;
	color:#333;
}
.header .nav > li > a:hover {
	color: #005bff;
}
.header .nav > li p {
	position: absolute;
    left: 0;
    top: 47px;
    background: #002fa7;
    opacity: 0;
	pointer-events: none;
	padding: 10px 15px 20px 15px;
}
.header .nav > li:hover p {
    opacity: 1;
	pointer-events: auto;
}
.header .nav > li p a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}
.header .nav > li p a:hover {
    color: #fff;
	opacity: .7;
}
.header .tool {
	font-size:12px;
	line-height:1;
	opacity: .7;
    padding: 0 0 0 40px;
}
.header .tool i {
	margin: 0 5px 0 0;
	font-size: 20px;
    transform: translateY(1px);
}
.header .tool i:first-child {
	margin: 0 10px 0 0;
    transition: all .3s;
    cursor: pointer;
}
.header .tool i:first-child:hover {
	color: #005bff;
	transform: translateY(2px) rotate(-45deg);
}
.cover {
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.so {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 98;
	pointer-events: none;
	width: 100%;
	height: calc(100% - 72px);
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transform: scale(.7);
 transition: all .6s;
	backdrop-filter: blur(5px);
}
.so.v {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
.so > div {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:2;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 900px;
	padding: 0 0 20vh 0;
}
.so span {
	display:block;
	color:#fff;
	text-align:center;
	font-size:32px;
	padding:0 0 7vh 0;
}
.so p {
	display: flex;
	align-items: center;
}
.so input {
	border: 0;
	width: 100%;
	box-shadow: none;
	font-size: 18px;
	caret-color: #b0bec5;
	background: #fff;
	border-radius: 1px;
	line-height: 54px;
	padding: 0 15px;
}
.so i {
	color: #fff;
	margin: 0 0 0 8px;
	background: #ff9800;
	padding: 10.5px 12px;
	font-size: 30px;
	border-radius: 1px;
 transition: all .2s;
	cursor:pointer;
}
.so i:hover {
	transform: skewY(10deg);
}
.so i:last-child {
	background: #005bff;
}
.so .hot {
	padding: 10px 20% 0 0;
}
.so .hot a {
	display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 5px 0;
    border-right: #fff 1px solid;
    padding: 0 10px 0 0;
    line-height: 1;
}
.so .hot a:hover {
    color: #005bff;
}
.so .hot a:last-child {
	margin:0;
	border:0;
}
.swiper {
	margin: 72px 0 0 0;
}
.swiper .con {
	position: relative;
	width: 100%;
	height: 62.4vh;
	background: #607d8b url(../img/b01.jpg) no-repeat center / cover;
}
.swiper .con p {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    max-width: 840px;
    color: #fff;
    text-align: center;
}
.swiper .con p span b {
	font-size: 38px;
    font-weight: normal;
    line-height: 44px;
}
.swiper .con p span font {
	display: block;
    padding: 25px 0 0 0;
}
.hp1 {
    padding: 140px 0;
    background: #607d8b url(../img/area.jpg) no-repeat center / cover;
}
.hp1 p font {
    display: block;
    font-size: 30px;
    margin: 0 0 30px 0;
}
.hp1 a {
	margin:40px 0 0 0;
}
.hp2 {
    background: #607d8b url(../img/cb01.jpg) no-repeat center / cover;
}
.hp2 .text {
	padding:110px 0 120px 7vw;
	color:#fff;
}
.hp2 .text > font {
	font-size: 30px;
}
.hp2 .text ul {
	display:flex;
}
.hp2 .text li {
	width: 20%;
    padding: 0 5% 0 0;
}
.hp2 .text li span {
	display: flex;
    align-items: center;
    font-size: 46px;
    padding: 40px 0 15px 0;
    border-bottom: #ccc 1px solid;
	letter-spacing:-2px;
}
.hp2 .text li span em {
    font-size: 36px;
	letter-spacing: normal;
	margin: 0 0 0 5px;
}
.hp2 .text li font {
	display: block;
    padding: 20px 0;
    font-size: 17px;
    font-weight: bold;
	letter-spacing:1px;
}
.hp2 .text li p {
	font-size: 15px;
	opacity: .87;
}
.hp2 .ui-carousel, .hp2 .ui-carousel *:not(ul):not(li) {
	height: 100%;
}
.hp2 .p {
	background: no-repeat center / cover;
}
.news {
    padding: 70px 0;
}
.news > p span {
    font-size: 30px;
}
.news > p a, .swiper.pl .con p a {
	margin: 0;
    background: none;
    border: #333 2px solid;
    line-height: 36px;
    border-radius: 20px;
    color: #333!important;
    box-shadow: none;
    padding: 0 50px;
	font-size:14px;
}
.news .ui-row {
	display: grid;
    padding: 30px 0 0 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
}
.news .ui-row > div p {
	position: relative;
    overflow: hidden;
}
.news .ui-row > div p:after {
    content: "";
    display: block;
    padding: 0 0 74% 0;
}
.news .ui-row > div p img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .4s;
}
.news .ui-row > div:hover p img {
    transform: scale(1.17);
}
.news .ui-row > div > a {
	display: block;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}
.blk {
    background: #607d8b url(../img/b04.jpg) no-repeat center / cover;
	padding:110px 0;
	text-align:center;
	color:#fff;
}
.blk > p {
    width: 70%;
}
.blk > p span {
    display: block;
    font-size: 30px;
    padding: 0 0 25px 0;
}
.blk > p font {
    line-height: 25px;
    opacity: .97;
}
.blk ul {
    width: fit-content;
    margin: 40px auto 0 auto;
}
.blk ul li {
    position: relative;
    width: 190px;
    height: 190px;
    border: rgba(255, 255, 255, .4) 2px solid;
    border-radius: 50%;
    margin: 0 15px;
	transition: all .4s;
}
.blk ul li:hover {
    background: rgba(0, 140, 105, .4);
    border-color: rgba(0, 140, 105, .4);
}
.blk ul li span {
    display: block;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.blk ul li font {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0 0 0;
    height: 0;
	opacity: 0;
	transform: scale(0);
    overflow: hidden;
	transition: all .4s;
}
.blk ul li:hover font {
    height: 44px;
	opacity: 1;
	transform: scale(1);
}
.bar {
    padding: 50px 0;
    background: linear-gradient(90deg, #0ec692, #045aff);
    text-align: center;
    color: #fff;
}
.bar span {
	display: block;
    font-size: 20px;
    padding: 0 0 5px 0;
}
.bar font {
    font-size: 24px;
}
.pro .ui-row > div p img {
    object-fit: contain;
	transform: scale(.9);
}
.pro .ui-row > div:hover p img {
    transform: scale(1);
}
.pro .ui-row > div a {
    text-align: center;
}
.us {
	position:relative;
    background: #607d8b url(../img/b03.jpg) no-repeat center / cover;
	min-height: calc(100vh - 72px);
}
.us .text {
    padding: 110px 0;
    max-width: 82%;
    margin: 0 auto;
    text-align: center;
}
.us .text.v0810 {
	position:relative;
	z-index:2;
    padding: 17vh 0 70px 0;
}
.us .text > font {
    font-size: 36px;
}
.us .text > font u {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0 40px 0;
    opacity: .47;
    letter-spacing: 1px;
}
.us .text > p {
	line-height: 25px;
    max-width: 1040px;
    margin: 0 auto;
	padding: 0 0 50px 0;
	opacity: .9;
	text-align: justify;
}
.us .text ul {
    justify-content: center;
    text-align: left;
}
.us .text li {
    width: 25%;
    padding: 0 4%;
}
.us.t {
    background: none;
    min-height: auto;
}
.us.t .text {
    padding: 70px 0 40px 0;
    color: initial;
}
.us.t .text > font {
    display: block;
    font-size: 30px;
    padding: 0 0 30px 0;
}
.us.t .text > p {
    max-width: 1200px;
}
.adv {
	background: #586079;
    padding: 70px 0;
    color: #fff;
    text-align: center;
}
.adv > p {
	font-size:30px;
	padding:0 0 40px 0;
}
.adv .ui-row {
    max-width: 1000px;
}
.adv .ui-row > div {
    padding: 0 2%;
}
.adv .ui-row > div i {
    font-size: 74px;
    -webkit-text-stroke: #586079 2px;
    text-stroke: #586079 2px;
}
.adv span {
    display: block;
    font-size: 22px;
    padding: 10px 0 0 0;
}
.adv font {
    font-size: 14px;
    opacity: .87;
}
.news.x2 {
	width: 80%;
}
.news.x2 .ui-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}
.news.x2 .ui-row > div span {
    display: block;
    font-size: 30px;
    padding: 0 10px 20px 10px;
}
.news.x2 .ui-row > div p:after {
    padding: 0 0 47% 0;
}
.news.x2 .ui-row > div > a {
    font-size: 22px;
    font-weight: normal;
    border-bottom: #eee 2px solid;
    padding: 55px 10px;
	transition: all .4s;
}
.news.x2 .ui-row > div:hover > a {
	border-color: #005bff;
}
.news.x2 .ui-row > div > a i {
    float: right;
}
.banner .con {
    height: 420px;
}
.banner .con p {
    width: 70%;
    max-width: 1000px;
    text-align: left;
}
.bread {
    position: absolute;
    left: 0;
    bottom: 25px;
	z-index:2;
	width: 100%;
    color: #fff;
    font-size: 14px;
	line-height: 1;
}
.bread > div {
    padding: 0 10px;
	opacity: .7;
}
.bread i {
	display: inline-block;
    transform: translateY(-1px);
    font-size: 13px;
}
.bread a {
    padding: 0 10px;
    color: #fff;
}
.news.l {
    padding: 50px 0;
    max-width: 1200px;
}
.news.l .ui-row {
    grid-template-columns: repeat(2, 1fr);
}
.news.l .ui-row > div {
    min-width: 0;
}
.news.l .ui-row > div > a {
    position: relative;
    z-index: 2;
    background: #005bff;
    color: #fff;
	padding: 15px 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news.l .ui-row > div p:after {
    padding: 0 0 50% 0;
}
.news.l .cover {
    pointer-events: none;
}
.news.n {
    padding: 20px 0 70px 0;
    max-width: 1200px;
}
.news.n ul {
	padding: 30px 0 0 0;
}
.news.n > ul a {
    display: block;
    padding: 20px 0;
    border-top: #eee 1px solid;
    letter-spacing: 1px;
}
.news.n > ul a font {
    display: block;
    font-size: 14px;
    padding: 10px 0 0 0;
    letter-spacing: normal;
    opacity: .47;
}
.news.n + div {
    padding: 0 0 70px 0;
    max-width: 1380px;
}
.article {
    padding: 70px 0 50px 0;
    max-width: 1200px;
}
.article .tit {
    padding: 0 10%;
    text-align: center;
}
.article .tit span {
    font-size: 34px;
}
.article .tit font {
    display: block;
    font-size: 24px;
    padding: 10px 0 40px 0;
}
.article .content {
    line-height: 27px;
    text-align: justify;
}
.article + .link {
    padding: 0 0 70px 0;
    max-width: 1200px;
	align-items: normal;
	justify-content: center;
}
.article + .link a {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #b0bec5;
    width: 44%;
    padding: 30px 25px;
    background: rgba(0, 47, 167, .05);
    transition: all .4s;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article + .link a:hover, .article + .link a:first-child {
    color: #fff;
    background: #005bff;
}
.article + .link a:first-child {
    width: 140px;
}
.article + .link a:first-child i {
    margin: 0 7px 0 0;
}
.news.ser {
    max-width: 1200px;
}
.news.ser > p font {
    display: block;
    padding: 30px 0 40px 0;
    border-bottom: #ddd 1px solid;
    text-align: justify;
    font-size: 15px;
    opacity: .87;
    letter-spacing: 1px;
}
.news.ser .ui-row {
    padding: 40px 0 0 0;
	grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.news.ser .ui-row > div p:after {
    padding: 0 0 67% 0;
}
.news.ser .ui-row > div > a, .news.ser .ui-row > div > font {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #fff 20%, transparent);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news.ser .ui-row > div > a {
    bottom: 36px;
	padding-bottom:5px;
	font-size:22px;
	font-weight:normal;
	color:#000;
}
.news.ser .ui-row > div:hover > a {
	color: #fff;
    z-index: 3;
    background: none;
}
.news.ser .ui-row > div > font {
    bottom: 0;
    display: block;
    padding: 0 20px 20px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
}
.news.ser .ui-row > div:hover > font {
	white-space: normal;
    font-size: 15px;
    padding: 40px 20px 20px 20px;
    background: rgba(0, 91, 255, .4);
    color: #fff;
    height: 100%;
}
.news.ser .ui-page ul {
    margin: 50px 0 0 0;
}
.blk.ser ul li {
    width: 190px;
    height: 100px;
    border-radius: 20px;
	background: rgba(0, 140, 105, .4);
	margin:0 10px;
}
.blk.ser ul li:hover {
    border-color: rgba(255, 255, 255, .4);
}
.blk.ser ul li font {
    height: 25px;
    opacity: 1;
    transform: scale(1);
    overflow: hidden;
}
.news.x2.t {
    width: 70%;
}
.news.x2.t .ui-row > div:last-child {
    align-self: center;
    padding: 0 0 0 70px;
    line-height: 25px;
	text-align:justify;
}
.article.ser .tit {
    padding: 0 0 30px 0;
    text-align: left;
}
.article.ser .tit span {
    text-transform: uppercase;
    font-size: 30px;
    opacity: .27;
}
.article.ser + .link a, .article.dtl + .link a {
    padding: 15px 0;
}
.swiper.pl .cover {
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .9));
}
.swiper.pl .con {
    height: 300px;
}
.swiper.pl.h .con {
    height: 340px;
}
.swiper.pl .con p {
    color: #000;
	transform: translate(-50%, -70%);
}
.swiper.pl .con p a {
	margin: 0 auto;
    transform: translateY(25px);
	display:none;
}
.swiper.pl.h .con p a {
	display:table;
}
.swiper.pl .con p a:hover {
	box-shadow: 2px 2px 10px rgba(0, 47, 167, .4);
}
.product {
    padding: 0 0 70px 0;
}
.product .l > div {
    display: flex;
	align-items: center;
    background: #f2f5fa;
    padding: 20px;
    margin: 0 0 15px 0;
}
.product .l > div img {
    width: 50%;
	margin:0 40px 0 0;
}
.product .l > div p em {
    display: block;
    font-size: 22px;
    padding: 0 0 15px 0;
    color: #005bff;
}
.product .l > div p font a {
    display: block;
    font-size: 14px;
    padding: 3px 0;
	letter-spacing:1px;
}
.product .r .pro {
    padding: 0 20px 0 100px;
}
.product .r .pro .ui-row {
    padding: 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 10px;
}
.product .r .pro .ui-row > div a {
	font-size:15px;
}
.product .r .ui-page ul {
    padding: 50px 0 0 0;
}
.product + div {
	position: relative;
    background: #607d8b url(../img/area.jpg) no-repeat center / cover;
}
.product + div .news.x2 {
	position:relative;
	z-index:2;
    max-width: 1000px;
}
.product + div .news.x2 > p {
    padding: 0 20px 0 10px;
}
.product + div .news.x2 > p font {
    display: block;
    padding: 13px 0 7px 0;
}
.product + div .cover {
	background: linear-gradient(to left, rgba(247, 247, 247, .94) 30%, transparent);
}
.news.dtl .ui-row > div span em {
    font-size: 15px;
    padding: 0 0 0 15px;
}
.news.dtl .ui-row > div p img {
    object-fit: contain;
}
.news.dtl .ui-row > div > a {
    padding: 20px 10px;
}
.news.dtl .ui-row > div:last-child font em {
    font-size: 30px;
}
.blk.dtl {
    position: relative;
	background-color: #fff;
}
.blk.dtl *:not(.cover) {
    position: relative;
    z-index: 2;
}
.blk.dtl .cover {
    backdrop-filter: blur(20px);
    background: rgba(21, 23, 30, .4);
}
.article.dtl .tit font {
    font-size: 20px;
    text-transform: uppercase;
    opacity: .27;
}
.adv.c {
    background: none;
    color: #000;
}
.adv.c .ui-row > div i {
	font-size: 54px;
    -webkit-text-stroke: #fff 1px;
    text-stroke: #fff 1px;
	color: #005bff;
}
.adv.c span {
    font-size: 24px;
}
.adv.c font {
    display: block;
    font-size: 15px;
    padding: 10px 0 0 0;
    line-height: 1;
}
.adv.c img {
    display: block;
    margin: 0 auto;
    width: 140px;
}
.editor-upimg {
    display: block;
    max-width: 100%;
    margin: 25px auto;
}
.editor-paragraphtit {
    display: block;
    font-size: 24px;
    color: #005bff;
    padding: 30px 0 16px 0;
}
.ui-bar {
    bottom: 34vh;
	right: 5px;
}
.footer {
	background: #2a2a2a;
	padding: 70px 0;
	font-size:14px;
	box-shadow:0 -10px 20px 0 rgba(72, 72, 72, .05);
}
.footer > div > .flex {
    align-items: flex-start;
}
.footer span {
	display: block;
    font-size: 16px;
    padding: 0 0 20px 0;
    color: #fff;
}
.footer p {
	display: block;
	padding: 7px 0;
}
.footer a {
    display: block;
    padding: 5px 0;
    color: #fff;
    opacity: .7;
	width: fit-content;
}
.footer a:hover {
    color: #005bff;
	opacity: 1;
}
.footer .qr img {
	display: block;
	margin: 0 auto;
	width: 120px;
}
.footer .qr p {
	text-align: center;
    padding: 15px 0 0 0;
    font-size: 18px;
    color: #fff;
}
.footer .qr p i {
    opacity: .7;
    margin: 0 10px 0 0;
}
.copyright {
	display: flex;
	align-items: center;
	font-size: 12.5px;
	padding: 23px 0;
    background: #1a1a1a;
    color: rgba(255, 255, 255, .57);
}
.copyright > div {
	justify-content: flex-start;
}
.copyright a {
	color: rgba(255, 255, 255, .57);
}
.copyright img {
	height: 16px;
    margin: 0 5px 0 0;
}
.copyright > div:first-child img {
    height: 14px;
	margin-top:-1px;
}
.copyright span {
	margin: 0 0 0 8px;
	transform: scale(.9);
	border: 0;
	padding: 0;
	pointer-events: none;
}
.copyright .ui-btn-lt i {
	transform: scale(1.2) translateY(1px);
}
.copyright span:not(:last-child) {
	background: none;
	color: rgba(255, 255, 255, .57);
}
.copyright span:last-child {
	padding: 0 6px;
	margin: 0;
	border-radius: 9px;
	pointer-events: auto;
	background: none;
    color: rgba(255, 255, 255, .87);
    border: rgba(255, 255, 255, .87) 1px solid;
    line-height: 16px;
}
@media (max-height: 750px){
.us .text.v0810 {
    padding: 10vh 0 70px 0;
}
}
@media (max-width: 1500px){
.ui-bar {
    transform: scale(.9);
    transform-origin: right;
}
}
@media (max-width: 1200px){
.header .nav > li a {
    padding: 28px 5px;
}
.product .l > div img {
    display: none;
}
.product .r .pro .ui-row, .news.ser .ui-row {
    grid-template-columns: repeat(2, 1fr);
}
.hp1.v0814 {
    background-position-x: 80%;
}
}
@media (max-width: 1000px){
.header > div {
    justify-content: space-between;
}
.header .nav {
    position: fixed;
    right: 0;
    top: 72px;
    transform: none;
    width: 100%;
    background: #fff;
    justify-content: center;
    padding: 10px 0 20px 0;
}
.header .nav > li p {
    top: 40px;
}
.hp1 .ui-row > div:first-child {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.hp2 .text li {
    width: 30%;
}
.hp2 .text li:last-child {
	display:none;
}
.news .ui-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
}
.blk ul li {
    background: rgba(0, 140, 105, .4);
    border-color: rgba(0, 140, 105, .4);
}
.blk ul li font {
    height: 44px;
    opacity: .87;
    transform: scale(1);
}
.swiper.pl .con p {
    transform: translate(-50%, -50%);
}
.blk.ser ul li {
    width: 140px;
}
.footer .ui-row > div:nth-child(2), .footer .ui-row > div:nth-child(3) {
	display:none;
}
.copyright > div {
    flex-direction: column;
}
.copyright > div > div {
    padding: 2px 0;
}
}
@media (max-width: 700px){
.header img {
    height: 34px;
}
.header .nav {
    display: none;
	flex-wrap: wrap;
}
.header .nav.v {
    display: flex;
	box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
}
.header .nav > li {
    flex: 0 0 100%;
    text-align: center;
}
.header .nav > li a {
    display: block;
	padding: 9px 0;
    font-size: 18px;
    font-weight: bold;
}
.header .nav > li p {
    position: static;
    opacity: 1;
    margin: 10px 0 0 0;
	display: none;
}
.header > div > i {
    display: block;
    position: absolute;
    left: 120px;
}
.ui-bar, .hp1 .ui-row > div:last-child {
	display:none;
}
.swiper .con p {
    width: 70%;
}
.swiper .con p span b {
    font-size: 34px;
    line-height: 36px;
}
.hp1 {
    padding: 70px 15px;
}
.hp1 .ui-row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.hp1 p font {
    font-size: 27px;
}
.hp2 {
    flex-direction: column-reverse;
}
.hp2 > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.hp2 > div:last-child .p {
	height: 240px;
}
.hp2 .text {
    padding: 70px 40px;
}
.hp2 .text > font {
    font-size: 27px;
}
.hp2 .text ul {
    flex-wrap: wrap;
}
.hp2 .text li {
	display:block!important;
    width: 50%;
}
.hp2 .text li:nth-child(even) {
	padding:0;
}
.hp2 .text li span {
    font-size: 38px;
}
.news > p a {
    padding: 0 20px;
}
.news .ui-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
}
.news > p span {
    font-size: 27px;
}
.blk {
    padding: 70px 0;
}
.blk ul li font {
    display: none;
}
.blk ul li {
    width: 100px;
    height: 100px;
    margin: 0 5px;
}
.blk ul li span {
    font-size: 22px;
}
.us.t .text {
    padding: 70px 40px;
}
.us.t .text > font {
    font-size: 27px;
}
.us.t .text > p {
	padding:0;
}
.adv {
    padding: 70px 40px;
}
.adv > p {
    font-size: 27px;
}
.adv .ui-row {
	width:100%;
}
.adv .ui-row > div {
    padding: 0 1%;
}
.adv .ui-row > div i {
    font-size: 54px;
}
.news.x2 {
    width: 90%;
    padding: 30px 0;
}
.news.x2 .ui-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
.news.x2 .ui-row > div span {
    font-size: 27px;
}
.news.x2 .ui-row > div > a {
    font-size: 20px;
    padding: 35px 10px;
}
.news.x2 .ui-row > div:last-child > a {
	border:0;
}
.product {
    flex-direction: column;
}
.product > div {
	flex: 0 0 100%;
    max-width: none;
}
.product .l > div:last-child {
	display:none;
}
.product .r .pro {
    padding: 40px 0 0 0;
}
.news.ser > p {
    padding: 0 20px;
}
.news.ser .ui-row {
    grid-template-columns: repeat(1, 1fr);
}
.blk.ser ul {
    flex-wrap: wrap;
    justify-content: center;
}
.blk.ser ul li {
    margin: 0 10px 20px 10px;
}
.blk.ser ul li font {
    display: block;
    opacity: .87;
}
.news.x2.t {
    width: 86%;
}
.news.x2.t .ui-row > div:last-child {
    padding: 0 0 40px 0;
}
.news.l .ui-row {
    grid-template-columns: repeat(1, 1fr);
}
.article .tit span {
    font-size: 27px;
    line-height: 30px;
}
.article + .link {
    flex-direction: column;
}
.article + .link a {
    flex: 0 0 100%;
    width: auto;
    padding: 15px 20px;
    margin: 1px 0;
    font-size: 17px;
}
.article + .link a:first-child {
	display:none;
}
.adv.c .ui-row > div:first-child {
    flex: 0 0 100%;
	padding:0 0 40px 0;
}
.adv.c .ui-row > div i {
    font-size: 40px;
}
.adv.c .ui-row > div:last-child {
	padding: 70px 0 0 0;
}
.footer {
    padding: 50px 0;
	text-align: center;
}
.footer .ui-row > div {
    display: block!important;
    flex: 0 0 50%;
    padding: 0 0 40px 0;
	max-width: none;
}
.footer span {
    font-size: 18px;
    padding: 0 0 10px 0;
}
.footer a {
    margin: 0 auto;
	font-size:15px;
}
.footer .ui-row > div.qr {
    flex: 0 0 100%;
	padding:0;
}
.footer .qr img {
    width: 130px;
}
.copyright {
    font-size: 12px;
}
.copyright > .flex > div:first-child img, .copyright > .flex > div:first-child a, .copyright > .flex > div:last-child > span:not(:nth-child(3)) {
    display: none;
}
.hp1.v0814 {
    background: #fafafa;
}
}