﻿@charset "utf-8";
a:hover {
    color: #0078b5;
}
.track {
	overflow-x: hidden;
}
.track::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
.track::-webkit-scrollbar-thumb {
 background: #b0bec5;
}
.track::-webkit-scrollbar-track {
 background: #f6f6f6;
}
.track.track-0::-webkit-scrollbar {
 width: 0;
 height: 0;
}
.section {
	width: 90%;
	max-width:1300px;
	margin:0 auto;
}
i.y {
	display: inline-block;
	transform: translateY(-1px);
}
.btn {
	display: table;
    color: #000!important;
    background: #76b900;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 0 35px;
    transition: all .3s;
    cursor: pointer;
    user-select: none;
	border-radius: 23px;
}
.btn:hover {
	background: #91c733;
}
.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, .14);
	background: #fff;
}
.header > div {
    position: relative;
    height: 60px;
	justify-content: flex-start;
}
.header > div > i {
	display:none;
}
.header img {
    height: 34px;
}
.header .nav{
	padding: 0 0 0 25px;
}
.header .nav > li {
	position: relative;
}
.header .nav > li a {
    padding: 21.5px 12px;
    white-space: nowrap;
	color: #666;
	user-select: none;
}
.header .nav > li a:hover {
	color: #000;
}
.header .nav > li a.more i {
	color: #bbb;
    font-size: 14px;
    line-height: 1;
    transform: translateY(1.5px);
    display: block;
    margin: 0 10px;
}
.header .tool {
	font-size:14px;
	line-height:1;
	position: absolute;
    right: 0;
	transform: scale(.9);
}
.header .tool i {
	margin: 0 5px 0 0;
	font-size: 24px;
    opacity: .4;
    transform: translateY(1px);
}
.header .tool i:first-child {
	margin: 0 20px 0 0;
    transition: all .3s;
    cursor: pointer;
	opacity: .7;
}
.header .tool i:first-child:hover {
	opacity: 1;
	color: #faa741;
	transform: translateY(2px) rotate(-45deg);
}
.hnav {
	position: fixed;
    width: 100%;
    left: 0;
    top: -400px;
    z-index: 98;
    background: linear-gradient(to right, #f7f7f7 50%, #eee 50%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .14);
	transition: all .4s;
    opacity: 0;
}
.hnav.v {
	top: 60px;
	opacity: .98;
}
.hnav .l {
	padding: 30px;
	background: #f7f7f7;
}
.hnav .l a {
	display: block;
    font-size: 15px;
    padding: 7px 10px;
    margin: 4px 0;
    border-left: #f7f7f7 3px solid;
	color: #666;
}
.hnav .l a:hover {
	color: #000;
	background: #eee;
}
.hnav .l a:first-child {
    border-color: #76b900;
	font-weight:bold;
	pointer-events: none;
	color: #000;
}
.hnav .r {
    background: #eee;
	padding: 50px 40px;
}
.hnav .r b {
    font-size: 24px;
	padding:0 0 0 20px;
}
.hnav .r ul {
	padding: 10px 0 0 0;
	flex-wrap: wrap;
	align-items: self-start;
}
.hnav .r ul a {
	flex: 0 0 29.3%;
    padding: 10px 20px;
    margin: 10px 4% 10px 0;
}
.hnav .r ul a:hover {
	background: #ddd;
}
.hnav .r ul a b {
    font-size: 15px;
	color: #000;
	padding:0;
}
.hnav .r ul a i {
    color: #76b900;
    font-size: 13.5px;
    margin: 0 0 0 3px;
}
.hnav .r ul a font {
    display: block;
    font-size: 14px;
    padding: 7px 0 0 0;
    line-height: 1;
	color: #666;
}
.cover {
	background: linear-gradient(to top, rgba(5, 32, 73, .35), rgba(5, 32, 73, .15) 50%);
	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% - 60px);
	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 .cover {
	opacity: .2;
}
.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: #0078b5;
}
.so .hot {
	padding: 10px 20% 0 0;
}
.so .hot a {
	display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 15px 5px 0;
    border-right: #fff 1px solid;
    padding: 0 10px 0 0;
    line-height: 1;
}
.so .hot a:hover {
    color: #0078b5;
}
.so .hot a:last-child {
	margin:0;
	border:0;
}
.swiper {
	margin: 60px 0 0 0;
}
.swiper .con {
	position: relative;
	width: 100%;
	height: calc(100vh - 60px);
	max-height:750px;
	background: #607d8b url(../img/b01.jpg) no-repeat center / cover;
}
.swiper .con p {
	position: absolute;
    left: 50%;
    top: 110px;
    transform: translateX(-50%);
    z-index: 2;
}
.swiper .con p span {
	display: block;
    width: 540px;
}
.swiper .con p span u {
    display: block;
	font-size: 24px;
    font-weight: bold;
    text-decoration: none;
	padding: 0 0 10px 0;
}
.swiper .con p span b {
	font-size: 48px;
    line-height: 56px;
}
.swiper .con p span font {
	display: block;
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0 40px 0;
}
.swiper .con p span a {
	margin:0;
}
.swiper .ui-carousel-page {
    width: 100%;
    left: 0;
    transform: none;
	bottom: 30px;
	transition: all .4s;
}
.swiper .ui-carousel-page > div {
	display: flex;
    justify-content: space-between;
}
.swiper .ui-carousel-page li {
	flex: 0 0 24%;
    background: none;
    border: 0;
    text-align: left;
    margin: 0;
    height: auto;
    padding: 20px 0 0 0;
}
.swiper .ui-carousel-page li b {
	font-size: 13.5px;
}
.swiper .ui-carousel-page li p {
	font-size: 14.5px;
    line-height: 21px;
    padding: 15px 0 0 0;
    opacity: .7;
}
.swiper .ui-carousel-page li:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, .2);
	transition: all 3s ease-out;
}
.swiper .ui-carousel-page li.active:before {
    background: #76b900!important;
}
.swiper .ui-carousel-page.w {
    color: #fff;
}
.swiper .ui-carousel-page.w li:before {
    background: rgba(255, 255, 255, .2);
}
.reco {
	background:#1a1a1a;
	padding:60px 0;
}
.reco > div {
	color:#fff;
	padding:0 0 40px 0;
}
.reco > div b {
	font-size: 36px;
	line-height:1;
}
.reco > div i {
	background: #76b900;
    color: #000;
    margin: 0 7px;
    font-size: 18px;
    padding: 8px 6px;
	transition: all .4s;
	cursor:pointer;
	border-radius: 4px;
}
.reco > div i:hover {
	background: #91c733;
}
.reco ul > div {
	width: 150%;
    display: flex;
    overflow-x: auto;
}
.reco ul > div:last-child:after {
	content:'';
	flex: 0 0 30px;
}
.reco li {
	background: #fff;
    margin: 0 30px 0 0;
    flex: 0 0 300px;
	border-radius: 12px;
	cursor:pointer;
	overflow:hidden;
}
.reco li p {
	background: #607d8b no-repeat center / cover;
	height:170px;
}
.reco li b {
	display: block;
    font-size: 12px;
    padding: 15px 20px;
}
.reco li font {
	display: block;
    padding: 10px 0 15px 0;
    font-size: 16px;
}
.us {
	background: #607d8b url(../img/x02.jpg) no-repeat center / cover;
}
.us .ui-row {
	align-items: center;
}
.us .ui-row > div:last-child {
    padding: 52px 0 52px 40px;
}
.us b {
	font-size: 36px;
}
.us p {
	font-size: 22px;
    padding: 15px 0;
    line-height: 36px;
}
.news {
    background: none;
}
.news > div {
    color: inherit;
	align-items: center;
}
.news .intro {
    font-size: 22px;
    padding: 0 70px 0 0;
    text-align: justify;
    line-height: 36px;
}
.news .intro a, .ser + div li a, .company-intro .text a {
    margin: 40px 0 0 0;
    background: none!important;
	padding:0;
}
.news .intro a i, .ser + div li a i, .company-intro .text a i {
    color: #76b900;
    background: none;
    padding: 0;
}
.news .intro a:hover, .ser + div li a:hover, .company-intro .text a:hover {
    color: #76b900!important;
}
.news ul > div {
    padding: 15px;
}
.news li {
    flex: 0 0 410px;
    box-shadow: 0 0 5px 0 rgba(0 ,0 ,0, .3);
    transition: all .8s
}
.news li:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
}
.news li p {
    height: 230px;
}
.news li b {
    font-size: 15px;
    padding: 30px 20px;
}
.news li font {
    padding: 30px 0;
    font-size: 20px;
}
.news li u {
	text-decoration: none;
    font-weight: normal;
    line-height: 21px;
}
.pro li p {
    position: relative;
    background: #fff;
}
.pro li p img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.footer {
	position:relative;
	background: #151b1e;
    padding: 70px 0;
}
.footer > i {
	position: absolute;
    right: 40px;
    top: 50%;
    color: #fff;
    cursor: pointer;
    border: #aaa 1px solid;
    padding: 10px 11px;
    border-radius: 50%;
    font-size: 24px;
    opacity: .7;
    transition: all .6s;
	background: rgba(255, 255, 255, .2);
}
.footer > i:hover {
    opacity: 1;
}
.footer .ui-row > div:nth-child(2) {
	margin: 0 30px;
}
.footer .ui-row > div b {
	display: block;
    border-bottom: 1px solid #747474;
    color: #fff;
    font-size: 24px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.footer .ui-row > div a {
	display: block;
    color: #76b900;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 15.5px;
}
.footer .ui-row > div a:hover {
	opacity: .9;
}
.footer .qr {
    justify-content: flex-start;
	align-items: flex-start;
	padding: 9px 0 0 0;
}
.footer .qr div:first-child {
    padding: 0 50px 0 0;
}
.footer .qr img {
    width: 117px;
}
.footer .qr p {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #fff;
    opacity: .5;
}
.footer .qr a {
    font-size: 16.5px!important;
    font-weight: bold;
    color: rgba(255, 255, 255, .84)!important;
}
.footer .qr a:hover {
    opacity: 1!important;
}
.footer .qr i {
    color: #76b900;
    margin: 0 5px 0 0;
}
.copyright {
    justify-content: flex-start;
    font-size: 12px;
    padding: 25px 0;
    color: #78909c;
}
.copyright > div {
	padding: 0 20px 0 0;
}
.copyright a {
	color: #78909c;
}
.copyright img {
	height: 16px;
    margin: 0 5px 0 0;
}
.copyright > div:first-child img {
    height: 14px;
}
.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: #78909c;
}
.copyright span:last-child {
	padding: 0 6px;
	margin: 0;
	border-radius: 9px;
	pointer-events: auto;
}
.banner .con {
    height: 480px;
}
.bread {
    position: absolute;
    left: 0;
    bottom: 20px;
	width: 100%;
    color: #fff;
    font-size: 14px;
	line-height: 1;
}
.bread i {
	display: inline-block;
    transform: translateY(-1px);
    font-size: 13px;
}
.bread a {
    padding: 0 10px;
    color: #fff;
}
.company {
    padding: 70px 0 90px 0;
    text-align: center;
}
.company > b, .logos > b {
    display: block;
    font-size: 36px;
    padding: 0 0 40px 0;
}
.company .ui-row > div {
    padding: 0 25px;
}
.company .ui-row b {
    font-size: 24px;
}
.company .ui-row b font {
    display: block;
    font-size: 54px;
    padding: 0 0 25px 0;
    font-family: Verdana;
    letter-spacing: -4px;
	line-height:1;
}
.company .ui-row p {
    font-size: 15.5px;
    padding: 25px 0 0 0;
    opacity: .87;
}
.company-intro {
    background: #f7f7f7;
}
.company-intro > div {
    justify-content: space-between;
}
.company-intro .text {
    padding: 90px 0;
}
.company-intro .text > b {
    font-size: 36px;
}
.company-intro p {
    font-size: 15.5px;
    line-height: 27px;
    padding: 25px 0 0 0;
    color: rgba(0, 0, 0, .87);
	text-align:justify;
}
.company-intro .cul {
    position: relative;
    z-index: 2;
    padding: 100px 70px;
	transform: scale(.94);
}
.company-intro .cul > b {
    font-size: 36px;
	line-height:1;
}
.company-intro .p {
	background: #607d8b url(../img/b09.jpg) no-repeat center / cover;
	border-radius: 20px;
    overflow: hidden;
    transform: scale(1.07);
    transform-origin: right;
}
.company-intro .p .cover {
    background: linear-gradient(to top, #f5faed, rgba(118, 185, 0, .9) 70%);
}
.company-intro .p p {
	color: rgba(0, 0, 0, .87);
	padding:25px 0 0 0;
	line-height: 21px;
}
.company-intro .p p b {
    display: block;
    font-size: 18px;
    padding: 10px 0 5px 0;
	color: #000;
}
.line {
	width: 70px;
	height: 3px;
	margin: 35px 0;
	background: #76b900;
}
.logos {
    text-align: center;
	padding: 90px 0;
}
.logos img {
    max-width: 84%;
}
.company-more, .pro-nav {
	background:#f7f7f7;
}
.company-more li, .pro.l li {
	cursor:default;
}
.company-more li:hover, .ser:not(.news-list) + div li:hover, .pro.l li:hover {
	box-shadow: 0 0 5px 0 rgba(0 ,0 ,0, .3);
}
.pro-nav .company {
    width: 80%;
    max-width: 1000px;
}
.pro-nav .flex {
    flex-wrap: wrap;
    justify-content: center;
}
.pro-nav .flex a {
    border: #76b900 2px solid;
    padding: 13px 25px;
    line-height: 1;
    font-weight: bold;
    font-size: 17px;
    border-radius: 12px 12px 0 12px;
	margin: 5px 10px;
}
.pro-nav .flex a.on, .pro-nav .flex a:hover {
    border: #76b900 2px solid;
	background:#76b900;
	color:#fff;
}
.pro.l {
    padding-bottom: 10px;
}
.pro.l + div {
    padding: 0 0 70px 0;
}
.ser {
    padding-bottom: 0;
}
.ser > b {
    padding: 0 0 10px 0;
}
.ser > b font {
    display: block;
    font-size: 17px;
    padding: 20px 15%;
    font-weight: normal;
}
.ser + div {
    padding-top: 0;
}
.ser + div > div {
    width: calc(90% + 30px);
    max-width: 1330px;
}
.ser + div ul > div {
    width: 100%;
	justify-content: space-between;
}
.ser + div li {
    flex: 0 0 31%;
	margin:0;
	cursor: default;
}
.ser + div ul > div:last-child:after {
	display:none;
}
.ser:not(.news-list) + div li b {
    padding: 20px 20px 35px 20px;
}
.ser:not(.news-list) + div li font {
    text-align: center;
}
.ser + div li a {
    line-height: 1;
}
.support {
    position: relative;
    background: #607d8b url(../img/map.jpg) no-repeat center / cover;
}
.support .cover {
    background: linear-gradient(to right, rgba(255, 255, 255, .4), #f7f7f7 , #f7f7f7, rgba(255, 255, 255, .4));
}
.support .section {
	position: relative;
    z-index: 2;
    padding: 60px 0 40px 0;
}
.support p {
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
}
.support p img {
	width: 100%;
    max-width: 100%;
}
.contact .ui-row b font i {
    font-size: 54px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    font-weight: normal;
}
.contact .ui-row p {
    padding: 5px 0;
}
.contact .ui-row p:nth-child(2) {
	padding-top: 30px;
}
.news-list {
    padding: 40px 0;
}
.news-list + div {
    padding: 40px 0 0 0;
}
.news-list + div > div {
    padding: 0;
}
.news-list + div ul > div {
    flex-wrap: wrap;
}
.news-list + div li {
	cursor:pointer;
	margin: 0 0 45px 0;
}
.news-list + div + div {
    padding: 0 0 70px 0;
}
.article {
    max-width: 1100px;
	padding: 0 0 70px 0;
}
.article .title {
	padding: 70px 0 40px 0;
    text-align: center;
}
.article .title b {
    font-size: 36px;
}
.article .title b font {
	display:block;
    font-size: 17px;
    padding: 20px 0;
    font-weight: normal;
}
.article .title .line {
    margin: 0 auto;
}
.article .content {
    text-align: justify;
    line-height: 27px;
}
.article .link {
    padding: 60px 0 0 0;
	text-align: center;
}
.article .link a {
    display: inline-block;
    text-align: center;
    margin: 10px .1%;
    padding: 10px 25px;
    background: #76b900;
    font-size: 17px;
	font-weight: bold;
	line-height:1;
    width: 49.8%;
	transition: all .4s;
}
.article .link a:hover {
    background: #91c733;
    color: initial;
}
.editor-upimg {
    display: block;
    max-width: 100%;
    margin: 25px auto;
}
.editor-paragraphtit {
    display: block;
    font-size: 19px;
    color: #76b900;
    font-weight: bold;
    padding: 30px 0 16px 0;
}
.ser.s0529 + div li {
    flex: 0 0 24%;
}
.ser.s0529.ad + div li {
    flex: 0 0 48%;
}
.news.p0529 {
    padding: 70px 0 40px 0;
}
@media (max-height: 750px) {
.swiper .con p {
    top: 70px;
}
}
@media (max-width: 1400px) {
.us img {
    height: 110px;
}
}
@media (max-width: 1100px) {
.copyright {
    flex-direction: column;
}
.ser.s0529 + div ul > div {
    flex-wrap: wrap;
}
.ser.s0529 + div li {
    flex: 0 0 49%;
    margin-bottom: 17px;
}
}
@media (max-width: 1000px) {
.header .tool {
	display:none;
}
.hnav .l {
    padding: 30px 20px;
}
.hnav .r ul a {
    flex: 0 0 46%;
}
.support p {
    width: 100%;
}
}
@media (max-width: 700px) {
.header {
    background: rgba(255, 255, 255, .77);
    backdrop-filter: blur(40px);
}
.header img {
    height: 30px;
}
.header .nav {
    padding: 0 0 0 10px;
}
.header .nav > li a.more i {
    font-size: 18px;
	color: #999;
}
.header .tool {
	display:block;
	right: 4%;
}
.header .tool i:first-child {
    margin: 0 10px 0 0;
}
.so .hot a {
    margin-right: 10px;
}
.header .nav > li:not(:last-child) {
	display:none;
}
.hnav .l {
    padding: 30px 10px 30px 0;
}
.hnav .r {
    padding: 35px 20px;
}
.hnav .r ul a {
    flex: 0 0 100%;
	margin: 10px 0;
}
.swiper .con p {
    width: 80%;
}
.swiper .con p span {
    width: 100%;
}
.swiper .con p span b {
    font-size: 40px;
    line-height: 46px;
}
.swiper .con p span font {
    font-size: 20px;
    line-height: 25px;
}
.swiper .con p span font br {
	display:none;
}
.reco:not(.news) {
    padding: 25px 0;
}
.reco:not(.news) > .flex b + font {
	transform: scale(.9);
}
.reco:not(.news) li {
    margin: 0 15px 0 0;
}
.reco ul > div {
    width: 100%;
}
.reco li {
    flex: 0 0 240px;
    border-radius: 6px;
}
.news {
    padding-bottom: 40px;
}
.reco  > .flex b {
    font-size: 32px;
}
.news > .flex b + font {
	display:none;
}
.news .intro {
    font-size: 20px;
    line-height: 28px;
    padding: 0 10%;
}
.news > div {
    flex-direction: column;
}
.news .ui-row > div {
    flex: 0 0 100%;
    max-width: 100%;
}
.news ul {
    transform: scale(1.1);
	padding: 20px 0 0 0;
}
.news li {
    flex: 0 0 100%;
	border-radius: 0;
}
.news li font {
    padding: 15px 0;
}
.track::-webkit-scrollbar-thumb {
 background: #76b900;
}
.track::-webkit-scrollbar-track {
 background: #f5f5f5;
}
.track::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}
.news ul > div {
    padding-bottom: 40px;
}
.pro li p {
    height: 200px;
}
.pro li p img {
    max-width: 90%;
    max-height: 90%;
}
.us .ui-row > div:first-child {
    display: none;
}
.us .ui-row > div:last-child {
    padding: 50px 20px;
	text-align: center;
}
.us b {
    display: block;
    font-size: 32px;
    padding: 0 15%;
    line-height: 1;
}
.us p {
    line-height: 30px;
	padding: 25px 0;
}
.us .btn {
    margin: 0 auto;
}
.footer .ui-row > div {
    flex: 0 0 50%;
    margin: 0!important;
}
.footer .ui-row > div:last-child {
    flex: 0 0 100%;
	max-width: 100%;
	padding: 40px 0 0 0;
}
.footer .qr div:first-child {
    padding: 0 30px 0 0;
}
.footer .qr a {
	font-weight:normal;
}
.footer .qr a:last-child {
	font-size:14px!important;
	display: flex;
    align-items: center;
}
.copyright > div {
    padding: 0;
    text-align: center;
}
.copyright .flex img, .copyright .flex a, .copyright div > span:not(:nth-child(3)) {
    display: none;
}
.banner .con {
    height: 420px;
}
.company {
    padding: 50px 0 30px 0;
}
.company > b, .logos > b {
    font-size: 32px;
}
.company .ui-row > div {
    padding: 0 0 40px 0;
    flex: 0 0 100%;
}
.company .ui-row b font {
    font-size: 44px;
    padding: 0 0 10px 0;
	letter-spacing:-2px;
}
.company-intro {
    padding: 20px 0 0 0;
}
.company-intro > div {
    flex-direction: column-reverse;
}
.company-intro .ui-row > div {
    flex: 0 0 100%;
    max-width: none;
}
.company-intro .cul {
    padding: 60px 40px;
}
.company-intro .cul > b {
    font-size: 32px;
}
.company-intro .text {
    padding: 60px 0;
}
.company-intro .text > b {
    display: block;
    font-size: 32px;
    text-align: center;
    padding: 0 15%;
    line-height: 1;
}
.logos {
    padding: 70px 0;
}
.logos img {
    max-width: 100%;
}
.pro-nav .flex a {
    padding: 11px 24px;
}
.ser > b font {
	padding: 20px 7%;
    text-align: justify;
}
.ser + div ul > div {
    flex-wrap: wrap;
}
.ser + div li {
    flex: 0 0 94%;
    margin: 10px 3%;
	border-radius: 12px;
}
.news-list + div {
    margin-top: 40px;
}
.news-list + div li:last-child {
    margin-bottom: 50px;
}
.article .title b {
    font-size: 32px;
    line-height: 1;
}
.article .link a {
	margin: 1px 0;
	width: 100%;
	border-radius: 10px 10px 0 10px;
}
.editor-upimg {
    width: auto!important;
	max-width: 80%;
}
.support p img {
    width: 150%;
    max-width: 150%;
    margin-left: -60%;
}
.company-intro.ci0529 > div {
    flex-direction: column;
}
.company-intro.ci0529 .text {
    padding: 40px 0;
}
.ser.s0529 {
	padding-bottom:0;
}
.ser.s0529 + .news ul {
    transform: none;
    padding: 0;
}
.ser.s0529 + div ul > div {
    padding-bottom: 0;
}
.ser.s0529 + div li {
    flex: 0 0 100%;
    margin: 0 0 17px 0;
}
.ser.s0529.ad + div li {
    flex: 0 0 100%;
}
.company-intro .p {
    transform: scale(1.04);
    transform-origin: center;
}
.company-intro .cul {
    transform: scale(.98);
    text-align: center;
}
.company-intro .cul .line {
    margin-left: auto;
    margin-right: auto;
}
}