@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: #44b7ca;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #44b7ca;
}
.header.yanse .nav_menu_item {
    background: #44b7ca;
}
.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 .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 > 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;
	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; position:relative;
}
.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; width: calc(100% - 65px);
}
.header .menu > li .subnav li .icon_nav_item {
    height: 34px !important;
    top: 0px;
    padding: 0;
    right: 30px;
    display: block;
    line-height: 34px;
	width: 34px;
}
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#44b7ca;
}
.header .menu > li .subnav li .thirdul {
    position: static;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background: none;
    clear: both;
    padding: 0px;
    display: none;
    transition: none;
    width: 100%;
}
.header .inheader .menu > li.active > a, .header .inheader .menu > li:hover > a {
    color: #44b7ca;
}
.header .menu > li .subnav li .thirdul li{
	border-top:1px solid #eeeeee;
}
.header .menu > li .subnav li .thirdul li a{
	padding:0 45px;
}
.header .menu > li.proli {
    position: relative;
}
.header .inheader .menu > li.searchdiv span{
	display:none;
}
.header .inheader .menu > li.searchdiv .subnav{
	display:block; width:100%;
}
.header .inheader .menu > li.searchdiv .subnav form {
    height: 36px; border: 1px solid #f2f2f2;
}
.header .inheader .menu > li.searchdiv .subnav form input.form-control{
    line-height: 34px;
}

.header .inheader .menu > li.active a:after, .header .inheader .menu > li:hover a:after {
    display:none;
}

#main .flex-direction-nav .flex-prev,
#main .flex-direction-nav .flex-next{
	display:block;
}
#main .flex-direction-nav a.flex-prev{
	right:50px; bottom: 9%; width:20px; height:20px; background-size:8px auto;
}
#main .flex-direction-nav a.flex-next{
	right:15px; bottom: 9%; width:20px; height:20px; background-size:8px auto;
}
#main .flex-direction-nav a.flex-prev:hover{
	background-size:8px auto;
}
#main .flex-direction-nav a.flex-next:hover{
	background-size:8px auto;
}

.header .menu > li.proli .subnav{
	display:none;
}
.header .menu > li.proli .subnav.subnavelse{
	display:none !important;
}
#main .flexslider .mouse{
	display:none;
}

.index_title .t {
    font-size: 20px;
}
.index_title .line {
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
}


.index_title{
	margin-bottom:30px;
}
.index_title .t{
	font-size:20px;
}
.index_title .line{
	width:20px; height:2px; margin:10px auto 0;
}

#index01{
	margin:40px 0;
}
.index01li {
    width:48.5%;
    margin-left: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-top:15px;
	padding: 32.5% 0;
}
.index01li:nth-child(2n){
	float:right;
}
.index01li:nth-child(-n+2){
	margin-top:0px;
}
.index01li.on {
    transform: translateY(-8px);
}



#index02{
	margin-bottom:40px;
}
#index03 {
    margin-bottom: 40px;
    padding: 40px 0;
}
.index03li .bg .text_t {
    font-size: 14px;
    line-height: 22px;
}
.index03li .bg .text_b {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0 20px;
}
.index03li .bg .text_d {
    font-size: 12px;
}
.index03li .bg {
	padding: 0 10px;
}
.index03li .bg .text_d img {
    width: 14px;
}
.index02_l{
	width:100%; float:none;
}
.index02_r{
	width:100%; float:none; margin-bottom:30px;
}
.index02_r .bg {
    left: -15px;
    bottom: -15px;
    width: 120px;
}

.footer_l {
    max-width: 100%;
    float: none;
    margin-bottom: 0;
}
.footer_l .footer_menu a {
    font-size: 12px;
    margin: 0 4px;
    padding-bottom: 15px;
}
.footer_bei {
    font-size: 12px;
    line-height: 20px;
}
.footer_r{
	display:none;
}
.footer_l .footer_r {
    display: block;
    float: none;
	margin-top:30px;
}
.footer_r p {
    font-size: 12px;
    margin: 15px 0 8px;
}
.footer_l .footer_links {
    margin: 30px 0 20px;
    line-height: 18px;
}


#main .flexslider .bannertext div div {
    font-size: 22px;
    margin-bottom: 8px;
}
#main .flexslider .bannertext div p {
    font-size: 14px;
}






#page_bg{
	padding:30px 0 40px;
}
#pages{
	margin:30px auto 0;
}
.pro_l {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.pro_l .b a {
    line-height: 40px;
    font-size: 14px;
    width: 50%;
    float: left;
}
.pro_l .b a.on .icon_nav_item {
    font-size: 10px;
    right: 5px;
}
.pro_l .t {
    font-size: 18px;
    padding: 15px 0;
}
.pro_r {
    float: none;
    width: 100%;
}
.pro_r_list {
    width: 48.5%;
    margin-top: 15px;
    padding: 10px;
}
.pro_r_list .text {
    padding:15px 0 5px;
}
.pro_r_list .text .t {
    font-size: 14px;
}
.pro_r_list .text .b {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 12px;
}
#pages li {
    padding: 7px 10px;
}

.tabright {
    margin: 30px 0 0;
    height: 18px;
    line-height: 18px;
}
.tabright span {
    font-size: 12px;
    margin: 0 12px;
}
.tabright a {
    font-size: 12px;
}
.tabright a:first-child {
    width: 18px;
    height: 15px;
    top: -2px;
}



#proshow{
	margin:30px 0 40px;
}
.proelse{
	margin-bottom:40px;
}
.proshow_l .swiper-container-proshow {
    margin-bottom: 30px;
}
.proelse .xlseo_index05_r_b{
	margin-top:30px;
}
.proshow_l{
	width:100%; float:none; margin-bottom:30px;
}
.proshow_r{
	width:100%; float:none;
}
.proshow_l .swiper-container-proshow .swiper-button-prev02, .proshow_l .swiper-container-proshow .swiper-button-next02 {
    width:30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 10px;
}
.proshow_l .swiper-container-proshow .swiper-button-prev02 {
    left: 15px;
}
.proshow_l .swiper-container-proshow .swiper-button-next02 {
    right: 15px;
}



.page_tab{
	height:40px;
}
.page_tab a{
	height:40px; line-height:40px;font-size:14px; width:25%;
}
.caselist {
    width: 48.5%;
    margin-left: 0;
    margin-top: 15px;
	padding: 16.7% 0;
	font-size:14px;
}
.caselist:nth-child(2n){
	float:right;
}
.caselist:nth-child(3n+1){
	clear:unset; margin-left:0px;
}
.caselist:nth-child(-n+3){
	margin-top:15px;
}
.caselist:nth-child(-n+2){
	margin-top:0px;
}

.caselist .text1 {
    height: 30px;
    line-height: 30px;
}
.caselist .text2 img {
    margin-bottom: 10px;
    height: 30px;
}


.news_content_left_top {
    padding: 20px 20px;
}
.news_content_left {
    width: 100%;
    float: none;
	margin-bottom:15px;
}
.news_content_left .t {
    font-size: 18px;
    padding: 0;
	line-height:24px;
}
.news_content_left .b {
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
}
.news_content_left .c {
    line-height: 26px;
    padding: 15px 0 0;
}

.news_content_right {
    float: none;
    width: 100%;
}
.news_content_right .news_content_right_top {
    padding: 15px;
}

.prevnext a.prevnextli img {
    width: 12px;
    margin: 0 6px;
}
.prevnext a {
    font-size: 12px;
}
.prevnext a.prevnextmid img {
    width: 18px;
}




.us_div .text {
    padding:30px 15px;
}


.logolist{
	width:calc(33.33% - 10px); margin-left:15px; margin-top:15px; padding:10% 0;
}
.logolist:nth-child(5n+1){
	clear:unset; margin-left:15px;
}
.logolist:nth-child(-n+5){
	margin-top:15px;
}
.logolist:nth-child(3n+1){
	clear:both; margin-left:0px;
}
.logolist:nth-child(-n+3){
	margin-top:0;
}


.contact_con_b .mtop input{
	width:48%; margin-right:0px; margin-bottom:15px; font-size:14px; padding:0 15px; height: 50px;
}
.contact_con_b .mtop input:nth-child(2n){
	float:right;
}
.contact_con_b .mtop {
    overflow: hidden;
    margin-bottom: 0;
}
.contact_con_b textarea {
    height: 150px;
    font-size: 14px;
    padding: 8px 15px;
}
.contact_con_b div .sub_button {
    font-size: 14px;
    margin: 20px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
}


.contact_top {
    margin-bottom: 30px;
}
.ctd_list{
	width:50%;
}
.ctd_list:nth-child(3)::before{
	display:none;
}



.service_div{
	margin:40px 0;
}

.service_div03_list{
	width:48.5%; margin-top:15px; margin-left:0px; padding: 15px 0;
}
.service_div03_list:nth-child(2n){
	float:right;
}
.service_div03_list:nth-child(-n+2){
	margin-top:0px;
}
.service_div02_list {
    width: 100%;
    margin-top: 15px;
}
.service_div02_con:first-child .service_div02_list:nth-child(-n+2) {
    margin-top: 15px;
}
.service_div02_con:first-child .service_div02_list:nth-child(-n+1) {
    margin-top: 0;
}

.service_div01_list {
    width:calc(33.33% - 8px); margin-left:12px; margin-top:15px;
}
.service_div01_list:nth-child(3n+1){
	clear:both; margin-left:0px;
}
.service_div01_list .showt .text {
    font-size: 14px;
    margin: 10px 0 0;
}
.service_div01_list .showt img {
    height: 26px;
}
.service_div01_list .showt {
    padding: 15px 0;
    border-radius: 6px;
}
.service_div01_list .showcontent .img img{
	height:15px;
}
.service_div01_list .showcontent .showcontent_b a {
    line-height: 32px;
    padding: 0 10px;
    font-size: 12px;
}


.service_div01_list:nth-child(3n+1) .showcontent .img img{
	margin-left:12.5%;
}
.service_div01_list:nth-child(3n+2) .showcontent .img img{
	margin-left:47.5%;
}
.service_div01_list:nth-child(3n+3) .showcontent .img img{
	margin-left:82.5%;
}

.ctd_list:nth-child(2) .b,
.ctd_list:nth-child(3) .b{
	padding:0;
}
.elseb{
	font-size:14px; line-height:24px;
}
}