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


body.menushow {
   overflow: hidden;
    width: 100%;
}
.mt100 {
  margin-top: 40px;
}
.mb100 {
  margin-bottom: 40px;
}
.mt60{
	margin-top:20px;
}
.mb60{
	margin-bottom:20px;
}

#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: 35px;
}
.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.yanse{
	background:#fff;
}



.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: #fff;
    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;
	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 #e6e6e6;
	margin-left:0px;
	overflow:hidden;
}
.header .inheader .menu > li > a {
    display: block;
    line-height: 50px;
    padding-left: 20px;
    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 #e6e6e6;
}

.header .inheader .menu{
	display:none;
}
.menu li .icon_nav_item{
    display: inline;
    position: absolute;
    right: 10px;
    width: 50px;
    padding: 0 20px;
    -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);
    text-align: center;
	line-height: 50px;
	color: var(--com-color);
}
.menu li.active .icon_nav_item{
    color: #18469d;
}
.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 .w1400 {
	padding: 0;
}
.header .menu > li .subnav .subnav_left {
	width: 100%;
}
.header .menu > li .subnav .subnav_right,
.header .menu > li .subnav .subnav_left .subnav_typename {
	display: none;
}
.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-bottom: 1px solid #e6e6e6;
}
.header .menu > li .subnav li:last-child a{
	border-bottom:0;
}
.header .menu > li .subnav li{
	margin:0px; float:none; height: 35px; line-height: 35px; border:0px !important; width:100%; margin-right: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; padding: 0 30px;
}
.header .inheader .menu > li:hover > a,
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:var(--com-color);
}
.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:20px;
}
.header .inheader .menu li.active > a {
    color:var(--com-color) !important;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}



.header_search{
	display:none;
}

.index_banner{
	margin-top: 60px;
}
.swiper_pagination_index{
	bottom:10px !important;
}
.swiper_pagination_index .swiper-pagination-bullet{
	width:10px; height:10px; margin:0 3px !important;
}
.index_banner img.bannerimg, .index_banner video {
	/*width: 120%; margin-left: -10%;*/
}


.header .inheader .logo img:first-child{
	display:none;
}
.header .inheader .logo img:last-child{
	display:block;
}
.header.boxshadow .inheader .logo img:first-child{
	display:block;
}
.header.boxshadow .inheader .logo img:last-child{
	display:none;
}
.header.header_index .inheader .logo img:first-child{
	display:block;
}
.header.header_index .inheader .logo img:last-child{
	display:none;
}
.header .nav_menu_item {
    background: #fff;
}
.header.boxshadow .nav_menu_item {
    background: #fff;
}
.header.show .nav_menu_item {
    background: #fff;
}
.header.header_index .nav_menu_item {
    background: var(--com-color);
}

.header_lang{
	display:none !important;
}
.web_search_lang{
	display:flex !important; padding:0 15px !important; justify-content:space-between;
}
.web_search_lang form{
	width:calc(100% - 60px); border:0px;  border-bottom:1px solid #e6e6e6; line-height:2; position:relative; z-index:2;
	display:flex; justify-content:space-between; line-height: 50px; height: 50px;
}
.web_search_lang form .keywords{
	width:calc(100% - 14px); font-size:14px; color:#666; line-height:2; background:none; border:0px;
}
.web_search_lang form .submit{
	width:14px; background:url(../images/search_w.png) no-repeat center center;
	background-size:14px auto; cursor:pointer; box-sizing: content-box;
	border:0px; padding:0 15px;
}

.web_search_lang .web_lang{
	width:40px; line-height: 50px; height: 50px; text-align:center;
}
.web_search_lang .web_lang a{
	color:var(--com-color); font-size:16px; display: block;
}







.index_title .index_title_t {
	font-size:24px;
}
.index_01{
	padding:40px 0 15px;
}
.index_01_top{margin-top:15px;}
.index_01_top .swiper-button-prev01,
.index_01_top .swiper-button-next01{
	width:5px; height:10px;
}
.index_01_top .mySwiper1{
	width:calc(100% - 40px - 40px); padding:0 20px;
}
.index_01_top .mySwiper1::before{
	width:20px;
}
.index_01_top .mySwiper1::after{
	width:20px;
}
.index_01_top .mySwiper1 .swiper-slide a{
	font-size:12px; margin-right:5px; padding:4px 15px;
}


.index_01_bottom .swiper-button-prev02,
.index_01_bottom .swiper-button-next02{
	width:24px; height:24px;
}

.index_01_bottom .mySwiper2{
	padding:0 24px 15px;
}
.index_01_bottom .mySwiper2::before{
	width:24px;
}
.index_01_bottom .mySwiper2::after{
	width:24px;
}

.index_01_bottom .mySwiper2 .swiper-slide .prolist{
	width:calc(50% - 20px); margin:0 10px;  border-radius: 10px; margin-top:15px;
}
.index_01_bottom .mySwiper2 .swiper-slide .prolist .textdiv{
	font-size:13px; width:calc(100% - (15px * 2)); margin:0 auto 15px;
}














.index_02{
	padding:40px 0;
}
.index02_b{
	font-size:13px; margin:10px auto 20px;
}
.index02_c{
	padding:0;
}
.index02_c .text .t span{
	font-size:28px;
}
.index02_c .text .t sup{
    font-size:14px; margin-left: 2px;
}
.index02_c .text .b{
	font-size:12px; margin-top:5px;
}
.index02_a{
	margin-top:60px;
}
.index02_a a,.index02_a .a{
	font-size:12px; padding:8px 30px;
}
.index_02_new video {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-height: unset;
	width: unset;
	z-index: 1;
	height: 100%;
	min-width: 100%;
}




.index_03{
	padding:40px 0;
}
.caselist{
	width:calc(50% - ((15px * 1) / 2)); margin-left:15px; margin-top:15px; border-radius: 10px;
}
.caselist:nth-child(4n+1){
	margin-left:0;
}
.caselist:nth-child(2n+1){
	margin-left:0;
}
.caselist .imgdiv{
	border-top-left-radius: 10px; border-top-right-radius: 10px;
}
.caselist .textdiv{
	border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding:10px;
}
.caselist .textdiv .t{
	font-size:14px;
}
.caselist .textdiv .b{
	font-size:12px; margin-top:5px;
}
.index_03 .index02_a,.index_04 .index02_a{
	margin-top:20px;
}


.index_04{
	padding:40px 0;
}
.index_04_con{
	margin-top:15px;
}
.index_04_left{
	width:100%;
}
.index_04_right{
	width:100%; margin-top:15px;
}
.index_04_left a .imgdiv{
	border-top-left-radius: 10px; border-top-right-radius: 10px;
}
.index_04_left a .textdiv{
	border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding:15px 10px;
}
.index_04_left a .textdiv .t .tl{
	font-size:16px; width:calc(100% - 70px);
}
.index_04_left a .textdiv .t .tr{
	font-size:12px; width:70px;
}
.index_04_left a .textdiv .b{
	font-size:13px; margin:15px 0 20px;
}
.index_04_left a .textdiv .a{
	font-size:12px;
}
.index04_newsli{
	margin-top:10px; padding:5px;
}
.index04_newsli .img{
	width:85px;
}
.index04_newsli .textdiv{
	width:calc(100% - 85px - 10px);
}
.index04_newsli .textdiv  .t .tl{
	font-size:14px; width:calc(100% - 70px);
}
.index04_newsli .textdiv  .t .tr{
	font-size:12px; width:70px;
}
.index04_newsli .textdiv .b{
	font-size:13px; margin:3px 0;
}
.index04_newsli .textdiv .a{
	font-size:12px;
}



.footer_top_in {
	padding: 40px 0 20px;
}
.footer_top_left{
	width:100%;
}
.footer_top_right{
	width:100%; margin-top:10px; flex-wrap:wrap;
}
.footer_top_rightli {
	margin-left: 0;
	width: 50%;
}
.footer_top_rightli .at {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.footer_top_rightli .ab {
	font-size: 12px;
	margin-top: 8px;
}
.footer_bottom_in{
	display:block; line-height:1.75;
}
.footer_bottom_in div{
	display:block;
}
.footer_bottom_in div span {
	margin: 0 8px 0 0;
}
.footer_bottom {
	padding: 15px 0;
	font-size: 12px;
}
.footer_bottom_in div span img {
	height: 12px;
	margin-right: 4px;
	transform: translateY(2px);
}

.sidebar_li{
	margin-top:5px;
}
.sidebar_li .showimg{
	width:60px; left:-70px;
}
.sidebar_li .imgdiv{
	width:35px; height:35px;
}



.mes_con{
	border-radius: 10px; width:calc(100% - 30px); padding:20px; padding-top:15px;
}
.mt50{
	margin-top:20px;
}
.mt25{
	margin-top:15px;
}
.new_input_li {
	width: 100%;
	font-size: 12px; margin-top:15px !important;
}


.mes_con .to_close{
	width:24px; height:24px; right:0; top:-30px;
}

.new_input_li .nil_text{
	width:65px; line-height:32px;
}
.new_input_li .nil_text span{
	margin-right:2px;
}
.new_input_li .nil_input{
	width:calc(100% - 65px);
}
.new_input_li .nil_input .input01{
	height:32px; line-height:32px; border-radius: 2px; padding:0 10px;  font-size: 12px;
}
.new_input_li .nil_input .input03{
	height: 80px; padding: 8px 10px; line-height: 1.5;
}
.new_input_li .nil_input .img01{
	height:32px; margin-left:12px; margin-right:10px;
}

.message_div02 .mes_con{
	padding-left:30px ; padding-right:30px;
}
.message_div02  .new_input_li {
	width: 100%;
}
.message_div02  .new_input_li .nil_input .input02 {
	width: calc(100% - 39% - 12px - 10px - 12px);
}
.message_div02  .new_input_li .nil_input .img01 {
	width: 39%;
}







.index_banner_swiper .swiper-slide .textdiv .tdt {
	font-size: 24px;
}
.pro_bigdiv_left .pbl_con{
    margin-top:0;
}
.pro_bigdiv_left {
	padding-left: 0;
	padding-top: 0;
	width: 100%;
}
.pbl_con{
	display:flex; justify-content:space-between; flex-wrap:wrap;
}
.pro_bigdiv_left .pbl_conall > a {
	padding: 8px 10px; border-radius: 4px; margin-top: 0; width:calc(50% - 20px); margin: 0 10px; font-size: 14px; width: 100%; margin: 0;
}
.pbl_con_child .pcc_li a {
	font-size: 14px;
	padding: 2px 15px;
}


.pro_bigdiv_right {
	width: 100%;
	margin-top: 30px;
}
.pbr_con .prolist{
	width:calc(50% - 15px); margin-left:30px;  margin-top:30px !important;  border-radius: 10px;
}
.pbr_con .prolist:nth-child(3n+1){
	margin-left:30px;
}
.pbr_con .prolist:nth-child(2n+1){
	margin-left:0px;
}
.pbr_con .prolist .textdiv {
	font-size: 13px;
	width: calc(100% - (10px * 2));
	margin: 0 auto 15px;
}
#pages {
	margin: 25px 0 0;
}
#pages li a,#pages li span{
	width:24px; height:24px; line-height:22px;  font-size:12px;  margin:0 2px;
}





.pro_show_01{
	padding:30px 0 50px;
}
.pro_show_01_left{
	width:100%;  padding-top:20px;
}
.pro_show_01_right{
	width:100%;
}

.pro_show_01_left .index_title_t span,
.pro_show_02 .index_title_t span{
	font-size:0.9em; padding-bottom:10px;
}
.pro_show_01_a.index02_a{
	margin-top:30px;
}
.pro_show_01_a.index02_a a {
	font-size: 13px; padding: 7px 35px;
}
.ps01pli{
	margin-top:10px; font-size:13px;
}
.ps01pli span{
	width:8px; height:8px; margin-right:8px; transform: translateY(6px);
}

.pro_show_01_right{
	border-radius: 14px;
}
.swiper_pagination_pro{
	margin-bottom:12px;
}
.swiper_pagination_pro .swiper-pagination-bullet{
	width:10px; height:10px; margin:0 3px !important;
}

.pro_show_02{
	padding:20px 0 40px;
}

.pro_show_03_con{
	padding:40px 0 20px;
}
.pro_show_03_left {
	width: 100%;
}
.pro_show_03_left img {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}
.pro_show_03_right {
	width: 100%;
}

.ps03r_con{
	padding:15px 15px 25px; border-radius: 10px;
}
.ps03r_li{
	font-size:12px;
}
.ps03r_li .ps03r_lit{
	width:110px; padding-left:10px !important;
}
.ps03r_li .ps03r_lib{
	width:calc(100% - 110px);
}
.ps03r_li .ps03r_lit,.ps03r_li .ps03r_lib .ps03r_libsli{
	padding:10px 0;
}

.pro_show_4{
	padding-bottom:40px;
}
.pro_show_04_title{
	font-size:15px; padding-bottom:10px;
}
.ps04li{
	padding:10px 15px; margin-top:12px; font-size:13px; flex-wrap:wrap;
}
.ps04li .ps04li_t{
	width:100%; margin-bottom:10px;
}
.ps04li .ps04li_b{
	width:calc(100% - 70px);
}
.ps04li .ps04li_c{
	width:70px;
}
.ps04li .ps04li_c img{
	margin-left:4px; height:10px; transform:translateY(1px);
}



.pro_down_search{
	width:80%; margin:12px auto;
}
.pro_down_search form{
	height:36px; line-height:36px; border-radius: 2px; padding:0 6px;
}
.pro_down_search form .keywords{
	width:calc(100% - 24px); font-size:12px;
}
.pro_down_search form .submit{
	width:24px; background-size:11px auto;
}

.pro_down_incon .ps04li{
	padding:10px; margin-top:12px; width:100%;
}
.pro_down_incon .ps04li .ps04li_t{
	width:100%;
}
.pro_down_incon .ps04li .ps04li_b{
	width:calc(100% - 70px);
}
.pro_down_incon .ps04li .ps04li_c{
	width:70px;
}







.us03_div{
	padding:20px 0 40px;
}






.us03_div .index_title_b {
	margin: 10px auto 15px;
}
.index_title .index_title_b {
	font-size: 13px;
	width: 100%;
}
.us03_div_newli{
    padding-top: 20px;
}
.us03_div_newli:first-child{
    padding-top:0 ;
}
.us03_div_left {
	width: 100%;
}
.us03_div_right {
	width: calc(100% - 28% - 30px); padding-left: 0; border-bottom: 1px solid #ccc !important; border-left: 0 !important;
	width: 100%; 
}

.us03_div_right_sli {
	padding: 20px 0;
}
.us03_div_right_sli:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.us03_div_right_sli .ttitle::before {
	width: 18px;
	height: 18px;
	left: -29px;
	top: 3px;
}
.us03_div_left_in{
	display:flex; flex-wrap:wrap;
}
.us03_div_left_in > a {
	padding: 10px 15px;
	width:calc(50% - 8px);
	padding-left: 0px;
}
.us03_div_left_in > a .t {
	font-size: 14px;
}
.us03_div_left_in > a .b {
	font-size: 13px;
	margin-top: 5px;
}
.us03_div_left_in > a {
	background: #0083ce;
}
.us03_div_left_in > a .t, .us03_div_left_in > a .b {
	color: #fff;
}
.us03_div_left_in > a > img {
	display: block;
}

.us06_list{
	border-radius: 10px; margin-top:20px;
}
.us06_list .imgdiv{
	width:100%;
}
/*
.us06_list .imgdiv .img {
	padding: 0;
}
.us06_list .imgdiv img {
	position: static;
	min-width: unset;
	height: auto;
	width: 100%;
	transform: unset;
}
.us06_list:hover .imgdiv img{
	transform: unset;
}
*/
.us06_list .textdiv{
	width:100%; padding:20px 15px; padding-bottom:20px;
}
.us06_list .textdiv .t{
	font-size:16px;
}
.us06_list .textdiv .b{
	font-size:13px; margin:10px 0 20px;
}
.us06_list .textdiv .c .cli{
	margin-top:8px;
}
.us06_list .textdiv .c .cli img{
	height:12px; margin-right:6px; transform:translateY(2px);
}
.us06_list .textdiv .c .cli span{
	font-size:12px;
}





.us01_div_left{
	width:100%;
}
.us01_div_right{
	width:100%;
}
.us01_div_right .index_title {
	margin-top: 20px;
}
.us01_div_right .index01_c {
	font-size: 13px;
}







.us02_div_in {
	flex-wrap:wrap;
}
.us02_list,.us02_list.active{
	width:100%; margin-top:15px; margin-left:0px; height: 200px;
}
.us02_list .text .t,
.us02_list.active .text .t {
	font-size: 18px; color: #fff; text-align:left;
	margin: 20px 0 30px; 
	margin-bottom: 15px;
}
.us02_list .text .line,
.us02_list.active .text .line {
	background: #fff;
	margin: 0;
}
.us02_list .text .b,
.us02_list.active .text .b {
	display: block; text-align:left;
}
.us02_list .text,
.us02_list.active .text {
	background: rgba(30,80,230,0.85);
	padding: 0 20px;
	justify-content: start;
}
.us02_list .text .icon img,
.us02_list.active .text .icon img {
	display: none;
}
.us02_div .index_title_c {
	margin: 10px auto;
	line-height: 1.4;
	font-size: 15px;
}





.us04_list{
	width:calc(50% - ((15px * 3) / 4)); margin-left:15px; margin-top:15px;
}
.us04_list:nth-child(2n+1){
	margin-left:0px;
}
.us04_list .textdiv .t{
	font-size:14px; margin-top:10px;
}



.us05_list{
	padding:20px 15px; margin-top: 20px;  border-radius: 10px; flex-wrap:wrap;
}
.us05_list .text{
	width:100%;
}
.us05_list .text .t{
	font-size:20px; margin-top:20px;
}
.us05_list .text .b{
	font-size:12px;
}
.us05_list .img {
	position: static;
	width: 100%;
	height: auto;
}
.us05_list .img img {
	position: static;
	max-width: unset;
	max-height: unset;
	top: 50%;
	left: 50%;
	transform: unset;
	width: 75%;
	margin:0 auto;
	display:block;
}


.caseshow_t{
	font-size:18px; 
}
.caseshow_b{
	font-size:14px; margin-top:10px;
}
.caseshow_c{
	padding-top:15px; margin-top:15px; flex-wrap:wrap;
}
.caseshow_c a{
	width:100%; font-size:13px; text-align:left !important;
}
.caseshow_c a:nth-child(2){
	margin-top:10px;
}



.newslist{
	width:100%; margin-left:0; margin-top:15px;
}
.newslist .textdiv {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 10px 15px;
}
.newslist .imgdiv {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.newslist .textdiv .t {
	font-size: 18px;
	margin: 8px 0 10px;
}
.newslist .textdiv .a {
	font-size: 12px;
	margin-top: 15px;
}


.newsshow_left{
	width:100%;
}
.newsshow_right{
	width:100%; margin-top:30px;
}
.newsshow_left .b {
	font-size: 14px;
}
.newsshow_left .c {
	padding-top: 12px;
	margin-top: 30px;
}
.newsshow_left .c a {
	font-size: 13px;
}
.newsshow_left .c a:nth-child(2) {
	margin-top: 6px;
}
.newsshow_right .nr_li .t {
	font-size: 14px;
}
.newsshow_right .nr_li .date {
	font-size: 12px;
	margin-top: 12px;
}
.newsshow_right .nr_li {
	padding: 12px 0 20px;
}





.contact_con01_left {
	width: 100%;
}
.contact_con01_right {
	width: 100%;
	margin-top: 30px;
}
.contact_con01_right .map {
	height: 250px;
}
.contact_con01_left .cclin .cclin_li .b {
	font-size: 14px;
	margin-top: 5px;
}
.contact_con01_left .cclin .cclin_li:last-child {
	margin-top: 20px;
}
.contact_con01_left .cclin .cclin_li .t {
	font-size: 14px;
}
.contact_con02_t {
	font-size: 18px;
	padding: 10px 0;
}
.contact_con02_b .ccb_li .t01 {
	width: 65%; 
}
.contact_con02_b .ccb_li .t03 {
	width: 35%; 
}
.contact_con02_b .ccb_li .t02 {
	width: 100%;
	height: auto;
	position: static;
}
.contact_con02_b .ccb_li {
	flex-wrap: wrap;
}
.contact_con02_b .ccb_li .tli {
	font-size: 16px; padding: 8px 0;
}
.contact_con02_b .ccb_li.ccb_li01 .tli {
	font-size: 13px; text-align:left; padding-left:15px; text-align:left;
}
.contact_con03 .new_input_li {
	width: 100%;
}
.contact_con02 {
	margin-bottom: 40px;
}
.contact_con03 .mes_waili {
	margin-top: 10px;
}


.recruit_con01{
	margin:12px 0 20px;
}
.recruit_con01 select{
	width:120px; height:30px; line-height:30px; font-size:14px; padding:0 10px; margin:0 10px;
}

.recruit_02_list{
	margin-top:15px;
}
.recruit_02_list_t{
	padding-right:15px; padding-left:15px; justify-content: normal;
}
.recruit_02_list_t .t{ 
	font-size:14px; line-height:20px; padding:15px 0;
}
.recruit_02_list_t .t:nth-child(1){
	width:50%; padding-bottom:0px;
}
.recruit_02_list_t .t:nth-child(2){
	width:50%; padding-bottom:0px;
}
.recruit_02_list_t .t:nth-child(3){
	width:50%;
}
.recruit_02_list_t .icon{
	width:20px; 
}
.recruit_02_list_b{
	padding:15px; padding-left:15px;
}
.recruit_02_list_b .t{
	font-size:14px;
}
.recruit_02_list_b .b{
	font-size:12px; margin:8px 0 10px;
}
.recruit_02_list_b .a a{
	width: 80px; height: 32px; line-height:32px; font-size:12px; 
}
.no_result{
	font-size:13px; margin-top:20px;
}



.message_div03 .new_input_li .nil_input .file_div{
	height:90px; 
}
.message_div03 .new_input_li .nil_input .file_div .file_div_b{
	font-size:12px; line-height: 1.25; margin-top:10px;
}
.message_div03 .new_input_li .nil_input .file_div .file_div_t{
	width:100px;
}
.message_div03 .new_input_li .nil_input .file_div .file_div_t span{
	width:100px; height:30px; line-height:30px; font-size:13px; border-radius: 2px;
}



.to_show_tel_div {
	left: -125px;
	font-size: 14px;
	border-radius: 4px;
	padding: 0 10px;
}
.swiper_pagination_us{
    margin-top: 10px; margin-bottom: 20px;
}

.us_swiper .swiper-slide .imgdiv {
	border-radius: 5px;
}

.us02_swiper .swiper-slide .text .text_in {
	padding: 0 10px 5px;
}
.us02_swiper .swiper-slide .text .text_in .t {
	font-size: 16px;
}
.us02_swiper .swiper-slide .text .text_in .line {
	width: 40px; height: 1px;
	margin: 10px 0 4px;
}
.us02_swiper .swiper-slide .text .text_in .b {
	font-size: 12px;
}
.us02_swiper .swiper-scrollbar {
	height: 3px !important;
	margin-top: 10px;
}

.newslist_new{
    margin-top: 20px; padding-bottom: 20px;
}
.newslist_new .imgdiv .img{
	border-radius: 10px;
}
.newslist_new .imgdiv{
    width: 100%;
}
.newslist_new .textdiv{
	width: 100%;
}
.newslist_new .textdiv .t {
	font-size: 14px;
	margin-top: 15px;
}
.newslist_new .textdiv .date {
	font-size: 12px;
	margin: 8px 0 15px;
}
.newslist_new .textdiv .a {
	font-size: 12px;
	margin-top: 15px;
}


.new_page_class{
    width:100%; margin-bottom: 30px;
}
.new_page_con{
    width:100%;
}
.new_page_title{
    font-size: 16px; padding: 12px 0 12px 15px;
}
.new_page_li a{
    padding: 8px 0 8px 15px; font-size: 13px;
}



.mySwiper002 .swiper-slide .img {
	width: 95%;
}
.mySwiper002{
    padding-top: 12px !important;
}
.mySwiper002 .swiper-slide .text{
    font-size: 13px; margin-top:10px; line-height: 1.75;
}
.us0402_newcon_com .mySwiper001{
    width: calc(100% - (35px * 2) - (5px * 2)); margin: 20px auto 0; padding: 5px 0;
}
.us0402_newcon_com .mySwiper001 .swiper-slide{
    padding: 0 5px;
}
.us0402_newcon_com .swiper-button-prev, 
.us0402_newcon_com .swiper-button-next{
    width: 25px !important; height: 25px !important;
}
.us0402_newcon_com .swiper-button-prev::after, 
.us0402_newcon_com .swiper-button-next::after{
    font-size: 12px;
}

.page_local {
	font-size: 13px;
}
.pbl_conall {
    width: 100%;
}

}