﻿@charset "utf-8";

/* CSS Document */

/****** 头部 *******/
@media screen and (max-width:1024px) {
#header {
	display: none;
}
#mheader {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
}
#mheader .mheader-top {
	position: relative;
	height: 90px;
	padding: 0 4%;
}
#mheader .mheader-top:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
#mheader .mheader-top .mheader-logo {
	float: left;
	height: 90px;
	width: 50%;
}
#mheader .mheader-top .mheader-logo a {
	display: block;
	width: 100%;
	max-width: 165px;
	line-height: 90px;
}
#mheader .mheader-top .mheader-logo a img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
#mheader .mheader-top .mheader-tel {
	float: right;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #9fa0a0;
	margin: 22px 10px 0 0;
}
#mheader .mheader-top .mheader-tel a {
	color: #fff;
	font-size: 30px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
}
#mheader .mheader-top .mheader-nav {
	float: right;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #9fa0a0;
	margin: 22px 0 0 0;
}
#mheader .mheader-top .mnav-mobile {
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #9fa0a0;
	line-height: 36px;
	font-size: 24px;/*position: absolute;
		right: 4%;*/
}
#mheader .mheader-top .mnav-list {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 90px;
	background: rgba(0,0,0,.8);
	height: calc(100vh - 90px);
	padding: 5%;
	text-align: left;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: scroll;
}
#mheader .mheader-top .mnav-list .mnav-item {
	position: relative;
	border-bottom: 1px #fff solid;
	padding: 10px 0;
}
#mheader .mheader-top .mnav-list .mnav-item .fa-angle-right {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	width:100%;/*新增样式*/
}
#mheader .mheader-top .mnav-list .mnav-item .fa-angle-right:before {
	padding: 0 10px 0 0;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list {
	/*padding: 0 20px;*/
	display: none;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	border-top: 1px #fff solid;
	margin: 10px 0;
	padding: 10px 0 0 15px;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item a {
	color: #fff;
	width:100%;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item a:before {
	padding: 0 10px 0 0;
}
#mheader .mheader-top .mnav-list .mnav-item .mnav-click {
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	width: 32px;
	border: 1px #fff solid;
	text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
	background: rgba(255,255,255,.8);
	border-radius: 100px;
	color: #333;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item .sub-2nd-list {
	display: none;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item .sub-2nd-list .sub-2nd-item {
	position: relative;
}
#mheader .mheader-top .mnav-list .mnav-item .sub-mnav-list .sub-mnav-item .sub-2nd-click {
	position: absolute;
	right: 0;
	top: 0;
	top: 10px;
	font-size: 20px;
}
#mheader .mheader-search {
	background: #000;
	color: #fff;
	font-size: 0;
	padding: 0 10%;
	height: 50px;
}
#mheader .mheader-search #xiala3 {
	display: inline-block;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 25%;
	height: 50px;
}
#mheader .mheader-search #xiala3 .select_box {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 0 5px;
	line-height: 50px;
	height: 50px;
	width: 100%;
	position: relative;
}
#mheader .mheader-search #xiala3 .select_box span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 16px);
}
#mheader .mheader-search #xiala3 .select_box i {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	text-align: center;
	line-height: 50px;
}
#mheader .mheader-search #xiala3 .son_ul {
	background: rgba(255,255,255,.8);
	width: 100vw;
	position: absolute;
	left: -10vw;
	top: 50px;
	padding: 0 2%;
	height: 100vh;
}
#mheader .mheader-search #xiala3 .son_ul li {
	color: #333;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px #333 solid;
	padding: 5%;
}
#mheader .mheader-search input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border-right: 1px #fff solid;
}
 #mheader .mheader-search input.header-top-text:-ms-input-placeholder {
 color: #fff;
 text-indent: 5px;
}
#mheader .mheader-search input.header-top-text::-webkit-input-placeholder {
 color: #fff;
 text-indent: 5px;
}
#mheader .mheader-search input.header-top-text::-moz-placeholder {
 color: #fff;
 text-indent: 5px; /* 没有用 */
 opacity: 1!important;
}
#mheader .mheader-search label {
	display: inline-block;
	vertical-align: top;
	width: 7%;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
    #mheader .mheader-search #xiala3 {
	    width: 29%;
    }
    #mheader .mheader-search label {
	    width: 15%;
    }
    .fazx .mc .fazxxq .facp .img::before {
        display:none;
    }    
}

/********* 页脚 *********/
@media screen and (max-width:1024px) {
#footer .footer-top, #footer .footer-bottom {
	padding: 1% 2%;
}
}

@media screen and (max-width:1023px) 
{
    #footer .footer-top .footer-qr .text span
    {
       font-size:16px;    
    }
}

@media screen and (max-width:850px) {
#footer .footer-top {
	background-size: cover;
}
#footer .footer-top .footer-nav > ul > li {
	width: 100%;
	margin-bottom: 5%;
}
#footer .footer-top .footer-right .footer-jm {
	width: 100%;
	margin-bottom: 5%;
}
#footer .footer-top .footer-qr {
	width: 100%;
	max-width: 100%;
	text-align: left;
}

#footer .footer-bottom .copyright{width:100%;text-align:left;}
#footer .footer-bottom .copyright a{width:100%;margin:0;display:inline-block;}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
#footer .footer-top .footer-nav > ul > li h4, #footer .footer-top .footer-right .footer-jm h4 {
	font-size: 22px;
}
#footer .footer-top .footer-nav > ul > li > ul > li a, #footer .footer-top .footer-right .footer-jm .footer-contact p {
	font-size: 12px;
}
#footer .footer-top .footer-right .footer-jm .footer-contact .biaodan input[type="text"] {
	width: 69%;
}
#footer .footer-bottom .copyright {
	width: 100%;
	text-align: left;
}

#footer .footer-top .footer-right .footer-jm .footer-contact .biaodan input[type="button"]{margin-left:0}

}

/******** 首页banner *******/
@media screen and (max-width:1024px) {
#index-main:before {
	content: "";
	display: block;
	/*height: 140px;*/
	width: 0;
	visibility: hidden;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
#index-banner, .slideBox, .slideBox .bd li {
	height: 335px;
}
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
#index-banner, .slideBox, .slideBox .bd li {
	height: 225px;
}
}

/******** 首页关于我们 *********/
@media screen and (max-width:1024px) {
.index-main-area {
	padding: 0 2%;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.index-about .left {
	width: 100%;
}
.index-about .right {
	width: 100%;
	margin: 5% 0;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
}

/********* 首页方案中心 *********/
@media screen and (max-width:1024px) 
{
     .index-fangan {
	    padding: 25px 2%;
    }
    .index-fangan .mt{
	    color: #006eaa;
	    font-size: 24px;
	    line-height: 1.6;
	    display: inline-block;
	    background: #fff;
	    padding: 0 10% 0 0;
    }
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.index-fangan .mc .sub-menu {
	padding: 20px 0;
}
/*.index-fangan .mc .fazxxq .falb {
	padding-left: 0;
}
.index-fangan .mc .fazxxq .falb li .info {
	width: 400px;
}*/
}

@media screen and (max-width:767px) 
{
    .index-fangan .mc {
	    padding: 15%;
    }
}

@media screen and (max-width:639px) {
.index-fangan .mc .sub-menu ul li {
	width: 50%;
	margin-bottom: 20px;
}
/*.index-fangan .mc .fazxxq .falb {
	padding-left: 0;
}
.index-fangan .mc .fazxxq .falb li .info {
	position: static;
}*/
}

@media only screen and (max-width: 479px) {
    /*.index-fangan .mc .fazxxq .falb li {
	    width: 100%;
    }
    .index-fangan .mc .fazxxq .facp .img {
	    width: 100%;
    }*/
     .index-fangan .mc {
	    padding: 5% 0;
    }	
	.index-fangan .mc ul li{
		width: 33% !important;
		text-align: center;
	}	
	.index-fangan .mc ul li a.icon{
		width: 80% !important;
		height: 0 !important;
		padding-bottom: 80% !important;
		line-height: inherit !important;
	}	
	.index-fangan .mc ul li a.icon span{
		width: 100% !important;
		height: 100% !important;
		padding-bottom: 100% !important;
		background-size: 100% !important;
	}

}

/******** 首页新闻 *********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.index-news-gy .index-news {
	width: 100%;
	margin-bottom: 5%;
}
.index-news-gy .index-gy {
	width: 100%;
}
.index-news-gy .index-news .mt, .index-news-gy .index-gy .mt {
	padding: 0;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
}

/********* 首页应用案例 **********/
@media screen and (max-width:1024px) {
.index-case .mc ul li {
	width: 23.5%;
}
	
.index-case	.slick-prev{
	left: auto !important;
		right: 70px !important;
	top: -40px !important;
display:none;
	}
	
.index-case	.slick-next {
	right: 0px;
	top: -40px;
display:none;
}	
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.index-case .mc ul li {
	width: 49%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 5.6%;
}
.index-case .mc ul li a {
	background-repeat: no-repeat;
	background-size: cover;
}
/*.index-case .mc ul li:nth-child(2), .index-case .mc ul li:nth-child(3), .index-case .mc ul li:nth-child(5), .index-case .mc ul li:nth-child(7) {
	margin-left: 2%;
}*/

	.index-case .mc ul li:nth-child(2n){
		margin-left: 2%;
	}	
	
.index-case .mc ul li a span {
	padding: 10% 0 0 0;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
}

/******** 内页公共部分 ********/
@media screen and (max-width:1024px) {
.inner-banner {
	margin-top: 140px;
}
#inner-main {
	padding: 20px 2%;
	position: relative;
	z-index: 0;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.inner-banner {
	height: 0;
	padding-bottom: 45%;
	background-size: cover;
}
}

@media only screen and (max-width: 479px) {
	.index-case .slick-prev,.index-case  .slick-next{
	width: 40px;
	height: 40px;
}

.index-case .slick-prev:before,.index-case  .slick-next:before{
	font-size: 40px;
	color: #218fff;
}
	.index-case .slick-prev,.index-case  .slick-next{
		top: -35px !important;
	}
}

/******** 产品中心 *********/
@media screen and (max-width:1024px) {
.product-center .product-lists {
	width: calc(100% - 260px);
	padding: 0 0 0 20px;
}
.product-center .product-lists .content .tab-box-container .list-top .text {
	width: calc(100% - 320px);
}
.product-center .product-search {
	float: none;
	width: 100%;
	text-align: left;
	padding: 20px 0 0 0;
}
.product-center .product-search input[type="text"] {
	margin-left: 0;
}
.product-center .mt h3, .dl-club .mt h3, .dlszx .mt h3, .fazx .mt h3, .fwzx .mt h3, .aboutus .mt h3, .contactus .mt h3, .shgy .mt h3, .news-center .mt h3 {
	float: none;
}
}

@media screen and (max-width:1023px) {
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li .text {
	width: 30vw
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li {
	width: calc(100%/5);
	text-align: center;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li.fan .text {
	left: auto;
	right: auto;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li.fan .text:before {
	left: auto;
	right: auto;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(4) .text,  .product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(5n) .text,  .product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(5n+4) .text {
	left: auto;
	right: 0;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(4) .text:before,  .product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(5n) .text:before,  .product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li:nth-child(5n+4) .text:before {
	left: auto;
	right: 20px;
}	
}

@media screen and (max-width:850px) {
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li .text {
	width: 40vw;
}
.product-center .profenlei {
	float: none;
	width: 100%;
}
.product-center .profenlei .content ul:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.product-center .profenlei .content ul li {
	float: left;
	width: 30%;
	position: relative;
	margin: 0 1%;
}
.product-center .profenlei .content ul li ul {
	position: absolute;
	left: 0;
	width: 100%;
}
.product-center .profenlei .content ul li ul li {
	width: 100%;
}
.product-center .product-lists {
	width: 100%;
	padding-left: 0;
}
.product-center .pro-tech ul li .text {
	width: 50vw;
}
.product-center .pro-tech ul li.fan .text {
	right: 0;
}

.new-title{padding:20px 0;}

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.product-center .pro-tech ul li .img img {
	width: auto !important;
	height: auto !important;
max-width:100%;
}
.product-center .product-search input[type="text"] {
	width: 70%;
}
.product-center .product-lists .content .tab-box-container .list-top .img {
	float: none;
	margin: 20px auto;
}
.product-center .product-lists .content .tab-box-container .list-top .text {
	width: 100%;
	float: none;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li .img {
	margin: 0;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li .text {
	width: 50vw;
}
.product-center .pro-tech ul li {
	width: calc(100%/5);
	text-align: center;
}
.product-center .pro-tech ul li.fan .text {
	left: auto;
	right: auto;
}
.product-center .pro-tech ul li.fan .text:before {
	left: auto;
	right: auto;
}
.product-center .pro-tech ul li:nth-child(4) .text ,.product-center .pro-tech ul li:nth-child(5n) .text ,.product-center .pro-tech ul li:nth-child(5n+4) .text {
	left: auto;
	right: 0;
}
 .product-center .pro-tech ul li:nth-child(4) .text:before,  
	.product-center .pro-tech ul li:nth-child(5n) .text:before, 
	.product-center .pro-tech ul li:nth-child(5n+4) .text:before{
 left: auto;
 right: 20px;
}
}

@media only screen and (max-width: 479px) {
.product-center .product-search span {
	width: 100%;
}
.product-center .product-search label {
	width: 30%;
}
.product-center .product-search input[type="text"] {
	width: 60%;
	margin: 0 10px 0 0;
}
.product-center .product-lists .content .tab-box-container .list-top .text .small-icon ul li .text {
	width: 50vw;
}
.product-center .profenlei {
	padding: 30px 10px;
}
.product-center .product-lists .content .tab-box-container .list-top .text {
	width: 100%;
	margin: 10px 0 0 0;
}
.product-center .product-lists .content .tab-box-container .list-main li {
	width: 100%;
}
.product-center .product-lists .content .tab .tab-menu ul li {
	margin-bottom: 10px;
}
}

/********** 产品中心-详情 ***********/
@media screen and (max-width:1024px) {
	.cpxq.right{
		width: calc(100% - 260px);
		padding: 0 0 0 2%;
	}
	.cpxq .pp-top .pp-img{
		float: none;
		margin-bottom: 20px;
	}
	.cpxq .pp-top .pp-text{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1023px) {
	.cpxq .cpfa{
		border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	}
	
	.cpxq .cpfa .img{
		float: none;
	}
	.cpxq .cpfa .text{
		float: none;
		margin: 20px 0 0 0;
		padding: 0;
		width: 100%;
	}
	.cpxq .cpxx, .cpxq .cpxj2, .cpxq .cpxj3 img{
	    width:100%;
    }
}

@media screen and (max-width:850px) {
	.cpxq.right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {

}

@media only screen and (max-width: 479px) {
	.cpxq .pp-top .pp-img{
		 width: 100%;
	}
	.cpxq .pp-top .pp-info li span:first-child{
		width: 30%;
	}
	
	.cpxq .cpxj ul li{
		width: 100%;
	}
}

/********* 代理商俱乐部 *********/
@media screen and (max-width:1024px) {
.dl-club .mc .dl-menu a {
	border: 1px #ccc solid;
	margin: 0 5px 10px 5px;
}
.dl-club .mc .dl-menu a:hover, .dl-club .mc .dl-menu a.current {
	border-bottom-color: #218fff
}
.dl-club .mc .dl-list {
	border: none;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.dl-club .mc .dl-login .login-bd {
	padding: 9% 0 9% 0%;
	background: rgba(255,255,255,.8);
}
.dl-club .mc .dl-login .login-bd .bd-area {
	padding: 0 12% 0 12%;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.dl-club .mc .dl-menu a {
	padding: 0 20px;
}
}

/********* 代理商中心 *********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.dlszx .mc .dlzx-container .sidebar, .fwzx .mc .fwzx-content .sidebar {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.dlszx .mc .dlzx-container .sidebar ul:after, .fwzx .mc .fwzx-content .sidebar ul:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.dlszx .mc .dlzx-container .sidebar ul li, .fwzx .mc .fwzx-content .sidebar ul .sidebar-item {
	float: left;
	width: 25%;
	position: relative;
}
.dlszx .mc .dlzx-container .rightbox, .fwzx .mc .fwzx-content .rightbox {
	padding-left: 0;
	width: 100%;
	float: none;
}
.fwzx .mc .fwzx-content .sidebar .sidebar-sublist {
	position: absolute;
	background: #fff;
	width: 100%;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.dlszx .mc .dlzx-container .sidebar ul li, .fwzx .mc .fwzx-content .sidebar ul .sidebar-item {
	width: 50%;
}
.dlszx .mc .dlzx-container .rightbox .jxxcx {
	text-align: left;
}
.dlszx .mc .dlzx-container .rightbox .jxxcx label {
	margin: 20px 0 0 0;
}
.dlszx .mc .dlzx-container .rightbox .jiameng-bd .wenben {
	width: 100%;
	float: none;
}
.dlszx .mc .dlzx-container .rightbox .jiameng-bd .bd {
	width: 100%;
	padding: 5%;
}
.dlszx .mc .dlzx-container .rightbox .sqcx {
	padding: 0;
}
.dlszx .mc .dlzx-container .rightbox .sqcx .cx-area label {
	width: 33%;
}
.dlszx .mc .dlzx-container .rightbox .sqzs {
	width: 100%;
}
}

@media only screen and (max-width: 479px) {
.dlszx .mc .dlzx-container .rightbox .jxxcx select {
	width: 100%;
	margin-bottom: 20px;
}
.dlszx .mc .dlzx-container .rightbox .jxxcx input[type="text"] {
	width: 100%;
	margin: 0;
}
.dlszx .mc .dlzx-container .rightbox .xsjxs ul li .img {
	width: 100%;
	float: none;
}
.dlszx .mc .dlzx-container .rightbox .xsjxs ul li .text {
	display: block;
	padding: 25px 0;
}
.dlszx .mc .dlzx-container .rightbox .jiameng-text {
	background-position: center -40vw;
}
.dlszx .mc .dlzx-container .rightbox .jiameng-text ul {
	background: #599ad2;
}
.dlszx .mc .dlzx-container .rightbox .sqcx .cx-area label {
	width: 100%;
	margin: 0 0 20px 0;
}
.dlszx .mc .dlzx-container .rightbox .sqcx .cxjg .lists .md, .dlszx .mc .dlzx-container .rightbox .sqcx .cxjg .lists .wd {
	width: 100%;
	padding: 0 0 20px 0;
}
.dlszx .mc .dlzx-container .rightbox .sqcx .cxsm {
	padding: 20px 0;
}
.dlszx .mc .dlzx-container .rightbox .sqcx .cxsm .left, .dlszx .mc .dlzx-container .rightbox .sqcx .cxsm .right {
	float: none;
	width: 100%;
}
}

/******* 方案中心 *********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
    .fazx .mc .fazxxq .facp .cplb .cplb-item .lb ul li:hover img{display:none;}
    .fazx .mc .fazxxq .facp .cplb {
	    width:100%;
    }
}

@media screen and (max-width:850px) {
.fazx .mc .sub-menu {
	padding: 20px 0;
}
.fazx .mc .fazxxq .falb {
	padding-left: 0;
}
.fazx .mc .fazxxq .falb li .info {
	width: 400px;
}
.fazx .mc .sub-menu .falb li:hover .info {
	display: none;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.fazx .mc .sub-menu ul {
	font-size: 0;
}
.fazx .mc .sub-menu ul li {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.fazx .mc .fazxxq .falb {
	padding-left: 0;
}
.fazx .mc .fazxxq .falb li .info {
	position: static;
}
}

@media only screen and (max-width: 479px) {
.fazx .mc .fazxxq .falb li {
	width: 100%;
}
.fazx .mc .fazxxq .facp .img {
	width: 100%;
}
	
	.fazx .mc .slick-dots{
		top: 220px;
		bottom: auto;
width:100%;
	}
}

/******** 服务中心 **********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.fwzx .mc .fwzx-content .tuwenlist-type ul li .img {
	float: none;
	width: auto;
	max-width: 100%;
}
.fwzx .mc .fwzx-content .tuwenlist-type ul li .text {
	display: block;
	width: 100%;
	padding: 20px 0;
}
.fwzx .mc .fwzx-content .piclist-type ul li {
	width: 100%;
}
}

/******** 关于我们 *********/
@media screen and (max-width:1024px) {
.aboutus .mc .about-fazhan .content:before {
	display: none;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.aboutus .mc .about-fazhan .content.type-pic .zhengshu-list li {
	width: 30%;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
    .aboutus .mc .about-fazhan .content ul.fazhan-list li .year {
	    width: 15%;
    }
    .aboutus .mc .about-fazhan .content ul.fazhan-list li .fa {
	    width: 10%;
    }
    
}

@media only screen and (max-width: 479px) {
    .aboutus .mc .about-fazhan .content ul.fazhan-list li .year {
	    width: 20%;
    }
    /**20180112添加**/
    .aboutus .mc .about-fazhan .content ul.fazhan-list li .info{
	    float: none;
	    width: 100%;
	    padding-left: 0;
	    background-position: 98px 0;
	    margin: 20px 0;
    }
    
    
    .aboutus .mc .about-fazhan .content.type-pic .zhengshu-list li {
	    width: 100%;
	    text-align: center;
    }
    
}

/********** 联系我们 **********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.fwzx .mc .fwzx-content .tuwenlist-type ul li .img {
	float: none;
	width: auto;
	max-width: 100%;
}
.fwzx .mc .fwzx-content .tuwenlist-type ul li .text {
	display: block;
	width: 100%;
	padding: 20px 0;
}
.fwzx .mc .fwzx-content .piclist-type ul li {
	width: 100%;
}
}

/******** 联系我们 *********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
.contactus .mc .contant-content .bd {
	padding: 40px 3%;
}
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
.contactus .mc .contant-content .bd, .contactus .mc .contant-content .xx {
	width: 100%;
	float: none;
}
.contactus .mc .contant-content .xx {
	border-left: none;
	border-top: 1px #ccc dashed
}
}

@media only screen and (max-width: 479px) {
}

/********** 品牌中心 **********/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.pinpai .pinpai-content {
	width: 100%;
	padding: 0 20px 0 0;
}
.pinpai .rightsearch {
	width: 100%;
}
}

/******* 社会公益 *******/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.shgy .shgy-list ul li .img {
	float: none;
	width: 100%;
}
.shgy .shgy-list ul li .text {
	float: none;
	width: 100%;
	padding: 25px 0 0 0 !important;
}
}

/******* 新闻资讯 *******/
@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.news-center .mc .news-list ul li .img {
	width: 40%;
}
.news-center .mc .news-list ul li .text {
	width: 60%;
}
.news-center .mc .news-list ul li .text .title a {
	width: 100%;
}
.news-center .mc .news-list ul li .text .title span {
	width: 100%;
	text-align: left;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
.news-center .mc .news-list ul li .img {
	width: 100%;
}
.news-center .mc .news-list ul li .text {
	width: 100%;
	padding: 25px 0 0 0;
}
}
/******** 防伪查询 *********/
@media screen and (max-width:1024px) 
{
    .fangweichaxun{padding:30px 2%;}
    .fangweichaxun .mc .chaxunbiaodan .yzmsl{right:0;}
    
}

@media screen and (max-width:1023px) 
{
    .fangweichaxun .mc .chaxunbiaodan .yzmsl{display:none;}
    .fangweichaxun .mc .chaxunbiaodan ul li .text{width:25%}
    .fangweichaxun .mc .chaxunbiaodan ul li .gongneng{width:75%}
}

@media screen and (max-width:850px) {

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {

}

@media only screen and (max-width: 479px) {
.fangweichaxun .mc .chaxunbiaodan ul li .text,.fangweichaxun .mc .chaxunbiaodan ul li .gongneng{display:block;width:100%}
.fangweichaxun .mc .chaxunbiaodan ul li .text{text-align:left;}
.fangweichaxun .mc .chaxunbiaodan ul li .gongneng{text-align:center;}
}