﻿/* css reset start*/
html { 
	/*谷歌浏览器字体最小字体12px*/
	-webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active伪类的元素有默认的高亮框*/
	-webkit-tap-highlight-color: transparent;
	/*禁止文本被选中*/
	/*-webkit-user-select: none;*/
	width:100%;
	overflow-x:hidden;
}
body{
	width:100%;
	margin:0 auto;
	color:#333;
	background:#fff;
	/*开启moblie网页快速滚动和回弹的效果*/
	/*-webkit-overflow-scrolling: touch;*/
	font-size: 14px;/*重置页面中的字号，不让子元素继承html的字号，另外chrom对于<12px的字号不再调小
	======================================================*/
	font-family:"Microsoft Yahei",opensans,微软雅黑,宋体,"Hiragino Sans GB","STHeiti",Helvetica,黑体,新細明體,Arial,"Lucida Grande","Helvetica Neue",Helvetica, sans-serif;
	overflow-x:hidden;
	width:100%;
	min-width:320px;
	max-width:1920px;
	min-height:100vh;
}
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
a{color: #333;text-decoration: none;cursor:pointer;display:block;}
a:hover{text-decoration:none;cursor:pointer;}
img{display: block;vertical-align: middle;border:none;outline: none;margin:0 auto;}
ul,li,ol,dl,dt,dd{list-style:none;}
input,button,textarea,select{font-family:"Microsoft Yahei",opensans,微软雅黑,宋体,"Hiragino Sans GB","STHeiti",Helvetica,黑体,新細明體,Arial,"Lucida Grande","Helvetica Neue",Helvetica, sans-serif;border:none;outline: none;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background:none;font-size:14px;}
textarea{resize: none;}
input::-moz-placeholder, textarea::-moz-placeholder { color: #A0A0A0; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #A0A0A0; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #A0A0A0; }
table {border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6,b{font-weight:normal;}
strong{font-weight:700;}
del{text-decoration:line-through; }
i,em{font-style:normal;display:inline-block;}
/* css reset end*/

.cursor{cursor:pointer;}
.wrapper{width:100%;overflow:hidden;}
.container{position:relative;max-width:1370px;margin:0 auto;z-index: 9;}

/*浮动*/
.clearfix:after{content:"";display:block;width:100%;height:0;clear:both;visibility: hidden;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}

.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.Animation{-webkit-transition: all 0.3s;transition: all 0.3s;}
.btnOuter{background:#E9A901;border-radius:20px;}
.btnOuter .btn{position:relative;display:block;width:100%;height:100%;background:#FEBB0A;color:#fff;font-weight:700;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,0.6);top:-7px;left:-7px;border-radius:20px;font-size:26px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.btnOuter:hover .btn{top:-4px;left:-4px;}
.flex{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: center;
    justify-content: center;
	text-align:center;}

/*遮罩*/
.mark{ position:fixed;width:100%;height:100%;top:0;left:0;z-index:11;display:none;background:rgba(0, 0, 0, 0.8);}
.imgMark{ position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;background:rgba(0, 0, 0, 0.65);}

.goBack {
	width: 50px;
	height: 50px;
	background: url(../images/icon/gotop.png) no-repeat center #009B9B;
	background-size: contain;
	border-radius: 5px;
	position: fixed;
	right: 30px;
	bottom: 5%;
	cursor: pointer;
}
.goBack:hover {
	opacity: .8;
}

/*头部*/
.header{width:100%;position: relative;z-index:10;background:#fff;}
.headTop{position:relative;height:35px;border-bottom:1px solid #eee;line-height:35px;z-index:2;}
.hT_icon1{background:url(../images/icon/icon_1.jpg) no-repeat left center;padding-left:16px;}
.hT_icon2{background:url(../images/icon/icon_2.jpg) no-repeat left center;padding-left:20px;}
.hT_icon3{background:url(../images/icon/icon_3.jpg) no-repeat left center;padding-left:21px;}
.hT_icon4{background:url(../images/icon/icon_4.jpg) no-repeat left center;padding-left:20px;}
.hT_left span{float:left;margin-right:24px;}
.hT_left a{position:relative;float:left;margin-right:18px;}
.hT_left a .ewm{position:absolute;top:50px;left:50%;margin-left:-67px;background:#fff;height:0;overflow:hidden;opacity:0;transform: translateY(10px);-webkit-transform: translateY(10px);transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;}
.hT_left a .ewm img{width:100%;height:100%;border:5px solid #fff;box-shadow:0 0 20px rgba(0,0,0,.4);}
.hT_left a.open .ewm{height:135px;width:135px;overflow:visible;opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
.arrow_up{position:absolute;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #009B9B;margin:0 auto;left:50%;top:-15px;margin-left:-15px;}
.hT_right a{float:left;}
.hT_right .freeClass{position:relative;height:26px;line-height:26px;background:#F44E51;padding:0 14px;color:#fff;top:4px;}
.headerContainer{width:100%;height:60px;background:#009B9B;}
.logo img{height:80px;}
.mimLogo{display:none;}
.header_nav{height:60px;}
.header_nav li{position:relative;float:left;width:14.28571%;height:100%;line-height:60px;text-align:center;border-right:1px solid #076e66;}
.header_nav li>a{position:relative;font-size:16px;color:#fff;border-right: 1px #0fa89b solid;}
.header_nav li.cur>a,.header_nav li:hover>a{background:#0c7a71;}
.main_header{padding:20px 0;}
.headService{margin-top: 4px;}
.headService>div .icon{ width:60px;height: 60px;background-color: #009B9B;border-radius: 100%;margin-right: 10px;}
.headService>div .icon img {
	display: block;
	width: 100%;
}
.headService>div .txt{position:relative;}
.hotQQ .txt:before{content:'';position:absolute;height:32px;width:1px;border-right:1px dashed #CFCFCF;right:0;top:50%;margin-top:-16px;}
.hotTel{margin-left:30px;display: flex;align-items: center;}
.headService>div .txt p{color:#000;font-size:16px;margin-bottom:3px;}
.headService>div .txt a{font-size:36px;color: #009B9B;font-family:Arial;}

.dropdowm_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
	display: none;
}
.dropdowm_menu a {
	display: block;
	background-color: #0c7a71;
	color: #fff;
	margin: 1px 0;
	font-size: 16px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dropdowm_menu a:hover {
	background-color: #009B9B;
}

.toggleMenuWrap{display: none;padding:10px 15px;font-size: 0;height: 19px;float:right;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
.toggleMenu{width: 25px;
    height: 3px;
    position: relative;
    background: #333;
    opacity: 1;
    margin: 8px 0;
    -webkit-transition: background 0s ease 250ms;
    -moz-transition: background 0s ease 250ms;
    transition: background 0s ease 250ms;
    display: inline-block;
    }
.toggleMenu:before, .toggleMenu:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #333;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);}
.toggleMenu:before{
    top: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 250ms ease 0s,top 250ms ease 250ms;
    -moz-transition: transform 250ms ease 0s,top 250ms ease 250ms;
    transition: transform 250ms ease 0s,top 250ms ease 250ms;
}
.toggleMenu:after{
    bottom: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 250ms ease 0s,bottom 250ms ease 250ms;
    -moz-transition: transform 250ms ease 0s,bottom 250ms ease 250ms;
    transition: transform 250ms ease 0s,bottom 250ms ease 250ms;
}
.toggleMenu.active{background:none;}
.toggleMenu.active:before{top:0;}
.toggleMenu.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 250ms ease 0s,transform 250ms ease 250ms;
    -moz-transition: top 250ms ease 0s,transform 250ms ease 250ms;
    transition: top 250ms ease 0s,transform 250ms ease 250ms;}
.toggleMenu.active:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 250ms ease 0s,transform 250ms ease 250ms;
    -moz-transition: bottom 250ms ease 0s,transform 250ms ease 250ms;
    transition: bottom 250ms ease 0s,transform 250ms ease 250ms;}


/*
html.ac-gn-noscroll, html.ac-gn-noscroll body, .header.ac-gn-noscroll*/{height:100%;overflow:hidden;}
.ac-gn-list{position:fixed;width:100%;height:0;top:50px;left:0;background:#000;z-index:5;overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	visibility:hidden;
	-webkit-transition:visibility 0.35s linear 1s;
	transition:visibility 0.35s linear 1s;
	-webkit-transition:height 0.35s linear 1s;
	transition:height 0.35s linear 1s;
	display:none;
}
.ac-gn-list ul{position:absolute;width:100%;height:auto;top:0;left:0;padding:0 30px;}
.ac-gn-list li{line-height:22px;border-bottom:1px solid rgba(255,255,255,0.2);padding:10px 0;}
.ac-gn-list li>a{color:rgba(255,255,255,0.5);font-size:14px;padding: 0 10px;}
.ac-gn-list li span{display:block;}
.ac-gn-list li .en{font-size:12px;}
.ac-gn-list li.cur>a{color:#fff;}
.ac-gn-list .ac-gn-item{
	opacity:0;
	pointer-events:none;
	-webkit-transform:scale(1.1) translateY(-24px);
	-ms-transform:scale(1.1) translateY(-24px);
	transform:scale(1.1) translateY(-24px);
	-webkit-transition:opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition:opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition:opacity 0.35s ease-out, transform 0.35s ease-out;
	transition:opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out
}
.ac-gn-list .ac-gn-item-menu:nth-child(1) {
	-webkit-transition-delay:350ms,350ms;
	transition-delay:350ms,350ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(2) {
	-webkit-transition-delay:300ms,300ms;
	transition-delay:300ms,300ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(3) {
	-webkit-transition-delay:250ms,250ms;
	transition-delay:250ms,250ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(4) {
	-webkit-transition-delay:200ms,200ms;
	transition-delay:200ms,200ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(5) {
	-webkit-transition-delay:150ms,150ms;
	transition-delay:150ms,150ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(6) {
	-webkit-transition-delay:100ms,100ms;
	transition-delay:100ms,100ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(7) {
	-webkit-transition-delay:50ms,50ms;
	transition-delay:50ms,50ms
}
.ac-gn-list.show .ac-gn-item-menu {
	opacity:1;
	pointer-events:auto;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(1) {
	-webkit-transition-delay:300ms,300ms;
	transition-delay:300ms,300ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(2) {
	-webkit-transition-delay:350ms,350ms;
	transition-delay:350ms,350ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(3) {
	-webkit-transition-delay:400ms,400ms;
	transition-delay:400ms,400ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(4) {
	-webkit-transition-delay:450ms,450ms;
	transition-delay:450ms,450ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(5) {
	-webkit-transition-delay:500ms,500ms;
	transition-delay:500ms,500ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(6) {
	-webkit-transition-delay:550ms,550ms;
	transition-delay:550ms,550ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(7) {
	-webkit-transition-delay:600ms,600ms;
	transition-delay:600ms,600ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(8) {
	-webkit-transition-delay:650ms,650ms;
	transition-delay:650ms,650ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(9) {
	-webkit-transition-delay:700ms,700ms;
	transition-delay:700ms,700ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(10) {
	-webkit-transition-delay:750ms,750ms;
	transition-delay:750ms,750ms
}
.ac-gn-list.show{
	height:100%;
	visibility:visible;
	/*-webkit-transition-delay:600ms;
	transition-delay:600ms;*/
}

/*底部*/
.foot_top {
	background-color: #fff;
	border-top: 2px #eee solid;
	padding: 60px 0;
}
.foot_item {
	float: left;
	width: 45%;
	max-width: 600px;
}
.foot_nav {
	/*float: left;
	width: 45%;*/
	overflow: hidden;
}
.foot_nav_item {
	float: left;
	width: 25%;
	padding-right: 15px;
}
.foot_nav_item h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot_nav_item>a {
	display: block;
	font-size: 16px;
	color: #7e7e7e;
	margin-top: 10px;
}
.foot_nav_item a:hover {
	color: #009B9B;
}
.wechat_box {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}
.wechat {
	float: left;
	padding: 0 15px;
	width: 50%;
	max-width: 200px;
	margin-bottom: 20px;
}
.wechat span {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: justify;
}
.wechat span:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.wechat img {
	display: block;
	width: 100%;
	border: 1px #ddd solid;
}
.foot_contact {
	float: right;
	max-width: 40%;
}
.foot_tel span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #565656;
	margin-bottom: 10px;
}
.foot_tel a {
	display: block;
	font-size: 36px;
	line-height: 1;
	color: #565656;
}
.work_time {
	font-size: 16px;
	color: #969595;
	margin-bottom: 30px;
	margin-top: 15px;
}
.foot_contact p {
	font-size: 16px;
	color: #969595;
	margin-top: 5px;
}
.foot_contact p a {
	color: #969595;
}
.copyright {
	background-color: #eee;
	padding: 15px 0;
	text-align: center;
}
.copyright a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
}
.add_box {
	float: right;
	width: 55%;
	max-width: 700px;
	/*display: flex;
	flex-flow: row wrap;
	margin-left: -30px;
	margin-right: -30px;*/
}
.add_box .item {
	/*width: 50%;
	padding: 0 30px;*/
	color: #969595;
	line-height: 1.71428571;
	margin-top: 20px;
}
.add_box .item p {
	margin-top: 5px;
}

@media (max-width: 479px) {
	.foot_nav_item {
		float: none;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.foot_nav_item h2 {
		width: 100%;
		margin-bottom: 5px!important;
		padding: 0 10px;
	}
	.foot_nav_item>a {
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0 10px;
	}
}
@media (max-width: 1023px) {
	.foot_item,
	.add_box {
		float: none;
		width: 100%;
		max-width: none;
	}
}
@media (min-width: 1366px) {
	.add_box .item {
		font-size: 16px;
	}
}

.inside_main {
	padding: 30px 0 50px;
}
.InfoContent {
	font-size: 16px;
	line-height: 2.4;
	margin: 10px 0;
}
.InfoContent a {
	display: inline;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}
.InfoTitle {
	text-align: center;
	margin: 10px 0 30px;
	border-bottom: 1px #999 dotted;
	padding-bottom: 30px;
}
.InfoTitle h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}
.InfoTitle .data {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.info_previous_next_wrap {
	border-top: 1px #999 dotted;
	padding-top: 16px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.71428571;
	color: #333;
}
.info_previous_next_wrap a {
	display: inline;
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #009B9B;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

.swiper-container {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-slide {
	webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next {
	right: 0;
	background-image: url(../images/icon/right.png);
}
.swiper-button-prev {
	left: 0;
	background-image: url(../images/icon/left.png);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

@media screen and (min-width: 1360px) and (max-width: 1400px) {

    .container{max-width:1300px;}

    .btnOuter{border-radius:15px;}
    .btnOuter .btn{border-radius:15px;}
} 


@media screen and (min-width: 992px) and (max-width: 1359px) {
	.headService>div .icon {
		width: 50px;
		height: 50px;
	}
    .headService>div .txt p {
    	font-size: 14px;
    }
    .headService>div .txt a {
    	font-size: 28px;
    }

    .container{max-width:980px;}
	
	.btnOuter{border-radius:15px;}
    .btnOuter .btn{font-size:22px;border-radius:15px;}
    
    .foot_top {
    	padding: 30px 0;
    }
    .foot_nav_item h2 {
    	font-size: 16px;
    }
    .foot_nav_item>a {
    	font-size: 14px;
    }
    .wechat span,
    .foot_tel span,
    .work_time,
    .foot_contact p {
    	font-size: 14px;
    }
    .foot_tel span {
    	margin-bottom: 5px;
    }
    .work_time {
    	margin-bottom: 10px;
    }
    .foot_tel a {
    	font-size: 30px
    }
    
    .InfoContent {
    	font-size: 14px;
    }
    .InfoTitle {
    	margin-bottom: 20px;
    	padding-bottom: 20px;
    }
    .InfoTitle h2 {
    	font-size: 20px;
    }
    .InfoTitle .data {
    	font-size: 14px;
    	margin-top: 15px;
    }
    .info_previous_next_wrap {
    	font-size: 14px;
    }
} 


@media screen and (min-width: 768px) and (max-width: 991px) {
	.headService>div .icon {
		width: 36px;
		height: 36px;
	}
    .headService>div .txt p {
    	font-size: 12px;
    }
    .headService>div .txt a {
    	font-size: 16px;
    }
    
	.container{max-width:750px;}
    .logo img{height:50px;}
    .hT_left a .ewm{margin-left:-60px;}
    .hT_left a.open .ewm{width:120px;height:120px;}
    .hT_left span{margin-right:12px;}
    .hotTel{margin-left:20px;}
    .main_header{padding:15px 0;}
    .headerContainer,.header_nav{height:50px;}
    .header_nav li{line-height:50px;}
    .header_nav li>a{font-size:14px;}
    
    .dropdowm_menu {
    	top: 50px;
    }
    .dropdowm_menu a {
    	font-size: 14px;
    }
	
	.foot_top {
    	padding: 20px 0;
    }
    .foot_nav_item h2 {
    	font-size: 14px;
    	margin-bottom: 10px;
    }
    .foot_nav_item>a {
    	font-size: 12px;
    }
    .wechat span,
    .foot_tel span,
    .work_time,
    .foot_contact p {
    	font-size: 12px;
    }
    .foot_tel span {
    	margin-bottom: 5px;
    }
    .work_time {
    	margin-bottom: 10px;
    }
    .foot_tel a {
    	font-size: 24px
    }
    /*.wechat {
    	display: none;
    }
    .foot_nav {
    	width: 50%;
    }*/
    .foot_contact {
    	width: 50%;
    	max-width: 50%;
    	padding-left: 15px;
    }
    .copyright {
    	padding: 10px 0;
    }
    .copyright a {
    	font-size: 12px;
    }
    
    .inside_main {
    	padding: 0 0 20px;
    }
    .InfoContent {
    	font-size: 14px;
    }
    .InfoTitle {
    	margin: 20px 0;
    	padding-bottom: 15px;
    }
    .InfoTitle h2 {
    	font-size: 18px;
    }
    .InfoTitle .data {
    	font-size: 12px;
    	margin-top: 10px;
    }
    .info_previous_next_wrap {
    	font-size: 14px;
    }
	.goBack {
		width: 30px;
		height: 30px;
		right: 15px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sidebar{display:none;}
	body{padding-top:50px;}
	.header{position:fixed;top:0;left:0;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,0.2);}
	.toggleMenuWrap,.ac-gn-list{display:block;}
	.container{max-width:100%;padding:0 15px;}
    .headTop,.headerContainer,.headService{display:none;}
    .mimLogo{display:block;}
    .logo img{height:40px;}
    .main_header{padding:5px 0;}
    .main_header .container{padding:0 0 0 15px;}

	.dropdowm_menu {
		position: static;
		margin-top: 8px;
	}
	.dropdowm_menu a {
		background-color: rgba(255,255,255,.1);
		padding: 8px 10px;
		font-size: 12px;
		color:rgba(255,255,255,0.5);
	}
    
    .foot_top {
    	padding: 20px 0;
    }
    .foot_nav_item h2 {
    	font-size: 14px;
    	margin-bottom: 10px;
    }
    .foot_nav_item>a {
    	font-size: 12px;
    }
    .wechat span,
    .foot_tel span,
    .work_time,
    .foot_contact p {
    	font-size: 12px;
    }
    .foot_tel span {
    	margin-bottom: 5px;
    }
    .work_time {
    	margin-bottom: 10px;
    }
    .foot_tel a {
    	font-size: 24px
    }
    .foot_item,
    .add_box {
    	float: none;
    	width: 100%;
    	max-width: none;
    }
    .wechat_box {
    	margin-top: 20px;
    }
    /*.wechat {
    	display: none;
    }*/
    .foot_nav {
    	width: 100%;
    	/*display: none;*/
    }
    .foot_contact {
    	width: 100%;
    	max-width: 100%;
    }
    .copyright {
    	padding: 10px 0;
    }
    .copyright a {
    	display: block;
    	font-size: 12px;
    }
    .add_box .item {
    	width: 100%;
    	margin-top: 10px;
    }
    
    .inside_main {
    	padding: 10px 0 20px;
    }
    .InfoContent {
    	font-size: 14px;
    }
    .InfoTitle {
    	margin-bottom: 15px;
    	padding-bottom: 15px;
    }
    .InfoTitle h2 {
    	font-size: 16px;
    }
    .InfoTitle .data {
    	font-size: 12px;
    	margin-top: 10px;
    }
    .info_previous_next_wrap {
    	font-size: 12px;
    }
    .swiper-button-next,
	.swiper-button-prev {
		width: 14px;
		height: 26px;
		margin-top: -13px;
	}
	.goBack {
		width: 30px;
		height: 30px;
		right: 15px;
	}
}


@media only screen and (max-width: 479px) {
	body{padding-top:40px;}
    .logo img{height:30px;}
    .toggleMenuWrap{padding:5px 15px;}
    .ac-gn-list{top:40px;}

    .btnOuter .btn{font-size:15px;}
}