@charset "utf-8";
@font-face {
	font-family: "DINCOND";
	font-weight: normal;
	font-style: normal;
	src: url('DINCOND-REGULAR.OTF');
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

iframe {
	border-width: 0;
	border: none;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none !important;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1548px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
max-height:48px;line-height:16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 236px;
}


/*======================================== head =====================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	background: #fff;
}

header.fixed .z_dbu,
header.fixed .tophead {
	display: none;
}


/* 最顶部 */

.z_dbu {
	width: 100%;
	background: #025E8D;
	height: 44px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 44px;
	position: relative;
}

.z_dbu i {
	width: 30%;
	height: 44px;
	position: absolute;
	font-style: normal;
	font-size: 0;
	background: url('../images/topbjing.png') no-repeat left center;
	top: 0;
	right: 0;
	z-index: 1;
}

.z_dbu>.w {
	position: relative;
	z-index: 2;
}

.z_dbu .yc_sc {
	float: right;
}

.z_dbu .yc_sc li {
	display: inline-block;
	margin-right: 18px;
}

.z_dbu .yc_sc li:last-child {
	margin-right: 38px;
}

.z_dbu .yc_sc li a {
	display: block;
	color: #FFFFFF;
	background: url('../images/yc_sc1.png') no-repeat left center;
	padding-left: 20px;
}

.z_dbu .yc_sc li:nth-child(2) a {
	background: url('../images/yc_sc2.png') no-repeat left center;
}

.z_dbu .yc_sc li:last-child a {
	background: url('../images/yc_sc3.png') no-repeat left center;
}

.z_dbu .yc_sc .y1on a {
	background: url('../images/yc_sc11.png') no-repeat left center;
}


/* 顶部 */

.tophead {
	width: 100%;
	padding: 25.5px 0;
}

.tophead .logo1 {
	font-size: 0;
	float: left;
}

.tophead .logo1 a {
	display: block;
	font-size: 0;
}

.tophead .logo1 img {
	display: block;margin-left:10px;
}

.tophead .brand {
	font-size: 0;
	float: left;
	margin-left: 48px;
}

.tophead .brand img {
	display: block;
}


/* 搜索框 */

.tophead .search {
	width: 26.8%;
	float: left;
	margin-left: 11.7%;
	padding: 3px 0;
}

.tophead .search .kkua {
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #025E8D;
	border-radius: 20px;
	background-color: #025E8D;
	overflow: hidden;
}

.tophead .search input {
	height: 100%;
	width: 90%;
	padding: 0 20px;
	border: none;
}

.tophead .search i {
	float: right;
	font-style: normal;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 2.5%;
	cursor: pointer;
}

.tophead .search .xy_ci {
	width: 100%;
	margin-top: 5px;
}

.tophead .search .xy_ci a {
	display: inline-block;
	font-size: 12px;
	color: #c9c9c9;
	line-height: 18px;
	margin-right: 3px;
}

.tophead .search .xy_ci a:last-child {
	margin-right: 0;
}

.tophead .search .xy_ci a:hover {
	color: #025E8D;
}

.tophead .search input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a0a0a0;
	font-size: 14px;
}

.tophead .search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a0a0a0;
	font-size: 14px;
}

.tophead .search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a0a0a0;
	font-size: 14px;
}

.tophead input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a0a0a0;
	font-size: 14px;
}


/* 免费销售热线 */

.tophead .hotline {
	float: right;margin-right:28px;
	font-size: 14px;
	color: #555555;
	background: url('../images/dhua.png') no-repeat left center;
	padding: 7px 0;
	padding-left: 65px;
	position: relative;
}

.tophead .hotline::before {
	content: '';
	width: 1px;
	height: 35px;
	background: url('../images/indexbf.png') repeat-y center;
	position: absolute;
	top: -22px;
	left: 23px;
}

.tophead .hotline span {
	font-size: 27px;
	color: #fe9901;
	animation: myfirst 2s infinite;
	display: block;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, -5px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}


/* nav */

.navv {
	width: 100%;
	position: relative;
	z-index: 9999;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.navv nav>ul>li {
	float: left;
	position: relative;
	line-height: 70px;
	width:11.1%;
	border-right: 1px solid #dfdfdf;
}

.navv nav>ul>li:nth-child(9) a {

}

.navv nav>ul>li:last-child {
	border: none;
}

.navv nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}

.navv nav>ul>li.actxz>a,
.navv nav>ul>li>a:hover {
	background: #025E8D;
	color: #FFFFFF;
}

.navv nav>ul>li:nth-child(9):hover a {
	background-color: #fe9901;
}

.navv nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 100%;
	margin-left: -50%;
	display: none;
	background-color: #FFFFFF;
	border-top: 3px solid #fe9901;
}

.navv nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
}

.navv nav>ul>li ol li a {
	line-height: 55px;
	color: #333333;
	font-size: 14px;
	display: block;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}

.navv nav>ul>li ol li:hover a {
	color: #025E8D;
}


/*end nav */


/* 手机导航 */

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #efefef;
	-webkit-box-shadow: 0px 5px 10px #efefef;
	box-shadow: 0px 5px 10px #efefef;
	
}

.phone_head .logo {
	width: 60%;
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #025E8D none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	left: 7.5%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #025E8D;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #025E8D;
}

.sliding-menu a:hover {
	opacity: 0.8;
}

.phone_head .sujit {
	float: right;
}

.phone_head .sujit a {
	display: block;
}

.phone_head .sujit img {
	max-width: 100%;
	margin-top: 15px;
}


/* 手机导航结束 */


/*======================================== 手机搜索页面 =====================================*/

#sjsearch {
	height: 50px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding-top: 15px;
	position: relative;
}

#sjsearch .turn-back {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	background: url('../images/sjfhback.png') no-repeat;
	background-size: 21px 21px;
	margin-right: 12px;
}

#sjsearch .input-look-searchbox {
	float: left;
	width: 65%;
}

#sjsearch .input-look-search {
	background-color: #eee;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	border-bottom: 2px solid #025E8D;
	height: 24px;
	padding-bottom: 3px;
}

#sjsearch .input-look-searchbox a {
	display: block;
	width: 40px;
	height: 25px;
	color: #fff;
	background-color: #025E8D;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	position: absolute;
	right: 3%;
	top: 15px;
	cursor: pointer;
}

#sjsearch .input-look-searchbox a:hover {
	opacity: 0.7;
}


/* 发现热搜 */

.discover {
	background-color: #fff;
	padding: 13px 22px 25px;
}

.discover h1 {
	margin-bottom: 15px;
	font-size: 14px;
}

.discover a {
	display: inline-block;
	height: 25px;
	border: 1px solid #ccc;
	margin: 3px 2px;
	padding: 0 12px;
	font-size: 12px;
	background-color: #f9f9f9;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	color: #666666;
}

.discover a:hover {
	border: 1px solid #025E8D;
	background-color: #025E8D;
	color: #FFFFFF;
}


/* 手机搜索页面结束 */


/*======================================== footer =====================================*/

footer {
	width: 100%;
	background-color: #191411;
}

.ft_bx {
	width: 100%;
	display: table;
}

.ft_bx .bo1 {
	/*width: 27.583%;*/
	width: 17.583%;
	font-size: 0;
	border-right: 1px solid #2b2624;
	padding: 40px 3% 40px 0;
	display: table-cell;
	vertical-align: middle;
}

.ft_bx .bo1 img {
	width: 100%;
}

.ft_bx .bo2 {
	width: 28.423%;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #2b2624;
	padding: 0 4%;
}

.ft_bx .bo2 p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	padding-left: 30px;
}

.ft_bx .bo2 p a {
	color: #FFFFFF;
}

.ft_bx .bo2 p a:hover {
	opacity: 0.8;
}

.ft_bx .bo2 p:nth-child(1) {
	background: url('../images/bo1.png') no-repeat left center;
	background-position: 2px 50%;
}

.ft_bx .bo2 p:nth-child(2) {
	background: url('../images/bo2.png') no-repeat left center;
}

.ft_bx .bo2 p:nth-child(3) {
	background: url('../images/bo3.png') no-repeat left center;
}

.ft_bx .bo2 p:nth-child(4) {
	background: url('../images/bo4.png') no-repeat left center;
}

.ft_bx .bo2 p:nth-child(5) {
	background: url('../images/bo5.png') no-repeat left center;
}

.ft_bx .bo3 {
	width: 26.15%;
	border-right: 1px solid #2b2624;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ft_bx .bo3 ul{
	overflow: hidden;
}
.ft_bx .bo3 li{
	float: left;
	width: 50%;
}
.ft_bx .bo3 img {
	display: block;
	margin: 0 auto;
}

.ft_bx .bo3 .dty {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 20px;
}

.ft_bx .bo4 {
	width: 27.844%;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	padding-left: 3%;
}

.ft_bx .bo4 .bqhyh {
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}

.ft_bx .bo4 .bqhyh a {
	font-size: 14px;
	color: #646464;
	float: right;
	background: url('../images/hyh.png') no-repeat left center;
	padding-left: 30px;
	cursor: pointer;
}

.ft_bx .bo4 .bqhyh a:hover {
	color: #FFFFFF;
	background: url('../images/hyh1.png') no-repeat left center;
}

.ft_bx .bo4 .rmgjc {
	margin-top: 25px;
}

.ft_bx .bo4 .rmgjc a {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid #333333;
	font-size: 14px;
	color: #b8b8b8;
}

.ft_bx .bo4 .rmgjc a:hover,
.bt_bx .pt1 a:hover,
.bt_bx .pt2 a:hover {
	color: #FFFFFF;
}

.bt_bx {
	width: 100%;
	line-height: 60px;
	border-top: 1px solid #2b2624;
	font-size: 13px;
	color: #b8b8b8;
}

.bt_bx .pt1 {
	float: left;
}

.bt_bx .pt2 {
	float: right;
}

.bt_bx .pt1 a,
.bt_bx .pt2 a {
	color: #b8b8b8;
}

.bt_bx .pt1 img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 7px;
}


/*======================================== index =====================================*/


/* banner */

.sylbox {
	width: 100%;
}

.sylbox a {
	width: 100%;
	display: block;
}

.sylbox img {
	width: 100%;
}

.sylbox .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #025E8D;
	opacity: 1;
}

.sylbox .swiper-pagination-bullet-active {
	background: #025E8D;
}

.sylbox .swiper-button-prev {
	width: 58px;
	height: 58px;
	left: 65px;
	background: url('../images/sypre.png') no-repeat left center;
}

.sylbox .swiper-button-next {
	right: 65px;
	width: 58px;
	height: 58px;
	background: url('../images/synext.png') no-repeat left center;
}


/* 热销产品 */

.rx_pro {
	width: 100%;
	padding: 80px 0;
}


/* 标题 */

.b_ti {
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 58px;
	font-weight: bold;
	position: relative;
}

.b_ti span {
	background: #FFFFFF;
	position: relative;
	z-index: 2;
}

.b_ti i {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;
}

.b_ti span::before {
	content: '';
	width: 6.5%;
	height: 3px;
	background: #fe9901;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.b_ti span::after {
	content: '';
	width: 6.5%;
	height: 3px;
	background: #fe9901;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.x_b {
	text-align: center;
	font-size: 16px;
	color: #555555;
}

.sb_qh {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 0;
}

.sb_qh .gallery-thumbs .swiper-button-prev {
	font-size: 16px;
	color: #333333;
	background-image: none;
	left: -3%;
}

.sb_qh .gallery-thumbs .swiper-button-next {
	font-size: 16px;
	color: #333333;
	background-image: none;
	right: -3%;
}

.sb_qh .swiper-container {
	border: 1px solid #dddddd;
	border-radius: 30px;
}

.sb_qh .swiper-slide {
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	line-height: 45px;
	border-right: 1px solid #dddddd;
}

.sb_qh .swiper-slide:last-child {
	border-right: none;
}

.active-nav,
.sb_qh .swiper-slide:hover {
	background: #025E8D;
	color: #FFFFFF !important;
}

.qh_nrong {
	width: 100%;
}

.qh_nrong .swiper-pagination {
	display: none;
}

.qh_nrong .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #FFFFFF;
	opacity: 1;
}

.qh_nrong .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.qh_nrong .box {
	width: 100%;
	background: #025E8D url('../images/pattern.png') no-repeat right bottom;
	background-position: 110% 155%;
}

.qh_nrong .zc_pc {
	width: 58.657%;
	float: left;
	background: url('../images/zcbjingy.jpg') no-repeat center;
	font-size: 0;
	position: relative;
	cursor: pointer;
}

.qh_nrong .zc_pc img {
	width: 100%;
}

.qh_nrong .zc_pc .sx {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	display: none;
}

.qh_nrong .zc_pc .sx .sx_b {
	width: 100%;
	height: 100%;
	display: table;
}

.qh_nrong .zc_pc .sx .tit {
	display: table-cell;
	vertical-align: middle;
}

.qh_nrong .rt_yz {
	width: 41.343%;
	float: left;
	padding: 45px;
}

.qh_nrong .rt_yz .name {
	width: 100%;
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
	font-weight: bold;
}

.qh_nrong .rt_yz .xhx {
	width: 100%;
	font-size: 0;
	margin-top: 25px;
	margin-bottom: 30px;
}

.qh_nrong .rt_yz .xhx img {
	width: 100%;
}

.qh_nrong .rt_yz .ji {
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
}

.qh_nrong .rt_yz .more {
	width: 176px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url('../images/kuang.png') no-repeat center;
	margin-top: 70px;
}

.qh_nrong .rt_yz .more a {
	display: block;
	color: #FFFFFF;
}

.qh_nrong .rt_yz .more:hover {
	opacity: 0.9;
}

.qh_nrong .box:hover .zc_pc .sx {
	display: block;
}


/* 工业除尘设备品牌生产商 */

.gyc_c {
	width: 100%;
	padding: 80px 0;
	background-color: #f4f4f4;
}

.gy_bo {
	width: 100%;
	margin-top: 50px;
}

.gy_bo li {
	width: 23.875%;
	float: left;
	margin-right: 1.5%;margin-bottom: 1.5%;
	padding: 25px;
	background-color: #FFFFFF;
}

.gy_bo li:nth-of-type(4n) {
	margin-right: 0;
}

.gy_bo li .tit_t {
	font-size: 16px;
	color: #555555;
	line-height: 55px;
	border-bottom: 1px solid #dddddd;
}

.gy_bo li .tit_t span {
	font-size: 22px;
	color: #333333;
	margin-right: 15px;
	border-bottom: 5px solid #025E8D;
	padding-bottom: 10px;
}

.gy_bo li .pic {
	width: 100%;
	font-size: 0;
	margin: 20px 0;
	cursor: pointer;
}

.gy_bo li .pic a {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.gy_bo li .pic img {
	width: 100%;
	transition: 1s;
}

.gy_bo li .pic:hover img {
	transform: scale(1.1);
}

.gy_bo li .name {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
}

.gy_bo li .name a {
	color: #333333;
	display: block;
}

.gy_bo li:hover .name a {
	color: #025E8D;
}

.gy_bo li .dec {
	font-size: 14px;
	line-height: 24px;
}

.gy_bo li .dec a {
	color: #666666;
	display: block;
}


/* 源头厂家·经久耐用·配件齐全·提供专业指导服务 */

.gg_tiao {
	width: 100%;
	position: relative;
}

.gg_tiao::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 135, 110, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.gg_tiao .let_n {
	width: 69%;
	float: left;
	position: relative;
	z-index: 2;
	padding: 64.5px 0;
	text-align: center;
}

.gg_tiao .let_n .p1 {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.gg_tiao .let_n .p1 span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding-bottom: 15px;
}

.gg_tiao .let_n .p2 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 23px;
}

.gg_tiao .rit_n {
	width: 31%;
	float: left;
	background: url('../images/lxdhh.png') no-repeat left center;
	position: relative;
	z-index: 2;
	padding: 43px 0 43px 7%;
}

.gg_tiao .rit_n .rx {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	position: relative;
	padding-left: 65px;
}

.gg_tiao .rit_n .rx::before {
	content: '';
	width: 52px;
	height: 52px;
	margin-right: 10px;
	background: url('../images/dhuagg.png') no-repeat left center;
	position: absolute;
	top: 0;
	left: 0;
}

.gg_tiao .rit_n .rx span {
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.gg_tiao .rit_n .zx {
	width: 176px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/kuang.png) no-repeat center;
	margin-top: 25px;
	margin-left: 65px;
}

.gg_tiao .rit_n .zx a {
	display: block;
	color: #FFFFFF;
}

.gg_tiao .rit_n .zx:hover {
	opacity: 0.8;
}


/* 公司简介/合作伙伴 */

.gs_sect {
	width: 100%;
	padding: 80px 0;
}

.gs_sect .gs_jjz {
	width: 50.7%;
	float: left;
}

.tit_dr {
	font-size: 20px;
	color: #4b4948;
	line-height: 27px;
	font-weight: bold;
	background: url('../images/dian.png') no-repeat left center;
	padding-left: 20px;
	margin-bottom: 20px;
}

.tit_dr span {
	color: #8f8f8f;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'DINCOND';
}

.gs_sect .gs_jjz .box {
	width: 100%;
	padding: 88.5px 45px;
	background: #025E8D url('../images/840310a013326a60de772da5354f9c2a.png') no-repeat center;
}

.gs_sect .gs_jjz .box .name {
	font-size: 22px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 21px;
}

.gs_sect .gs_jjz .box .pp {
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}

.gs_sect .gs_jjz .box .more {
	width: 176px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/kuang.png) no-repeat center;
	margin-top: 35px;
}

.gs_sect .gs_jjz .box .more a {
	display: block;
	color: #FFFFFF;
}

.gs_sect .gs_jjz .box .more:hover {
	opacity: 0.8;
}

.gs_sect .hz_hby {
	width: 47.5%;
	float: right;
}


/* 合作伙伴滚动 */

.gs_sect .hz_hby .wtblom {
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.marquen-container .swiper-slide {
	height: auto !important;
}

.gs_sect .hz_hby ul {
	width: 100%;
}

.gs_sect .hz_hby ul li {
	width: 23.5%;
	float: left;height:30px;color:#333333;
	margin-right: 2%;
	border: 1px solid #e3e2e2;line-height:30px;
	margin-bottom: 15px;padding-left:5px;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
	cursor: pointer;
}

.gs_sect .hz_hby ul li:nth-of-type(4n) {
	margin-right: 0;
}

.gs_sect .hz_hby ul li a {
	display: block;height:30px;color:#333333;line-height:30px;
	font-size: 14px;
}

.gs_sect .hz_hby ul li img {
	width: 100%;
}


/* 新闻中心 */

.xwen_z {
	width: 100%;
	padding: 80px 0 60px;
	background: #f4f4f4;
}

.xwen_z .xw_box {
	width: 100%;
	margin-top: 40px;
}

.xwen_z .xw_box .box {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.xwen_z .xw_box .box:last-child {
	margin-right: 0;
}

.xwen_z .xw_box .box .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.xwen_z .xw_box .box .pic img {
	width: 100%;
	transition: 1s;
}

.xwen_z .xw_box .box .hzi {
	padding: 15px 15px 0;
	background-color: #FFFFFF;
}

.xwen_z .xw_box .box .hzi a {
	display: block;
}

.xwen_z .xw_box .box .hzi .p1 {
	font-size: 16px;
	color: #4b4948;
	line-height: 27px;
}

.xwen_z .xw_box .box .hzi .p2 {
	font-size: 13px;
	color: #8f8f8f;
	line-height: 27px;
	height: 54px;
}

.xwen_z .xw_box .box .hzi .time {
	font-size: 12px;
	color: #c4c4c4;
	line-height: 27px;
	border-bottom: 1px dashed #8f8f8f;
	padding-bottom: 15px;
}

.xwen_z .xw_box .box .hzi:hover .p1 {
	color: #025E8D;
}

.xwen_z .xw_box .box .xw_ls {
	padding: 25px;
	background-color: #FFFFFF;
}

.xwen_z .xw_box .box .xw_ls li {
	width: 100%;
	height: 30px;
}

.xwen_z .xw_box .box .xw_ls li a {
	display: block;
}

.xwen_z .xw_box .box .xw_ls li .pp1 {
	width: 80%;
	float: left;
	font-size: 13px;
	color: #4b4948;
	line-height: 30px;
	background: url('../images/newdian.jpg') no-repeat left center;
	padding-left: 10px;
	height: 30px;
}

.xwen_z .xw_box .box .xw_ls li .pp2 {
	width: 15%;
	float: right;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 30px;
	text-align: right;
}

.xwen_z .xw_box .box .xw_ls li:hover .pp1 {
	color: #025E8D;
}


/* 友情链接 */

.link_yq {
	width: 100%;
	padding: 25px 0;
	background-color: #FFFFFF;
}

.link_yq .t {
	width: 100%;
	font-size: 0;
}

.link_yq .t img {
	width: 100%;
}

.link_yq .ljie {
	width: 100%;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	margin-top: 20px;
}

.link_yq .ljie a {
	display: inline-block;
	color: #888888;
	margin: 0 5px;
}

.link_yq .ljie1 {
	width: 95%;
	float: left;
	height: 30px;
	overflow: hidden;
}

.link_yq .ljie .mire {
	width: 5%;
	text-align: right;
	float: right;
	margin: 0;
	cursor: pointer;
}

.link_yq .ljie a:hover {
	color: #025E8D;
}

.style {
	width: 100% !important;
	overflow: initial !important;
	height: auto !important;
}


/*======================================== products =====================================*/


/* 内页banner */

.nylbox {
	width: 100%;
	font-size: 0;
}

.nylbox img {
	width: 100%;
}


/* 左右内容 */

.nr_main {
	width: 100%;
	padding: 60px 0;
	background-color: #f4f8fa;
}


/* 左侧导航 */

.zc_main {
	width: 18.217%;
	float: left;
}


/* 产品分类 */

.zc_pl {
	width: 100%;
	border: 1px solid #025E8D;
}

.zc_pl .bty {
	line-height: 80px;
	padding: 0 15px;
	font-size: 22px;
	background: #025E8D;
	font-weight: bold;
}

.zc_pl .bty a {
	display: block;
	background: url('../images/fltb.png') no-repeat left center;
	padding-left: 40px;
	color: #FFFFFF;
}

.zc_pl .leftnav {
	width: 100%;
	background: #FFFFFF;
	padding: 15px;
}

.zc_pl .leftnav>li {
	width: 100%;
	margin-bottom: 10px;
}

.zc_pl .leftnav>li>a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
	font-weight: bold;
	background: #f0f5f8 url('../images/letnav.png') no-repeat right center;
	background-position: calc(100% - 10px) 50%;
	cursor: pointer;
}

.zc_pl .leftnav>li>ol {
	width: 100%;
}

.zc_pl .leftnav>li>ol>li {
	width: 100%;
}

.zc_pl .leftnav>li>ol>li>a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	border-bottom: 1px dotted #9a9a9a;
}

.zc_pl .leftnav>li>ol>li>a:hover {
	color: #025E8D;
}

.mon>a {
	background: #f0f5f8 url('../images/letnav1.png') no-repeat right center !important;
	background-position: calc(100% - 10px) 50% !important;
	color: #025E8D !important;
}

.mmn>a {
	color: #025E8D !important;
}


/* 联系热线 */

.lx_exa {
	width: 100%;
	border: 1px solid #d4d4d4;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.lx_exa .tit_l {
	width: 100%;
	font-size: 15px;
	color: #333333;
	background: url('../images/proListClassify_phone.png') no-repeat left center;
	background-position: 15px center;
	padding-left: 55px;
	line-height: 22px;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 15px 20px 70px;
}

.lx_exa .tit_l span {
	font-size: 27px;
	color: #fe9901;
	font-weight: bold;
}

.lx_exa .lxdz_zizi {
	padding: 20px 15px;
}

.lx_exa .lxdz_zizi li {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}


/* 相关关键词 */

.xg_gjianci {
	width: 100%;
	border: 1px solid #a8b9c2;
}

.xg_gjianci .gjci_tit {
	padding: 0 15px;
	line-height: 80px;
	background: #a8b9c2 url('../images/511.png') no-repeat 15px center;
	padding-left: 55px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

.xg_gjianci .gjci_tit a {
	float: right;
	font-size: 14px;
	color: #dbe3e8;
	font-weight: normal;
	background: url('../images/hyh2.png') no-repeat left center;
	padding-left: 30px;
	cursor: pointer;
}

.xg_gjianci .gjci_tit a:hover {
	background: url('../images/hyh1.png') no-repeat left center;
	color: #FFFFFF;
}

.xg_gjianci .gjci_yy {
	padding: 25px 15px 15px;
	background-color: #FFFFFF;
}

.xg_gjianci .gjci_yy a {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #f0f5f8;
	font-size: 14px;
	color: #666666;
	border-radius: 20px;
}

.xg_gjianci .gjci_yy a:hover {
	color: #025E8D;
}


/* 右侧内容 */

.yc_main {
	width: 79.651%;
	float: right;
}


/* 标题+面包屑导航 */

.mbx_dh {
	width: 100%;
	border-bottom: 2px solid #d4d4d4;
	line-height: 30px;
	padding-bottom: 23px;
	margin-top: 25px;
	margin-bottom: 45px;
}

.mbx_dh .tit {
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.mbx_dh .mbx {
	float: right;
	font-size: 14px;
	color: #999999;
	background: url('../images/s51.png') no-repeat left center;
	padding-left: 20px;
}

.mbx_dh .mbx a {
	color: #999999;
}

.mbx_dh .mbx a:hover {
	color: #025E8D;
}


/* 产品列表 */

.pro_list {
	width: 100%;
	margin-bottom: 20px;
}

.pro_list li {
	width: 32%;
	margin-right: 2%;
	float: left;
	border: 1px solid #d4d4d4;
	background: #FFFFFF;
	margin-bottom: 40px;
}

.pro_list li:nth-child(3n) {
	margin-right: 0;
}

.pro_list li a {
	display: block;
	width: 100%;
}

.pro_list li .pic {
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #d4d4d4;
}

.pro_list li .pic img {
	width: 100%;
}

.pro_list li .box_j {
	padding: 20px 30px;
}

.pro_list li .box_j .name {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

.pro_list li .box_j .dc {
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pro_list li .box_j .xq {
	font-size: 14px;
	color: #FFFFFF;
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #025E8D;
	margin: 0 auto;
	border-radius: 20px;
}

.pro_list li:hover {
	border: 1px solid #025E8D;
	-moz-box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
	box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
}


/* 分页 */

.page {
	text-align: center;
	line-height: 33px;
}

.page>a {
	margin: 0 5px;
	color: #FFFFFF;
	font-size: 16px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #909090;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.page .or,
.page>a:hover {
	background-color: #025E8D;
}


/*======================================== products_details =====================================*/

.pro_xqbox {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	position: relative;
}

.pro_xqbox .ckdtopic {
	width: 47.85%;
	float: left;
	border-right: 1px solid #d4d4d4;
	position: relative;
}

.pro_xqbox .ckdtopic .ckdtopic {
	width: 100%;
}


/* 大图轮播 */

.pro_xqbox .ckdtopic .gallery-top1 {
	width: 100%;
}

.pro_xqbox .ckdtopic .gallery-top1 .swiper-slide {
	font-size: 0;
}

.pro_xqbox .ckdtopic .gallery-top1 img {
	width: 100%;
}

.pro_xqbox .ckdtopic .swiper-pagination {
	display: none;
}

.pro_xqbox .ckdtopic .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #025E8D;
	opacity: 1;
}

.pro_xqbox .ckdtopic .swiper-pagination-bullet-active {
	background: #025E8D;
}


/* 小图轮播 */

.pro_xqbox .ckdtopic .swiper-button-next {
	width: 11px;
	height: 19px;
	background: url('../images/ttre4.png') no-repeat center center;
	top: 50%;
}

.pro_xqbox .ckdtopic .swiper-button-prev {
	width: 11px;
	height: 19px;
	background: url('../images/ttle4.png') no-repeat center center;
	top: 50%;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .swiper-slide {
	overflow: hidden;
	font-size: 0;
	border: 1px solid transparent;
	border-right: 1px solid #d4d4d4;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .active-navv {
	border: 1px solid #025E8D !important;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .swiper-slide img {
	width: 100%;
}

.pro_xqbox .ybcprojiaho {
	width: 52.15%;
	float: left;
	padding: 0 20px;
}

.pro_xqbox .ybcprojiaho .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
	font-weight: bold;
	margin-top: 25px;
}

.pro_xqbox .ybcprojiaho .jian {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 20px 0;
	max-height: 150px;
}

.pro_xqbox .ybcprojiaho .zx .z {
	float: left;
}

.pro_xqbox .ybcprojiaho .zx .z a {
	display: inline-block;
	width: 102px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	background: #025E8D;
	border-radius: 20px;
	margin-right: 15px;
}

.pro_xqbox .ybcprojiaho .zx .z a:nth-child(2) {
	margin-right: 0;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium a.bshare-more.more-style-addthis {
	background-image: none;
	padding-left: 25px !important;
	background: url('../images/fxiang.png') no-repeat left center;
	background-position: 20px 50%;
	display: block;
	height: 28px !important;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium {
	float: right;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	width: 100px;
	line-height: 28px !important;
	text-align: center;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom .bshare-more {
	color: #025E8D !important;
}

.pro_xqbox .ybcprojiaho .mfei {
	position: absolute;
	right: 0;height:87px;
	bottom: 0;background: url('../images/kefu.jpg') no-repeat left center;
	width: 52.15%;font-size: 20px;font-weight: bold;
	color: #ffffff;padding-top:45px;padding-left:150px;
}

.pro_xqbox .ybcprojiaho .mfei a {
	display: block;
	width: 100%;
	font-size: 0;
}

.pro_xqbox .ybcprojiaho .mfei img {
	width: 200px;float: right;
}

.dhnryingbox {
	border: 1px solid #d4d4d4;
	padding: 30px;
	background: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dhang_du {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
}

.dhang_du li {
	width: 10%;
	background: #f4f8fa;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #565656;
	line-height: 45px;
	font-weight: bold;
	margin-right: 1%;
	cursor: pointer;
}

.dyon,
.dhang_du li:hover {
	background: #025E8D !important;
	color: #FFFFFF !important;
}

.dy_nlya {
	width: 100%;
}

.dy_nlya p {

	color: #555555;
	padding: 0 20px;
}

.dy_nlya p span {
	line-height: 32px;
}

.dy_nlya .bti {
	font-size: 18px;
	color: #565656;
	padding: 0 20px;
	line-height: 52px;
	background-color: #f4f8fa;
	font-weight: bold;
	margin-bottom: 20px;
}

.gcpin {
	width: 100%;
}

.gcpin a {
	display: block;
}

.gcpin .pic {
	width: 100%;
	font-size: 0;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	border-radius: 3px;
}

.gcpin .pic img {
	width: 100%;
	transition: 1s;
}

.gcpin .tit {
	padding: 0 10px;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 25px;
	text-align: center;
}

.gcpin a:hover .pic img {
	transform: scale(1.1);
}

.gcpin a:hover .tit {
	color: #025E8D;
}


/*======================================== news =====================================*/

.sbytd {
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
}

.sbytd .tbi {
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 25px;
}

.sbytd .hx {
	width: 100%;
	height: 2px;
	background: #f5f9fa;
	padding: 0 25px;
	position: relative;
}

.sbytd .hx::before {
	content: '';
	width: 125px;
	height: 4px;
	background: #fe9901;
	position: absolute;
	left: 25px;
	top: -1px;
}

.sbytd .box {
	padding: 35px 25px 45px;
}

.sbytd .box .pic {
	width: 37.6%;
	float: left;
}

.sbytd .box .pic a {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.sbytd .box .pic img {
	width: 100%;
	transition: 1s;
}

.sbytd .box .pic:hover img {
	transform: scale(1.1);
}

.sbytd .box .dec {
	width: 60.4%;
	float: right;
}

.sbytd .box .dec .ee {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.sbytd .box .dec .ljie {
	padding: 10px 0;
	margin-top: 15px;
}

.sbytd .box .dec .ljie a {
	font-size: 15px;
	color: #666666;
	border: 1px solid #999999;
	padding: 10px 15px;
	background: #FFFFFF;
}

.sbytd .box .dec .ljie img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.sbytd .box .dec .ljie .ij2 {
	display: none;
}

.sbytd .box .dec .ljie a:hover {
	background: #025E8D;
	border: 1px solid #025E8D;
	color: #FFFFFF;
}

.sbytd .box .dec .ljie a:hover .ij2 {
	display: inline-block;
}

.sbytd .box .dec .ljie a:hover .ij1 {
	display: none;
}

.xwenlist {
	border: 1px solid #d4d4d4;
	margin-top: 30px;
	padding: 20px 35px;
	background: #FFFFFF;
}

.xwenlist li {
	padding: 15px 25px;
	border-top: 1px solid #e9e9e9;
}

.xwenlist li:first-child {
	border-top: none;
}

.xwenlist li a {
	display: block;
}

.xwenlist li .ddc {
	width: 78.5%;
	float: left;
}

.xwenlist li .ddc .time {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}

.xwenlist li .ddc .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

.xwenlist li .ddc .de {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xwenlist li .xqing {
	width: 100px;
	float: right;
	line-height: 30px;
	border: 1px solid #025E8D;
	background: #FFFFFF;
	font-size: 14px;
	text-align: center;
	color: #025E8D;
	margin-top: 34px;
}

.xwenlist li:hover {
	-moz-box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
	-webkit-box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
	box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
}

.xwenlist li:hover .ddc .tit {
	color: #025E8D;
}

.xwenlist li:hover .xqing {
	border: 1px solid #025E8D;
	background: #025E8D;
	color: #FFFFFF;
}


/*======================================== contact =====================================*/

.pic_lx {
	width: 100%;
	font-size: 0;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}

.pic_lx img {
	display: block;
}

.ll_nrr {
	border: 1px solid #d4d4d4;
	padding: 15px;
	background: #FFFFFF;
	margin-top: 30px;
}

.ll_nrr .mapbox {
	width: 100%;
	height: 395px;
}

.ll_nrr .lxdhhbx {
	width: 100%;
	padding: 50px 0 75px;
}

.ll_nrr .lxdhhbx .dcc {
	width: 72.5%;
	float: left;
}

.ll_nrr .lxdhhbx .dcc .tit {
	width: 100%;
	font-size: 0;
	margin-bottom: 30px;
}

.ll_nrr .lxdhhbx .dcc .tit img {
	display: block;
}

.ll_nrr .lxdhhbx .dcc .gsdz {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../images/lxdzhi1.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	margin-bottom: 25px;
}

.ll_nrr .lxdhhbx .dcc .gsdz span,
.ll_nrr .lxdhhbx .dcc .gsdz1 span,
.ll_nrr .lxdhhbx .dcc .gsdz2 span {
	font-size: 14px;
	color: #666666;
}

.ll_nrr .lxdhhbx .dcc .gsdz1 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../images/lxdzhi2.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	display: inline-block;
	vertical-align: middle;
}

.ll_nrr .lxdhhbx .dcc .gsdz2 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../images/lxdzhi2.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}

.ll_nrr .lxdhhbx .ewmpicv {
	float: right;
	width: 27.5%;
	padding-right: 10.2%;
	margin-top: 45px;
}

.ll_nrr .lxdhhbx .ewmpicv .p1 {
	font-size: 0;
	padding: 10px;
	border: 1px solid #f1f1f1;
}

.ll_nrr .lxdhhbx .ewmpicv .p1 img {
	width: 100%;
}

.ll_nrr .lxdhhbx .ewmpicv .p2 {
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #555555;
	line-height: 24px;
}


/*======================================== tag =====================================*/

.gjci {
	margin-top: 80px;
	margin-bottom: 55px;
}

.gjci>.w {
	background: #025E8D url('../images/840310a013326a60de772da5354f9c2a.png') no-repeat right bottom;
	background-position: 430% 25%;
	display: table;
}

.gjci .pic {
	width: 50%;
	font-size: 0;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.gjci .pic img {
	width: 100%;
	transition: 1s;
}

.gjci .pic:hover img {
	transform: scale(1.1);
}

.gjci .dboxce {
	width: 50%;
	padding: 0 65px;
	display: table-cell;
	vertical-align: middle;
}

.gjci .dboxce p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 25px;
}

.gjci .dboxce .nae {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.ybqygyq {
	width: 100%;
}

.bqtitiag {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	background: url('../images/518.png') no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.bqtitiag span {
	color: #025E8D;
}

.bqtitiag a {
	float: right;
	font-size: 14px;
	color: #888888;
	font-weight: normal;
}

.bqtitiag a:hover {
	color: #025E8D;
}

.pro_listag li {
	width: 23.5%;
}

.pro_listag li:nth-child(3n) {
	margin-right: 2%;
}

.pro_listag li:nth-child(4n) {
	margin-right: 0;
}

.xwenlistag {
	width: 100%;
	margin-bottom: 30px;
}

.xwenlistag li {
	width: 49%;
	margin-right: 2%;
	float: left;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.xwenlistag li:nth-child(2n) {
	margin-right: 0;
}

.xwenlistag li a {
	display: block;
	background: url('../images/jtouou.png') no-repeat right center;
	padding-right: 80px;
}

.xwenlistag li .time {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}

.xwenlistag li .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
}

.xwenlistag li .de {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xwenlistag li:hover a {
	background: url('../images/jtouou1.png') no-repeat right center;
}

.xwenlistag li:hover .tit {
	color: #025E8D;
}


/*======================================== 404 =====================================*/

.imgtp {
	width: 39.593%;
	margin: 0 auto;
	font-size: 0;
	margin-top: 15vh;
}

.imgtp img {
	width: 100%;
}

.mshu {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-top: 90px;
}

.an {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
}

.an a {
	display: inline-block;
	padding: 10px 25px;
	font-size: 17px;
	color: #555555;
	border-radius: 20px;
	margin: 0 15px;
}

.an1 {
	background-color: #ffc20e;
}

.an2 {
	background-color: #FFFFFF;
}


/*======================================== newsxq =====================================*/

.dpjiaboxs {
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	padding: 30px 25px;
}

.dpjiaboxs p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.dpjiaboxs p img {
	margin: 0 auto;
	display: block;
}

.dpjiaboxs .tbi {
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	font-weight: bold;
	margin-top: 15px;
}

.dpjiaboxs .hx {
	width: 100%;
	height: 2px;
	background: #f5f9fa;
	position: relative;
}

.dpjiaboxs .hx::before {
	content: '';
	width: 125px;
	height: 4px;
	background: #fe9901;
	position: absolute;
	left: 25px;
	top: -1px;
}

.dpjiaboxs .lll {
	width: 100%;
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.dpjiaboxs .lll .s1 {
	background: url(../images/sjian.png) no-repeat left center;
	padding-left: 20px;
}

.dpjiaboxs .lll .s2 {
	background: url(../images/lliang.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}

.dpjiaboxs .fbname {
	width: 100%;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	text-align: right;
}

.dpjiaboxs .fbname {
	width: 100%;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	text-align: right;
}

.dpjiaboxs .fpian {
	width: 100%;
	background-color: #f2f2f2;
	height: 50px;
	padding: 0 30px;
	margin-top: 35px;
	margin-bottom: 15px;
}

.dpjiaboxs .fpian .syp {
	float: left;
	font-size: 13px;
	color: #666666;
	width: 49%;
	line-height: 50px;
}

.dpjiaboxs .fpian .xyp {
	float: right;
	font-size: 13px;
	color: #666666;
	width: 49%;
	text-align: right;
	line-height: 50px;
}

.dpjiaboxs .fpian .syp a,
.dpjiaboxs .fpian .xyp a {
	font-size: 13px;
	color: #666666;
}

.dpjiaboxs .fpian .syp a:hover,
.dpjiaboxs .fpian .xyp a:hover {
	color: #025E8D;
}


/*======================================== 网站地图 =====================================*/

.sitemap_sec {
	padding: 40px 0;
	background-color: #f4f8fa;
}

.map_main {
	overflow: hidden;
	border: solid 5px #CCCCCC;
	padding: 0 35px 10px;
}

.sitemap_con {
	margin: 0 auto;
	font-size: 14px;
}

.sitemap_con h4 {
	line-height: 30px;
	font-size: 14px;
}

.sitemap_con h4 a {
	color: #025E8D;
}

.b4 {
	border: solid 1px #CCCCCC;
}

.b4 ul {
	padding: 0 11px;
}

.b4 li {
	float: left;
	line-height: 25px;
	width: 164px;
	overflow: hidden;
}

.b4 li a {
	color: #666;
}

.b4 li a:hover {
	color: #025E8D;
}


/*======================================== 响应式 =====================================*/

@media only screen and (max-width:1680px) {
	.z_dbu i {
		width: 28%;
	}
}

@media only screen and (max-width:1440px) {
	.w {
		width: 1280px;
	}
	/* header */
	.z_dbu i {
		width: 33%;
	}
	.tophead .brand {
		margin-left: 30px;
		width: 24%;
	}
	.tophead .brand img {
		width: 100%;
	}
	.tophead .search {
		width: 32%;
		margin-left: 6.7%;
	}
	.tophead .hotline span {
		font-size: 24px;
	}
	.navv nav>ul>li>a {
		font-size: 13px;
	}
	/* footer */
	.ft_bx .bo2 {
		padding: 0;
		padding-left: 3%;
	}
	.ft_bx .bo4 {
		padding: 25px 0 25px 3%;
	}
	/* index */
	.b_ti {
		font-size: 26px;
	}
	.sb_qh .swiper-slide {
		font-size: 14px;
	}
	.qh_nrong .rt_yz .xhx {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.gy_bo li .tit_t {
		font-size: 14px;
	}
	.gy_bo li .tit_t span {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.gy_bo li .name {
		font-size: 16px;
	}
	.gg_tiao .let_n .p1 {
		font-size: 24px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 17px;
	}
	.gg_tiao .rit_n .rx {
		font-size: 15px;
	}
	.gg_tiao .rit_n .rx span {
		font-size: 22px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 365px;
	}
	.gs_sect .gs_jjz .box {
		padding: 56px 45px;
	}
	.tit_dr {
		font-size: 18px;
	}
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 50px 0;
	}
	/* contact */
	.pic_lx img {
		width: 100%;
	}
	/* proxq */
	.pro_xqbox .ybcprojiaho .tit {
		padding-bottom: 12px;
		margin-top: 15px;
	}
	.pro_xqbox .ybcprojiaho .jian {
		margin: 15px 0;
	}
	.xg_gjianci .gjci_yy {
		padding: 25px 10px 15px;
	}
	.xg_gjianci .gjci_tit {
		padding: 0 10px;
		background: #a8b9c2 url(../images/511.png) no-repeat 10px center;
		padding-left: 45px;
		font-size: 18px;
	}
	.xg_gjianci .gjci_tit a {
		padding-left: 25px;
	}
	.lx_exa .lxdz_zizi {
		padding: 20px 10px;
	}
	.lx_exa .lxdz_zizi li {
		font-size: 13px;
	}
	.lx_exa .tit_l {
		background: url(../images/proListClassify_phone.png) no-repeat left center;
		background-position: 10px center;
		padding-left: 45px;
		padding: 20px 10px 20px 60px;
	}
	.lx_exa .tit_l span {
		font-size: 22px;
	}
	.zc_pl .leftnav {
		padding: 15px 10px;
	}
	.zc_pl .bty {
		padding: 0 10px;
	}
	.zc_pl .bty {
		font-size: 18px;
	}
	.zc_pl .leftnav>li>a {
		font-size: 15px;
	}
}


/**/

@media only screen and (max-width:1366px) {
	.w {
		width: 1200px;
	}
	/* header */
	.tophead .search {
		width: 34%;
		margin-left: 5.7%;
	}
	.tophead .hotline span {
		font-size: 22px;
	}
	/* index */
	.qh_nrong .rt_yz .more {
		margin-top: 50px;
	}
	/* proxq */
	.dhang_du li {
		font-size: 14px;
	}
	.dy_nlya .bti {
		font-size: 16px;
	}
	.lx_exa .tit_l span {
		font-size: 20px;
	}
	.xg_gjianci .gjci_tit {
		font-size: 16px;
	}
}


/**/

@media only screen and (max-width:1280px) {
	/* index */
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 35px 0;
	}
}


/**/

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	/* footer */
	.ft_bx {
		display: block;
	}
	.ft_bx .bo1 {
		display: none;
	}
	.ft_bx .bo2,
	.ft_bx .bo3,
	.ft_bx .bo4 {}
	/* index */
	.qh_nrong .rt_yz .name {
		font-size: 18px;
	}
	.qh_nrong .rt_yz {
		padding: 25px;
	}
	.qh_nrong .rt_yz .more {
		margin-top: 40px;
	}
	.b_ti {
		font-size: 24px;
	}
	.gy_bo li {
		width: 49.25%;
		margin-bottom: 30px;
	}
	.gy_bo li:nth-child(2) {
		margin-right: 0;
	}
	.gy_bo li:nth-child(3),
	.gy_bo li:nth-child(4) {
		margin-bottom: 0;
	}
	.gg_tiao .let_n {
		width: 62%;
		padding: 55px 0;
	}
	.gg_tiao .rit_n {
		width: 38%;
		padding: 40px 0 40px 9%;
	}
	.gg_tiao .let_n .p1 {
		font-size: 20px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 15px;
	}
	.gg_tiao .rit_n .zx {
		width: 145px;
		font-size: 14px;
		background-size: 100% 100%;
		height: 35px;
		line-height: 35px;
	}
	.gs_sect .gs_jjz {
		width: 100%;
		float: none;
	}
	.gs_sect .hz_hby {
		width: 100%;
		float: none;
		margin-top: 35px;
	}
	.gs_sect .gs_jjz .box .more,
	.qh_nrong .rt_yz .more {
		width: 145px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		background-size: 100% 100%;
	}
	.gs_sect .hz_hby .wtblom {
		height: 580px;
	}
	.xwen_z .xw_box .box {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.xwen_z .xw_box .box:last-child {
		margin-bottom: 0;
	}
	/* news */
	.yc_main {
		width: 100%;
		float: none;
	}
	.nr_main {
		padding: 30px 0;
	}
	.zc_main {
		width: 100%;
		float: none;
	}
	.zc_pl {
		display: none;
	}
	/* tag */
	.gjci {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.gjci .pic {
		width: 100%;
		display: block;
	}
	.gjci .dboxce {
		width: 100%;
		display: block;
		padding: 65px;
	}
}


/**/

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	/* header */
	.phone-head .mask-close {
		left: 3%;
	}
	/* footer */
	.link_yq {
		display: none;
	}
	/* index */
	.qh_nrong .rt_yz .xhx {
		margin-bottom: 15px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 550px;
	}
	.gy_bo,
	.xwen_z .xw_box {
		margin-top: 30px;
	}
	.qh_nrong .zc_pc,
	.qh_nrong .rt_yz {
		width: 100%;
		float: none;
	}
	.qh_nrong .rt_yz {
		padding: 35px 25px;
	}
	.sb_qh {
		padding: 0;
	}
	/* proxq */
	#etalage,
	.pro_xqbox .ckdtopic .fajing {
		display: none !important;
	}
	.sj_bck {
		display: block;
	}
	.pro_xqbox .ckdtopic {
		width: 100%;
		float: none;
	}
	.pro_xqbox .ybcprojiaho {
		width: 100%;
		float: none;
		padding: 0 12px;
	}
	.pro_xqbox .ybcprojiaho .mfei {
		width: 100%;
		position: initial;
		margin-top: 60px;
	}
	.pro_xqbox .ckdtopic .gallery-thumbsbox {
		display: none;
	}
	.pro_xqbox .ckdtopic .swiper-pagination {
		display: block;
	}
	.pro_xqbox .ybcprojiaho .mfei img {
		width: 100%;
		height: auto;
	}
	.dhang_du li {
		width: 14%;
	}
}


/**/

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	/* tab */
	.pro_listag li {
		width: 49%;
	}
	.pro_listag li:nth-child(2n) {
		margin-right: 0;
	}
	.gjci>.w {
		background: transparent;
	}
	.gjci .dboxce {
		background: #025E8D url(../images/840310a013326a60de772da5354f9c2a.png) no-repeat right bottom;
	}
	/* 404 */
	.mshu {
		padding: 0 3%;
	}
	/* newsxq */
	.dpjiaboxs p img {
		width: 100%;
	}
	.dpjiaboxs .fpian {
		background-color: transparent;
		height: auto;
		padding: 0;
	}
	.dpjiaboxs .fpian .syp {
		width: 100%;
		float: none;
		line-height: 35px;
		background-color: #f2f2f2;
		padding: 0 10px;
	}
	.dpjiaboxs .fpian .xyp {
		width: 100%;
		float: none;
		text-align: left;
		line-height: 35px;
		margin-top: 10px;
		background-color: #f2f2f2;
		padding: 0 10px;
	}
}


/**/

@media only screen and (max-width:780px) {
	/* index */
.ellipsis-33 {
height:50px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
	.ellipsis-3 {
height:60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
	.dy_nlya p img{width:100%
}
	.gg_tiao .let_n .p1 {
		font-size: 15px;
		line-height: 15px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 12px;
	}
	.gg_tiao .rit_n .rx span {
		font-size: 18px;
	}
	.gg_tiao .let_n {
		width: 60%;
		padding: 35px 0;
	}
	.gg_tiao .rit_n {
		width: 40%;
		padding: 20px 0 20px 8%;
	}
	.gs_sect .hz_hby .wtblom {
		height: 430px;
	}
	.ft_bx .bo2,
	.ft_bx .bo3,
	.ft_bx .bo4 {
		width: 100%;
		display: block;
		border-right: none;
		padding: 20px 0;
		text-align: left;
	}
	.ft_bx .bo3 img {
		margin: 0;
	}
	.ft_bx .bo3 .dty {
		width: 114px;
		text-align: center;
	}
	.bt_bx .pt1,
	.bt_bx .pt2 {
		float: none;
		text-align: center;
	}
	.bt_bx {
		line-height: 30px;
		padding: 10px 0;
	}
	/* contact */
	.ll_nrr .lxdhhbx .dcc {
		width: 100%;
		float: none;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz {
		margin-bottom: 20px;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz1 {
		display: block;
		margin-bottom: 20px;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz2 {
		display: block;
		margin-left: 0;
	}
	.ll_nrr .lxdhhbx .ewmpicv {
		width: 100%;
		float: none;
		padding: 0;
		padding-left: 30px;
		margin-top: 30px;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p1 {
		display: inline-block;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p1 img {
		display: block;
		width: auto;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p2 {
		width: 207px;
	}
	/* products */
	.pro_list li {
		width: 49%;
		margin-bottom: 25px;
	}
	.pro_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.pro_list li:nth-child(2n) {
		margin-right: 0;
	}
	/* tag */
	.gjci {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.gjci .dboxce {
		padding: 30px 20px;
	}
	.bqtitiag {
		font-size: 18px;
	}
	.xwenlistag li {
		width: 100%;
		margin-right: 0;
	}
}


/**/

@media only screen and (max-width:560px) {
	/* index */
	.sylbox .swiper-button-prev,
	.sylbox .swiper-button-next {
		display: none;
	}
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 30px 0;
	}
	.qh_nrong .box .zc_pc .sx {
		display: block;
	}
	.x_b {
		font-size: 14px;
	}
	.gy_bo li {
		width: 100%;
		margin-right: 0;
	}
	.gy_bo li:nth-child(3) {
		margin-bottom: 30px;
	}
	.gs_sect .gs_jjz .box {
		padding: 50px 20px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 331px;
	}
	.b_ti i {
		display: none;
	}
	.b_ti span {
		display: block;
	}
	.b_ti span::before,
	.b_ti span::after {
		width: 0;
	}
	.qh_nrong .rt_yz .name {
		font-size: 16px;
	}
	.gs_sect .gs_jjz .box .name {
		font-size: 20px;
	}
	.tit_dr {
		font-size: 16px;
	}
	.gg_tiao .let_n {
		width: 100%;
		float: none;
		padding: 0;
	}
	.gg_tiao .rit_n {
		width: 100%;
		float: none;
		background-image: none;
		padding: 0;
		margin-top: 15px;
		text-align: center;
	}
	.gg_tiao {
		padding: 20px 0;
		background-size: cover !important;
	}
	.gg_tiao .rit_n .zx {
		margin: 0 auto;
		margin-top: 15px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 32%;
	}
	.sb_qh {
		display: none;
	}
	.qh_nrong {
		margin-top: 30px;
	}
	.qh_nrong .swiper-pagination {
		display: block;
	}
	/* news */
	.mbx_dh .tit {
		font-size: 16px;
	}
	.mbx_dh {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.sbytd .tbi {
		font-size: 16px;
	}
	.sbytd .box .pic {
		width: 100%;
		float: none;
	}
	.sbytd .box .dec {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.xwenlist {
		padding: 20px 25px;
	}
	.xwenlist li {
		padding: 15px 0;
	}
	.xwenlist li .ddc {
		width: 100%;
		float: none;
	}
	.sbytd .box .dec .ljie a {
		font-size: 12px;
	}
	/* products */
	.pro_list li .box_j {
		padding: 20px 10px;
	}
	.pro_list li .box_j .name {
		font-size: 15px;
	}
	.pro_list li .box_j .dc {
		font-size: 13px;
	}
	.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium {
		display: none;
	}
	/* tag */
	.bqtitiag {
		font-size: 16px;
	}
	.xwenlistag li a {
		padding-right: 50px;
	}
	/* 404 */
	.imgtp {
		width: 100%;
		padding: 0 3%;
	}
	.mshu {
		margin-top: 45px;
	}
	/* proxq */
	.dhang_du li {
		width: 22%;
	}
	.dhnryingbox {
		padding: 30px 20px;
	}
	.mbx_dh .tit {
		float: none;
	}
	.mbx_dh .mbx {
		float: none;
	}
	/* newsxq */
	.dpjiaboxs {
		padding: 30px 12px;
	}
	.dpjiaboxs .tbi {
		margin-top: 0;
		font-size: 18px;
	}
}


/**/

@media only screen and (max-width:480px) {
	/* header */
	.phone_head {
		background-size: 60%;
	}
	/* index */
	.sb_qh .swiper-slide {
		font-size: 12px;
	}
	.b_ti {
		font-size: 22px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 26%;
	}
	/* proxq */
	.dhang_du li {
		font-size: 12px;
	}
	.dy_nlya p {
		padding: 0;
	}
}


/**/

@media only screen and (max-width:380px) {
	/* index */
	.b_ti {
		font-size: 20px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 22%;
	}
	/* proxq */
	.dhang_du li {
		width: 25%;
	}
}


/**/

@media only screen and (max-width:320px) {}
@media only screen and (min-width:770px) {
 #tool {display:none;  }
}

@media only screen and (max-width: 768px) {/*底部固定工具条*/
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px;margin-top:60px}
.toollist li{ float:left;width: auto;  height: 100%;width:24%;
position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;
box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;
}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;color: #fff;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*灰色主题*/

/*==========@@公共板块 结束@@==========*/


}