﻿

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1060px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 0;
	/* min-width: 1200px; */
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #ea6d02;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.flex{
	display: flex;
}
.row-between{
	justify-content: space-between;
}
.align-items{
	align-items: center;
}
.my40{
	margin: 2.5rem 0;
}
.w900{
	width: 900px;
	margin: 0 auto;
}
.textcenter{
	text-align: center;
}
.font36{
	font-size: 36px;
}
.titlecolor{
	color: #84ADB8;
}
.wrap{
	flex-wrap: wrap;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
	text-align: center;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #027238;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #027238;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */
.top {
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}
.top a {
	color: #000;
	
}
.fl {
	float: left
}
.fr {
	float: right
}
.top{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: url(../headbg.png) no-repeat top center;
	background-size:100% 100%;
	/* background-color: #346D7E; */
}
.head .logo {
	transform:skew(175deg,0deg);
}
.head .logo a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	
}
.head .logo a img{
	width: 100%;
}
.nav {
	display: flex;
	transform:skew(170deg,0deg);
}
.wrap{
	flex-wrap: wrap;
}
.nav ul {
	/* margin-top: 40px; */
}
.nav li {
	padding: 10px;
	float: left;
	color: #fff;
	/* width: 90px; */
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.nav li a {
	font-weight: bold;
	color: #EBDFE1;
	display: block;
	text-align: center;
}
.nav li a:hover, .nav li a.hover {
	color: #F3FA57;
}
/* .slideBox {
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
} */
.slideBox .hd {
	height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 18px;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #276148;
}
/* .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
} */

.shop {
	height: 650px;
	padding-top: 65px;
	background-color: #F8F8F8;
}


.pro_intro {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	color: #5e5f5e;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.picList {
	/* overflow: hidden; */
	/* position: relative; */
	/* width: 1205px; */
	/* margin: 0 auto; */
}


.abouts_title{
	text-align: left;
	font-size: 28px;
	/* padding-top: 20px; */
	color: #fff;
	background-color: #81AEB8;
	width: 170px;
	padding: 0 10px;
}

.about .fl img{
	height: 100%;
}


.centertitle{
	color: #86AABA;
	font-size: clamp(0.875rem, 0.461rem + 1.7vw, 2.5rem);
}
/* 蓝色背景公共标题 */
.bgcommontitle{
	background-color: #86AABA;
    color: #fff;
    font-size: clamp(0.875rem, 0.461rem + 1.7vw, 2.5rem);
    /* letter-spacing: 5px; */
    font-weight: bold;
	padding: 5px 10px;
	transform:skew(165deg,0deg);
}

.adv {
	background: url(../ipbg.jpg);
	height: 500px;
	padding-top: 80px;
}
.advbg {
	height: 393px;
	background: url(../advbg.jpg) no-repeat top center;
	position: relative;
	margin-top: 10px;
}
.advbg p {
	color: #2f2d2e;
	font-size: 24px;
	font-weight: bold;
}
.advbg span {
	color: #555453;
}
.a1, .a2, .a3, .a4, .a5, .a6 {
	position: absolute;
}
.a1, .a2, .a3 {
	text-align: right;
}
.a1 {
	left: 40px;
	top: 50px;
}
.a2 {
	left: 50px;
	top: 165px;
}
.a3 {
	left: 12px;
	top: 280px;
}
.a4 {
	right: 105px;
	top: 50px;
}
.a5 {
	right: 88px;
	top: 165px;
}
.a6 {
	right: 30px;
	top: 285px;
}
.adv .more {
	text-align: center;
}
.adv .more a {
	color: #07913b;
}
.news {
	height: 820px;
	background-color: #ffffff;
	padding-top: 65px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 62px;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	background: #666565;
	height: 51px;
	line-height: 49px;
	color: #fff;
	font-size: 26px;
	width: 360px;
	text-align: center;
}
.slideTxtBox .hd ul li.on {
	height: 62px;
	background: url(../newtit.png) center;
}
.slideTxtBox .bd ul {
	zoom: 1;
}
.slideTxtBox .bd li {
}
.new_left {
	width: 360px;
	height: 500px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 10px #80808059;
}
.hot_new {
	margin: 30px;
	margin-bottom: 20px;
}
.fh{
	color: red;
	font-size: 30px;
	font-weight: bold;
}
.monthday{
	height: 40px;
	line-height: 40px;
}
.new_note{
	font-size: 16px;
	margin-top: 25px;
	line-height: 30px;
}
.hot_new .fr {
	width: 280px;
	margin-top: 5px;
}
.hot_new .fr span {
	color: #b5b5b5;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
.hot_new_title{
	float: left;
}
.hot_new_title p.newtit {
	color: #000;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	/* margin: 20px; */
}
.hot_new .fr p.newintro {
	font-size: 12px;
	color: #6f6d6f;
	line-height: 21px;
}
.hot_new2 {
	margin-top: 15px;
	height: 150px;
}
.hot_new2 img {
	width: 234px;
	height: 130px;
}
.hot_new2 .fl {
	width: 280px;
	margin-top: 5px;
}
.hot_new2 .fl span {
	color: #b5b5b5;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
.hot_new2 .fl p.newtit {
	color: #ff9a13;
	font-size: 18px;
	margin-bottom: 8px;
}
.hot_new2 .fl p.newintro {
	font-size: 12px;
	color: #6f6d6f;
	line-height: 21px;
}
.newlist {
	width: 760px;
	float: left;
	margin-left: 40px;
	background-color: #FAFAFA;
	height: 460px;
	border-radius: 20px;
	padding: 20px;
}
.newlist li {
	/* font-size: 22px; */
	height: 140px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	display: flex;
}
.newlist li a {
	color: #131313;
}
.newlist li span {
	color: #999999;
	float: right;
}
.newlist li p {
	color: #000;
	font-size: 16px;
	/* font-weight: bold; */
	/* float: right; */
}

.product_more{
	position: absolute;
	right: 65px;
	top: 50%;
}
.n_more{
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #E7231B;
	text-align: center;
	border-radius: 20px;
	font-size: 18px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.newlist li:nth-child(5) {
	border: 0;
}
.problem {
	width: 320px;
}
.problem .protit {
	height: 40px;
	line-height: 35px;
	color: #0070ad;
	font-size: 26px;
	font-weight: bold;
	background: url(../cj.jpg) no-repeat left top;
	padding-left: 18px;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 13px;
}
.problem li {
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
	margin-top: 20px;
}
.problem li:nth-child(1) {
	margin-top: 36px;
}
.problem li:nth-child(3) {
	border: 0;
}
.problem li a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../w.png) no-repeat left center;
	padding-left: 40px;
	font-size: 16px;
	color: #5a545c;
}
.problem li p {
	font-size: 12px;
	color: #6f6d6f;
	line-height: 25px;
	background: url(../d.png) no-repeat left top;
	padding-left: 40px;
	margin-top: 20px;
}
.link {
	background-color: #ffffff;
	margin-top: 10px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px
}
.link p {
	background: url(../link.jpg) center no-repeat;
	width: 113px;
	height: 50px;
}
.link a {
	color: #484747;
	margin: 0 10px;
}
.footer {
	background-color: #F2F2F2;
	/* padding-top: 40px; */
}
.footer_nav {
	margin: 30px 0;
	display: flex;
	font-size: 18px;
    /* height: 171px; */
	/* width: 60%; */
}

.footer_nav ul {
	/* height: 30px; */
	/* margin-top: 40px; */
}
.footer_nav .nav_title {
	/* float: left; */
	/* color: #FFF275; */
	/* margin: 0 5px; */
	margin-right: 75px;
	margin-bottom: 20px;
}
.footer_nav .nav_title a {
	color: #FFF275;
	font-weight: bold;
	/* margin-left: 10px; */
}
.footer_nav  .second_nav li{
	margin-bottom: 10px;
}
.footer_nav  .second_nav a {
	color: #E2E4DA;
}
.footleft li span {
	margin-right: 10px;
}
.footleft p, .footleft p a {
	color: #ffffff;
	line-height: 28px;
}
.footleft p {
	margin-top: 10px;
}
.footleft1 {
	margin-top: 50px;
	font-size: 18px;
	/* float: left; */
    height: 418px;
    line-height: 40px;
	margin-left: 100px;
	color: #ffffff;
}
.footleft1 p  {
	color: #ffffff;
}
.footmessage {
	color: #000;
	font-size: 16px;
	padding: 40px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 10px;
}
.footright .fr {
	margin-left: 15px;
}
.footright .fr p {
	line-height: 39px;
}
.footright p:nth-child(3) {
	font-size: 16px;
}
.input-message{
	margin-top: 30px;
}
.input-message input{
	border:1px solid #CCCCCC;
	width: 30%;
	height: 50px;
	color: #111;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 16px;
}
.input-message select{
	border:1px solid #CCCCCC;
	width: 30%;
	height: 50px;
	color: #111;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 16px;
}
.textarea-message textarea{
	margin-top: 20px;
	width: 96%;
	font-size: 16px;
	height: 100px;
	color: #111;
	border:1px solid #CCCCCC;
	padding: 10px;
}
.textarea-message select option{
	border:1px solid #CCCCCC;
	width: 30%;
	height: 50px;
	color: #111;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 16px;
}
.message-submit input{
	width: 180px;
	height: 50px;
	margin-top: 10px;
	border-radius: 30px;
	background-color: #FBAB09;
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
}
.message-submit{
	text-align: center;
	margin-top: 20px;
}
.phone_icon img{
	width: 35px;
	height: 35px;
}
.phone_icon {
    float: left;
}
/* .banner {
	height: 280px;
	background: url(../banner.jpg) no-repeat center/cover;
}
.banner_list {
	height: 280px;
	background: url(../banner_list.jpg) no-repeat center/cover;
}
.banner_photo {
	height: 280px;
	background: url(../banner_photo.jpg) no-repeat center/cover;
}
.banner_shili {
	height: 280px;
	background: url(../banner_shili.jpg) no-repeat center/cover;
}
.banner_renli {
	height: 280px;
	background: url(../banner_renli.jpg) no-repeat center/cover;
}
.banner_lianxi {
	height: 280px;
	background: url(../banner_lianxi.jpg) no-repeat center/cover;
} */
.page_top {
	margin-top: 50px;
	/* padding-bottom: 30px; */
}

.page_top i {
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #3b7b01;
}
.page_top .position {
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 15px;
	letter-spacing: 7px;
}
.page_top .position a {
	color: #5a5a5a;
}



.content {
	color: #666;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 16px;
}

.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #276148;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews li {
	background: rgba(0, 0, 0, 0) url("../jt.jpg") no-repeat scroll left center;
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-right: 30px;
	padding-left: 20px;
	width: 500px;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	text-align: center;
	width: 203px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 137px;
	width: 203px;
}
.hotcp_top {
	background: #276148;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}

.show_top {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
}
.show_top p.title {
	font-size: 24px;
	font-weight: bold;
	color: #276148;
	margin-bottom: 20px;
}
.show_top H1 {
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px
}
.show_top p.date span {
	font-size: 12px;
	color: #8b8b8b;
	margin: 0 5px;
}
.prepage {
	margin-bottom: 20px;
	line-height: 25px;
	color: #666;
	margin-bottom: 50px;
}
.prepage a {
	color: #666;
}
.enbox {
	position: relative;
}
.qiehuan {
	position: absolute;
	right: -50px;
	top: 0;
}
.message {
	width: 500px;
	margin: 0 auto;
	height: 400px;
	padding-bottom: 70px;
	padding-top: 50px
}
.message li {
	height: 50px;
	line-height: 32px;
	margin-top: 10px;
}
.message li span {
	display: block;
	float: left;
	font-weight: bold;
}
.message li input {
	float: right;
	border: 1px solid #ccc;
	height: 32px;
	line-height: 32px;
	width: 400px;
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
}
.message li textarea {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	width: 400px;
	border-radius: 5px;
	height: 150px;
	padding: 5px 10px;
}
.message li.but input {
	width: 150px;
	height: 40px;
	line-height: 38px;
	margin-right: 145px;
	margin-top: 30px;
	background: #d8c79c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.message li.but input:hover {
	background: #deba5e;
}
.joinlist {
	overflow: hidden;
	position: relative;
	width: 1205px;
	margin: 0 auto;
}
.joinlist ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.joinlist ul li {
	width: 33%;
	margin-top: 15px;
	font-size: 16px;
}
.joinlist ul li p {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
}	
.join_title{
	width: 255px;
	height: 80px;
	border: 1px solid yellow;
	background-color: #FBAB09;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 80px;
	text-align: left;
	padding-left: 45px;
	font-size: 22px;
	/* font-weight: bold; */
}
.join_content{
	background-color: #E7231B;
	width: 250px;
	height: 110px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: 20px;
	padding: 100px 25px 0 25px;
	word-wrap:break-word; 
	word-break:break-all; 
	color: #fff;
	margin-left: 20px;
}
.jiameng{
	position: relative;
	margin-bottom: 10px;
}
.jm {
	 /* background:url(../bkg_2.jpg) center;
	background-size:1920px 100%;
	background-repeat:no-repeat; */
	/* height: 800px; */
	/* padding-top: 100px; */
}

.jmshop_title{
	/* padding-top: 100px; */
}
.shop_item{
	width: 24%;
}

.shop_info{
	margin-left: 10px;
	color: #fff;
}
.shop_detail{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95%;
	background-color: #FFBA00;
	text-align: right;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-right: 5%;
}
.newlist_pic img{
	width: 170px;
	height: 120px;
}
.new_info{
	line-height: 30px;
	margin-left: 20px;
}

.footer_bottom{
	background-color: #699DAA;
	background-repeat: repeat-x;
	/* margin-top: 40px; */
}

.footer_info{
	display: flex;
}
.pro_pic{
	width: 155px;
	height: 160px;
	/* margin: auto; */
}
.pro_pic img{
	width: 100%;
	height: 100%;
}

.pro_list{
	width: 50%;
	
}
.pro_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_list ul li{
	width: 50%;
	height: 240px;
}


.pro_title{
	height: 50px;
	line-height: 50px;
	margin-left: 55px;
}

.phone{
	font-weight: bold;
	color: #FF2A00;
}
.banner img{
	width: 100%;
}
.bottom_contactus{
	color: #fff;
	margin-top: 40px;
	width: 40%;
	text-align: right;
}
.bottom_contactus h2{
	font-size: 30px;
}
.bottom_contactus p{
	line-height: 40px;
}
.bgred{
	width: 666px;
	height: 128px;
	background-color: #E7231B;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	position: absolute;
	right: 0;
	bottom: 50px;
}
.jm_more{
	text-align: center;
	width: 150px;
	height: 45px;
	background-color: #FBAB09;
	line-height: 45px;
	border: #FFF 1px solid;
	border-radius: 30px;
	margin: 50px auto;
}
.jm_more a{
	color: #fff;
	font-size: 16px;
}
.pro_image{
	width: 350px;
	margin: auto;
}
.pro_image img{
	width: 100%;
	height: 100%;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
}
.mfooter{display: none;}

/* Code tidied up by ScrapBook */
.phone_nav { display: none; }
.hided { overflow: hidden; width: 100%; height: 100%; position: fixed; }
.phone_logo { height: 65px; background:#336C7D none repeat scroll 0% 0%; }
.phone_logo .p1 img { height: 100%; }
@media screen and (max-width: 1200px) {
  .phone_logo .p1 { padding-top: 15px; height: 54px; display: block; transform:skew(170deg, 0deg);}
  .in_top .heard { display: none; }
  .phone_logo { width: 100%; padding: 0px 20px; box-sizing: border-box; }
  .phone_nav { position: fixed; width: 100%; top: 0px; left: 0px; display: block; transition-delay: 0.7s; z-index: 9999;  }
  .phone_nav .nav_but_box { display: block; position: absolute; width: 30px; height: 30px; right: 20px; top: 20px; z-index: 1; transition: all 0.7s ease 0s; }
  .phone_nav .nav_but { display: inline-block; position: relative; width: 20px; height: 2px; z-index: 2; margin: 13px 0px 0px 5px; background: #fff none repeat scroll 0% 0%; transition-property: background-color, transform, -webkit-transform; transition-duration: 300ms; }
  .phone_nav .nav_but::before, .nav_but::after { content: ""; display: block; width: 20px; height: 2px; position: absolute; background: #fff none repeat scroll 0% 0%; transition-property: margin, transform, -webkit-transform; transition-duration: 300ms; }
  .phone_nav .nav_but::before { margin-top: -5px; }
  .phone_nav .nav_but::after { margin-top: 5px; }
  .phone_nav .nav_main { height: 100%; position: fixed; left: 0px; top: 65px; opacity: 0; width: 0px; transition: all 0.4s ease 0.3s; background: #336C7D none repeat scroll 0% 0%; overflow: hidden; }
  .phone_nav .nav_main ul { padding: 0px 20px; margin-top: 40px; }
  .phone_nav .nav_main li a { background-position: left center; color: rgb(255, 255, 255); height: 46px; line-height: 46px; display: inline-block; background-size: 32px auto; background-repeat: no-repeat; font-weight: bold; }
  .phone_nav .nav_main .ss { border: 1px solid rgb(255, 255, 255); margin-top: 20px; }
  .phone_nav .nav_main .ss .p2 { float: right; }
  .phone_nav .nav_main .ss .p2 input { border: 0px none; width: 34px; height: 34px; }
  .phone_nav .nav_main .ss .p1 { display: block; margin: 0px 34px 0px 5px; }
  .phone_nav .nav_main .ss .p1 input { width: 100%; height: 34px; line-height: 34px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; font-family: "Microsoft YaHei"; font-size: 14px; color: rgb(255, 255, 255); }
  .phone_nav .nav_main li b { display: inline-block; position: absolute; right: 10px; top: 0px; width: 50%; height: 50px; z-index: 99; }
  .phone_nav .nav_main .ul { padding: 0px 0px 0px 40px; margin: 0px; max-height: 0px; overflow: hidden; transition: max-height 0.4s ease 0s; }
  .phone_nav .nav_main .ul li { padding: 0px; border-bottom: 0px none; transform: translateX(0px); }
  .phone_nav .nav_main .ul li a { padding: 0px; height: auto; line-height: 30px; font-weight: normal; }
  .phone_nav .nav_main .b_one .ul { max-height: 300px; padding: 0px 0px 0px 40px; margin-bottom: 10px; }
  .phone_nav .nav_main li {text-align: right; transform: translateX(100px); transition: all 0.8s ease 0s; border-bottom: 1px solid rgba(225, 225, 225, 0.5); padding: 0px 20px; position: relative; }
  .phone_nav .nav_main li:nth-of-type(1) { transition-delay: 0.1s; }
  .phone_nav .nav_main li:nth-of-type(2) { transition-delay: 0.2s; }
  .phone_nav .nav_main li:nth-of-type(3) { transition-delay: 0.3s; }
  .phone_nav .nav_main li:nth-of-type(4) { transition-delay: 0.4s; }
  .phone_nav .nav_main li:nth-of-type(5) { transition-delay: 0.5s; }
  .phone_nav .nav_main li:nth-of-type(6) { transition-delay: 0.6s; }
  .phone_nav .nav_main li:nth-of-type(7) { transition-delay: 0.6s; }
  .phone_nav .nav_main li:nth-of-type(8) { transition-delay: 0.6s; }
  .phone_nav .nav_main li:nth-of-type(9) { transition-delay: 0.6s; }
  .phone_nav .nav_main li:nth-of-type(10) { transition-delay: 0.6s; }
  .phone_nav_one { background: rgb(35, 24, 21) none repeat scroll 0% 0%; transition-delay: 0s; }
  .phone_nav_one .nav_main { opacity: 1; width: 100%; overflow: inherit; }
  .phone_nav_one .nav_but { background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; }
  .phone_nav_one .nav_but::before { margin-top: 0px; transform: rotate(45deg); }
  .phone_nav_one .nav_but::after { margin-top: 0px; transform: rotate(-45deg); }
  .phone_nav_one .nav_but_box { opacity: 0.8; }
  .phone_nav_one .nav_main li { transform: translateX(0px); }
  .head{
	display: none;
  }
  .container{width: 100%;}
  .footer{display: none;}

  .mfooter {
	display: block;
	background-color: #F2F2F2;
		/* padding-top: 40px; */
	}
	.mfooter_nav {
		padding: 30px;
		font-size: 1.125rem;
	}

	.mfooter_nav .nav_title a {
		color: #FFF275;
		font-weight: bold;
	}
	.mfooter_nav  .second_nav{
		margin: 20px 20px 20px 0;
	}
	.mfooter_nav  .second_nav li{
		margin-right: 20px;
		font-size: 14px;
	}
	.mfooter_nav  .second_nav a {
		color: #E2E4DA;
	}
	.p1 a{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.slideBox{margin-top: 65px;}
	/* .mhover{color: #F3FA57;} */
	.nav_main li a.hover {
		color: #F3FA57;
	}

}
@media screen and (max-width: 758px) {
  .phone_nav .nav_but_box { top: 17px; right: 10px; }
  .phone_nav .nav_main ul { margin-top: 20px; height: 300px; overflow-y: auto; box-sizing: border-box; }
  .phone_nav .nav_main .b_one .ul { height: auto; }
  
}
@media screen and (max-width: 470px) {
  .phone_logo { padding: 0px 10px; }
  .phone_nav .nav_main ul { height: 410px; }
  .phone_nav .nav_main .b_one .ul { height: auto; }
}