@media all and (min-width:320px) and (max-width:1000px){


body.menushow {
   overflow: hidden;
    width: 100%;
}




#main {
    z-index: 113;
}
.header {
  z-index: 111111111;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 8px 46px 0px rgba(52, 52, 52, 0.15);
  width: 100%;
}
.newtop,.header::before {
	display:none;
}

#noneheader{
	height:70px;
}
.header .inheader{
	height:70px; padding:0 15px;
}
.header .inheader .menu > li{
	height:70px; line-height:70px;
}
.header .inheader .logo{
	display:block; display:flex; flex-direction:row; justify-content:left; height: 50px; margin-top:10px;
}
.header .inheader .logo img {
    height: 38px;
}
.header .inheader .logo span{
	display:flex; flex-direction:column; justify-content:center;
}
.header .inheader .toplogo_01{
	border-left:1px solid #ccc; margin-left:8px; padding-left:8px;  width:50%;
	display:flex; flex-direction:column; justify-content:center;
}
.header .inheader .logo .t{
	font-size:14px; color:#d43935; font-weight:bold;
}
.header .inheader .logo .b{
	font-size:12px; color:#555; margin-top:5px;
}



.header .inheader .menu li > a {
  font-size: 16px;
}
.header .menu > li .subnav li a {
  font-size: 14px;
}


.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,.header.show .inheader .toplogo_01 {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 24px;
    height: 20px;
	display:block;
	top: 25px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 3px;
    background: #d43935;
    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: #d43935;
}
.header.yanse .nav_menu_item {
    background: #d43935;
}
.header .menu_body.show .nav_menu_item,.header.show .menu_body.show .nav_menu_item,.header.yanse .menu_body.show .nav_menu_item{
	background:#d43935;
}
.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(100vh - 60px);
    top: 70px;
	background:#fff;
	left:0px;
	padding: 0 15px;
	box-sizing: border-box;
	overflow:auto;
}
.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: 40px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 65px);
	font-size: 14px;
	color: #000;
	text-align:left;
	border:0px;
}
.header .inheader .menu > li.active, .header .inheader .menu > li:hover {
    background: none;
    border-top: 1px solid #f2f2f2;
}
.header.yanse .inheader .menu li.active > a, .header.yanse .inheader .menu li:hover > a{
	color: #000 !important;
	background: none;
}
.header .inheader .menu{
	display:none;
}
.menu li .icon_nav_item{
    display: inline;
    position: absolute;
    right: 0;
    width: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -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: #d43935;
    text-align: center;
	line-height: 40px;
}
.menu li.hover .icon_nav_item.icon_nav_item01 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu li li.hover .icon_nav_item.icon_nav_item02 {
    -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;
	width: 100%;
}
.header .menu > li .subnav a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    padding-left: 30px;
    
	
}
.header .menu > li .subnav li{
	margin:0px;
	border-top: 1px solid #f2f2f2;
}
.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 br{
    display: none !important;
}
.header .inheader .menu > li:hover > a,
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#000;
}
.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 {
    color: #000 !important; border:0px;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}
.header.yanse .inheader .menu li > a{
	color:#333;
}
.header .inheader .menu > li:first-child::before,.header .inheader .menu > li:first-child a img{
	display:none;
}

.subnav01 > li{
    overflow: hidden;
}
.subnav01 > li > a{
    width: calc(100% - 65px); float: left;
}
.header .menu > li .subnav .subnav02 > li > a{
    padding-left: 50px;
    font-size: 12px;
    line-height: 32px;
}

.mt70{
	margin-top:30px;
}
.mb70{
	margin-bottom:30px;
}
.mt90{
	margin-top:30px;
}
.mb90{
	margin-bottom:30px;
}



.index00_in{
	flex-wrap:wrap;
}
.index00_left {
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
}




.indextitle .t {
  font-size: 20px;
}
.indextitle .b {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.index01_in a.index01_list{
	width:50%;
}
.index01_top_left{
	width:100%;
}
.index01_top_right {
  width: 100%;
}
.index01_in .index01_bottom a.index01_list {
  width: 50%;
}
.index01_in .index01_bottom a.index01_lastlist {
  width: 50%;
}
.index01_in .index01_bottom a.index01_lastlist img {
  height: auto;
  width: 85%;
}


.index02_top {
  padding: 50px 0 90px;
  margin-bottom: 20px;
}
.index02_top_in{
	flex-wrap:wrap;
}
.index02_top_in_left {
  width: 100%;
}
.index02_top_in_right {
  width: 100%;
}
.index02_top_in_left_list a:nth-child(2n) {
  margin-right: 5%;
}
.index02_top_in_left_list a {
  width: 41%;
  margin-right: 15px;
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 10px;
}
.index02_top_in_btm a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 14px;
}
.index02_bottom_in img {
  width: calc(50% - 8px);
  margin-left:0;
  margin-top:15px;
}
.index02_bottom_in img:nth-child(-n+2){
	margin-top:0px;
}
.index02_bottom_in.active {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}



.index03_list:nth-child(-n+2){
	margin-top:0px;
}
.index03_list {
  padding: 25px 0 30px 15px;
  width: calc(50% - 8px);
  margin-top: 15px;
}
.index03_list .b {
  font-size: 13px;
  margin: 10px 0 15px;
  line-height: 1.5;
}
.index03_list a {
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 16px;
}
.index03_list img {
  bottom: 10px;
  right: 10px;
  width: 30px;
}
.index04_list {
  height: 46px;
  width: calc(50% - 8px) !important;
  margin-top:10px;
}
.index04_list:nth-child(-n+4){
	margin-top:10px;
}
.index04_list:nth-child(-n+2){
	margin-top:0px;
}





.footer_con_top {
  padding: 30px 0;
}
.footer_con_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_con_left01 {
  width: 48.5%;
  margin-bottom:20px;
}
.footer_con_left02 {
  padding: 0;
  margin: 0;
  width: 48.5%;
  border-right: 0;
  padding-left:10%;
  margin-bottom:20px;
}
.footer_con_left03{
	width:48.5%;
}
.footer_con_left03 {
  width: 60%;
}
.footer_con_right {
  width: 30%;
}
.footer_con_left02 .footer_b,.footer_con_left01 .footer_b,.footer_con_in .footer_b {
  margin-top: 20px;
}
.footer_con_left03 .footer_b span {
  font-size: 14px;
}
.footer_con_in .footer_b {
  font-size: 13px;
}
.footer_con_bottom {
  padding: 12px 0;
  font-size: 12px;
}
.footer_con_left01 {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  border-right: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_con_left01 .footer_b a {
  width: 33.33%;
}
.footer_con_left00 {
  width: 100%;
}
.footer_con_left00 img {
  margin-top: 0;
  width: 25%;
  margin-left: 37.5%;
}
.footer_con_bottom br{
	display:block;
}




.page_tab_in{
	justify-content:space-between;
}
.page_tab_in a {
	font-size: 14px;
	padding: 10px 0;
	width:24%;
	margin-left: 0;
	text-align:center;
}



.us01_t {
	font-size: 18px;
}
.us01_b {
	font-size: 14px;
}



.us04_in .img{
	border:1px solid #e7e7e7; width:100%; margin-top:15px;
}
.us04_in .img:nth-child(-n+4){
	margin-top:15px;
}
.us04_in .img:nth-child(-n+1){
	margin-top:0px;
}
/* .us04_in img:nth-child(5),.us04_in img:nth-child(6){ */
	/* width:48.5%; */
/* } */
/* .us04_in img:nth-child(7){ */
	/* width:100%; */
/* } */






.us02_t span {
  font-size: 17px;
  padding: 10px 20px;
}
.us02_b {
  font-size: 14px;
  margin: 15px 0;
}
.us02_01con .us02_01_img,.us02_01con .us02_01_img:nth-child(n+4) {
	height: auto;
	width:100% !important;
	margin-top: 15px;
}
.us02_01con .us02_01_img:nth-child(-n+3){
	margin-top:15px;
}
.us02_01con .us02_01_img:nth-child(-n+1){
	margin-top:0px;
}
.us02_01con .us02_01_img img{
	position:static; width:100%; transform: unset;
}
.us02_01con .us02_01_img:hover img{
	transform: unset;
}
.us02_02con .us02_02_img{
	width:100%; margin-top: 15px;
}
.us02_02con .us02_02_img:nth-child(-n+1){
	margin-top:0px;
}


.us02_03con .us02_03_img,.us02_03con .us02_03_img:nth-child(4),.us02_03con .us02_03_img:nth-child(5) {
	height: auto;
	width:100% !important;
	margin-top: 15px;
}
.us02_03con .us02_03_img:nth-child(-n+3){
	margin-top:15px;
}
.us02_03con .us02_03_img:nth-child(-n+1){
	margin-top:0px;
}
.us02_03con .us02_03_img img{
	position:static; width:100%; transform: unset;
}
.us02_03con .us02_03_img:hover img{
	transform: unset;
}



.us03_in_left {
	width: 100%;
	float:none;
	margin-bottom: 30px;
}
.us03_in_right {
	width: 100%;
	position: relative;
	right: 0px;
	top: 0px;
	height: 500px;
}

.us03_list .t{
	width:100%;  padding-left:0; font-size:16px; height:60px; line-height:60px;
	float:none;
}
.us03_list .quan,.swiper.swiper_us03_in .swiper-slide::before{
	display:none;
}
.us03_list .b{
	width:100%; 
}
.us03_list .b .blist{
	font-size:14px; height:40px; line-height:40px; padding:0 15px;
}
.us03_list .b .blist.blist01{
	background:#fff;
}
.us03_list .b .blist.blist02{
	background:#fff;
}
.us03_list .b .blist:nth-child(2n+1){
	background:#f5f5f5;
}







.recruit01_tab a {
  font-size: 16px;
  width: 150px;
  height: 50px;
  margin: 0 10px;
}
.recruit01_btm .text span {
  padding: 10px 15px;
  font-size: 14px;
}
.recruit01_btm .text {
  bottom: 23%;
}


.news01_inlist {
	padding: 15px;
	margin-top: 15px;
	flex-wrap:wrap;
}
.news01_inlist .img {
	width: 100%;
	padding: 32% 0;
	margin-bottom:15px;
}
.news01_inlist .text {
	width: 100%;
}
.news01_inlist .text .a {
	font-size: 12px;
	margin-top: 25px;
}


.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;
}
#pages li {
  margin: 0 2px;
}
#pages li a {
  padding: 5px 10px;
  font-size: 11px;
}

.pro01_left {
	width: 100%;
	margin-bottom: 30px;
	display: none;
}
.pro01_left_con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro01_left_list {
    width: 100%;
}
.pro01_left_list .sec_ul {
  padding-left: 25px;
}
.pro01_left_list .sec_ul a {
  font-size: 14px;
  margin: 15px 0;
}
.pro01_left_con .a {
	padding: 15px 10px ;
	
}
.pro01_left_con .a span {
	font-size: 15px;
	line-height: 18px;
}
.pro01_left_con .a p img {
	height: 18px;
}
.pro01_right {
	width: 100%;
}
.pro01_right_con .pro01_right_list{
	width:48%; margin-top:15px; margin-left:0px;
}
.pro01_right_con .pro01_right_list:nth-child(-n+3) {
	margin-top: 15px;
}
.pro01_right_con .pro01_right_list:nth-child(-n+2) {
	margin-top: 0px;
}
.pro01_right_con {
	justify-content:space-between;
}
.pro01_right_con .pro01_right_list .text span {
	font-size: 14px;
}
.pro01_right_con .pro01_right_list .text img {
	height: 22px;
}


#mapContainer {
	height: 300px;
}
.contact01_top {
	flex-wrap: wrap;
}
.contact01_top .contact01_top_left {
	width: 100%;
}
.contact01_top .contact01_top_right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.contact01_list {
  border-radius: 6px; padding: 20px 10px;
}
.contact01_top .contact01_top_right .contact01_list {
	height: auto;
	width: 48.5%;
	display: block;
	margin-top: 15px;
}
.contact01_bottom .contact01_list {
  padding: 20px 10px;
  margin-top: 15px;
  width: 48.5%;
}
.contact01_list span img {
  height: 40px;
}
.contact01_list .t {
  font-size: 16px;
  margin: 20px 0 15px;
}
.contact01_bottom .contact01_list:last-child {
  width: 49%;
}
.contact01_list .b {
  font-size: 13px;
  line-height: 1.75;
}
.contact01_list .b br{
	display:block;
}
.input01li {
  width: 100%;
  margin-bottom: 10px;
}
.input01li .input01 {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  padding: 0 15px;
}
.input01li .input01.contact01_input {
  height: 180px;
  padding: 10px 15px;
  line-height: 1.5;
}
.contact02_content .sumit {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}


.case01_in .t {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.75;
}
.case01 {
  padding: 40px 0 30px;
}
.case02_in {
  padding: 40px 0 150px;
}
.case02_list {
  width: 48%;
  margin-bottom: 20px;
}
.case02_list .t {
  font-size: 16px;
  margin: 15px 0 10px;
}
.case02_list .b {
  font-size: 12px;
  padding-bottom: 15px;
}

.newsshow .contentt table,
.newsshow .contentt tbody{
    width:100% !important;
}
.newsshow .contentt td{
    word-wrap: break-word; word-break: break-all;
}
.index00_left {
  font-size: 16px;
}
.index00_right .textin {
  width: 270px;
  height: 34px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 14px;
  font-size: 12px;
}
.index00_right .submitin {
  width: 66px;
  height: 34px;
  border-radius: 6px;
  transform: translateX(-4px);
}
}