<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "fontBold";
	src: url("../fonts/OPPOSans-M.ttf")
}
@font-face {
	font-family: "fontLight";
	src: url("../fonts/OPPOSans-R.ttf")
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	font-family: "fontBold"
}
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor
}
.container {
	margin: 0 auto;
	max-width: 1400px
}
.img {
	font-size: 0
}
.img img {
	max-width: 100%
}
.shade {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}
.shade.show {
	opacity: 1;
	visibility: visible
}
.gh {
	display: none
}
header .bd {
	padding: 0 5%;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
header .logo {
	width: 220px
}
header .logo img {
	width: 100%
}
header .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
header .right.isShow .nav, header .right.isShow .btns {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}
header .right.isShow .search-block {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}
header .nav {
	margin-left: 8%;
	width: 53%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
header .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	height: 100%
}
header .nav li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20%;
	height: 100%
}
header .nav li i {
	margin-left: 5px;
	display: block;
	font-size: 16px
}
header .nav li.on&gt;a, header .nav li.on i {
	color: #e4231d
}
header .nav li:hover .dropdown {
	display: block
}
header .nav .dropdown {
	display: none;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 15px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	border-radius: 10px;
	z-index: 101
}
header .nav .dropdown a {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 40px
}
header .nav .dropdown a:hover {
	color: #e4231d
}
header .nav a {
	display: block;
	font-family: "fontBold"
}
header .tool {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}
header .tool .search-btn {
	color: #000
}
header .tool .search-btn i {
	font-size: 24px
}
header .tool a {
	margin-right: 2vw
}
header .tool a:hover {
	color: #e4231d
}
header .tool .ico {
	display: block;
	width: 23px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/ico.png);
	background-size: 100% 100%
}
header .tool .ico:hover {
	background-image: url(../images/icos.png)
}
header .tool .ico_cart {
	display: block;
	width: 23px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/ico_cart.png);
	background-size: 100% 100%
}
header .tool .ico_cart:hover {
	background-image: url(../images/ico_cart_on.png)
}
header .tool .btns {
	-webkit-transition: all .3s;
	transition: all .3s
}
header .search-block {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .3s;
	transition: all .3s
}
header .search-block input {
	display: block;
	padding: 0 50px 0 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 14px
}
header .search-block button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	cursor: pointer
}
header .search-block button i {
	font-size: 20px
}
header .search-block .box {
	position: relative;
	width: 350px;
	height: 100%;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}
header .search-block .box button {
	position: absolute;
	top: 0;
	right: 0
}
header .search-block .box button i {
	color: #e4231d
}
header .search-block .close-btn i {
	font-size: 24px
}
header .search-block .close-btn:hover {
	color: #e5342b
}
.global-hd {
	text-align: center
}
.global-hd h2 {
	letter-spacing: 6px;
	font-size: 25px
}
.global-hd p {
	margin-top: 20px;
	font-size: 19px;
	font-family: "fontLight";
	letter-spacing: 6px;
	color: #707070
}
.global-hd .line {
	margin: 0 auto;
	margin-top: 25px;
	width: 45px;
	height: 2px;
	background-color: #e5342b;
	border-radius: 1px
}
.globla-news-list li {
	margin-bottom: 30px;
	height: 300px
}
.globla-news-list a {
	display: block;
	position: relative;
	padding: 50px;
	padding-left: 210px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.globla-news-list a:hover {
	-webkit-box-shadow: -1px 6px 20px 1px rgba(0,0,0,.16);
	box-shadow: -1px 6px 20px 1px rgba(0,0,0,.16)
}
.globla-news-list a:hover .title, .globla-news-list a:hover .more {
	color: #e4231d
}
.globla-news-list .time {
	position: absolute;
	top: 50px;
	left: 38px
}
.globla-news-list .time .t1 {
	margin-bottom: 10px;
	font-size: 25px;
	letter-spacing: 3px
}
.globla-news-list .time .t2 {
	font-size: 17px;
	color: #9a9a9a;
	letter-spacing: 2px
}
.globla-news-list .mobile-time {
	display: none
}
.globla-news-list .content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.globla-news-list .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin-right: 10%
}
.globla-news-list .title {
	margin-bottom: 10px;
	font-size: 25px;
	letter-spacing: 3px
}
.globla-news-list .desc {
	font-size: 17px;
	line-height: 1.8;
	color: #9a9a9a
}
.globla-news-list .desc p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.globla-news-list .more {
	margin-top: auto;
	font-size: 17px;
	color: #9a9a9a
}
.globla-news-list .img {
	width: 371px;
	height: 191px;
	background-color: #000;
	border-radius: 20px;
	overflow: hidden
}
.globla-news-list .img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill
}
.global-search-block {
	position: relative;
	width: 540px
}
.global-search-block input {
	display: block;
	padding: 0 50px 0 20px;
	width: 100%;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 12px;
	font-size: 16px;
	letter-spacing: 3px;
	color: #000;
	font-family: "fontLight"
}
.global-search-block input::-webkit-input-placeholder {
color:#707070
}
.global-search-block button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.global-search-block button i {
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.global-search-block button:hover i {
	color: #e4231d
}
footer {
	padding: 90px 0 60px;
	background: #000
}
footer .go-top {
	display: none
}
footer .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
footer .links .item {
	position: relative;
	width: 100%
}
footer .links .item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 250px;
	background: #474747
}
footer .links .title {
	margin-bottom: 30px;
	text-align: center
}
footer .links .title h4 {
	font-size: 25px;
	color: #fff
}
footer .links .title i {
	display: none
}
footer .links li {
	margin-bottom: 35px;
	text-align: center
}
footer .links li:last-child {
	margin-bottom: 0
}
footer .links a {
	font-family: "fontLight";
	font-size: 17px;
	color: #666
}
footer .links a:hover {
	color: #fff
}
footer .footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5%;
	width: 40%
}
footer .footer-info .qr .img {
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
	width: 185px;
	height: 185px;
	background-color: #fff
}
footer .footer-info .qr .img img {
	display: block;
	width: 100%;
	height: 100%
}
footer .footer-info .qr p {
	text-align: center;
	font-size: 25px;
	color: #fff
}
footer .footer-info .info {
	margin-left: auto;
	color: #fff
}
footer .footer-info .info .logo {
	margin-bottom: 40px
}
footer .footer-info .info .join-hotline {
	text-align: right
}
footer .footer-info .info .join-hotline p {
	font-size: 17px
}
footer .footer-info .info .join-hotline h4 {
	margin-top: 10px;
	font-size: 30px;
	font-family: "Elephant-Regular"
}
footer .footer-info .share {
	margin-top: 30px
}
footer .footer-info .share a {
	display: block
}
footer .footer-info .share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
footer .footer-info .share li {
	position: relative;
	margin-right: 12.5%
}
footer .footer-info .share li i {
	font-size: 30px;
	color: #fff
}
footer .footer-info .share li:last-child {
	margin-right: 0
}
footer .footer-info .share li:hover .childer {
	display: block
}
footer .footer-info .share .childer {
	position: absolute;
	top: -125px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px;
	width: 100px;
	height: 100px;
	z-index: 2;
	background: #fff;
	display: none
}
footer .footer-info .share .childer p {
	margin-top: 10px;
	font-size: 14px;
	font-family: "fontLight";
	text-align: center
}
.sayBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transform: scale(0);
	-webkit-transform: scale(0)
}
.sayBox.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}
.sayBox.one.out {
	transform: scale(1);
	animation: unfoldOut 1s .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}
.sayTbox {
	display: table-cell;
	background: rgba(0,0,0,.8);
	text-align: center;
	vertical-align: middle
}
.sayModal {
	background: #fff;
	padding: 40px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 100%;
	max-width: 1200px;
	max-height: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.sayBox.one .sayModal {
	transform: scale(0);
	animation: zoomIn .5s .8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn .5s .8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}
.sayBox.one.out .sayModal {
	animation: zoomOut .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}
.sayOff {
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #fff;
	border-radius: 50%;
	cursor: pointer
}
.sayOff::before, .sayOff::after {
	content: "";
	display: block;
	width: 50%;
	height: 3px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}
.sayOff::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.sayOff::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.sayOff:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.sayOff:hover::before, .sayOff:hover::after {
	background: #4b6bbc
}
.say {
	width: 100%;
	margin: 0 auto;
	height: 620px
}
.say video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@-webkit-keyframes unfoldIn {
0% {
-webkit-transform:scaleY(0.005) scaleX(0);
transform:scaleY(0.005) scaleX(0)
}
50% {
-webkit-transform:scaleY(0.005) scaleX(1);
transform:scaleY(0.005) scaleX(1)
}
100% {
-webkit-transform:scaleY(1) scaleX(1);
transform:scaleY(1) scaleX(1)
}
}
@keyframes unfoldIn {
0% {
-webkit-transform:scaleY(0.005) scaleX(0);
transform:scaleY(0.005) scaleX(0)
}
50% {
-webkit-transform:scaleY(0.005) scaleX(1);
transform:scaleY(0.005) scaleX(1)
}
100% {
-webkit-transform:scaleY(1) scaleX(1);
transform:scaleY(1) scaleX(1)
}
}
@-webkit-keyframes unfoldOut {
0% {
-webkit-transform:scaleY(1) scaleX(1);
transform:scaleY(1) scaleX(1)
}
50% {
-webkit-transform:scaleY(0.005) scaleX(1);
transform:scaleY(0.005) scaleX(1)
}
100% {
-webkit-transform:scaleY(0.005) scaleX(0);
transform:scaleY(0.005) scaleX(0)
}
}
@keyframes unfoldOut {
0% {
-webkit-transform:scaleY(1) scaleX(1);
transform:scaleY(1) scaleX(1)
}
50% {
-webkit-transform:scaleY(0.005) scaleX(1);
transform:scaleY(0.005) scaleX(1)
}
100% {
-webkit-transform:scaleY(0.005) scaleX(0);
transform:scaleY(0.005) scaleX(0)
}
}
@-webkit-keyframes zoomIn {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes zoomIn {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-webkit-keyframes zoomOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
@keyframes zoomOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
.global-product-list a {
	position: relative;
	display: block;
	width: 100%;
	height: 380px;
	background-color: #f6f6f6;
	border-radius: 17px;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 9
}
.global-product-list a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13)
}
.global-product-list a:hover::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}
.global-product-list a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e4231d;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s
}
.global-product-list .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 75%;
	width: 100%
}
.global-product-list .img img {
	-o-object-fit: fill;
	object-fit: fill;
	max-width: 70%;
	max-height: 65%
}
.global-product-list .txt {
	text-align: center
}
.global-product-list .txt h4 {
	font-size: 20px
}
.global-product-list .txt p {
	margin-top: 5px;
	font-size: 15px;
	color: gray;
	font-family: "fontLight"
}
.global-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "fontLight"
}
.mobile-nav {
	position: fixed;
	top: 70px;
	left: 0;
	width: 58%;
	height: calc(100vh - 70px);
	background: #fff;
	z-index: 102;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
	visibility: hidden
}
.mobile-nav.show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}
.mobile-nav .navbar {
	padding: 0 0 15px;
	height: calc(100% - 131px);
	overflow-y: auto
}
.mobile-nav h2 {
	margin: 0 5%;
	width: 90%;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	padding-bottom: 5px;
	color: #9ca3af
}
.mobile-nav ul {
	padding: 5px 0
}
.mobile-nav ul a {
	display: block
}
.mobile-nav ul a.active {
	color: #e4231d
}
.mobile-nav ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.mobile-nav ul li&gt;a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 10px 5%
}
.mobile-nav ul i {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 38px;
	background: url("../images/right.png") no-repeat center;
	background-size: 14px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.mobile-nav ul i.down {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.mobile-nav ul .dropdown {
	display: none;
	width: 100%;
	padding: 8px 5%;
	background: #f7f7f7
}
.mobile-nav ul .dropdown a {
	padding: 5px 0;
	display: block;
	line-height: 20px
}
.mobile-nav .ft {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 100%
}
.mobile-nav .search-block {
	position: relative;
	overflow: hidden
}
.mobile-nav .search-block input {
	padding-right: 32px;
	padding-left: 5px;
	width: 80%;
	height: 30px;
	border-bottom: 1px solid #333;
	-webkit-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	-webkit-transition: all .3s;
	transition: all .3s
}
.mobile-nav .search-block input.show {
	-webkit-transform: translate3d(0, 0px, 0px);
	transform: translate3d(0, 0px, 0px)
}
.mobile-nav .search-block button {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	font-size: 18px
}
.mobile-nav .language {
	margin: 15px 0 10px;
	font-size: 13px
}
.mobile-nav .language a {
	display: block
}
.mobile-nav .language span {
	display: block;
	margin: 0 10px
}
.mobile-nav .copy {
	text-align: right
}
.mobile-nav .copy p {
	margin-bottom: 5px
}
.mobile-nav .copy p:last-child {
	margin-bottom: 0
}
@media only screen and (max-width: 1680px) {
body {
	font-size: 16px
}
.container {
	max-width: 1200px
}
.global-hd h2 {
	font-size: 22px
}
.global-hd p {
	font-size: 16px
}
.globla-news-list li {
	margin-bottom: 20px
}
.globla-news-list .time .t1 {
	margin-bottom: 5px;
	font-size: 20px
}
.globla-news-list .time .t2 {
	font-size: 16px
}
.globla-news-list .title {
	font-size: 20px
}
.globla-news-list .desc {
	font-size: 14px
}
.globla-news-list .more {
	font-size: 14px
}
.globla-news-list .img {
	width: 300px;
	height: 175px
}
header .bd {
	height: 100px
}
header .logo {
	width: 185px
}
header .nav {
	margin-left: 8%;
	width: 62%
}
footer {
	padding: 5vw 0
}
footer .links li {
	margin-bottom: 20px
}
footer .links .title {
	margin-bottom: 20px
}
footer .links .title h4 {
	font-size: 20px
}
footer .links a {
	font-size: 15px
}
footer .footer-info .qr .img {
	margin-bottom: 20px;
	width: 135px;
	height: 135px
}
footer .footer-info .qr p {
	font-size: 18px
}
footer .footer-info .info .logo {
	margin-bottom: 20px;
	margin-left: auto;
	width: 180px
}
footer .footer-info .info .join-hotline h4 {
	font-size: 25px
}
.global-product-list a {
	height: 340px
}
.global-product-list .txt h4 {
	font-size: 17px
}
.global-product-list .txt p {
	font-size: 13px
}
.global-product-list .img img {
	max-height: 55%
}
.sayModal {
	max-height: 70%;
	height: 70vh
}
.say {
	height: 100%
}
}
@media screen and (max-width: 1280px) {
body {
	font-size: 14px
}
.sayModal {
	max-width: 980px;
	padding: 20px
}
.sayOff {
	width: 34px;
	height: 34px
}
.container {
	max-width: 980px
}
header .logo {
	width: 135px
}
header .bd {
	height: 90px
}
header .nav {
	margin-left: 5%;
	width: 62%;
	font-size: 14px
}
header .nav li::before {
	width: 5px;
	height: 5px;
	bottom: -15px
}
header .tool a {
	margin-right: 3vw
}
.global-hd h2 {
	font-size: 20px;
	letter-spacing: 4px
}
.global-hd p {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 4px
}
.global-hd .line {
	margin-top: 20px
}
.globla-news-list li {
	height: auto
}
.globla-news-list .time {
	top: 30px
}
.globla-news-list .time .t1 {
	font-size: 16px
}
.globla-news-list .time .t2 {
	font-size: 12px
}
.globla-news-list a {
	padding: 30px;
	padding-left: 160px
}
.globla-news-list .title {
	font-size: 16px
}
.globla-news-list .desc {
	font-size: 12px
}
.globla-news-list .more {
	font-size: 12px
}
.globla-news-list .img {
	width: 280px;
	height: 145px
}
footer {
	padding: 4vw 0
}
footer .links .item::before {
	height: 150px
}
footer .links .title {
	margin-bottom: 10px
}
footer .links .title h4 {
	font-size: 14px
}
footer .links li {
	margin-bottom: 8px
}
footer .links li a {
	font-size: 12px
}
footer .footer-info {
	width: 37%
}
footer .footer-info .qr .img {
	margin-bottom: 10px;
	padding: 5px;
	width: 100px;
	height: 100px
}
footer .footer-info .qr p {
	font-size: 14px
}
footer .footer-info .info .logo {
	width: 130px
}
footer .footer-info .info .join-hotline p {
	font-size: 14px
}
footer .footer-info .info .join-hotline h4 {
	font-size: 18px
}
footer .footer-info .share li i {
	font-size: 22px
}
footer .footer-info .share .childer p {
	font-size: 12px
}
.global-product-list {
	margin: -8px
}
.global-product-list li {
	padding: 8px
}
.global-product-list a {
	height: 250px
}
.global-product-list .img {
	height: 70%
}
.global-product-list .txt h4 {
	font-size: 14px
}
.global-product-list .txt p {
	font-size: 12px
}
}
@media screen and (max-width: 820px) {
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
input, textarea {
	-webkit-appearance:auto;
}
html {
	min-height: 100%;
	position: relative
}
body, html {
	font-size: 12px
}
body {
	position: static
}
.height {
	height: 100%;
	overflow: hidden
}
.gh {
	display: block;
	position: relative;
	float: right;
	height: 35px;
	width: 35px;
	top: 0px;
	right: 0;
	z-index: 100;
	transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer
}
.gh.selected {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg)
}
.gh a {
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 60%;
	margin: 0 20%;
	background: #000
}
.gh a:after, .gh a:before {
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	background: #000
}
.gh a:after {
	top: 8px
}
.gh a:before {
	top: -8px
}
.gh.selected a:after, .gh.selected a:before {
	top: 0
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg)
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg)
}
.gh.selected a {
	background-color: rgba(0,0,0,0) !important
}
.container {
	padding: 0 5% !important;
	max-width: 100% !important
}
.sayModal {
	max-width: 95%;
	padding: 3vw
}
.sayOff {
	top: -2vw;
	right: -1vw;
	width: 25px;
	height: 25px
}
.sayModal {
	height: 340px
}
.mobile-nav .navbar {
	padding-top: 20px
}
.mobile-nav h2 {
	padding: 10px 0
}
header {
	height: 70px
}
header .bd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 100;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}
header .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 106px
}
header .nav {
	display: none
}
header .gh {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
header .tool {
	margin-right: -3%
}
header .tool .language {
	display: none;
	font-size: 16px
}
header .search-block, header .search-btn {
	display: none
}
.global-hd h2 {
	font-size: 18px
}
.global-hd p {
	margin-top: 7px;
	font-size: 12px;
	letter-spacing: 2px
}
.global-hd .line {
	margin-top: 15px;
	height: 1px
}
.globla-news-list li {
	margin-bottom: 30px
}
.globla-news-list a {
	padding: 0;
	padding-left: 0
}
.globla-news-list .content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.globla-news-list .img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	height: auto
}
.globla-news-list .time {
	display: none;
	top: auto !important;
	left: 0;
	bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.globla-news-list .time .t1 {
	margin: 0;
	margin-right: 5px;
	font-size: 12px;
	color: #9a9a9a
}
.globla-news-list .time .t2 {
	margin-right: 3px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.globla-news-list .mobile-time {
	display: block
}
.globla-news-list .txt {
	margin: 0;
	margin-top: 15px;
	width: 100%
}
.globla-news-list .title {
	font-size: 14px;
	letter-spacing: 1px
}
.globla-news-list .more {
	margin-top: 20px;
	text-align: right
}
footer {
	padding: 0
}
footer .go-top {
	display: block;
	border-bottom: 1px solid #474747
}
footer .go-top a {
	padding: 10px 0;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}
footer .go-top a::after {
	content: "&gt;";
	display: block;
	margin-left: 5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
footer .go-top a i {
	display: none
}
footer .bd {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
footer .links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
footer .links .title {
	position: relative;
	margin-bottom: 0;
	padding: 13px 20px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
footer .links .title.down::after {
	display: none
}
footer .links .title.down i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
footer .links .title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	height: 1px;
	background: #474747
}
footer .links .title i {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/right2.png") no-repeat center;
	background-size: 16px;
	-webkit-transition: all .4s;
	transition: all .4s
}
footer .links .title h4 {
	font-size: 12px;
	text-align: left
}
footer .links .content {
	display: none;
	padding: 5px 0;
	background: #474747
}
footer .links .content li {
	margin-bottom: 0
}
footer .links .content a {
	padding: 10px 20px;
	line-height: 20px;
	display: block;
	color: #fff;
	text-align: left
}
footer .footer-info {
	width: 100%
}
footer .footer-info .qr {
	display: none
}
footer .footer-info .info {
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 100%
}
footer .footer-info .info .logo {
	margin: 0 auto
}
footer .footer-info .info .join-hotline {
	margin-top: 20px;
	text-align: center
}
footer .footer-info .share {
	margin-top: 15px
}
footer .footer-info .share ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.global-product-list li {
	width: 50%
}
}
</pre></body></html>