@media all and (min-width:320px) and (max-width:768px){


body.menushow {
   overflow: hidden;
    width: 100%;
}
.mt120{
	margin-top:60px;
}
.mb120{
	margin-bottom:60px;
}


.header.show .logo img {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 21px;
    height: 18px;
	display:block;
	top: 20px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #999;
}
.header.yanse .nav_menu_item {
    background: #999;
}
.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{
    display: block;
}
.header .inheader .menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
	background:#fff;
	left:0px;
	padding: 0 15px;
	box-sizing: border-box;
}
.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;
}
.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 .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#277bc9;
}
.header .menu > li:nth-child(2) .subnav,
.header .menu > li:nth-child(3) .subnav,
.header .menu > li:nth-child(5) .subnav,
.header .menu > li:nth-child(6) .subnav,
.header .menu > li:nth-child(7) .subnav{
	transform: translateX(0%) !important;
}
.header .weblangul{
	display:block; padding-left:15px;
}
.header .weblangul span{
	margin:0 6px;
}
.header .weblangul a.on{
	color:#008ed5;
}
.header .inheader .langul{
	display:none;
}
#main .flexslider .flex-control-nav {
    bottom: 15px;
}
.header .inheader .menu > li.active:after, .header .inheader .menu > li:hover:after {
    display:none;
}


.indextitle .t {
    font-size: 26px;
}
.indextitle .b {
    font-size: 14px;
    margin: 4px 0 6px;
}

.indextitle .c {
    font-size: 12px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto;
}
#index01 .index01 .swiper-slide {
    width: calc(33.33% - 15px);
    margin: 0 8px;
}
#index01 .index01 .swiper-slide.on {
    box-shadow: 4px 3px 12px 4px rgba(0, 0, 0, 0.19);
}
.index01 .swiper-container-horizontal > .swiper-scrollbar {
    height: 3px;
}
#index02 .index02 .index02list {
    width: 48%;
    margin-right: 0;
    margin-top: 15px;
}
#index02 .index02 .index02list:nth-child(2n){
	float:right;
}



#index03 .index03_left {
    width: 100%;
    position: static;
}
#index03 .index03_left img {
    position: static;
    transform: none;
    width: 100%;
}
#index03 .index03_rightt {
    padding: 15px;
    float: none;
    width: 100%;
}
#index03 .index03_rightt .c .cli {
    width: 31.33%;
    margin: 0 1%;
}
#index03 .index03_rightt .c .cli .ct span {
    font-size: 24px;
    margin-right: 5px;
}
.index04div .index04list{
	width:48%; margin-right:2%; margin-top:15px;
    padding: 10% 0;
}
.index04div .index04list:nth-child(2n){
	float:right;
}
.index04div {
    margin-top: 15px;
}

.index05 {
    margin-top: 20px;
}
#index05 .indextitle .t {
    font-size: 16px;
}
#index05 .indextitle .b {
    font-size: 18px;
    margin: 10px 0 10px;
}
#index05 {
    padding: 30px 0;
}
.index05 .img {
    width: 100%;
    float: none;
	margin-bottom:15px;
}
.index05 .newsdiv {
    width: 100%;
    float: none;
}

#footer .finfo {
    margin-right: 0;
    width: 46%;
	margin-bottom:20px;
}
#footer .fmenu {
    margin-right: 0;
    width: 46%;
	margin-bottom:20px;
}
#footer .fmenu:nth-child(2n){
	float:right;
}
#footer .fmenu:nth-child(3){
	clear:both;
}
#footer .felse {
    margin-right: 0;
    width: 46%;
}

#beian {
    padding: 12px 0;
    line-height: 20px;
    font-size: 12px;
}

.tabright {
    padding: 15px 0;
    font-size: 12px;
}
.news_con {
    margin: 40px auto;
}
.news_con_list .ncl_in {
    padding: 15px;
}
.news_con_list .ncl_in .datel{
	display:none;
}
.news_con_list .ncl_in .img{
	width:100%; float:none;  margin:0; margin-bottom:15px; padding:0px;
}
.news_con_list .ncl_in .img img {
    height: 100%;
    position: static;
    transform: unset;
    width: 100%;
}
.news_con_list .ncl_in .textr{
	width:100%; float:none;
	transform: unset;
}
.news_con_list .ncl_in .textr .c {
    display: block; font-size:12px; color:#999; margin-top:10px;
}
#pages {
    text-align: center;
    margin-top: 30px;
}



.newshow_con {
    padding: 0 15px;
}
.newshow_con .newshow_con_t {
    font-size: 20px;
    text-align: center;
}
.newshow_con .newshow_con_b {
    font-size: 12px;
    margin: 15px 0 20px;
}
.newshow_con .newshow_con_c {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newshow_con .newshow_con_d {
    font-size: 12px;
}
.newshow_con .newshow_con_d p {
    margin-bottom: 10px;
}
.contact_t {
    font-size: 24px;
}	
.contact_b {
    font-size: 18px;
}
.contact_c .contact_c_l {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
}
.contact_c .contact_c_r {
    width: 100%;
    margin-left: 0;
    float: none;
}

.service_tab {
    width: 100%;
    margin: 0 auto 20px;
}
.service_tab a {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}
.service_tab a img {
    margin-right: 6px;
    transform: translateY(3px);
    height: 16px;
}
.service_con {
    padding: 30px 15px;
}



.service_con_list table{
	font-size:12px; margin-bottom:30px;
}
.service_con_list th{
	font-size:14px;
}
.service_con_list th,
.service_con_list td{
	padding:10px 5px; line-height:16px;
}



#index01 .index01 .swiper-slide .text .text_t {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    padding: 0 5px;
    line-height: 20px;
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after,.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    font-size: 24px !important;
}
.us01 {
    margin: 30px 0;
}
.us02{
	margin:30px 0;
}
#index03 .index03_rightt.index03_rightt_us {
    width: 100%;
}
.us01 .b {
    font-size: 12px;
    line-height: 22px;
    margin: 25px 0;
}
.us01 .t {
    font-size: 20px;
}
.us02 .b {
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0;
}
.us02 .t {
    font-size: 18px;
}
.teamli.teamli01 {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
}
.teamli.teamli01:nth-child(5){
	display:none;
}
.teamli.teamli01:nth-child(5) > img.bg {
    display: block;
    width: 100%;
    height: 200px;
}
.teamli.teamli02 {
    width: 48.5%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
}
.teamli.teamli02:nth-child(2n){
    float: right;
}
.teamli.teamli02:nth-child(2n+1){
    clear: both;
}
#footer .felse img {
    display: inline-block;
    width: 50px;
    margin-right: 15px;
}

}