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


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

.mt40{
	margin-top:20px;
}
.mb40{
	margin-bottom:20px;
}
.mt60{
	margin-top:25px;
}
.mb60{
	margin-bottom:25px;
}
.mt90{
	margin-top:40px;
}
.mb90{
	margin-bottom:40px;
}
.pt100{
	padding-top:50px;
}
.pb100{
	padding-bottom:50px;
}


#main {
    z-index: 113;
}
#noneheader{
	height:60px;
}
.header .inheader{
	height:60px;
}
.header .inheader .menu > li{
	height:60px; line-height:60px;
}
.header_search .header_search_in {
  height: 60px;
}
.header .inheader .logo img {
    height: 42px;
}
.header .inheader .logo .logo_in .text .t {
  font-size: 14px;
}
.header .inheader .logo .logo_in .text .b {
  font-size: 12px;
}
.header .inheader .logo .logo_in .text {
  padding-left: 10px;
  margin-left: 10px;
  height: 90%;
  transform: translateY(5%);
}




.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 .logo .logo_in .text {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 24px;
    height: 20px;
	display:block;
	top: 20px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 3px;
    background: #225ba9;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
	border-radius:6px;
}

.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: 60px;
	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: 50px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 60px);
	font-size: 14px;
	color: #4B4B4B !important;
	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-ctrl{
    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(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
	line-height: 50px;
}
.menu li.active .icon-ctrl{
    color: #18469d;
}
.menu li.hover .icon-ctrl {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .menu > li .subnav {
    position: static;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background: none;
    clear: both;
	padding:0px;
	display: none;
	transition: none;
	height:auto;
	width:100%;
}
.header .menu > li .subnav ul {
  transform: none;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
.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:first-child a{
	border:0px;
}
.header .menu > li .subnav li{
	margin:0px; float:none; height: 35px; line-height: 35px; border:0px !important;
}
.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:#225ba9;
}
.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; padding:0px;
}
.header .inheader .menu li > a span:nth-child(2){
	margin-top:0px; margin-left:15px;
}
.header .inheader .menu li.active > a {
    color: #225ba9 !important;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}




.search_show {
	margin: 0 15px 0 0px;
}




.index_banner{
	margin-top:60px;
}
.swiper_pagination_index{
	bottom:10px;
}
.swiper_pagination_index .swiper-pagination-bullet{
	width:5px; height:5px; margin:0 3px;
}

.index_title_t {
	font-size: 22px;
	padding-bottom: 5px;
}
.index_title_b {
	font-size: 16px;
}
.index_01_box .swiper_tool .swiper-button-prev img, .index_01_box .swiper_tool .swiper-button-next img {
	height: 20px;
}
.index_01_swiper {
	width: calc(100% - 30px);
}
.index_01_box .swiper_tool .swiper-button-prev {
	left: -15px;
}
.index_01_box .swiper_tool .swiper-button-next {
	right: -15px;
}
.index_01_box {
	overflow: unset;
}
.index_02_tab {
	flex-wrap: wrap;
}
.index_02_tab a {
	font-size: 15px;
	padding: 10px 0px 10px;
	margin: 0;
	width: 50%;
	text-align: center;
}
.index_02_tab a.active::after {
	height: 2px;
}
.index_02_rlist a {
	width: calc(50% - (15px * 1) / 2);
	font-size: 14px;
	margin-left: 15px;
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	padding:0 5px;
}
.index_02_rlist a:nth-child(2n+1){
	margin-left:0px;
}

.index_04_box a {
	width: calc(50% - (15px * 1) / 2);
	font-size: 14px;
	margin-left: 15px;
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	padding:0 5px;
}
.index_04_box a:nth-child(2n+1){
	margin-left:0px;
}
.index_03_left {
	width: 100%; margin-bottom:20px;
}
.index_03_right {
	width: 100%;
}
.index_03_right .text_b {
	font-size: 14px;
	margin: 20px 0 35px;
}
.index_03_right .text_clit {
	font-size: 24px;
}
.index_03_right .text_clib {
	font-size: 13px;
	margin-top: 5px;
}
.index_03_right .text_c .text_cli {
	margin-left: 10px;
	padding: 12px 0 15px;
}

.index_05_box{
	flex-wrap:wrap;
}
.index_05_list{
	width:calc(50% - (15px * 1) / 2);  margin-left:15px; margin-top:15px;
}
.index_05_list:nth-child(2n+1){
	margin-left:0px;
}
.index_05_list:nth-child(-n+2){
	margin-top:0px;
}

.footer_02_con{
	flex-wrap:wrap;
}
.footer_02_left{
	width:100%;
}
.footer_02_right{
	width:100%; flex-wrap:wrap; margin-top:10px;
}
.footer_02_right_li {
	margin-left: 0;
	width: 50%;
	margin-top:20px;
}
.footer_02_right a.t {
	font-size: 14px;
	margin-bottom: 12px;
}

.protab_div_con a {
	font-size: 12px;
	padding: 0 5px;
}
.proshow_div_con {
	display: flex; flex-wrap:wrap;
}
.proshow_left,.proshow_right,.proshow_left_top_l,.proshow_left_top_r {
	width: 100%;
}
.proshow_left_top {
	display: flex; flex-wrap:wrap;
}
.proshow_left_top_l{
	margin-bottom:25px;
}
.proshow_left_top_rb{
	margin-top:15px;
}
.proshow_left_bottom .protext_t01 {
	font-size: 16px;
	margin-top: 18px;
	border-bottom: 2px solid #dfdfdf;
}

.proshow_right{
	display:flex; justify-content:space-between; margin-top:30px;
}
.proshow_right_01,.proshow_right_02{
	width:calc(50% - 10px);
}
.proshow_right .index_01_list, .proshow_right .index_05_list {
	margin-top: 15px !important;
}

.news_page {
	font-size: 12px;
}
.news_page li a, .news_page li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin: 0 2px;
}

.prolist_con .index_01_list{
	width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:15px;
}
.prolist_con .index_01_list:nth-child(4n+1){
	margin-left:15px;
}
.prolist_con .index_01_list:nth-child(-n+4){
	margin-top:15px;
}
.prolist_con .index_01_list:nth-child(2n+1){
	margin-left:0;
}
.prolist_con .index_01_list:nth-child(-n+2){
	margin-top:0;
}

.us_left {
	width: 100%;
}
.us_right {
	width: 100%;
}
.pro_else_b{
	display:flex; flex-wrap:wrap; margin-bottom:30px;
}
.pro_else_b a {
	width:50%; border-left: 1px solid #cacaca;
}
.pro_else_b a:nth-child(2n+1){
	margin-left:0px;
}
.pro_else_t {
	font-size: 14px;
	padding: 15px 15px 10px;
}


.us_r_t {
	font-size: 20px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.us_r_t::after {
	width: 4px;
	height: 70%;
	top: 15%;
}

.us_r_li04 .text_clit {
	font-size: 24px;
}
.us_r_li04 .text_clib {
	font-size: 13px;
	margin-top: 5px;
}
.us_r_li04 .text_cli {
	margin-left: 10px;
	padding: 15px 0;
}
.us_r_li05_li {
	width: calc(50% - (15px * 1) / 2);
	margin-left: 15px; margin-top:15px;
}
.us_r_li05_li:nth-child(2n+1){
	margin-left:0px;
}
.us_r_li05_li:nth-child(-n+2){
	margin-top:0px;
}


#map{
    height: 250px;
}
.search_lang{
	display:none;
}
.moblie_show{
	display:block;
}

}