@media all and (min-width:320px) and (max-width:768px){





body.menushow {
   overflow: hidden;
    width: 100%;
}
.mttop{
	margin-top:60px;
}
.mtbottom{
	margin-bottom:60px;
}
#main {
    z-index: 20;
}


.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: #09cb96;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #09cb96;
}
.header.yanse .nav_menu_item {
    background: #09cb96;
}
.header.yanse.show .inheader{
	background:#fff; z-index:14;
}
.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;
	z-index:20;
}
.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 .inheader .menu .userbtn a{
	border:1px solid #c1c1c1; color:#666;
}
.header .inheader .menu .userbtn a:nth-child(2){
	color:#fff;
}


.header .headertel{
	display:none;
}
.header .inheader .menu > li:after,
.header .inheader .menu > li.active:after,
.header .inheader .menu > li:hover:after{
	opacity:0;
}

.header .inheader .icons{
	display:none;
}
.header .inheader .icons.show{
	display:block;
}
.header .inheader .icons a:nth-child(3),
.header .inheader .icons a:nth-child(4){
	display:none;
}
a.index01 {
    font-size: 12px;
    padding: 15px 15px;
    top: -22px;
	z-index:22;
}
#index02 .index02else {
    position: static;
}

#index02 {
    margin-bottom: 60px;
    padding-top: 30px;
}
.indext {
    width: 100%;
    margin-left: 0;
}
.indext .t {
    font-size: 24px;
}
.indext .b {
    font-size: 14px;
    line-height: 32px;
    margin: 10px 0 32px;
}
.indext a.a {
    margin-bottom: 40px;
    font-size: 14px;
    width: 120px;
    height: 32px;
    line-height: 32px;
}
.index02 .index02bottom .index02bottomlist{
	width:calc(33.33% - 10px); margin-right:15px; padding:15px 10px;
}
.index02 .index02bottom .index02bottomlist:nth-last-child(2){
	margin-right:0px;
}
.index02 .index02bottom .index02bottomlist .t {
    font-size: 16px;
    margin: 24px 0 8px;
}
.index02 .index02bottom .index02bottomlist .b {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.index02 .index02bottom .index02bottomlist a.more {
    font-size: 12px;
}
#index02 .index02else .elsein video {
    width: 100%;
    height: 300px;
}
#index02 .index02else .elsein .text a {
    font-size: 26px;
    line-height: 28px;
}
#index02 .index02else .elsein .text a br{
	display:none;
}
#index02 .index02else .elsein{
	width: calc(100% - 30px);
	margin: 15px auto 0;
	padding: 0;
	box-shadow: none;
}
#index02 .index02else .elsein .text {
	width: 100%;
	bottom: 0;
	right: 0;
	padding: 30px 15px 30px;
	position: static;
}
.index03top {
    margin: 0 auto 45px;
}
.index03list{
	width:49%; margin-right:0px; margin-bottom:0px; padding: 34% 0;
}
.index03list:nth-child(2n){
	float:right;
}
#index04 {
    padding: 90px 0 120px;
}
.footer01t {
    top: -55px;
}
#index04 > img {
    height: 100%; width: 150%;
}
.index04list {
    width: 100%;
    margin-bottom: 15px;
}
.index04list:nth-child(n+3) {
    margin-bottom: 15px;
}
.index04list:last-child {
    margin-bottom: 0;
}
#footer .footer01 .footer01list {
    width: 33.33%;
    height: 50px;
	margin:7px 0;
	
}
#footer .footer01 .footer01list img {
    max-height: 45px;
}
#footer .footer01 {
    padding: 15px 0; top:-45px;
}
#footer .footer02 .footer02_01 {
    width: 40%; margin-bottom:15px;
    padding: 0 0px;
}
#footer .footer02 .footer02_01 img {
    margin: 15px 0 15px;
}
#footer .footer02 .footer02_02{
	margin-bottom:15px;
}
#footer .footer02 .footer02_03 {
    margin-left: 0;  margin-bottom:15px;
}
#footer .footer02 .footer02_04{
	margin-top:15px;
	float:left;
}
#footer .footer02 .footer02_04 div{
	display:block;
}
#footer .footer02 .footer02_04 {
    margin-top: 15px;
    clear: none;
    margin-bottom: 0;
}
#footer .footer02 .footer02_04 img {
    float: left;
    height: 60px;
    margin-right: 0;
}
#footer .footer02 .footer02_04 .footer02_04_in img {
    height: 60px;
}
#footer .footer03 {
    font-size: 14px;
    line-height: 24px;
}
#footer .footer02 .footer02_04 .footer02_04_in div {
    font-size: 12px;
    line-height: 22px;
    height: 60px;
}
#beian .beian {
    font-size: 12px;
    line-height: 20px;
}
#footer {
    padding: 15px 0 15px;
}
.pagetab {
    padding: 75px 0 15px; width:calc(100% - 30px); z-index:111;
}
.pagetab .tabcon {
    float: none;
    font-size: 0px;
}
.pagetab .bigt {
    width: 140px;
    height: 90px;
    top: -30px;
}
.pagetab .bigt span {
    font-size: 20px;
}
.pagetab .tabcon a {
    font-size: 14px;
    margin-right: 0;
    padding: 6px 18px;
    width: 33.33%;
    box-sizing: border-box;
    margin: 5px 0;
	text-align:center;
}
.clientsdiv {
    margin: 30px auto;
}
.clientsdiv a.clientslist{
	width:48%; margin-bottom:15px; margin-right:0px; padding:15% 0;
}
.clientsdiv a.clientslist:nth-child(2n){
	float:right;
}
.clientsdiv a.clientslist .black p {
    font-size: 12px;
}

.advantagediv {
    margin: 40px auto;
}
.adv01 .t {
    font-size: 20px;
    margin-bottom: 18px;
}
.adv01 .b {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.adv02 {
    margin-bottom: 30px;
}
.adv03 {
    margin-bottom: 30px;
}
.adv02 img {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.adv02 .text {
    float: none;
    width: 100%;
}
.adv03 img {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.adv03 .text {
    float: none;
    width: 100%;
}


.productdiv {
    margin: 0px auto 30px;
}
.productdiv a.productlist{
	width:48%; margin-bottom:15px; margin-right:0px; padding:15% 0;
}
.productdiv a.productlist:nth-child(2n){
	float:right;
}
.productdiv a.productlist .black p {
    font-size: 12px;
}

.productdiv .productdivleft {
    width: 100%;
}
.productdiv .productdivright {
    float: none;
    width: 100%;
}
.productdiv a.productlist {
    padding: 16% 0;
}
.productdiv .productdivleft .tablistsec{
	overflow:hidden;
}
.productdiv .productdivleft a.b {
    width: 25%;
    float: left;
}
.ourclientdiv .ourclientdivleft {
    font-size: 24px;
    margin-top: 0;
    margin-left: 0;
    transform: rotate(0) !important;
    width: 100%;
    float: none;
	margin-bottom:30px;
}
.ourclientdiv {
    margin: 30px auto;
}
.ourclientdiv .ourclientdivright {
    float: none;
    width: 100%;
}
.ourclientdiv .ourclientdivright .ttext {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.ourclientdiv .ourclientdivright .ourclientlist .textb {
    font-size: 14px;
    line-height: 22px;
}
.ourclientdiv .ourclientdivright .ourclientlist .textt {
    margin-bottom: 10px;
    margin-top: 4px;
    font-size: 18px;
}
.ourclientdiv .ourclientdivright .ourclientlist {
    padding-bottom: 22px;
    margin-bottom: 22px;
}


.usdiv {
    margin: 30px auto;
}


.usdiv>img{
	float:none; width:100%;
}
.usdiv .usdivright{
	float:none; width:100%;
}
.usdiv .usdivright .textt {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.contact01div .contact01left {
    width: 100%; float: none; margin-bottom:15px;
}
.contact01div .contact01left .t {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}

.contact01div .contact01right {
    width: 100%;
    float: none;
}
.contact02div .contact02list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.contact01div {
    margin: 30px auto;
}
.contact02div {
    margin: 0 auto 50px;
}
.bigpagelist .pagelist img {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 15px;
}
.bigpagelist .pagelist .text {
    width: 100%;
    position: static;
    height: auto;
}
.bigpagelist .pagelist{
	padding:0px;
}
.bigpagelist .pagelist .text .textb {
    width: 100%;
}
.bigpagelist {
    margin-bottom: 30px;
}
.home02 .homein {
    padding: 16.5% 20px 6.5%;
    width: 90%;
    letter-spacing: 0;
}
.home02 .homein .t {
    font-size: 18px;
    margin-bottom: 10px;
}
.index03in .indext .t {
    font-size: 24px;
    line-height: 32px;
}
.home01 .hometext {
    width: 60%;
    padding: 2% 5% 3% 3%;
}
.home01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 125px;
}
.home01 .hometext div.b {
    font-size: 12px;
    line-height: 22px;
}
.home01 .hometext div.t {
    font-size: 20px;
    margin: 20px 0 12px;
}
.home01 .hometext img {
    height: 40px;
}

.proshow .proshow_left {
    width:100%; margin-bottom:30px;
}

.proshow .proshow_right {
    width:100%;
}
.proshow {
	 width:100%;
}

}
