@media(max-width: 767px){

.width {
    width: 96%;
}
.hamburger {
	padding: 8px 6px;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
    left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    width: 40px;
    -webkit-animation: line2 0;
    animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background: none;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	right: -80px;
	top: 80px;
    left:auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.logo {
    width: 80%;
    margin-top: 1.5VH;
}
.logo img{
    width: 100%;
}
.h-by{
	display: none;
}
.tel{
	display: none;
}

.header{
	height: 80px;
	box-sizing: border-box;
}
.header-bg{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    margin: 0;
}
.hamburger--emphatic-r {
	margin-top: -8px;
}
.nav{
	position: absolute;
    z-index: 999;
    left: 0;
    top: 80px;
    height: auto;
    width: 100%;
}
.nav-con{
	display: none;
}
.nav-con>ul>li {
    width: 33%;
}

.index-tit{
	width: 96% !important;
	text-align: left;
	font-size: 3VW !important;
}
.pro {
    height: auto;
    padding-top: 5VH;
}
.pro-title {
    font-size: 6VW;
}
.pro-title img{
	width: 100%;
}
.pro-title span {
    font-size: 4VW;
    text-align: center;
    display: block;
}
.fenlei {
    margin: 2VH auto;
    width: 100%;
}
.fenlei li {
    line-height: 50px;
    width: 32%;
    margin: 0;
    margin-left: 1.5%;
    margin-top:1VH;
}
.fenlei li:nth-child(3n+1) {
    margin-left: 0%;
}
.pro-con {
    margin-top: 3VH;
}
#ScrollBox li {
    width: 49%;
    margin: 0;
    margin-left: 2%;
    margin-top:1VH;
}
#ScrollBox li:nth-child(2n+1) {
    margin-left: 0%;
}
#ScrollBox li .cp-tp {
    width: 100%;
    height: 50VW;
}
#ScrollBox li .cp-tp a{
    width: 100%;
    height: 50VW;
}
#ScrollBox li .cp-tp a img{
    width: 100%;
    height: 50VW;
    object-fit: cover;
}

.ad {
    height: auto;
    padding-top: 5VH;
    background: none;
}
.ad-con {
    margin-top: 5VH;
}
.ad-nr{
	width: 100%;
}
.ad-nr li {
    width: 100%;
    margin-bottom: 5VH;
}

.gd {
    height: auto;
    padding-top: 0;
}
.gd-con {
    width: 100%;
    float: none;
    display: none;
}
.gd-bt {
    font-size: 6VW;
}
.gd-by {
    margin-top: 3VH;
    font-size: 3.5VW;
    box-sizing: border-box;
}
.gd-tel {
    background: #004fc8;
    line-height: normal;
    width: 100VW;
    margin-top: 3VH;
    margin-right: 0;
    float: none;
    height: 40VW;
    margin-left: -2VW;
    position: relative;
}
.gd-tel:before {
    content:'全国服务热线';
    position: absolute;
    color: #fff;
    font-size: 5VW;
    width: 100%;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    margin-top: 7VW;
}
.gd-tel:after {
    content:'186-2555-4222';
    position: absolute;
    color: #fff;
    font-size: 9VW;
    font-weight: bold;
    width: 100%;
    font-family: "times new roman";
    top:0;
    left:50%;
    transform: translate(-50%,0);
    margin-top: 14VW;
}
.gd-tel a {
    color: #004ec8;
    background: #fff;
    padding: 2VW 4VW;
    margin-top: 26VW;
    display: inline-block;
    width: auto;
}

.about {
    padding: 6VH 0 0;
}
.about .pro-title span {
    text-align: center;
}
.about-con {
    margin-top: 1VH;
    width: 100%;
}
.about-diao {
    line-height: 220%;
    margin-top: 2VH;
}
.about-more {
    margin-top: 3VH;
}
.about-tu {
    margin-top: 5VH;
    width: 100%;
}
.about-tu img{
    width: 100%;
}

.news-bg {
    padding: 6VH 0px 0;
}
.news-tu{
	display: none;
}
.gongsi {
    width: 100%;
    float: none;
}
.gongsi li {
    width: 100%;
    height: auto;
    margin-bottom: 3VH;
    padding: 3VW 5VW;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
.zixun{
	width: 100%;
    float: none;
}
.zixun img{
	width: 100%;
}
.ba-con{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wzbb img{
	width: 100%;
}

.dbg {
    padding: 6VH 0 0;
}
.page-news {
    min-height: auto;
    padding-bottom: 3VH;
}
.dbg-bg2 {
    padding: 3VW;
    margin-top: 3VH;
    box-sizing: border-box;
}
.dbg-bg2 > .page-news > p > span > img{
    width: 100%;
    height: auto;
    margin-bottom:3VH;
}

.ny-fenlei {
    width: 100%;
}
.ny-navbg img{
	display: none;
}
.ddsmoothmenu-v1>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ddsmoothmenu-v1>ul>li {
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    width: 33%;
    padding: 3VW 0;
    padding-left: 2%;
}
.dbg-bg {
    background: #fff;
    width: 100%;
    padding: 3VW 2VW;
    box-sizing: border-box;
}
.page-products > ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ShowImages li {
    margin: 0;
    width: 48%;
}
#ShowImages .images_img a {
    height: 20VH;
    padding: 2VW;
    box-sizing: border-box;
}
#ShowImages .images_img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ShowImages .images_title a {
    height: auto;
    line-height: normal;
    padding: 2VW 0 5VW;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_list {
    text-align: center;
    padding: 3VH 0;
    line-height: 200%;
}

.related_cp ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.related_cp ul li {
    margin: 1%;
    width: 30%;
}
.related_cp ul li p a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related_cp ul li img {
    box-sizing: border-box;
}
#shownews h1.ptitle {
	font-size: 6VW;
    text-align: center;
}
#preview {
    float: none;
    width: 100% !important;
    margin-top:3VH;
}
#spec-n1 {
    height: auto;
}
#spec-n1 img{
    width: 100%;
}
.page-guestbook {
    width: 100%;
    padding-top: 3VH;
}
.page-guestbook dl dt {
    padding: 0;
}
.page-guestbook dl dd{
    width: calc(80VW - 80px);
    box-sizing: border-box;
}
.page-guestbook dl dd input {
    width: calc(80VW - 80px);
    box-sizing: border-box;
}
.page-guestbook .Content {
    width: calc(80VW - 80px);
}
.page-guestbook dl dd {
    width: auto;
}
.page-guestbook p {
    padding-bottom: 5VH;
    padding-top: 2VH;
}

ul.newsList li {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 2VW;
    padding: 2VW 4VW;
    margin-bottom: 2VH;
    box-sizing: border-box;
}
#shownews h1.title {
	font-size: 6VW;
    text-align: center;
}

.lxwm-dy {
    width: 100%;
    float: none;
    margin-bottom:5VH;
}
.lxwm-dy li {
    width: 100%;
    font-size: 3.8VW;
    line-height: 200%;
    box-sizing: border-box;
}
.page-news9{
	float: none;
	width: 100% !important;
}



}