@charset "utf-8";

/* CSS Document */
@font-face {
	src: url('https://images.enuoyopin.cn/greezu/OPPOSans-R.ttf');
	font-family: "myfont";
}

@font-face {
	src: url('https://images.enuoyopin.cn/greezu/noah-regular-2.otf');
	font-family: "en";
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "en", "myfont", Arial, sans-serif;
}

@font-face {
	font-family: 'iconfont';
	src: url(../icons/iconfont.eot);
	src: url(../icons/iconfontd41d.eot?#iefix) format('embedded-opentype'),
		url(../icons/iconfont.woff) format('woff'),
		url(../icons/iconfont.ttf) format('truetype'),
		url(../icons/iconfont.svg#iconfont) format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
	margin: 0;
	padding: 0;
	display: block;
}

input:focus,
textarea:focus {
	outline: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

/*index*/
.w_all {
	width: 94%;
	margin: auto;
}

.w_all2 {
	width: 68%;
	margin: auto;
}

.w_all3 {
	width: 80%;
	margin: auto;
}

html,
body {
	width: 100%;
	position: relative;
	font-size: 12px;
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

header .nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header .logo {
	height: 74px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

header .logo img {
	display: block;
	height: 100%;
}

header .nav {}

header .nav ul {
	display: flex;
	width: 100%;
}

header .nav li {
	position: relative;
	margin: 0 25px;
}

header .nav li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #fabf13;
	opacity: 0;
}

header .nav li a {
	display: block;
}

header .nav li span {
	display: block;
	color: #3d4246;
	line-height: 78px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}

header .nav li:hover span {
	color: #fabf13;
}

header .nav li span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background: #fabf13;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

header .nav li:hover span:before {
	opacity: 1;
	width: 100%;
}

header .h_other {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_other .language{
    color: #595757;
    font-size: 1.2rem;
    line-height: 30px;
    display: flex;
    align-items: center;
}
header .h_other .language i {
	font-size: 1.9rem;
	color: #595757;
	margin-right: 3px;
}

header .h_other .search {
	position: relative;
	cursor: pointer;
	margin-left: 20px;
}

.ser {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2% 8%;
	box-sizing: border-box;
	background: #fff;
	z-index: 999999;
	display: none;
}

.ser .ssbox {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	overflow: hidden;
}

.ser .ssbox input {
	display: block;
	width: 100%;
	background: #fff;
	padding: 6px 10px;
	color: #666;
	font-size: 1.6rem;
	line-height: 40px;
	border: none;
	text-align: center;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
	font-size: 1.6rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
	font-size: 1.6rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
	font-size: 1.6rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
	font-size: 1.6rem;
}

.ser .submit {
	position: absolute;
	right: 20px;
	top: 12px;
}

.ser .submit input {
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
}

header .h_other i {
	color: #595757;
	font-size: 1.4rem;
	text-align: center;
	line-height: 30px;
}

.navBtn {
	position: relative;
	z-index: 99999;
	cursor: pointer;
	display: none;
}

.navBtn span {
	display: block;
	width: 24px;
	height: 2px;
	background: #595757;
	margin: 5px auto;
}

header.active .navBtn span {
	background: #fabf13;
}

.nav_btn_active {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_btn_active span {
	background: #fabf13;
}

.nav_btn_active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
	opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
	margin-top: -60%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.s_menu {
	position: absolute;
	left: 0px;
	top: 77px;
	background: rgba(255, 255, 255, 0.96);
	padding: 15px 15px;
	box-sizing: border-box;
	display: none;
	width: 170px;
	box-shadow: 0 2px 10px rgb(0, 0, 0, 0.06);
}

.sm2 .s_menu {
	width: 210px;
}

.s_menu dl {
	width: 100%;
}

.s_menu dd {
	font-size: 1.36rem;
	line-height: 1.1;
	margin: 10px 0;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.s_menu dd p:hover,
.s_menu dd:hover {
	color: #fabf13;
}

header .nav li.sp {
	position: static;
}

header .nav li.sp .s_menu {
	width: 100%;
}

header .nav li.sp dd img {
	display: none;
}

header .nav li.sp .left {
	width: 18%;
	float: left;
}

header .nav li.sp .left img {
	width: 100%;
}

header .nav li.sp dl {
	width: 82%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}

header .nav li.sp dl dd {
	margin: 1% 4.5%;
}

.s_menu dd p {
	font-size: 1.3rem;
	line-height: 1.1;
	margin: 10px 0;
	color: #888;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.s_menu dd a:first-of-type p {
	font-size: 1.4rem;
	color: #333;
}

/*banner*/
.banner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.1;
	z-index: 2;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-pagination {
	display: none;
	bottom: 3% !important;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1 !important;
	width: 10px;
	height: 10px;
}

.banner .swiper-pagination-bullet-active {
	background: #fabf13 !important;
}

.banner .txt {
	text-align: left;
	position: absolute;
	left: 50%;
	top: 52%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	z-index: 99;
}

.banner .txt p {
    width: 90%;
	font-size: 2.4rem;
	color: #fff;
	position: relative;
	line-height: 1.4;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner .txt p strong {
	color: #fabf13;
	font-size: 5.6rem;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 1%;
}

.more {
	font-size: 1.6rem;
	color: #fff;
	margin: 5% 0 0;
	background: #595757;
	padding: 16px 30px;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.more:hover {
	background: #fabf13;
}

.btn .ll {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn .ll i {
	font-size: 5.6rem;
	color: #fff;
	cursor: pointer;
}

.btn .ll.lll {
	left: 0%;
}

.btn .ll.llr {
	right: 0%;
	top: 46%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn .ll:hover {
	opacity: 0.8;
}

.index_bar1 {
	position: relative;
	margin: 3% 0;
	width: 100%;
	height: 80%;
	overflow: hidden;
}

.index_bar1 video {
	width: 100%;
	display: block;
}

.index_title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	bottom: 12%;
}

.index_title h3 {
	font-size: 4.6rem;
	color: #fff;
	position: relative;
	font-weight: normal;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index_title p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
	position: relative;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index_bar1 .index_title h3 {
	color: #fabf13;
}

.index_bar1 .more {
	margin: 10% auto 0;
	float: none;
	width: 160px;
	font-size: 1.3rem;
	font-weight: bold;
}

.index_bar2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_bar2 .index_title {
	text-align: left;
}

.index_bar2 .index_title img {
	height: 32px;
	margin-bottom: 3%;
}

.index_title h3 {
	font-size: 4.6rem;
	color: #fff;
	margin-bottom: 3%;
	letter-spacing: 2px;
}

.index_title h3 strong {
	color: #fabf13;
}

.index_bar2 .index_title p {
	font-size: 1.7rem;
	width: 42%;
	line-height: 1.8;
}
.index_bar2 .index_title p a{
    color: #fff;
}

.index_bar2 .more {
	margin-top: 3%;
}

.index_bar3 {
	margin: 4% 0 2%;
}

.index_bar3 ul {
	overflow: hidden;
}

.index_bar3 ul li {
	width: 22.6%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	overflow: hidden;
}

.index_bar3 ul a:nth-of-type(4n) li {
	margin-right: 0;
}

.index_bar3 ul li img {
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	display: block;
}

.index_bar3 ul li p {
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10%;
	text-align: center;
}

.index_bar3 ul li:hover img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.index_bar4 {
	height: auto;
}

.index_bar4 .index_title {
	position: static;
	padding: 12% 0 16%;
	-webkit-transform: translateX(-0%);
	transform: translateX(-0%);
}

.footer {
	position: relative;
	z-index: 3;
}

.footer .box {
	overflow: hidden;
	padding: 5% 0 2%;
}

.footer .left {
	width: 65%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.footer dt {
	color: #fabf13;
	margin-bottom: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer dl dd {
	color: #595757;
	margin: 8px 0;
	font-size: 1.26rem;
}

.footer dl dd:hover {
	text-decoration: underline;
}

.footer .right {
	width: 28%;
	float: right;
}

.footer .right p {
	color: #595757;
	margin: 12px 0;
	font-size: 1.3rem;
	line-height: 1.4;
}

.footer .right .bb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #fabf13;
	margin-top: 32%;
}

.footer .right .bb input {
	width: 90%;
	border: none;
	line-height: 40px;
	color: #595757;
	font-size: 1.4rem;
	padding: 0 3%;
	display: block;
	background: none;
}

.footer .right .bb i {
	background: #fabf13;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.footer .copy .w_all2 {
	padding: 2% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .copy p {
	line-height: 24px;
	font-size: 1.1rem;
}

.footer .copy p a {
	font-size: 1.1rem;
	color: #595757;
}

.footer .copy p a:hover {
	color: #222;
}

.footer .copy ul {
	float: right;
}

.footer .copy ul li {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	overflow: hidden;
}

.footer .copy ul li b {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

.footer .copy ul li b img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footer .copy ul li:hover {
    overflow: inherit;
}


.footer .copy ul li span {
	display: block;
	width: 110px;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -130px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footer .copy ul li:hover span {
	opacity: 1;
	top: -126px;
}

.footer .copy ul li span img {
	display: inline-block;
	width: 110px;
}

.all_back {
	position: fixed;
	right: 2%;
	bottom: 10.5%;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: none;
}

.all_back i {
	color: #111;
	font-size: 2rem;
	line-height: 50px;
	text-align: center;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.all_back:hover:before {
	opacity: 1;
	top: -15px;
}

.allbox {
	padding: 8% 0 0;
	position: relative;
}

.about {
	overflow: hidden;
	width: 100%;
}

.about .bar1 {
	position: relative;
}

.about .bar1 .left {
	float: left;
	width: 70%;
	position: relative;
	z-index: 2;
}

.about .bar1 .left .txt {
	margin-top: 3%;
	background: rgba(255, 255, 255, 0.9);
	padding: 5% 5% 5% 0;
	width: 74%;
}

.title {
	color: #fabf13;
	font-size: 4rem;
	text-transform: uppercase;
}

.about .bar1 p {
	color: #69727b;
	font-size: 1.24rem;
	margin: 2% 0;
	line-height: 1.6;
}

.about .bar1 p strong {
	color: #fabf13;
	font-size: 1.8rem;
	display: block;
	font-weight: 500;
}

.about .bar1 .right {
	position: absolute;
	right: -25%;
	top: 0;
	width: 60%;
}

.about .bar1 .right img {
	width: 100%;
}

.about .bar2 ul {
	margin-top: 4%;
	display: flex;
	justify-content: space-between;
}

.about .bar2 ul a {
	width: 48.5%;
}

.about .bar2 ul li {
	position: relative;
}

.about .bar2 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.about .bar2 ul li:hover::before {
	opacity: 0.3;
}

.about .bar2 ul li img {
	width: 100%;
	display: block;
}

.about .bar2 ul li p {
	position: absolute;
	left: 0;
	bottom: 10%;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about .bar1 .left{
    float: none;
    width: 100%;
}
.about2 .bar1 ul li{
	width: 22.6%;
	margin-top: 3%;
	margin-right: 3%;
}

.about2 .bar1 ul li:nth-of-type(4n) {
	margin-right: 0;
}
.about2 .bar1 ul li h3{
    text-align: center;
}
.news .bar1 ul {
	display: flex;
	flex-wrap: wrap;
}

.news .bar1 ul a {
	display: block;
	width: 31.3%;
	margin-top: 3%;
	margin-right: 3%;
}
.news .bar1 ul li a{
    width: 100%;
    margin: 0;
}
.news .bar1 ul a:nth-of-type(3n) {
	margin-right: 0;
}

.news .bar1 ul b {
	display: block;
	width: 100%;
	overflow: hidden;
}

.news .bar1 ul b img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.news .bar1 ul li:hover b img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.news .bar1 h4 {
	color: #fabf13;
	font-size: 1.1rem;
	margin: 20px 0 15px;
}

.news .bar1 h3 {
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
}
.news .bar1 .left .txt{
    width: 100%;
}
.pages {
	margin-top: 3%;
	text-align: center;
}
.pages ul{
    display: flex;
    justify-content: center;
}
.pages span,.pages a{
	display: inline-block;
	margin: 5px;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #F6F6F6;
	color: #333;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

.pages li.active span,
.pages li:hover span {
	background: #fabf13;
}
.pages li.active a,
.pages li:hover a {
	background: #fabf13;
}
.news_d h2 {
	color: #fabf13;
	font-size: 2.4rem;
	text-align: center;
}

.news_d h4 {
	color: #666;
	font-size: 1.1rem;
	text-align: center;
	margin: 1% 0 3%;
}

.news_d p {
	color: #69727b;
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 1.5% 0;
}

.news_d img {
	text-align: center;
	max-width: 100%;
	margin: auto;
}

.back {
	width: 200px;
	text-align: center;
	margin: 3% auto 0;
	background: #fabf13;
	padding: 12px;
	font-size: 1.24rem;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 5px;
}

.back span {
	font-size: 1.6rem;
	margin-right: 10px;
}

.back:hover {
	padding: 12px 20px;
}

.cases .bar1 ul li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 5% 0;
}

.cases .bar1 ul li b {
	display: block;
	float: right;
	width: 47%;
}

.cases .bar1 ul li b img {
	display: block;
	width: 100%;
}

.cases .bar1 ul li .txt {
	display: block;
	float: left;
	width: 49%;
}

.cases .bar1 ul li h4 {
	display: block;
	color: #333;
	font-size: 2.4rem;
	margin-top: 2%;
}

.cases .bar1 ul li span {
	display: block;
	color: #fabf13;
	font-size: 1.2rem;
	margin: 20px 0 15px;
}

.cases .bar1 ul li h3 {
	color: #333;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.6;
}

.cases .bar1 ul a:nth-of-type(2n) li b {
	float: left;
}

.cases .bar1 ul a:nth-of-type(2n) li .txt {
	float: right;
}

.contact .bar1 {
	display: flex;
	justify-content: space-between;
}

.contact .bar1 .left {
	width: 70%;
	position: relative;
	z-index: 2;
}

.contact .bar1 .left .txt {
	margin-top: 8%;
}

.contact .bar1 h3 {
	font-size: 2rem;
	color: #333;
}

.contact .bar1 p {
	color: #69727b;
	font-size: 1.24rem;
	margin: 2% 0;
	line-height: 2;
}

.contact .bar1 p strong {
	color: #69727b;
	font-size: 1.4rem;
}

.contact .bar1 p a {
	color: #69727b;
	font-size: 1.4rem;
	border-bottom: 1px solid #69727b;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.contact .bar1 p:first-of-type a {
	margin: 0;
}

.contact .bar1 p a:hover {
	border-bottom: 1px solid #fff;
}

.contact .bar1 .right {
	width: 60%;
}

.contact .bar1 .right img {
	width: 100%;
}

.contact .bar1 .back {
	width: 120px;
	margin: 10% 0 0;
}

.contact .bar2 {
	background: #F6F6F6;
	padding: 5% 0;
	margin-top: 5%;
}

.contact .bar2 {
	text-align: center;
}

.contact .bar2 ul {
	display: flex;
	flex-wrap: wrap;
}

.contact .bar2 ul li {
	width: 48%;
	margin-right: 3%;
	margin-top: 3%;
	background: #fff;
	padding: 4%;
	box-sizing: border-box;
	text-align: left;
}

.contact .bar2 ul li:nth-of-type(2n) {
	margin-right: 0;
}

.contact .bar2 ul li h3 {
	font-size: 1.4rem;
	color: #fabf13;
	font-weight: 200;
}

.contact .bar2 ul li h4 {
	font-size: 2.2rem;
	color: #fabf13;
	margin: 5px 0;
}

.contact .bar2 ul li p {
	font-size: 1.4rem;
	color: #666;
	margin: 5px 0;
	line-height: 1.4;
}

.contact .bar2 ul li p:first-of-type {
	margin-bottom: 6%;
}

.contact .bar2 ul li p a {
	margin-left: 5px;
	color: #666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.contact .bar2 ul li p a:hover {
	color: #fabf13;
}

.contact .bar2 ul li p strong {
	color: #333;
}

.message .title {
	text-align: center;
	margin: 6% 0 2%;
	font-size: 3.2rem;
}

.message input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	background: none;
	font-size: 1.2rem;
	color: #333;
	margin: 5px 0;
	box-sizing: border-box;
}

.message ::-webkit-input-placeholder {
	font-size: 1.2rem;
	color: #888;
}

.message p {
	float: left;
	width: 48%;
	margin: 1% 0;
}

.message p:nth-of-type(2n) {
	float: right;
}

.message p:last-of-type {
	width: 100%;
	float: none;
}

.message p strong {
	display: block;
	font-size: 1.4rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}

.message textarea {
	width: 100%;
	height: 120px;
	font-size: 1.2rem;
	color: #333;
	padding: 10px;
	background: none;
	margin-top: 1%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.message .submit button {
	background: #fabf13;
	width: 32%;
	margin: 3% auto 0;
	display: block;
	color: #fff;
	padding: 1.5% 0;
	font-size: 1.4rem;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.message .submit:hover button {
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.ban {
	padding: 10% 0 6%;
}

.ban h2 {
	text-align: center;
	color: #fff;
}

.ban h2 strong {
	display: block;
	font-size: 2rem;
}

.pro {
	padding-top: 3%;
}

.pro dl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pro dl a {
	margin: 10px;
}

.pro dl dd {
	font-size: 1.3rem;
	background: #f1f1f1;
	border-radius: 5px;
	color: #333;
	padding: 8px 25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pro dl dd:hover,
.pro dl dd.active {
	background: #fabf13;
	color: #fff;
}

.pro .bar1 ul a {
	width: 23.5%;
	margin-right: 2%;
}

.pro .bar1 ul a:nth-of-type(3n) {
	margin-right: 2%;
}

.pro .bar1 ul a:nth-of-type(4n) {
	margin-right: 0;
}

.pro .bar1 ul li b {
	display: block;
	position: relative;
	width: 100%;
}

.pro .bar1 ul li b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #d2cfc9;
	opacity: 0.12;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.pro .bar1 ul li:hover b::before {
	opacity: 0;
}

.pro .bar1 ul li b img {
	width: 100%;
}

.pro .bar1 ul li h4 {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 10px;
}

.pro .bar1 ul li h5 {
	font-size: 1.4rem;
	margin-right: 10px;
	position: relative;
	color: #333;
	margin: 5px 0;
}

.pro .bar1 ul li h3 {
	color: #69727b;
}

.pro .bar1 ul li p {
	font-size: 1.3rem;
	color: #333;
	margin: 7px 0 2px;
}

.pro_d .left {
	float: left;
	width: 55%;
}

.pro_d .left img {
	width: 100%;
}

.pro_d .left .imgs {
	display: flex;
	margin-top: 3%;
	width: 100%;
	overflow: hidden;
}

.pro_d .left .imgs img {
	width: 15%;
	margin-right: 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pro_d .left .imgs img:hover {
	opacity: 0.6;
}

.pro_d .left .imgs img.active {
	border-color: #fabf13;
}

.pro_d .right {
	float: right;
	width: 38%;
}

.pro_d .right h3 {
	font-size: 1.6rem;
	margin: 3% 0;
}

.pro_d .right img {
	max-width: 100%;
	margin: 3% 0;
}

.pro_d table {
	width: 100%;
	margin: 3% 0;
}

.pro_d table tr td {
	font-size: 1.3rem;
	color: #69727b;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.pro_d p {
	font-size: 1.3rem;
	color: #69727b;
}

.pro_d .bar4 .title2{
	margin-bottom: 3%;
	text-align: left;
}

.pro_d .bar2 p {
	margin: 1% 0;
}
.pro_d .bar2 img{
    max-width: 100%;
}
.pro_d .bar3 {
	background: #fcfbfb;
	padding: 4% 0;
	margin-top: 5%;
}

.pro_d .bar3 dl {
	margin-bottom: 3%;
}

.pro_d .bar3 dl dt {
	font-size: 2rem;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #eee;
	padding: 1.5% 0;
	margin: 0 0 3%;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
}

.pro_d .bar3 table tr:first-of-type td {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

.pro_d .bar3 dl.active dt,
.pro_d .bar3 dl:hover dt {
	color: #fabf13;
}

.pro_d .bar3 dl:hover dt i {
	color: #fabf13;
}

.pro_d .bar3 .bb2 p {
	margin: 10px 0;
}

.pro_d .bar3 .bb2 p img {
	max-width: 100%;
}

.pro_d .bar3 .bb3 p strong {
	display: block;
	color: #333;
	font-size: 1.4rem;
	margin-top: 5px;
}
.pro_d .bar4{
    margin: 5% 0;
}
.pro_d .bar6 {
    padding: 5% 0;
    background: #f6f6f6;
}
.pro_d .bar6 .message .title{
    margin-top: 0;
}
.title2 {
	text-align: center;
	font-size: 3.2rem;
	text-transform: uppercase;
	font-family: "title";
}

.pro_d .bar4 img {
	width: 100%;
}

.pro_d .bar4 h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 10px;
	color: #333;
}

.pro_d .bar4 .swiper-container {
	padding-bottom: 4%;
}

.pro_d .bar4 .swiper-pagination-bullet-active {
	background: #fabf13;
}

.pro_d .bar5 .back {
	width: 100%;
	box-sizing: border-box;
	margin-top: 4%;
}

.big_box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999999999;
	display: none;
}

.big_imgss {
	position: absolute;
	width: 75%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.big_imgss.active {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.big_box .righttop {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 9;
	padding: 10px;
	background: rgba(0, 0, 0, 0.9);
}

.big_box .righttop div {
	float: right;
	margin: 0 10px;
	width: 24px;
}

.big_box .righttop img {
	width: 24px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.big_box .btn {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
}

.big_box .btn i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}

.big_box .btn:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-color: rgba(25, 25, 25, 0.45);
	z-index: 1;
	transform: scale(0.9);
	transition: all 0.25s cubic-bezier(.15, 0.2, .1, 1);
}

.big_box .btn:hover::before {
	background: #fabf13;
	transform: scale(1);
}

.big_box .btn_l {
	left: 2%;
}

.big_box .btn_r {
	right: 2%;
}

.big_box .btn_r i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.big_box_pro .big_imgss {
	height: 76%;
	width: auto;
}

.big_box_pro .big_imgss img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 49%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

.big_box_pro .big_imgss img:first-of-type {
	display: block;
}
html[lang="cn"] header .nav li span{
    font-size: 1.4rem;
}
html[lang="cn"] .index_bar3 ul li p{
    font-size: 2rem;
}
html[lang="cn"] .s_menu dd {
    font-size: 1.26rem;
    line-height: 1.3;
}
html[lang="cn"] .s_menu dd p{
    font-size: 1.26rem;
}
html[lang="cn"] .s_menu dd a:first-of-type p {
    font-size: 1.4rem;
}
html[lang="cn"] .footer .right .bb input{
    font-size: 1.2rem;
}
html[lang="cn"] .news_d p {
    line-height: 2;
}
html[lang="cn"] .back {
    width: 160px;
}
.flows a{
    display: none;
}