body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th, td{margin: 0; padding: 0;}*/


html {
	color: #666;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
/*首页*/
.mingm {
	display: none !important;
}
.container {
	width: 95%;
	max-width: 1230px;
	margin: 0 auto;
}

/* 电脑端样式 */


/* 手机端开始 */
@media screen and (max-width: 600px){
.pindaotupian img{
	width: 100%;
}

#img{
	    display: none;
	    position: fixed;
	    left: 63% !important;
	    top: 58% !important;
	    width: 100px;
	    height: 100px;
}

.tagbiaoqian{
	margin: 50px 0px 0px 20px;
	    width: 90%;
}


.welcome{
	
		
}
.welcome span{
	
}
}
/*首页banner*/
#banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto 0px auto;
	margin-top: 120px !important;
}

        /* 保持横幅容器的宽度，移除PC端的高度设置 */
        .banner-container {
            width: 100%;
            /* 移除固定高度，让容器根据内容自动撑开 */
            position: relative;
            overflow: hidden;
        }
        
        /* 确保横幅图片覆盖整个容器 */
        .banner-image {
            width: 100%;
            /* 关键：使用 aspect-ratio 属性来保持宽高比，确保高度自适应 */
            aspect-ratio: 2 / 1; /* 你可以根据图片比例调整，例如 16 / 9 或 4 / 3 */
            background-size: cover;
            background-position: center;
            position: relative;
            /* 更新：使用蓝色透明背景，而不是背景图片 */
            background-color: rgba(0, 100, 255, 0.5);
        }

        /* ---------------------------------------------------- */
        /* 以下是为你添加的移动端专属样式，类名非常独特，避免冲突 */

        /* 默认情况下，隐藏这个移动端专属的叠加层 */
        .mobile-exclusive-overlay {
            display: none;
        }

        /* 使用媒体查询，当屏幕宽度小于或等于 880px 时，显示叠加层 */
        @media (max-width: 880px) {
            /* 关键：只在移动端设置高度，避免与PC端冲突 */
            .mobile-exclusive-overlay {
                /* 确保叠加层在父元素内部定位 */
                position: absolute;
                
                /* 设置距离图片左边 5% 的距离 */
                left: 5%; 
                
                /* 设置距离图片顶部 10% 的距离 */
                top: 10%; 
                
                /* 设置叠加层的高度为图片高度的 80%，这样它在底部也会有间距 */
                height: 80%; 
                
                /* 设置宽度为 40% */
                width: 40%;
                
                /* 设置蓝色的半透明背景 */
                background-color: rgba(0, 100, 255, 0.5); 
                
                /* 使用 Flexbox 布局，让文字垂直和水平居中 */
                display: flex;
                align-items: center;
                justify-content: center;
                
                /* 确保它在图片上方 */
                z-index: 10;
                
                /* 关键：防止内容溢出 */
                overflow: hidden;
            }

            .mobile-exclusive-overlay-text {
                color: #fff; /* 设置文字为白色 */
                font-weight: bold;
                text-align: center;
                /* 新增：使用 max-width 和 max-height 来限制文字大小 */
                max-width: 90%;
                max-height: 90%;
                /* 新增：设置字体大小，并允许文字换行 */
                font-size: 3.5vw;
                word-wrap: break-word; /* 强制长单词或URL换行 */
                padding: 1vw; 
            }
        }

#banner img {
	width: 100%;
}
#banner-inside {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0px auto;
}
#banner-inside img {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1000px;
}
/*文字和背景色容器*/
        .banner-container {
            position: relative;
            width: 100%;
            height: 33rem; /* h-64 */
            background-size: cover;
            background-position: center;
            border-radius: 0.5rem; /* rounded-lg */
        }

        .banner-text-wrapper {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            display: flex;
            align-items: center;
            padding: 12rem; /* p-4 */
        }

        .banner-content {
            background-color: rgba(29, 78, 216, 0.8); /* bg-blue-600 bg-opacity-80 */
            color: #fff; /* text-white */
            padding: 2rem; /* p-4 */
            border-radius: 0.5rem; /* rounded-lg */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
            display: inline-block;
            max-width: 50%;
        }

        .banner-title {
            font-size: 1.875rem; /* text-3xl */
            font-weight: 700; /* font-bold */
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
        }
        .banner-titleo {
            font-size: 1.4rem; /* text-3xl */
            font-weight: 700; /* font-bold */
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
        }

        .banner-subtitle {
            font-size: 1.125rem; /* text-lg */
            margin-top: 0.5rem; /* mt-2 */
            text-align: center;
        }
/*首页第一块产品分类*/
.product {
	background: #fff;
	width: 100%;
	padding: 50px 0px;
	margin: 0px auto;
}
.product .bd {
	width: 95%;
	max-width: 1230px;
	height: 370px;
	margin: 0px auto;
	margin: 40px auto 40px;
	overflow: hidden;
	max-width: 100%;
	display: flex;
    justify-content: center;
}
#quchubeijing ul li{
	background: url() no-repeat !important;
}
.product .bd li {
	position: relative;
	display: block;
	float: left;
	width: 22.5%;
	height: 370px;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	margin: 0 15px 0 15px;
	overflow: hidden;
}
.product .bd li>a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.product .bd li .img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	margin: 30px auto 0px auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #7a7b7b;
	color: #fff;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name p a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li .name span a {
	color: #fff;
	display: block;
	background: url(../images/product-line.png) no-repeat;
	background-position: center bottom;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 12px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li:hover .img {
	margin-top: 20px;
}
.product .bd li:hover .name {
	height: 110px;
	background: #4d779e;
}
.product .arrow {
	margin: 0px auto;
	text-align: center;
}
.product .arrow a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 30px;
	margin: 0px 10px;
	overflow: hidden;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .arrow a:hover {
	background-color: #4d779e;
	border: 1px solid #4d779e;
}
.product .arrow a:hover img {
	margin-top: -28px;
}
.h_tlt1 {
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.h_tlt1:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #7a9bba;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.h_tlt1 h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 40px;
	margin-right: 5px;
}
.sy_gg {
	width: 100%;
}
.sy_gg img {
	max-width: 100%;
	height: auto;
}
/*首页产品展示*/
.h_products {
	width: 100%;
	background: #f5f5f5;
}
.h_products_in {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 50px 0 10px;
}
.h_products .pro_bd {
	margin-top: 40px;
}
.h_products .pro_bd ul li {
	float: left;
	width: 22%;
	margin-right: 3.5%;
	margin-bottom: 30px;
	height: 305px;
}
.h_products .pro_bd ul li>div {
	display: block;
	background: #fff;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li a {
	display: block;
}
.h_products .pro_bd ul li a .pro_img {
	text-align: center;
	width: 100%;
	height: 245px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.h_products .pro_bd ul li a .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li a .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_products .pro_bd ul li a p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_products .pro_bd ul li a p:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	margin: -5px auto 0;
	background: #4d779e;
}
.h_products .pro_bd ul li:hover>div {
	margin-top: -5px;
	box-shadow: 0px 5px 10px 5px #e1dddd;
}
.h_more {
	width: 125px;
	margin: 20px auto 30px;
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #4d779e;
	text-align: center;
	font-size: 14px;
	color: #4d779e;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_more:hover {
	background: #4d779e;
	color: #fff;
}
/*友情链接*/
.link {
	width: 100%;
	padding-bottom: 10px;
	background: #fff;
}
.link .link_con {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 15px 10px;
}
.link .link_con span {
	display: block;
	background: url(../images/pecv.png) left center no-repeat;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-bottom: 5px;
}
.link .link_con p {
	font-size: 12px;
	color: #555;
	line-height: 24px;
	padding: 0 15px 0 0;
}
.link .link_con p a {
	font-size: 12px;
	color: #555;
}
.foot1 {
	background-color: #525252;
	width: 100%;
}
.foot1 .fb_b {
	padding: 10px 0 30px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
.foot1 .fb_b a {
	color: #ffffff;
}
.foot2 {
	background-color: #525252;
	width: 100%;
	padding: 40px 0 30px;
	color: #ffffff;
	font-size: 12px;
}
.foot2 ul li {
	float: left;
	width: 29%;
	margin-right: 3%;
	background: #555555;
	padding: 10px 1%;
}
.foot2 ul li:nth-child(3n) {
	margin-right: 0px;
}
.foot2 ul li .icon {
	width: 50px;
	height: 50px;
	float: left;
}
.foot2 ul li.f1 .icon {
	background: url(../images/f_icon1.png) top center no-repeat;
}
.foot2 ul li.f2 .icon {
	background: url(../images/f_icon2.png) top center no-repeat;
}
.foot2 ul li.f3 .icon {
	background: url(../images/f_icon3.png) top center no-repeat;
}
.foot2 ul li .wz {
	float: left;
	width: 80%;
}
.foot2 ul li .wz p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.foot2 ul li .wz span {
	display: block;
	font-size: 15px;
	color: #fff;
	padding-top: 10px;
	height: auto;
	overflow: hidden;
}
.foot2 ul li:hover {
	background: #4d779e;
}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 55px;
	height: auto;
	padding: 10px 0 5px;
	background-color: #7a9bba;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}
@media (min-width: 1024px) {
            .suspension .a{display: none;}
            }
.suspension .a.active, .suspension .a:hover {
	background: #4d779e;
}
.suspension .a .i {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
.suspension .a-service .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-service-phone .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -56px -12px;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 67px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/
	right: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 50px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}


/*屏幕电脑*/
@media (max-width:1199px) {
.container {
	width: 95%;
}
#nav {
}
.swiper-slide {
	height: 400px;
}
.h_news {
	width: 95%;
	padding: 30px 0 20px;
}
.h_news .news_bd {
	padding-top: 20px;
}
.h_products .pro_bd ul li {
	width: 30%;
}
.h_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li:nth-child(4n) {
	margin-right: 3.5%;
}
.h_products .pro_bd ul li:nth-child(12n) {
	margin-right: 0;
}
.h_title {
	margin: 30px auto 20px;
}
.art_list ul li a {
	width: 65%;
}
.art_list ul li span {
	width: 25%;
}
.h_title h3 span {
	display: none;
}
.con_right_about {
	top: 60px;
	height: 190px;
}

.content_right .conn .xgcp li {
	width: 30%;
}
.content_right .conn .xgcp li a .pro_img {
	height: 300px;
}
#link {
	width: 96%;
}

.contact .content1 ul li a .wz {
	width: 60%;
}
.silder-main {
	min-height: inherit;
}
}


/*中等屏幕*/
@media (max-width:992px) {
.top_code {
	display: none;
}
.h_products .pro_bd ul li {
	width: 47%;
}
.h_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.h_products .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.h_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.h_article {
	padding: 30px 0 0;
}
.h_article .art_l {
	float: none;
	width: 100%;
}
.h_article .art_r {
	float: none;
	width: 100%;
}
.h_title {
	margin: 20px auto 10px;
}
.h_article .art_l, .h_article .art_r {
	margin-bottom: 15px;
}
.suspension {
	display: block;
	height: auto;
}
.suspension .a-service {
	display: none;
}
.suspension .a-qrcode {
	display: none;
}
.suspension .a-service-phone {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 10px;
	font-size: 0;
	background: #f1391f;
	color: #f1391f;
	box-shadow: 0px 0px 6px 0px rgb(241, 57, 31);
}
.suspension .a-service-phone i {
}
.suspension .a-service-phone:hover {
	background: #f1391f;
}
.suspension .a-service-phone span {
	display: none;
}
.suspension .a-top {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 10px;
	font-size: 0;
}
.suspension .a-top .i {
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-position: -30px -24px;
}
.suspension .d-service-phone {
	display: none !important;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.foot2 ul li {
	width: 98%;
	float: none;
	margin-bottom: 15px;
	overflow: hidden;
}
.down_inside ul li {
	width: 45%;
	padding: 1%;
}
.down_inside ul li:nth-child(2n) {
	margin-right: 0;
}
.down_inside ul li:nth-child(3n) {
	margin-right: 3%;
}
.down_inside ul li:nth-child(6n) {
	margin-right: 0;
}
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
.page_list a {
	margin-right: 5px;
}
.page_list {
	font-size: 0;
	color: #fff;
	margin-bottom: 0;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 12px;
}
.content_right .conn .xgcp li a .pro_img {
	height: 170px;
}
}
/*小屏幕*/
@media (max-width:880px) {
	
.ming {
	display: none !important;
}
.mingm {
	display: block !important;
}
#navToggle {
	padding: 25px 15px;
	margin-right: -6px;
	display: inline-block;
	float: right;
	position: absolute;
	/* right: 10px;
	top: 50%;
	margin-top: -20px; */
	left: 10px;
	top: 50px;
}
#navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
}
#navToggle span:before, #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
#navToggle span, #navToggle span:before, #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #4f4f4f;
}
#navToggle span:before {
	top: 8px;
}
#navToggle span:after {
	bottom: 10px;
}
#navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
#navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#navToggle.open span {
	background: none;
}
#navToggle.open span:before, #navToggle.open span:after {
	background: #4f4f4f;
}
#nav {
	transform: translateX(100%);
}
#nav .container {
	width: 100%;
}
#nav {
	display: block;
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	top: 0;
	transform: translateX(100%);
}
#nav.open {
	transform: translateX(0);
	overflow-X: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open .top {
	display: block;
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
#nav.open .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

@media screen and (max-width: 600px){.dropdown-menu{top: -25% !important;left: -190px !important;}
}

#nav.open ul {
	/* margin-top: -60px;
	height: 0px; */
	    height: auto;
	    /* margin-right: -193px; */
	    float: right;
	    width: 130px;
	    margin: 0px 20px 9px;
}
#nav.open ul li {
	width: 96%;
	padding: 0 2%;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#nav.open ul li:nth-child(0) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(7) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li:nth-child(8) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
#nav.open ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
#nav.open ul li a.active:after {
	width: 25%;
}
#nav ul li a:hover:after {
	width: 25%;
}
#nav ul li a.active:after {
width:25 %;
}
#banner {
	/*margin: 76px auto 0px auto;
	margin-top: 52px !important;*/
}
.swiper-slide {
	height: 205px;
}
.swiper-slide1 {
	background-image: url(../images/banner_yi.jpg);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 10px;
}
.product {
	padding: 20px 0px;
}
.product .bd {
	height: 200px;
}
.product .bd li {
	height: 200px;
}
.product .bd li .img {
	margin: 10px auto 0px auto;
}
.product .bd li:hover .img {
	margin-top: 0;
}
.product .bd li .name {
	bottom: -21px;
}
.product .bd li .name p a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.product .bd li .name span a {
	font-size: 12px;
}
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
}
/*手机*/
@media (max-width:767px) {
#youqinglianjie{
padding: 2px 2px;
	    left: 2%;
	    bottom: -666%;
}
#youqinglianjie1{
	
	    LEFT: 40%;
	    BOTTOM: -666%;
}
#youqinglianjie2{

	    LEFT: 67%;
	    BOTTOM: -666%;
}
.ming {
	display: none !important;
}
.mingm {
	display: block !important;
}
.container {
	width: 95%;
}

.h_tlt1 p {
	font-size: 20px;
	height: 100%;
	line-height: 30px;
}
.h_tlt1 span {
	font-weight: lighter;
	color: #ccc;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.h_tlt1:before {
	display: none;
}
.flickerplate {
	height: 240px;
}
.h_products_in {
	padding: 10px 0 10px;
}
.h_products .pro_bd {
	margin-top: 30px;
}

}
.h_more {
	width: 115px;
	margin: 10px auto 10px;
}
.foot1 .wz {
	float: none;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	line-height: 24px;
}
.foot1 a.zxfk {
	float: none;
	margin: 15px auto 0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.foot2 {
	padding: 20px 0;
}
.link .container {
	width: 100%;
	margin: 0 auto;
}

#demo {
	height: 205px;
}
#demo #indemo ul li a .pro_img {
	height: 148px;
}
}
