@media all and (min-width:320px) and (max-width:768px){


body.menushow {
   overflow: hidden;
    width: 100%;
}
.mt120{
	margin-top:60px;
}
.mb120{
	margin-bottom:60px;
}

#main {
    z-index: 113;
}
.header .inheader .logo{
	left:15px; top:9px;
}
.header .inheader .logo img{
	height:72%;
}
.header .inheader .logo.web_logo {
    display: block;
}
.pc_logo{
	display:none !important;
}
.header{
	height:60px;
}
.header.yanse{
	
}
.header .inheader{
	height:60px;
}
.header .inheader .menu > li{
	height:60px; margin-left:0;
}
.swiper_container_banner {
    margin-top: 60px;
}
.top_header,.lefttypename,.rightshow,.header .menu > li .subnav::before{
	display:none;
}
.header .menu > li .subnav ul {
    margin-left: 0;
    padding-left: 0;
    float: none;
    width: 100%;
}

.header.show .logo img {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 24px;
    height: 18px;
	display:block;
	top: 24px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 2px;
    background: #4cb036;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #4cb036;
}
.header.yanse .nav_menu_item {
    background: #4cb036;
}
.header .menu_body.show .nav_menu_item,.header.show .menu_body.show .nav_menu_item,.header.yanse .menu_body.show .nav_menu_item{
	background:#4cb036;
}
.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;
	overflow-y: auto;
	overflow-x: hidden;
}
.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;
	text-align:left;
}
.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 > li:hover > a,
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#4cb036;
}
.header .inheader .menu > li.active:after, .header .inheader .menu > li:hover:after {
    display:none;
}
.header .inheader .menu > li:nth-child(5){
	margin-left:0px;
}
.header .inheader .menu li > a span {
    display: inline-block;
}
.header .inheader .menu li > a span:nth-child(2){
	margin-top:0px; margin-left:15px;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}
.header.yanse .inheader .menu li.active > a{
	color: #4cb036 !important; background:none;
}
.header.yanse .inheader .menu li li > a {
    padding: 8px 35px;
    margin-bottom: 0;
}



.mar80 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.indext {
    font-size: 20px;
}
.indexb {
    font-size: 12px;
    margin: 12px 0 0;
}
.indext span img {
    width: 6px;
    right: -16px;
}
.index01,.index02,.index03 {
    margin-top: 20px;
}


.index01_top_con {
    padding: 0px;
	position:static;
}
.index01_top_con .index01_top_con_left{
	position:relative;
	overflow:hidden;	
}
.index01_top > img{
	display:none;
}
.index01_top_con ul {
    width:14%; position:absolute; height:100%; top:0px; left:0px;
}
.index01_top_con ul li {
    float: right;
    width: 50%;
    border-right:1px solid #fff;
	margin-right:0px;
	height: 50%;
}
.index01_top_con ul li a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}
.index01_top_con ul li a span {
    width: 8px;
    height: 8px;
}
.index01_top_con .index01_img01{
    width:86%; float:right;
}
.index01_top_content .t {
    font-size: 18px;
    margin: 20px 0 10px;
}
.index01_top_con .index01_top_content {
    float: none;
    width: 100%;
    margin-right: 0;
}
.index01_top_content a.a {
    width: 100px;
}
.index01_bottom {
    padding: 0;
}
.index01_bottom .swiper-slide {
    padding: 18% 0;
}
.index02 .swiper-slide {
    width: 100%;
    padding: 29% 0;
    border-radius: 6px;
}

.index03_list{
width:48.5%; margin-left:0px; margin-top:10px;
}
.index03_list:nth-child(2n){
	float:right; 
}
.index03_list:nth-child(-n+3){
	margin-top:10px;
}
.index03_list:nth-child(-n+2){
	margin-top:0px;
}
.index03_list .text {
    padding: 12px 6px 6px;
}
.index03_list .text .b {
    line-height: 20px;
    font-size: 12px;
}
.index03_list .text .t {
    font-size: 14px;
    margin-bottom: 10px;
}

#index04 {
    background: url(../images/m_index04_bg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.index04 {
    margin: 60px 0 0;
    padding: 0 25px;
}
.index04_list {
    padding: 19% 0;
	width:100%;
}

.index04_list:nth-child(1) .index04_list_in .img,
.index04_list:nth-child(3) .index04_list_in .img,
.index04_list:nth-child(2) .index04_list_in .text,
.index04_list:nth-child(4) .index04_list_in .text{
	right:0px; left: unset;
}
.index04_list:nth-child(1) .index04_list_in .text,
.index04_list:nth-child(3) .index04_list_in .text,
.index04_list:nth-child(2) .index04_list_in .img,
.index04_list:nth-child(4) .index04_list_in .img{
	left:0px; right: unset;
} 
.index04_list .index04_list_in .text .t {
    font-size: 14px;
    margin-bottom: 10px;
}
.index04_list .index04_list_in .text .a {
    padding: 3px 0;
    width: 60px;
    font-size: 12px;
}
.footer01 .info {
    margin-left: 0;
    float: left;
    width: 65%;
    max-width: 65%;
	margin-bottom:15px;
}
.footer01 .code {
    width: 25%;
    float: right;
	margin-bottom:15px;
}
.footer01 #dituContent01 {
    width: 100%;
    height: 160px;
    clear: both;
}
.footer01 {
    padding: 20px 0;
}
.footer02 {
    display:none;
}
.footer03 {
    padding: 12px 0;
    font-size: 12px;
    border-top: 1px solid #353535;
    line-height: 18px;
}
.footer03 br{
	display:block;
}


.mar60 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.us01 {
    margin-top: 30px;
}
.us01_top {
    margin-bottom: 15px;
}
.us01_top > img {
    float: none;
    width: 100%;
    display: block;
}
.us01_top .us01_con {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    width: 100%;
}
.us01_bottom .us01else {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}
.pagemenu .w1200{
	overflow:hidden;
}
.pagemenu a{
	float:left; width:25%; margin-left:0px; font-size: 14px;
	padding: 10px 0; text-align:center;
}

.us04_top {
    font-size: 14px;
	line-height: 20px;
}
.us04_bottom li {
    font-size: 12px;
    line-height: 24px;
}
.us04_bottom li img {
    width: 4px;
    margin-right: 6px;
}
.us04_bottom {
    margin-bottom: 15px;
}

.us02{
	font-size: 14px;
	line-height: 24px;
}
.us02 img{
	max-width:100% !important; height:auto !important;
}

.us03 {
    padding: 20px 0 10px;
}
.us03_list .text .t {
    font-size: 16px;
    margin-bottom: 8px;
}
.us03_list .text .b {
    font-size: 14px;
    line-height: 24px;
}
.us03_list .img {
    width: 24px;
}
.us03_list .text {
    width: calc(100% - 30px);
}
.us03_list {
    width: 51.4%;
    margin-top: 30px;
}
.us03_list:first-child {
    margin-top: 80px;
}
.us03con .line {
    width: 4px;
}
.us03con .us03_jt {
    width: 14px;
    top: -4px;
}
.us03_list {
    width: 53.2%;
    margin-top: 20px;
}
.us03_list:first-child {
    margin-top: 50px;
}


.gy02_list{
	width:100%; margin-top:15px;
}
.gy02_list:nth-child(-n+2){
	margin-top;15px;
}
.gy02_list:nth-child(-n+1){
	margin-top;0px;
}




.contact01 .list1-top{
	display:block; padding:0 0 20px;
}
.list1-top-item{
	overflow:hidden; margin-bottom:15px;
}
.contact01 .ico-wrap {
    width: 24px;
    margin: 0 auto;
    float: left;
}
.contact01 .ico-wrap img{
	display:block; width:100%;
}
.contact01 .list1-top-h5 {
    font-size: 14px;
    margin: 4px 0 0 15px;
    float: left;
}
.contact01 .list1-top-detail {
    font-size: 12px;
    line-height: 24px;
    float: left;
    text-align: left;
	margin-left: 20px;
	max-width: calc(100% - 100px);
}
.contact01 .list1-top-item:nth-child(2) {
    padding: 0;
}
.contact01 .list1-top-item:nth-child(2)::before,.contact01 .list1-top-item:nth-child(2)::after{
	display:none;
}
#contact01_01 {
    height: 400px;
}



.contact02_list .t {
    line-height: 30px;
    font-size: 12px;
}
.contact02_list .contact02_input {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
	font-size:12px;
}
.contact02_list textarea.contact02_input {
    height: 180px;
}
.contact02_list {
    margin-top: 15px;
}
.contact02_list .sumit {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.contact02_left{
	width:100%; float:none; margin-bottom:20px;
}
.contact02_right{
	width:100%; float:none;
}



.zeren01 .t {
    font-size: 14px;
}
.zeren01 .bigt {
    font-size: 24px;
    margin: 15px 0 20px;
}
.zeren01 .bigt span {
    padding-bottom: 15px;
}
.zeren01 video {
    height: 250px;
}
.zeren01 .video_list img{
	height: 250px;
}
.zhongzhi01_list img{
	width:100%; float:none; margin-bottom:15px;
}
.zhongzhi01_list .text{
	width:100%; float:none;
}
.zhongzhi01_list {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.zhongzhi01_list .text .t {
    font-size: 18px;
    margin: 0px 0 10px;
}
.zhongzhi01_list .text .b {
    font-size: 12px;
    line-height: 20px;
}



.newslist {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.newslist .img {
    width: 100%;
    padding: 38% 0;
	margin-bottom:15px;
}
.newslist .date {
    margin-right: 0;
    margin-top: 0;
	width: 20%;
}
.newslist .date .t {
    font-size: 24px;
    margin-top: 20px;
}
.newslist .date .b {
    font-size: 14px;
    margin: 10px 0;
}
.newslist .text .t {
    font-size: 16px;
    margin-top: 0;
}
.newslist .text .b {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 10px;
}
.newslist .text .eye {
    font-size: 13px;
}
.newslist .text .eye img {
    height: 12px;
    transform: translateY(2px);
    margin-right: 6px;
}
.newslist .text {
    width: 75%;
    margin-left: 0;
    float: left;
}
#pages {
    margin: 30px auto 0;
}
#pages li {
    padding: 10px 12px;
    font-size: 12px;
}

.newsshow h1.title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.newsshow .info {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.newsshow .contentt {
    padding: 0 0 30px;
    line-height: 28px;
    font-size: 14px;
}
.newsshow .d {
    margin: 15px 0 0px;
}
.newsshow .d a {
    margin-top: 10px;
    font-size: 12px;
}


}