@media all and (min-width:320px) and (max-width:768px){


body.menushow {
   overflow: hidden;
    width: 100%;
}
.mt120{
	margin-top:60px;
}
.mb120{
	margin-bottom:60px;
}


.header.show .logo img {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 21px;
    height: 18px;
	display:block;
	top: 20px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #f9ac12;
}
.header.yanse .nav_menu_item {
    background: #f9ac12;
}
.header.page_yanse .nav_menu_item {
    background: #f9ac12;
}
.header .menu_item_top {
    top: 0;
}
.header .menu_item_center {
    display: block;
    top: 8px;
}
.header .menu_item_bottom {
    bottom: 0;
}
.header .menu_body.show .menu_item_top {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .menu_body.show .nav_menu_item {
    height: 1px;
}
.header .menu_body.show .menu_item_center {
    opacity: 0;
}
.header .menu_body.show .menu_item_bottom {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .inheader .menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
	background:#fff;
	left:0px;
	padding: 0 15px;
	box-sizing: border-box;
}
.header .inheader .menu > li {
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
	margin-left:0px;
}
.header .inheader .menu > li > a {
    display: block;
    line-height: 50px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 65px);
	font-size: 14px;
	color: #4B4B4B;
}
.header .inheader .menu > li.active, .header .inheader .menu > li:hover {
    background: none;
    border-top: 1px solid #f2f2f2;
}

.header .inheader .menu{
	display:none;
}
.menu li .icon_nav_item{
    display: inline;
    position: absolute;
    right: 0;
    width: 50px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: #666;
    text-align: center;
	line-height: 50px;
}
.menu li.hover .icon_nav_item {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .menu > li .subnav {
    position: static;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background: none;
    clear: both;
	padding:0px;
	display: none;
	transition: none;
}
.header .menu > li .subnav a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    padding-left: 30px;
    border-top: 1px solid #f2f2f2;
}
.header .menu > li .subnav li{
	margin:0px;
}
.header .menu > li .subnav li:hover:before,
.header .menu > li .subnav li.active:before{
    display:none;
}
.header .menu > li .subnav li a {
    font-size: 13px; line-height: 34px;
}
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#f9ac12; font-weight:bold;
}
.header .menu > li:nth-child(2) .subnav,
.header .menu > li:nth-child(3) .subnav,
.header .menu > li:nth-child(5) .subnav,
.header .menu > li:nth-child(6) .subnav,
.header .menu > li:nth-child(7) .subnav{
	transform: translateX(0%) !important;
}
.header .inheader .menu > li.active > a, .header .inheader .menu > li:hover > a {
    color: #f9ac12;
}



.header .inheader .menu > li.active:after, .header .inheader .menu > li:hover:after {
    display:none;
}

#main .num .flex-direction-nav{
	display:none;
}
#main .flexslider .num {
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
}
#main .flexslider .num span {
    font-size: 20px;
}
.header .inheader .menu .lang a.on {
    color: #f9ac12;
}
.header .inheader .menu .lang span {
    display: none;
}
.header .inheader .menu .lang {
    margin-left: 15px;
}

#index01 .index01 .index01_left {
    width: 100%;
    margin-bottom:30px;
}
#index01 .index01 .index01_left::before {
    width: 85%;
    height: 85%;
}
#index01 .index01 .index01_left img {
    transform: translateY(15px) translateX(15px);
	width:calc(100% - 15px);
}
#index01 .index01 .index01_right {
    width: 100%;
}


.indextitle .t {
    font-size: 20px;
    margin-bottom: 5px;
}
.indextitle .b {
    font-size: 16px;
}
.indextitle a {
    margin-top: -9px;
    font-size: 14px;
    right: 15px;
}
.indextitle a img {
    margin-left: 8px;
    height: 8px;
}
#index01 .index01 .index01_right .c {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 24px;
}
#index01 .index01 .index01_right a {
    font-size: 14px;
    padding: 8px 18px;
}
#index01 {
    margin: 40px auto;
}
#index02 {
    margin-bottom: 40px;
}
.index02 {
    margin-top: 30px;
}
#index02 .index02_left {
    margin-left: 0px;
    width: 100%;
	float: none;
	margin-bottom:15px;
    padding-bottom: 20px;
}
.index02 .index02_right {
    width: 100%;
    right: 0px;
    top: 0px;
    position: static;
    height: auto;
}
.index02 .index02_rightlist .img {
    padding: 15% 0;
}
.index02 .index02_rightlist:first-child {
    position: static;
    height: auto;
	margin-bottom:15px;
	padding-bottom:15px;
}
.index02 .index02_rightlist:last-child {
    position: static;
    height: auto;
	padding-bottom:15px;
}

#index03 {
    margin-bottom: 40px;
}
.index03 .swiper-container-index03div {
    padding: 30px 0 25px;
}


#index04 {
    margin-bottom: 40px;
}
.index04 {
    margin-top: 30px;
}
.index04 .index04list {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}
.index04 .index04list:nth-last-child(2){
	margin-bottom:0px;
}

#footer {
    padding: 30px 0 30px;
}
#footer .footermenu .b{
	display:none;
}
#footer .footermenuall{
	overflow:hidden;
}
#footer .footermenu{
	margin-left:0px; width:25%; text-align:left;
}
#footer .footerinfo {
    float: none;
    display: block;
    clear: both;
    margin-top: 15px;
}
#footer .footerinfo .t,#footer .footerinfo .b{
	text-align:left;
}
#footer .footerinfo .b {
    font-size: 12px;
    margin: 10px 0 28px;
}
#footer .footerinfo .c {
    float: none;
}
#footer .footerinfo .c .cli {
    margin-left: 0;
    width: 20%;
}
#footer .footerinfo .c .cli .ewm {
    width: 90px;
    right: -125%;
    top: -63%;
    z-index: 11111;
	left:auto;
}


#main .flexslider .bannertext div div {
    font-size: 20px;
    margin-bottom: 5px;
}
#main .flexslider .bannertext div p {
    font-size: 14px;
}
#main .flexslider .bannertext {
    bottom: 15%;
}
.mbx {
    margin: 0 auto 15px; padding-top:15px;
}
.pagetab a.on::after {
    display:none;
}
.pagetab a {
    margin-right: 0;
    font-size: 12px;
    padding-bottom: 0;
    width: 33.33%;
	margin:5px 0;
}
.pagetab a.on{
	font-size: 14px;
}
.pagetab {
    padding:0 15px 15px;
}

.page_content {
    margin: 25px auto 0; padding-bottom:40px;
}
.product_p_list{
	width:49%; margin-right:0px; margin-top:10px;
}
.product_p_list:nth-child(1), .product_p_list:nth-child(2), .product_p_list:nth-child(3), .product_p_list:nth-child(4) {
    margin-top: 10px;
}
.product_p_list:nth-child(2n){
	float:right;
}
#pages {
    margin: 40px auto 0;
}
#pages li {
    font-size: 12px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}


.pro_show {
    margin-bottom: 40px;
}
.pro_show_relevant {
    margin-bottom: 40px;
}
.pro_show_relevant .indextitle {
    margin-bottom: 30px;
}
.pro_show_big {
    float: none;
    width: 100%;
    background: #eceff4;
    margin-bottom: 15px;
}
.pro_show_text {
    float: none;
    width: 100%;
}
.pro_show_text ul {
    margin: 20px 0 20px;
}
.pro_show_relevant .indextitle {
    margin-bottom: 30px; padding-left:0px;
}

.plant_p_list{
	width:48%; margin-right:0px; margin-top: 15px;
}
.plant_p_list:nth-child(2n){
	float:right;
}
.plant_p_list:nth-child(3) {
    margin-top: 15px;
}
.plant_p_list.on {
    transform: translateY(-5px);
}
.plant_p_list .text {
    padding: 8px 0 8px 15px;
    font-size: 12px;
	width: 75%;
}




.partner_p_list{
	width:33.33%; padding:9% 0;
}
.message_con {
    transform: translateY(-15px);
}
.message_con_div {
    padding: 15px 0;
}
.message_con_div .mtop input {
    font-size: 14px;
    padding: 5px 5px;
    width: 32%;
    margin-right: 2%;
}


.contact_left {
    float: none;
    width: calc(100% - 15px);
	margin-bottom:0px;
}
.contact_right {
    float: none;
    width: 100%;
}

.contact_left #mapContainer {
    height: 240px;
    transform: translateY(15px) translateX(15px);
}
.contact_right .c .cli {
    width: 50%;
    padding-left: 15px;
    margin-top: 30px;
}
.contact_right .c .cli .ct::before {
    left: -15px;
    height: 2px;
    margin-top: -1px;
    width: 8px;
}



.news_p .news_list{
	width:48.5%; margin-right:0px; margin-top:30px;
}
.news_p .news_list:nth-child(2n){
	float:right;
}
.news_p .news_list:nth-child(3), .news_p .news_list:nth-child(4) {
    margin-top: 30px;
}



.newsshow .prevnext a.backto {
    font-size: 12px;
    position: static;
    margin-top: 14px;
}
.newsshow {
    margin: 0 auto 0px;
	 padding-bottom:40px;
}
.newsshow .b {
    font-size: 12px;
    margin-bottom: 15px;
}
.newsshow .t {
    font-size: 18px;
    margin-bottom: 15px;
}

.us_left .text .d .dli div {
    font-size: 36px;
    margin-bottom: 10px;
}
.us_left .text .d .dli div sub {
    margin-left: 5px;
    font-size: 12px;
    transform: translateY(-16px);
}

.us03 .us03_list{
	width:100%; float:none;
}
.us03 .us03_list:nth-child(2n){
	float:none;
}
.us03 .us03_list:nth-child(2){
	margin-top:15px;
}
.us03 .us03_list .text {
    line-height: 18px;
    font-size: 14px;
}



.us04 .us04_list{
	width:48.5%; margin-right:0px; margin-top: 15px;
}
.us04 .us04_list:nth-child(2n){
	float:right;
}
.us04 .us04_list:nth-child(3){
	margin-top: 15px;
}
.us04 .us04_list .text {
    font-size: 12px;
}



.us05 .us05_list {
    width: 41%;
    margin-left:6%;
}
.us05 .us05_list:nth-child(3),
.us05 .us05_list:nth-child(4){
	margin-top:15px;
}

.us05.us06 .us05_list {
    width: 80%;
    margin-left:10%;
}

.us05.us06 .us05_list:nth-child(3),
.us05.us06 .us05_list:nth-child(2){
	margin-top:15px;
}




}