@font-face {
	font-family: 'OPPOSans-Ver2-Regular';
	src: url(https://www.oppo.com/content/dam/statics/fonts/cn/OPPOSans3.0cn-Regular.woff2)
}

@font-face {
	font-family: 'OPPOSansss';
	src: url(https://www.oppo.com/content/dam/statics/fonts/cn/OPPOSans3.0cn-Medium.woff2)
}

@font-face {
	font-family: 'OPPOSanss';
	src: url(../fonts/OPPOSans-Bold.ttf)
}

html,
body {
	font-family: 'OPPOSans-Ver2-Regular';
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	overflow-x: hidden;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper * {
	transition: .5s;
}

.container:before,
.container:after {
	display: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

* {
	font-style: normal;
}

button,
input {
	border: 0;
	outline: none;
}

.lbt .tit {
	position: absolute;
	display: flex;
	justify-content: center;
	top: 0;
	bottom: 0;
	margin: auto;
	flex-direction: column;
	right: 9.291%;
}
.lbt .swiper-slide img{
	width: 100%;
}
.lbt .tit h1 {
	font-family: 'OPPOSanss';
	color: #FFF;
	font-size: 72px;
	line-height: 88px;
	letter-spacing: 2.88px;
}

.lbt .tit div {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	max-width: 840px;
	letter-spacing: 0.96px;
}

.m_nav {
	overflow: hidden;
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 60%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .5s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(170%);
}

.m_nav.open {
	transform: translateX(67%);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 15px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;

	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li span {
	display: flex;
	align-items: center;
}

.m_nav .ul li span .img {
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.m_nav.open .ul li span .img.on img {
	transform: skew(180deg);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	/*height: 50px;*/
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	line-height: initial;
	height: initial;
	padding: 12px 15px;
	box-sizing: border-box;
	font-size: 12px;
	color: #9E9E9E;
	font-family: Roboto;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

#navToggle {
	display: none;
}

.head {
	position: fixed;
	padding: 0 20px;
	top: 20px;
	height: 72px;
	width: 100%;
	z-index: 99;
	transition: .5s;
}

.head .container {
	border-radius: 4px;
	background: #fff;
	height: 100%;
	padding: 0px 32px;
	display: flex;
	width: 100%;
	align-items: center;
}

.logo img {
    transition: .5s;
	width: 114px;
}

.head .navbar_nav {
	display: flex;
	align-items: center;
	margin-left: auto;
	height: 100%;
	-webkit-transition: all .3s;
        transition: all .3s;
}

.navbar_nav .dropdown {
	display: flex;
	height: 100%;
	transition: .5s;
}

.navbar_nav .dropdown>a {
	padding: 0 36px;
	display: flex;
	align-items: center;
	color: #737480;
	font-size: 16px;
	height: 100%;
	transition: .5s;
	white-space: nowrap;
}

.navbar_nav .dropdown_menu {
	display: block;
	background: #fff;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 999;
	min-width: 100%;
	top: 100%;
}

.navbar_nav .dropdown_menu a {
	height: 50px;
	width: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	text-align: center;
	transition: .5s;
	text-transform:capitalize;
	padding: 0 10px;
}

.navbar_nav .dropdown:hover,
.navbar_nav .dropdown.active,
.navbar_nav .dropdown_menu a:hover {
	color: #00499E;
	font-weight: 500;
}

.navbar_nav .dropdown .xb {
	margin-left: 10px;
	width: 10px;
	height: 6px;
	background: url(../img/xb.svg) no-repeat;
	background-size: contain;
}

.navbar_nav .dropdown:hover .xb,
.navbar_nav .dropdown.active .xb {
	background: url(../img/xx1.svg) no-repeat;
	background-size: contain;
}

.navbar_nav .dropdown:hover>a,
.navbar_nav .dropdown.active>a {
	color: #00499E;
	font-weight: 500;
}

.navbar_nav li.dropdown:hover .dropdown_menu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
}

.head .search {
	padding: 0 36px;
	display: flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.head .yw {
	padding: 0 21px;
}

 .search-box {
    height: 0;
    right: 0;
    position: absolute;
    top: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    
}
.search-box form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 .head.on .search-box.on,.head.active .search-box.on{
     z-index: 9;
     top: 42px;
     height: 88px;
 }
 .head .search-box.on{
     z-index: 9;
     top: 35px;
     height: 88px;
 }
 .search-box.on input, .search-box.on .btn-search, .search-box.on .btn-close{
     display: block;   
 }
.search-box input {
    background-color: #fff;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    outline: none;
    padding-left: 20px;
    padding-right: 50px;
    width: 300px;
    border-radius: 4px;
    display: none;
    border: 1px solid #D6D6D6;
}
.search-box .btn-search {
    color: #86807f;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: initial;
    margin-left: -50px;
    display: none;
}
.search-box a.btn-close {
    color: #86807f;
    display: none;
    align-items: center;
    margin-left: 30px;
}

.pro {
	padding: 100px 20px;
}

.name {
	color: #363636;
	font-size: 68px;
	letter-spacing: 2.72px;
	text-align: center;
}

.name span {
	display: block;
	color: #737480;
	font-size: 12px;
	letter-spacing: initial;
}

.cat {
	display: flex;
	justify-content: center;
	margin: 48px 0;
}

.cat a {
	padding: 9px 32px;
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	color: #737480;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 12px;
	transition: .5s;
}

.pro .cat a:nth-child(1) {
	color: #fff;
	background: #00499E;
}

.cat a.on {
	color: #fff;
	background: #00499E;
}

.cat a:last-child {
	margin-right: 0;
}

.pro .list {
	display: flex;
}

.pro .list a {
	display: block;
	max-height: 610px;
	margin-right: 16px;
	width: 25%;
	position: relative;
}

.pro .list a:last-child {
	margin-right: 0;
}

.pro .list a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pro .list a .yy {
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 305px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	color: #FFF;
	font-size: 24px;
	transition: .5s;
	opacity: 0;
}

.abt .t {
	display: flex;
	justify-content: space-between;
	padding-right: 6.25%;
	align-items: center;
}

.abt .con>em {
	color: #363636;
	font-size: 14px;
	display: block;
	line-height: 20px;
	/* 142.857% */
}

.abt h1 {
	color: #363636;
	font-size: 68px;
	line-height: 86px;
	margin-bottom: 40px;
	letter-spacing: 2.72px;
}

.abt .t .con>div {
	color: #737480;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	/* 171.429% */
	max-width: 658px;
}

.abt a {
	margin-top: 64px;
	text-transform: uppercase;
	display: flex;
	height: 46px;
	width: 184px;
	border-radius: 4px;
	color: #FFF;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #00499E;
}

.abt a img {
	margin-left: 11px;
}

.abt .b {
	margin: 100px 0;
	padding-right: 6.25%;
	padding-left: 6.25%;
}

.abt .b .n {
	display: flex;
	padding-top: 80px;
	padding-bottom: 100px;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.abt .b i {
	display: block;
	color: #363636;
	font-size: 14px;
	line-height: 20px;
	text-transform:capitalize;
	/* 142.857% */
}

.abt .b p {
	display: flex;
	color: #363636;
	font-size: 68px;
	height: 86px;
	letter-spacing: 2.72px;
}

.abt .b p span {
	margin-top: 8px;
}

.abt .b p em {
	color: #363636;
	font-size: 68px;
	letter-spacing: 2.72px;
}

.abt .b .con div {
	margin-top: 8px;
	color: #737480;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	/* 142.857% */
	max-width: 244px;
}

.abt .b .con:nth-child(1) {
	padding-left: 0;
}

.abt .b .con {
	position: relative;
	padding: 0 6%;
}

.abt .b .con::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 158px;
	width: 1px;
	margin: auto;
	background: #D6D6D6;
	content: '';
}

.abt .b .con:nth-child(1)::before {
	content: initial;
}

.new {
	padding: 100px 0;
	background: #F8F8F8;
}

.new .con {
	padding: 0 68px;
}

.new .list {
	margin-top: 72px;
	display: flex;
	justify-content: space-between;
}

.new .list a {
	margin-right: 6.25%;
	flex: 1;
}

.new .list a:last-child {
	margin-right: 0;
}

.new .list a .tim {
	color: #363636;
	font-size: 30px;
	letter-spacing: 1.2px;
}

.new .list a .tim p {
	color: #737480;
	font-size: 16px;
	letter-spacing: 0.64px;
}

.new .list a .tit {
	color: #363636;
	text-align: justify;
	font-size: 22px;
	letter-spacing: 0.88px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new .list a .nr {
	color: #737480;
	font-size: 14px;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new .con>a {
	display: flex;
	margin: auto;
	margin-top: 116px;
	color: #FFF;
	font-size: 14px;
	width: 360px;
	height: 46px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-transform: uppercase;
	background: #00499E;
}

.foot {
	background: #00499E;
	padding-top: 79px;
}

.foot .con {
	display: flex;
	padding: 0 6.25%;
	justify-content: space-between;
	padding-bottom: 78px;
	margin-bottom: 27px;
}

.foot .con .l {
	margin-right: 5%;
}

.foot .bq {
	margin: 0 6.25%;
	align-items: center;
	height: 66px;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	color: #FFF;
	font-size: 12px;
	opacity: 0.5;
}

.foot .bq a {
	color: #FFF;
	font-size: 12px;
	margin-left: 10px;
}

.foot .ll {
    font-size: 24px;
    color: #fff;
	margin-bottom: 40px;
}

.foot .l p {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	/* 133.333% */
	margin-bottom: 8px;
}

.foot .l p:last-child {
	margin-bottom: 0;
}

.foot .l p img {
	margin-right: 8px;
}

.foot .con .r {
	display: flex;
	min-width: 0;
	flex-shrink: 0;
}

.foot .r .box:nth-child(1) {
	margin-right: 90px;
}

.foot .r .box:last-child {
	padding: 0 148px;
}

.foot .r .box {
	flex-shrink: 0;
}

.foot .r .img {
	margin-top: 92px;
	display: flex;
}

.foot .r .img a {
	margin-right: 20px;
}

.foot .r .img a:last-child {
	margin-right: 0;
}

.foot .r .box h1 {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 24px;
}

.foot .r .box a {
	display: block;
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
	text-transform:capitalize;
}

.foot .r .box a:last-child {
	margin-bottom: 0;
}

.banner {
	margin-top: 88px;
	position: relative;
}
.banner img{
	width: 100%;
}
.head.active {
	height: 88px;
	top: 0;
	box-shadow: 0px 3px 8px 0px rgba(229, 229, 229, 0.90);
	padding: 0;
	background: #fff;
}

.head.active .container {
	border-radius: 0;
}
.banner .tit {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner .tit span {
	color: #FFF;
	font-size: 68px;
	letter-spacing: 2.72px;
	display: block;
}

.banner .tit p {
	color: #FFF;
	font-size: 12px;
	opacity: 0.7;
}

.about .it1 {
	max-width: 1680px;
	margin: 100px auto;
}

.about .it1 .nr {
	color: #737480;
	text-align: justify;
	font-size: 14px;
	padding-top: 40px;
	line-height: 24px;
	/* 171.429% */
}

.about .it1 .nr h1 {
	color: #363636;
	font-size: 40px;
	font-family: 'OPPOSansss';
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 64px;
}

.about .it1>img {
	float: left;
	margin-right: 64px;
}

.about .it2 {
	padding: 100px 0;
	margin-bottom: 100px;
}

.about .it2 .b {
	max-width: 1680px;
	margin: 0 auto;
}

.about .b .n {
	display: flex;
	padding-top: 80px;
	padding-bottom: 100px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.about .b i {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	/* 142.857% */
	text-transform:capitalize;
}

.about .b p {
	display: flex;
	color: #fff;
	font-size: 68px;
	height: 86px;
	letter-spacing: 2.72px;
}

.about .b p span {
	margin-top: 8px;
}

.about .b p em {
	color: #fff;
	font-size: 68px;
	letter-spacing: 2.72px;
	white-space: nowrap;
}

.about .b .con div {
	margin-top: 8px;
	color: rgba(255, 255, 255, .6);
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	/* 142.857% */
	max-width: 244px;
}

.about .b .con:nth-child(1) {
	padding-left: 0;
}

.about .b .con {
	position: relative;
	padding: 0 6%;
}

.about .b .con::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 158px;
	width: 1px;
	margin: auto;
	background: #D6D6D6;
	content: '';
}

.about .b .con:nth-child(1)::before {
	content: initial;
}

.about .it3 {
	max-width: 1680px;
	margin: auto;
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .it3 .l {
	margin-right: 100px;
	flex: 1;
	flex-shrink: 0;
}

.about .it3 .r img {
	max-width: 100%;
}

.about .it3 h1 {
	color: #363636;
	font-size: 68px;
	text-transform:capitalize;
	letter-spacing: 2.72px;
}

.about .it3 h1 em {
	display: block;
	color: #737480;
	font-size: 12px;
	letter-spacing: initial;
	margin-bottom: 40px;
	margin-top: 8px;
}

.about .it3 .nu {
	display: flex;
	margin-bottom: 24px;
}

.about .it3 .nu:last-child {
	margin-bottom: 0;
}

.about .it3 .nu span {
	color: #363636;
	font-size: 20px;
	font-family: "OPPOSanss";
	line-height: 24px;
	margin-right: 34px;
}

.about .it3 .nu p {
	color: #737480;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

.map {
	margin-top: 88px;
}

.contact {
	max-width: 1680px;
	margin: auto;
	margin-top: 100px;
}

.contact .it1 {
	display: flex;
	margin-bottom: 100px;
}

.contact .it1 h1 {
	color: #363636;
	font-size: 68px;
	margin-right: 80px;
	letter-spacing: 2.72px;
}

.contact .it1 h1 em {
	display: block;
	color: #737480;
	font-size: 12px;
	margin-top: 8px;
	letter-spacing: initial;
}

.contact form {
	flex: 1;
}

.contact form input {
	height: 48px;
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	margin-right: 16px;
	color: #737480;
	padding-left: 20px;
	font-size: 14px;
	flex: 1;
}

.contact form input::placeholder {
	color: #737480;
}

.contact .layui-form-item {
	display: flex;
}

.contact form input:last-child {
	margin-right: 0;
}

.contact form textarea {
	outline: none;
	color: #737480;
	margin-top: 36px;
	font-size: 14px;
	line-height: 24px;
	/* 171.429% */
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	height: 260px;
	background: #FFF;
}

.inquirySubmit {
	width: 280px;
	height: 52px;
	display: flex;
	border-radius: 4px;
	background: #00499E;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.56px;
	font-size: 14px;
	margin-top: 64px;
	color: #fff;
}

.contact .it2 {
	display: flex;
	border-top: 1px solid #D6D6D6;
}

.contact .it2 .box {
	padding: 64px 0;
	padding-right: 30px;
	width: 33.333%;
	padding-left: 80px;
	border-right: 1px solid #D6D6D6;
}

.contact .it2 .box:nth-child(1) {
	padding-left: 0;
}

.contact .it2 .box:last-child {
	border-right: 0;
}
.contact .it2 .box:last-child img{
    max-width: 120px;
}
.contact .it2 h1 {
	color: #363636;
	font-family: 'OPPOSansss';
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.contact .it2 h1::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #737480;
	bottom: 0;
	left: 0;
}

.contact .it2 p {
	color: #363636;
	font-size: 14px;
	line-height: 24px;
	display: flex;
}

.contact .it2 p em {
	color: #737480;
	font-size: 14px;
	flex-shrink: 0;
	line-height: 24px;
	display: flex;
	width: 72px;
	justify-content: space-between;
}

.contact .it2 h2 {
	position: relative;
	font-size: 26px;
	margin-bottom: 32px;
	line-height: 32px;
}

.contact .it2 h2:nth-child(1) {
	padding-bottom: 32px;

}

.contact .it2 h2 i {
	font-size: 14px;
}

.contact .it2 h2 em {
	color: #363636;
	display: block;
	line-height: 24px;
	font-size: 14px;
}

.contact .it2 h2:nth-child(1)::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #737480;
	bottom: 0;
	left: 0;
}

.contact .it2 .box span {
	color: #363636;
	font-size: 14px;
	line-height: 24px;
	display: block;
}

.contact .it2 .box:last-child h1 {
	padding-bottom: 0;
}

.contact .it2 .box:last-child h1::before {
	content: initial;
}

.contact .it2 .box:last-child span {
	display: block;
	margin-top: 12px;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}

div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}

div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
	width: auto;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 12px;
	padding: 6px;
	line-height: 20px;
}

.map .amap-logo {
	display: none !important;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	width: auto;
}

.main-map span {
	margin-left: 5px;
	font-size: 11px;
}

.info-middle img {
	margin-bottom: 6px;
	width: auto;
}

.amap-info>div {
	width: 100%;
	margin-left: 0px;
}

.news {
	margin: auto;
	background: #fff;
	margin-top: 188px;
	margin-bottom: 120px;
	max-width: 1680px;
}

.news .list a {
	display: flex;
	height: 400px;
	margin-bottom: 64px;
	border-bottom: 1px solid #D6D6D6;
	transition: .5s;
}

.news .list a:last-child {
	margin-bottom: 0;
}

.news .list a .con {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 80px;
	flex: 1;
}

.news .list a .tim {
	display: flex;
	align-items: center;
}

.news .list a .tim em {
	color: #363636;
	font-family: "OPPOSanss";
	font-size: 80px;
	line-height: 92px;
}

.news .list a .tim i {
	width: 28px;
	height: 1px;
	background: #D6D6D6;
	transform: rotate(119.25deg);
	margin-top: -10px;
	transition: .5s;
}

.news .list a .tim p {
	color: #363636;
	font-family: "OPPOSanss";
	font-size: 32px;
	line-height: 40px;
	transition: .5s;
}

.news .list a .tim p span {
	color: #737480;
	font-family: "OPPOSans";
	display: block;
	font-size: 20px;
	line-height: 24px;
}

.news .list a .tit h1 {
	color: #363636;
	font-size: 22px;
	letter-spacing: 0.88px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s;
}

.news .list a .tit .nr {
	color: #737480;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.56px;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .list a .img {
	overflow: hidden;
	max-width: 860px;
}

.news .list a .img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	transition: .5s;
}

.pagination {
	margin: 0;
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #00499E;
	cursor: default;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	display: flex;
	transition: .5s;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 48px;
	height: 48px;
	line-height: initial;
	text-decoration: none;
	color: #737480;
	background-color: #fff;
	font-size: 16px;
	border: 0;
	border-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #00499E;
}

.page-input-box,
.page-nav-last,
.page-nav-first {
	display: none !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0;
}

.newshow {
	margin-top: 88px;
	background: #fff;
	margin-bottom: 120px;
}

.newshow .ut {
	padding-bottom: 40px;
	background: #F7F7F7;
	padding-top: 40px;
	margin-bottom: 80px;
}

.newshow .ut a {
	display: flex;
	align-items: center;
	margin: auto;
	margin-bottom: 44px;
	font-size: 12px;
	max-width: 1680px;
	color: #00499E;
}

.newshow .ut a i {
	margin-right: 10px;
	width: 12px;
	display: block;
	height: 10px;
	background: url(../img/sjt.svg) no-repeat;
}

.newshow .ut .tit {
	max-width: 1000px;
	margin: auto;
}

.newshow .ut .tit p {
	color: #363636;
	font-family: "OpenSanss";
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 20px;
}

.newshow .ut .tit span {
	color: #737480;
	font-size: 18px;
	display: block;
}

.show .content {
	max-width: 1000px;
	margin: auto;
}

.show .content p,
.show .content span {
	color: #737480;
	font-size: 14px;
	line-height: 24px;
}

.show .content img {
	max-width: 100%;
}

.product {
	max-width: 1680px;
	margin: auto;
	margin-top: 120px;
}

.position {
	display: flex;
	align-items: center;
	padding-left: 145px;
	margin-bottom: 38px;
}

.position a {
	color: #737480;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.56px;
	position: relative;
}

.position a:last-child::after {
	content: '';
	position: absolute;
	bottom: -5px;
	background: #737480;
	height: 1px;
	width: 100%;
	left: 0;
}

.product .pt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 8.631%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.product .pt::after {
	position: absolute;
	content: '';
	background: #D6D6D6;
	width: 300%;
	height: 1px;
	bottom: 0;
	left: -100%;
}

.product .pt h1 {
	color: #363636;
	font-size: 22px;
	letter-spacing: 0.88px;
	font-family: "OPPOSansss";
}

.product .pt .sort {
	position: relative;
	color: #363636;
	font-size: 16px;
	display: flex;
	padding-bottom: 12px;
	align-items: center;
	cursor: pointer;
	letter-spacing: 0.64px;
	font-family: "OPPOSanss";
}

.product .pt .sort i {
	color: #737480;
	display: block;
	margin: 0 8px;
	font-family: "OPPOSans";
	text-transform: capitalize;
}

.product .pt .sort .xl {
	display: none;
	width: 256px;
	position: absolute;
	top: 36px;
	z-index: 99;
	right: 0;
	padding-top: 12px;
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	padding: 11px 0;
	box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.08);
}

.product .pt .sort img {
	transition: .5s;
}

.product .pt .sort:hover>img {
	transform: rotate(180deg);
}

.product .pt .sort:hover .xl {
	display: block;
}

/* .product .pt .sort .xl ul li:nth-child(1){
	display: none;
} */
.product .pt .sort .xl ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 11px;
	display: flex;
	justify-content: space-between;
	color: #363636;
	font-size: 16px;
	letter-spacing: 0.64px;
	font-family: "OPPOSans";
	text-transform: capitalize;
}

.product .pt .sort .xl ul li img {
	display: none;
}

.product .pt .sort .xl ul li.active img {
	display: block;
}

.product .pt .sort .xl ul li.active,
.product .pt .sort .xl ul li:hover {
	background: #F7F7F7;
}

.product .l {
	padding-left: 8.631%;
	padding-bottom: 120px;
	display: flex;
}

.product .l .lm {
	padding-top: 24px;
	padding-bottom: 20px;
	border-top: 1px solid #D6D6D6;
	width: 314px;
}

.product .lm>a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.product .l>a>img {
	flex-shrink: 1;
}

.product .lm>a em {
	color: #363636;
	font-family: "OPPOSanss";
	font-size: 14px;
	text-transform:capitalize;
	line-height: 24px;
}

.product .l .gd {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.product .l .hh {
	opacity: 0;
	transition: .5s;
	height: 0;
	visibility: hidden;
}

.product .l .hh.on {
	margin-top: 24px;
	opacity: 1;
	visibility: initial;
}

.product .lm>a img {
	transition: .5s;
}

.product .lm>a img.on {
	transform: rotate(180deg);
}

.product .l .dm a {
    text-transform:capitalize;
	display: block;
	color: #363636;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
.product .l .dm a.on{
    color: #00499E;
}
.product .l .dm a:last-child {
	margin-bottom: 0;
}

.product .l .lm:last-child {
	padding-bottom: 0;
}

.product .l .line {
	margin-left: 40px;
	width: 2px;
	margin-bottom: 52px;
	border-radius: 2px;
	background: #8F8F8F;
	margin-top: 95px;
}

.product .co {
	align-items: flex-start;
	display: flex;
}

.product .r {
	margin-left: 28px;
	flex: 1;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
}

.pager {
	margin: 0;
	margin-bottom: 120px;
}

.pager .pagination {
	margin-top: 60px;
}

.productitem {
	width: calc(33.333% - 27px);
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}
.productitem .showpro{
	margin-top: 0!important;
	padding: 0!important;
	margin: initial;
	position: absolute;
	left: 16px;
	top: 16px;
}
.showpro .fh a{
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 34px;
    font-size: 14px;
    text-transform: capitalize;

    color: #00499E;
}
.showpro .fh a i {
    margin-right: 10px;
    width: 12px;
    display: block;
    height: 10px;
    background: url(../img/sjt.svg) no-repeat;
}
.productitem:nth-child(3n) {
	margin-right: 0;
}

.productitem .img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	 aspect-ratio: 1 / 1;
	border-radius: 4px;
	background: #F7F7F7;
	overflow: hidden;
}

.productitem .img img {
	mix-blend-mode: multiply;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.productitem .tit {
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	color: #363636;
	font-family: "OPPOSansss";
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 8px;
	letter-spacing: 0.88px;
}
.productitem .ms{
    min-height: 16px;
    margin-bottom: 8px;
}
.productitem .ms p {
	display: none;
	color: #363636;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.48px;
}

.productitem .ms p.on{
	display: block;
}

.productitem .color {
	display: flex;
	min-height: 32px;
}

.productitem .color .xt {
	margin-right: 11px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	cursor: pointer;
}

.productitem .color .xt.on {
	border-radius: 32px;
	border: 1px solid #363636;
	background: #FFF;
}

.productitem .color .xt:last-child {
	margin-right: 0;
}

.productitem .color .xt img {
	width: 26px;
	height: 26px;
}

.productitem .gd {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.48px;
	margin-top: 24px;
	border-radius: 20px;
	background: #363636;
}

.showpro {
	max-width: 1390px;
	margin: auto;
	margin-top: 120px;
}

.showpro .it {
	display: flex;
	max-width: 1330px;
	margin: auto;
}

.showpro .it .bm {
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	cursor: pointer;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	padding: 80px 0;
	justify-content: center;
}

.showpro .it .bm img {
	height: 100%;
	mix-blend-mode: multiply;
	width: 100%;
	object-fit: contain;
}

.showpro .it .bm img:nth-child(1) {
	display: block;
}

.showpro .it .sm {
	display: flex;
	margin-top: 12px;
}

.showpro .it .sm .tp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	aspect-ratio: 1 / 1;
	margin-right: 12px;
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	background: #F7F7F7;
	cursor: pointer;
	flex-wrap: wrap;
}

.showpro .it .sm .tp.on {
	border-color: #363636;
}

.showpro .it .sm .tp i {
	margin-right: 5px;
}

.showpro .it .sm .tp img {
	height: 100%;
	mix-blend-mode: multiply;
	width: 100%;
	object-fit: contain;
}

.showpro .it .sm .tp:last-child {
	margin-right: 0;
	font-family: 'OPPOSanss';
}

.showpro .l {
	flex: 1;
}

.showpro .r {
	margin-left: 80px;
	flex: 1;
	max-width: 578px;
}

.showpro .bz {
	display: flex;
	width: 42px;
	height: 24px;
	border-radius: 2px;
	background: #00499E;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "OPPOSansss";
	font-size: 12px;
	line-height: 20px;
}

.showpro .tit {
	color: #363636;
	font-family: "OpenSanss";
	font-size: 36px;
	font-weight: 600;
	line-height: 54px;
	margin-bottom: 20px;
}

.showpro .xh {
	color: #737480;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 32px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D6D6D6;
}

.showpro .cs h1 {
	color: #363636;
	font-family: "OPPOSansss";
	font-size: 22px;
	letter-spacing: 0.88px;
	text-transform:capitalize;
	margin-bottom: 16px;
}

.showpro .cs {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #D6D6D6;
}

.showpro .fw h1 {
	color: #363636;
	font-family: "OPPOSansss";
	font-size: 22px;
	letter-spacing: 0.88px;
	margin-bottom: 18px;
}

.showpro .fw p {
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: #F7F7F7;
	color: #000;
	font-family: "OPPOSansss";
	font-size: 16px;
	letter-spacing: 0.64px;
	padding: 20px;
}

.showpro .fw p img {
	margin-right: 20px;
}

.showpro .yanse {
	display: flex;
	margin-top: 12px;
	margin-bottom: 16px;
}

.showpro .yanse .yy {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

.showpro .yanse .yy:last-child {
	margin-right: 0;
}

.showpro .yanse .yy.on {
	border-radius: 48px;
	border: 1px solid #363636;
	background: #FFF;
}

.showpro .yanse .yy img {
	width: 40px;
	height: 40px;
}

.showpro .cs p {
	color: #363636;
	font-family: "OPPOSanss";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

.showpro .cs p span {
	color: #737480;
	font-family: "OPPOSans";
	font-size: 14px;
	line-height: 24px;
}

.showpro .cs p:last-child {
	margin-bottom: 0;
}

.porshow {
	max-width: 1330px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 120px;
}

.porshow h1 {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 64px;
	padding-bottom: 16px;
	color: #363636;
	font-family: "OPPOSansss";
	font-size: 22px;
	letter-spacing: 0.88px;
	text-transform:capitalize;
}

.porshow img {
	max-width: 100%;
	margin: auto;
	display: block;
}

.showpro .ys {
	color: #363636;
	display: flex;
	font-family: "OPPOSanss";
	font-size: 14px;
	line-height: 24px;
	align-items: baseline;
}

.showpro .ys .zz span {
	color: #737480;
	display: none;
	font-family: "OPPOSans";
	font-size: 14px;
	line-height: 24px;
}
.showpro .ys .zz span.on{
    display: block;
}
.mask {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	top: 0;
	z-index: 999;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.mask .fdk {
	width: 75%;
	height: 73vh;
	position: relative;
	background: #FFF;
	padding-bottom: 24px;
	max-width: 1440px;
	max-height: 786px;
}

.mask .fdk .clo {
	cursor: pointer;
	position: absolute;
	right: 24px;
	top: 24px;
}

.mask .fdk .nr {
	display: flex;
	padding-left: 64px;
	padding-top: 64px;
}

.mask .fdk .nr .l {
	height: 392px;
	overflow: hidden;
	max-width: 187px;
	position: relative;
	max-height: 572px;
	flex-shrink: 0;
}
.mask .fdk .nr .r{
	   width: 58vh;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    max-width: 650px;
	        flex-shrink: 0;
	    margin-left: 19%;
}
.mask .fdk .nr .l .cp {
	float: left;
	margin-right: 12px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 12px;
	background: #F7F7F7;
}

.mask .fdk .nr .l .cp:nth-child(2n) {
	margin-right: 0;
}

.mask .fdk .nr .l .cp img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mask .fdk .nr .l .gd {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	cursor: pointer;
	color: #363636;
	font-family: "OPPOSanss";
	font-size: 14px;
	line-height: 24px;
}

.mask .fdk .nr .l .gd img {
	transition: .5s;
}

.mask .fdk .nr .l .gd.on {
	position: initial;
}

.mask .fdk .nr .l .gd.on img,
.mask .fdk .nr .l .gd:hover img {
	transform: rotate(180deg);
}

.mask .fdk .nr .l .gd.on:hover img {
	transform: rotate(0deg);
}
.mask .fdk .nr .r .ff{
	display: flex;
	justify-content: center;
	margin-top: 24px;
	cursor: pointer;
}
.mask .fdk .nr .ff .fd{
	margin-right: 16px;
}
#con {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	max-width: 650px;
	overflow: hidden;
}

#navToggle img {
	width: 24px;
}

.dw {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 200px;
	background: #F5F5F5;
	margin-top: 88px;
}

.dw p {
	color: #3D3D3D;
	font-size: 48px;
}

.sear {
	padding-top: 80px;
	background: #fff;
	padding-bottom: 120px;
	margin: 0;
}

.sear .r .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.sear .r .list a {
	display: block;
	margin-right: 40px;
	width: calc(33.33% - 27px);
	margin-bottom: 40px;
}

.sear .r .list a:nth-child(3n) {
	margin-right: 0;
}

.sear .r .list a .img {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
	padding-top: 85.83%;
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
}

.sear .r .list a .img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	mix-blend-mode: multiply;
	top: 0;
}

.sear .r .list a h1 {
	font-size: 24px;
	margin-bottom: 20px;
	transition: .5s;
	color: #3D3D3D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .head.on {
	height: 88px;
	top: 0;
	box-shadow: 0px 3px 8px 0px rgba(229, 229, 229, 0.90);
	padding: 0;
}

.head.on .container {
	border-radius: 0;
}
    .pro .list a:hover .yy {
	opacity: 1;
}
	.cat a:hover {
		color: #fff;
		background: #00499E;
	}

	.news .list a:hover {
		border-color: #00499E;
	}

	.news .list a:hover .img img {
		transform: scale(1.05);
	}

	.news .list a:hover .tim em,
	.news .list a:hover .tim p,
	.news .list a:hover .tit h1 {
		color: #00499E;
	}

}
@media (min-width: 1920px){
	.abt .t{
		padding-right: 0;
		max-width: 1800px;
		    margin: auto;
	}
	.abt .b .n{
		justify-content: center;
	}
}
/*@media (max-width: 1920px){*/
/*	#con{*/
/*		width: calc(54.668% - 9%);*/
/*	}*/
/*}*/
@media (max-width: 1780px) {

	.product,
	.news,
	.newshow .ut a,
	.newshow .ut .tit,
	.show .content,
	.about .it1,
	.about .it2 .b,
	.about .it3,
	.contact,
	.showpro {
		padding: 0 60px;
	}
	
}
@media (max-width: 1650px) {
    
}
@media (max-width: 1440px) {
	.news .list a .img {
		width: 50%;
	}

	.position {
		padding-left: 0;
		flex-wrap: wrap;
	}

	.product .l,
	.product .pt {
		padding-left: 0;
	}

	.navbar_nav .dropdown>a {
		padding: 0 20px;
	}

	.abt .t>img {
		width: 60%;
	}

}

@media (max-width: 1250px) {
	.productitem {
		width: calc(50% - 20px);
	}

	.productitem:nth-child(3n) {
		margin-right: 40px;
	}

	.productitem:nth-child(2n) {
		margin-right: 0;
	}

	.foot .r .box:last-child {
		padding: 0;
		padding-left: 5%;
	}

	.foot .r .box:nth-child(1) {
		margin-right: 5%;
	}

	.foot .con .l {
		margin-right: 0;
	}

	.abt .b .con,
	.about .b .con {
		padding: 0 3%;
	}

	.navbar_nav .dropdown>a {
		padding: 0 10px;
	}

	.head .container {
		padding-right: 0;
	}

	.head .search {
		padding: 0 20px;
	}

	.pro .list a {
		width: calc(50% - 8px);
		margin-bottom: 15px;
	}

	.pro .list {
		flex-wrap: wrap;
	}

	.pro .list a:nth-child(2n) {
		margin-right: 0;
	}

	.navbar_nav .dropdown>a {
		padding: 0 5px;
	}

	.showpro .l {
		width: 55%;
	}
	
}

@media (max-width: 1200px) {
	.contact .it2 .box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.about .it3 .r {
		width: 40%;
	}

	.about .it3 .l {
		margin-right: 50px;
	}

	.about .it1>img {
		float: initial;
		margin-right: 0;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
    .head.on .search-box{
     top: 42px;
 }
 .head.on .logo img {
    width: 132px;
}
}
 
@media (max-width: 992px) {
    .head .search-box.on {
    top: 40px;
    height: 50px;
}
.search-box input{
    height: 38px;
    line-height: 38px;
}
    .lbt{
        margin-top: 60px;
    }
    .search-box{
        padding: 0;
        top: 60px;
    }
    .head .search{
        margin-left: auto;
    }
	.contact .it1 {
		display: block;
	}

	.contact .it1 h1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.map,.dw {
		margin-top: 0;
	}
    .sear .r .list a{
		margin-right: 15px;
		margin-bottom: 20px;
		width: calc(50% - 7.5px);
	}
	.sear .r .list a:nth-child(3n){
		margin-right: 15px;
	}
	.sear .r .list a:nth-child(2n){
		margin-right: 0;
	}
	.sear .r .list a .img>img{
		object-fit: cover;
	}
	.product .co,
	.product .l {
		display: block;
	}
 
	.product .l .line,.head .yw {
		display: none;
	}

	.product .l {
		padding-bottom: 60px;
	}

	.product .l .lm {
		width: 100%;
	}

	.product .r {
		margin-left: 0;
	}

	.head.active {
		height: 60px;
		padding: 0 15px;
	}

	.product,
	.news,
	.showpro {
		margin-top: 90px;
	}

	.showpro .r {
		margin-left: 40px;
	}

	.newshow,
	.banner {
		margin-top: 60px;
	}

	.news .list a .con {
		padding-right: 40px;
	}

	.foot .con {
		display: block;
		padding: 0 15px;
	}

	.foot .con .l {
		margin-bottom: 30px;
	}

	.abt .b {
		padding: 0 15px;
	}

	.abt .b .n,
	.about .b .n {
		flex-wrap: wrap;
	}

	.abt .b .con,
	.about .b .con {
		width: 50%;
		padding: 0 3% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.abt .b .con:nth-child(3)::before,
	.about .b .con:nth-child(3)::before {
		content: initial;
	}

	.abt .t {
		display: block;
		padding: 0 15px;
	}

	.abt .t>img {
		width: 100%;
		margin-bottom: 15px;
	}

	.abt .t .con>div {
		max-width: 100%;
	}

	.lbt .tit {
		right: 0;
		left: 0;
		align-items: center;
		width: 90%;
	}

	.head {
		height: 60px;
		padding: 0;
		top: 0;
	}

	.head .container {
		padding: 0;
		justify-content: space-between;
		padding: 0 15px;
		border-radius: 0;
	}

	.head .navbar_nav {
		display: none;
	}

	#navToggle,
	.m_nav {
		display: block;
	}

	.navbar_nav {
		display: none;
	}

	.cat {
		flex-wrap: wrap;
		justify-content: initial;
	}

	.cat a {
		margin-bottom: 10px;
	}

	.about .it1 .nr {
		text-align: left;
	}
	.showpro .it {
		display: block;
	}
	.showpro .l {
		width: 100%;
	}

	.showpro .r {
		margin-left: 0;
		margin-top: 30px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
    .logo img{
        height: 40px;
        width: auto;
    }
    .new .list a .tit{
        text-align: left;
    }
    .showpro .it .sm{
        flex-wrap: wrap;
    }
    .showpro .it .sm .tp{
        margin-bottom: 10px;
    }
    .showpro .r{
        margin-top: 20px;
    }
	.contact .it2 {
		padding: 50px 0;
		display: block;
	}

	.contact .it2 .box {
		width: 100%;
		border-right: 0;
		padding: 0;
	}

	.contact .layui-form-item
	{
		display: block;
	}

	.contact form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contact form textarea {
		margin-top: 0;
	}

	.about .it3 {
		display: block;
	}

	.about .it3 .r {
		width: auto;
	}

	.about .it3 .l {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.about .it1 {
		margin: 50px 0;
	}

	.news .list a {
		height: 250px;
	}

	.product,
	.news,
	.newshow .ut a,
	.newshow .ut .tit,
	.show .content,
	.about .it1,
	.about .it2 .b,
	.about .it3,
	.contact,
	.showpro {
		padding: 0 15px;
	}

	.foot .con .r {
		flex-wrap: wrap;
	}

	.foot .r .box:last-child {
		padding-left: 0;
		width: 100%;
	}

	.foot .r .box:last-child h1 {
		display: none;
	}

	.foot .r .img {
		margin-top: 30px;
	}

	.pro .list a {
		height: 400px;
	}

	.lbt .swiper-slide img {
		height: auto;
		object-fit: cover;
	}

	.lbt .tit h1 {
		font-size: 32px;
		line-height: initial;
	}

	.lbt .tit div {
		text-align: left;
		font-size: 18px;
	}

	.new .list {
		display: block;
	}

	.new .list a {
		display: block;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.new .list a .tit {
		margin-top: 20px;
	}

	.new .con {
		padding: 0 15px;
	}
}

@media (max-width: 500px) {
    .head .search-box.on {
    height: 40px;
}
.search-box a.btn-close{
    margin-left: 18px;
}
.search-box .btn-close img{
    width: 18px;
}
.search-box .btn-search{
    margin-left: -36px;
}
.search-box .btn-search img{
    width: 18px;
}
.search-box input{
    height: 28px;
    line-height: 28px;
}
    .abt .b .n{
        display: block;
    }
    .abt .b .con, .about .b .con{
        width: 100%;
    }
    .abt .b .con::before,.about .b .con::before{
        content:initial!important;
    }
    .abt .b .con div,.about .b .con div{
        max-width: 100%;
    }
	.showpro .it .sm .tp {
		width: auto;
		height: 60px;
		margin-right: 5px;
	}

	.contact {
		margin-top: 30px;
	}

	.inquirySubmit {
		width: 90%;
		margin-top: 30px;
	}

	.contact form textarea {
		height: 150px;
	}

	.about .it2 {
		padding: 30px 0;
	}

	.about .b .n {
		padding: 30px 0;
	}

	.banner img {
		height: 350px;
	}

	.banner .tit span,.dw p {
		font-size: 32px;
	}

	.about .it2 {
		margin-bottom: 30px;
	}

	.newshow .ut .tit p,
	.about .it1 .nr h1 {
		font-size: 24px;
		line-height: initial;
	}
	.sear{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.pagination{
		margin-top: 50px;
	}

	.about .it1 .nr h1 {
		margin-bottom: 20px;
	}

	.about .it1 .nr {
		padding-top: 20px;
	}

	.newshow .ut a {
		margin-bottom: 20px;
	}

	.newshow .ut {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.newshow {
		margin-bottom: 60px;
	}

	.news .list a {
		display: block;
		height: auto;
	}

	.news .list a .img {
		width: 100%;
	}

	.news .list a .con {
		padding-right: 0;
	}

	.news .list a .tim em {
		font-size: 42px;
	}

	.news .list a .tim p {
		font-size: 24px;
	}

	.product {
		margin-top: 30px;
	}

	.new .list {
		margin-top: 30px;
	}

	.cat a {
		padding: 9px 15px;
	}

	.cat,
	.abt .b {
		margin: 30px 0;
	}

	.name,
	.abt h1,
	.abt .b p em,
	.abt .b p,
	.about .b p em,
	.about .b p,
	.about .it3 h1,
	.contact .it1 h1 {
		font-size: 24px;
		line-height: initial;
	}

	.about .it3 {
		margin-bottom: 60px;
	}

	.abt .b p,
	.about .b p {
		height: auto;
	}

	.about .b .con,
	.abt .b .con {
		margin-bottom: 20px;
	}

	.abt .b p span,
	.about .b p span {
		margin-top: 0;
	}

	.abt .b .n,
	.new {
		padding: 30px 0;
	}

	.abt a {
		margin-top: 32px;
	}

	.abt h1 {
		margin-bottom: 20px;
	}

	.pro {
		padding: 30px 15px;
	}

	.news {
		margin-bottom: 60px;
		margin-top: 30px;
	}

	.pro .list a {
		height: 200px;
	}

	.new .list a .tim,
	.showpro .tit {
		font-size: 24px;
	}

	.showpro .tit {
		margin-bottom: 0;
	}

	.showpro .xh {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.new .list a .tit,
	.foot .r .box h1,
	.product .pt h1,
	.productitem .tit,
	.news .list a .tim p span,
	.showpro .cs h1,
	.showpro .fw h1,
	.porshow h1,.sear .r .list a h1,.foot .ll {
		font-size: 18px
	}

	.productitem .img {
		padding: 20px;
	}


	.foot .r .box h1 {
		margin-bottom: 10px;
	}

	.foot .r .box a {
		margin-bottom: 5px;
	}

	.new .con>a {
		width: 90%;
	}

	.showpro {
		margin-top: 30px;
	}

	.porshow {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.porshow h1 {
		margin-bottom: 30px;
	}

	.pager {
		margin-bottom: 60px;
	}

	.foot .con .l {
		margin-bottom: 20px;
	}

	.new .con>a {
		margin-top: 0;
	}

	.foot {
		padding-top: 30px;
	}

	.foot .ll {
		margin-bottom: 20px;
	}

	.foot .bq {
		display: block;
		height: auto;
		padding: 15px 0;
		margin: 0 15px;
	}
	.product .pt .sort{
	    padding-bottom: 0;
	}
    .product .l .lm{
        padding: 10px 0;
    }
	.showpro .it .bm {
		padding: 40px 0;
	}
	.productitem .ms p{
	    font-size: 10px;
	}
	.productitem{
	    margin-bottom: 20px;
	}
	.productitem .gd{
	    font-size: 10px;
	    margin-top: 12px;
	    height: 30px;
	}
}