@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,.header.yanse.boxshadow .inheader .logo {
  margin: 0;
  float: left;
}


.header .inheader{
	height:60px;
}
.inheadertop .w1200 {
  height: auto;
  margin: 15px auto 15px;
}


.header .inheader .menu > li{
	height:60px; margin-left:0;
}
.header .inheader .logo img:first-child,
.header.yanse .inheader .logo img:first-child{
	display:none;
}
.header .inheader .logo img:last-child,
.header.yanse .inheader .logo img:last-child{
	display:inline-block;
}

.header.show .logo img {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 24px;
    height: 20px;
	display:block;
	top: 14px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 4px;
    background: #182470;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
	border-radius:6px;
}
.header.show .nav_menu_item {
    background: #182470;
}
.header.yanse .nav_menu_item {
    background: #182470;
}
.header .menu_body.show .nav_menu_item,.header.show .menu_body.show .nav_menu_item,.header.yanse .menu_body.show .nav_menu_item{
	background:#182470;
}
.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: 8px;
    -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: 4px;
}
.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:auto;
}
.header .inheader .menu > ul{
	padding:0px;
}
.header .inheader .menu{
	display:none;
}

.header .menu > li > .icon-zhcc_xiangxiajiantou{
	display:none;
}
.menu li .icon-chevron-right{
    display: inline !important;
    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-chevron-right,
.header .inheader .menu > ul > li.hover .icon-chevron-right,
.header .inheader .menu > ul > li.hover:hover .icon-chevron-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .inheader .menu > ul > li:hover .icon-chevron-right{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header .inheader .menu li > a span {
    display: inline-block; color:#333; font-weight:bold;
}
.header .inheader .menu li > a span:nth-child(2){
	margin-top:0px; margin-left:15px;
}
.header .inheader .menu li.active > a {
    color: #333 !important;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}

.header .inheader .menu > ul > li {
  height: auto;
  line-height: 48px;
  width: 100%;
  text-align: left;
  border-top-width: 2px;
}
.header .menu > ul > li .subnav {
  display: none;
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  visibility: unset;
  transform: unset;
  opacity: 1;
  border-top: 2px solid #01348b;
  padding:0px
}
.header .menu > ul > li .subnav li a {
  font-size: 13px;
  padding-left: 15px;
  line-height: 30px;
}
.header .menu > ul > li .subnav > span.sub-nav-arrow{
	display:none;
}


.header .inheader .in_top_text,.header .inheader .sitewidget-bd, .header .inheader .documentation, .header .inheader .search_b{
	display:none;
}


.swiper_container_banner {
  margin-top: 60px;
}


.index01_list {
  width: 100%; margin-top:15px;
}
.index01_list:first-child{
	margin-top:0px;
}
.index01_con{
	flex-wrap:wrap;
}
.index01_text_top {
  padding: 15px 15px;
  line-height: 22px;
}
.index01_con {
  padding: 20px 15px 40px;
}
.index02{
    margin-top: 20px; margin-bottom: 20px;
}
.index03 {
  margin-bottom: 20px;
}
.index04 {
  margin-bottom: 20px;
}
.index05 {
  margin-bottom: 20px;
}
.indextitle .indext {
  font-size: 22px;
}

.index03_con{
	display:block; text-align:center;
}
.index03_con_left {
  line-height: 32px;
  margin-bottom:15px;
}
.index03_con_right img{
	margin:0 auto;
}

.index04_con{
	flex-wrap:wrap; width: calc(100% - 30px);
}
.index04_list {
  width: 100%; margin-top:15px; padding:54% 0;
}
.index04_list:first-child{
	margin-top:0px;
}
.index05_left{
	width:100%;
}
.index05_right{
	width:100%;
}
.index05_con{
	display:block;
}


.index05_right .a, .index05_right .a * {
  line-height: 3.4;
}
.index05_right .a{
	border-bottom: 1px solid rgb(230, 230, 230);
}

footer {
  padding: 15px 0;
}
.footerlist {
  width: 100%;
  padding: 15px 0;
}
.footer_top{
	flex-wrap:wrap;
}
.footerlist:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: unset;
  margin-top: 0;
  height: 1px;
  width:100%;
  bottom:0px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  border-right:0px;
}
.footer_bei {
  font-size: 12px;
}
.footer_links a, .footer_links span {
  font-size: 12px;
}
.footer_bottom {
  margin-top: 20px;
}


.us_con01 {
  padding: 20px 0;
}
.us_con01_t {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.us_con01_b {
  font-size: 24px; line-height:1;
}
.us_con01_line {
  margin: 15px auto;
  width: 30px;
  height: 2px;
}
.us_con01_c {
  line-height: 2;
  font-size: 13px;
}
.us_con01_con_con02_list{
	width:48.5%; margin-left:0px; margin-bottom:15px;
}
.us_con01_con_con02 {
  justify-content: space-between;
}

.us_con01_con_con04_list{
	margin-left:15px; margin-top:15px; position:relative; padding:8.2% 0;
	width:calc(33.33% - 10px);
}
.us_con01_con_con04_list:nth-child(5n+1){
	margin-left:15px;
}
.us_con01_con_con04_list:nth-child(3n+1){
	margin-left:0px;
}
.us_con01_con02 {
  padding: 40%;
}
.us_con01_con03_con01_list{
	width:100%; margin-left:0px; margin-top:15px;
}

.contact_con01_con_left{
	float:none; width:100%; padding:20px 15px;
}
.contact_con01_con_right{
	float:none; width:100%; padding:20px 0;
}
.rf_list,.rf_textarea {
  font-size: 13px;
}
.contact_map {
  margin-top: 30px;
}
.rf_submit {
  width: 98px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.news_con {
  margin: 30px 0;
}
.news_con_con_left{
	float:none; width:100%; margin-top:20px;
}
.news_con_con_right {
  width: 100%;
  float: none;
  margin-top: 20px;
}
.news_top{
    float: none;
    width: 100%;
    margin: 15px 0 0 !important;
}
.news_top_left{
    position: static; padding: 0;
}
.news_top_left img{
    position: static; width: 100%; display: block; transform: translateX(0);
}
.news_top_left {
  display: block;
  width: 100%;
  float: none;
}
.news_top_right {
  display: block;
  width: 100%;
  float: none;
  margin-top: 10px;
}
.news_con_con_left .ntitle {
  font-size: 14px;
  line-height: 2;
}
.news_con_con_left > hr {
  margin: 15px 0;
}
.pro_else_list {
  padding: 15px 10px;
  margin-top: 15px;
  float: left;
  width: 48.5%;
}
.newsshow_title h1 {
  font-size: 18px;
}
.newsshow_desc {
  font-size: 12px;
  margin-top: 10px;
}
.newsshow_con, .newsshow_con * {
  font-size: 13px;
}
.newsshow_page a {
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 8px;
  width: 100%;
  float: none !important;
  max-width: 100%;
  margin-bottom: 15px;
}


.search_list_left{
	width:100%; float:none;
}
.search_list_mid{
	width:100%; float:none; margin:0;
}
.search_list_right{
	width:100%; float:none; text-align:left;
}
.search_list_mid .ntitle {
  font-size: 14px;
  line-height: 2;
}
.search_list_mid .nmore {
  margin-top: 15px;
  font-size: 14px;
  padding: 5px 12px;
}
.search_list {
  margin-bottom: 20px;
}
.news_con_con .img{
	width:100%;
	float:none;
}
.case_con_top .case_text {
  width: 100%;
  float: none;
}
.case_con_top {
  padding: 10px;
  margin: 15px 0;
}
.case_text h2.h2,.proshow_con_left h2.h2 {
  font-size: 16px;
  margin-top: 15px;
}
.case_con_bottom_list {
  width: 50%;
  margin-bottom: 15px;
}
.news_con_con .img {
  padding: 38% 0;
}

.pro_con_tab .w1200 a {
  width: 33.33%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.pro_con_tab .w1200 {
  flex-wrap: wrap;
}
.pro_con_tab {
  height: auto;
  padding-bottom: 0px;
}
.pro_title {
  margin: 30px auto;
}
.pro_title02 {
  font-size: 24px;
}
.pro_list {
  padding: 20px 0;
}
.pro_list .w1200 > img{
	float:none; width:100%;
}
.pro_list .w1200 .pro_list_text{
	float:none; width:100%;
}
.pro_list:nth-child(2n) .w1200 > img{
	float:none;
}
.pro_list:nth-child(2n) .pro_list_text{
	float:none;
}
.pro_list_text_t02 {
  font-size: 18px;
  margin: 15px 0;
}
.pro_list_text_t01 {
  padding: 0 45px 0 15px;
  line-height: 2.5;
}
a.pro_list_text_t04 {
  font-size: 13px;
  margin-top: 20px;
}

.inquire_incon {
  padding: 20px 20px 30px;
}
.in_pro_img {
  width: 50%;
}
.in_pro_text {
  width: 50%;
}
.in_pro_title{
	font-size:13px;
}
.in_pro_show a {
  font-size: 13px;
}

.proshow_con_left{
	float:none; width:100%;
}
.proshow_con_right{
	float:none; width:100%;
}
.pro_allshow{
	margin-bottom:15px;
}
.pro_allshow,.pro_alltitle{
	float:none; width:100%;
}
.pro_t {
  font-size: 18px;
  line-height: 30px;
}
.pro_parameter_list {
  width: 50%;
  line-height: 24px;
  font-size: 14px;
}
.wenhua_l{
    display: block; float: none; width: 100%;
}
.wenhua_r{
    float: none; width: 100%; font-size: 16px;
}

.index01_con {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 10px;
}



}