img {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.8;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
header, footer, aside, article, section {
	display: block;
}
a {
	color: #282828;
}
a:hover {
	color: #1295cd;
	text-decoration: none;
}
ul, ol {
	padding:0;
	margin:0;
}
li {
	list-style: none;
}
@font-face {
font-family:'iconfont';
src:url("fonts/iconfont.eot");
src:url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg")
}
.fa {
	font-family:"iconfont" !important;
	font-size:14px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale
}
/*header*/

.header-main .logo {
	display: block;
	height:44px;
}
.header-main .logo_m{ display:none;}

.header-main .logo img {
	height:60px;
}
.header-main .logo_text {
	margin-top:0px;
}
.header-main .logo_text h2 {
	padding:0px 0px;
	margin:0px 0px 5px;
	font-size:26px;
	color:#1295cd;
}
.header-main .logo_text p {
	font-size:16px;
	color:#666;
}
.header-ewm img{ width:100px;height:100px;}
.header-top {
	padding:30px 0 10px;
}
.header-contact {
	background: url("../images/tel.png") left center no-repeat;
	padding-left:46px;
	color: #000;
	line-height: 1.2;
}
.header-contact .contact-text {
	color:#666;
	padding:5px 0px;
}
.header-contact .contact-number {
	font-size:24px;
	color:#1295cd;
}
.header-nav {
	padding:0 20px;
	background:#1295cd;
}
.header-nav ul li {
	float:left;
}
.header-nav a {
	padding:16px 20px;
	color: #fff;
	display: inline-block;
	position: relative;
	line-height: 1;
}
.header-nav a:hover {
	color: #cdcdcd;
}
.header-nav a + a:before {
	content: " ";
	border-left:1px solid #1180b0;
	border-right:1px solid #65bade;
	width: 0;
	display: inline-block;
	height: 20px;
	position:absolute;
	left: 0;
	top: 14px;
}
.header-banner {
	position: relative;
	min-height: 200px;
}
.header-banner .banner {
	text-align: center;
}
.header-banner .banner img {
	height:100%;
}
.header-banner .banner-txt {
	top: 55px;
	width: 100%;
	position:absolute;
	z-index:1;
}
.header-banner .banner-txt h3 {
	font-size:16px;
	right:0px;
	text-align:right;
	color: #26a9e1;
	margin:5px 0px;
}
.header-banner .banner-txt p {
	font-size:25px;
	right:0px;
	text-align:right;
	color: #26a9e1;
	margin:0px;
}
.header-banner .banner-txt a {
	font-size:30px;
	color: #fff;
	background: #26a9e1;
	padding: 10px 24px;
}
.header-banner .banner-txt .container {
	padding-left: 64px;
}
/*footer*/

.footer {
	background: #1295cd;
	color: #fff;
	margin-top:30px;
}
.footer .container {
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
.footer .qr-code {
	text-align: center;
	margin-right: -15px;
}
.footer .qr-code .qr {
	background: #fff;
	border-radius: 5px;
	padding:10px;
	margin-bottom: 15px;
}
.footer .qr-code img {
	width: 100%;
}
.footer .contact h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}
.footer .links h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 1em;
	margin-top:0px;
	line-height:46px;
	border-bottom:1px solid #fff;
}
.footer .links a {
	color: #fff;
}
.footer .links a:hover {
	color: #fff;
}
.footer li {
	margin-bottom: 0.5em;
}
.footer li a {
	color:#fff;
}
.footer li:last-child {
	margin-bottom: 0;
}
.footer .copyright {
	text-align: center;
	padding: 16px 0;
	background: #202020;
}
/*xiangqing*/

.article-meta {
	color: #999;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 5px 30px;
}
.article-meta span + span {
	padding-left: 15px;
}
.article-header h1 {
	text-align: center;
	font-size:28px;
}
.article-header {
	padding: 10px 0;
}
.article-header .article-desc {
	padding: 30px;
	background: #f0f0f0;
}
.article-content {
	padding: 20px 0;
}
.main-content .contact-btn {
	padding: 50px;
	text-align:center;
}
.main-content .contact-btn a {
	color: #fff;
	background: #1295cd;
	border-radius: 3px;
	padding: 13px 68px;
}
.article-list li {
	padding:20px 0;
	line-height: 1;
}
.content-box .box-header {
}
.aside-box.about-us {
	background: url('../images/about-bg2.jpg') repeat-x;
	margin-bottom:40px;
}
.about-us .box-title {
	background: none;
	text-align: center;
}
.about-us .box-title h3 {
	font-size:24px;
}
.about-us .box-title h3:before {
	border:none;
}
.about-us .box-title small {
	color: #e8bf94;
}
.about-us .about-tips {
	box-shadow: 0 3px 5px #e4eef2;
	padding: 15px;
	background: #fff;
	border-radius: 3px;
}
.category-title .main-color {
	padding-left: 0 !important;
	color: #1295cd !important;
}
.media-meta {
	background: #f6fafb;
	padding: 5px;
	border-radius: 3px;
	margin-top: 20px;
}
.media-meta .meta-item {
	padding-left: 15px;
}
.media-meta .meta-item-value {
	color: #1295cd;
}
 .header-nav>ul>li.menu-item-has-children:hover>a::before {
 border-top-color:#22c283
}
.header-nav>ul>li.menu-item-has-children>a {
	position:relative;
	padding-right:15px
}
 .header-nav>ul>li.menu-item-has-children>a::before, .header-nav>ul>li.menu-item-has-children>a::after {
 content:'';
 position:absolute;
 top:50%;
 right:0;
 border-left:5px solid transparent;
 border-right:5px solid transparent
}
 .header-nav>ul>li.menu-item-has-children>a::before {
 border-top:5px solid #555
}
 .header-nav>ul>li.menu-item-has-children>a::after {
 border-top:5px solid #fff;
 margin-top:-1px
}
.header-nav ul {
	list-style:none;
	padding:0;
	margin:0
}
.header-nav ul>li {
	position:relative;
	float:left;
}
.header-nav ul>li.menu-item a {
	padding:20px 45px 18px;
}
.header-nav ul>li:hover {
	z-index:2
}
.header-nav ul>li>a {
	display:block;
	color:#fff;
	font-size:16px;
	border-bottom:2px solid transparent;
	padding:20px 0 18px
}
.header-nav ul li:hover>a, .header-nav ul li.active a:hover, .header-nav ul li a:hover {
	color:#fff;
	background:#0185bd;
}
.header-nav ul li:hover>.sub-menu {
	visibility:visible;
	opacity:1;
	margin-top:-1px
}
.header-nav ul li.current-menu-item>a, .header-nav ul li.current-menu-parent>a {
	color:#fff;
	border-bottom-color:#fff
}
.header-nav ul .sub-menu {
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	left:50%;
	margin-top:-25px;
	background-color:#fff;
	font-size:14px;
	padding:6px 0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	line-height:40px;
	width:100%;
	margin-left:-76px;
	list-style:none;
	text-align:center;
	border-radius:2px
}
 .header-nav ul .sub-menu::before, .header-nav ul .sub-menu::after {
 content:'';
 position:absolute;
 top:-5px;
 left:50%;
 margin-left:0px;
 border-left:5px solid transparent;
 border-right:5px solid transparent
}
 .header-nav ul .sub-menu::before {
 border-bottom:5px solid #fff;
}
 .header-nav ul .sub-menu::after {
 border-bottom:5px solid #fff;
 margin-top:1px
}
.header-nav ul .sub-menu li {
	margin-right:0;
	float:none
}
.header-nav ul .sub-menu li a {
	display:block;
	padding:0 15px;
	color:#1295cd;
	line-height:40px;
	font-size:14px;
	border-bottom:none
}
.header-nav ul .sub-menu li a:hover {
	background-color:#1295cd;
	color:#fff
}
.header-nav ul ul .sub-menu {
	left:100%;
	margin-left:0;
	top:-6px
}
 .header-nav ul ul .sub-menu::before, .header-nav ul ul .sub-menu::after {
 left:-5px;
 transform:rotate(-90deg);
 margin-top:23px
}
 .header-nav ul ul .sub-menu::after {
 margin-left:-2px
}

 .header-nav ul .cat-30 .sub-menu::before, .header-nav ul .cat-30 .sub-menu::after {
 left:45%;
}
.pic-list {
}
.pic-list ul li {
	border-bottom: 1px dotted #c7c7c7;
	clear: both;
	display: block;
	height: 180px;
	overflow: hidden;
	background:none;
	padding-left:0px !important;
	padding-top: 17px;
}
.pic-list ul li:hover {
	background:none;
}
.pic-list ul li .pro_pic {
	float: left;
	margin-right:12px;
	width: 220px;
}
.pic-list ul li .pro_pic a img {
	border: 1px solid #cccccc;
	height: 150px;
	width: 200px;
	padding:5px;
}
.pic-list ul li .pro_pic a:hover img {
	border: 1px solid #666666;
}
.pic-list ul li .pro_info {
	display: block;
	float: left;
	position: relative;
	width: 600px;
}
.pic-list ul li .pro_info h3 {
	color: #333333;
	display: block;
	margin:0px;
	font-size:20px;
	line-height:38px;
}
.pic-list ul li .pro_info h3 a {
	color: #333333;
}
.pic-list ul li .pro_info h3 a:hover {
	color: #1295cd;
	text-decoration: underline;
}
.pic-list ul li .pro_info span {
	clear: both;
	color: #666666;
	display: block;
	line-height: 24px;
	width: 520px;
}
.pic-list ul li .pro_info span i {
	font-style: normal;
}
.pic-list ul li .pro_info span .g_price b {
	color: #999999;
	font-family: arial;
	margin-right: 3px;
}
.pic-list ul li .pro_info span .g_price strong {
	color: #D2965A;
	font-family: verdana, arial;
	font-size: 18px;
}
.pic-list ul li .pro_info p {
	color: #666666;
	line-height: 24px;
}
.pic-list ul li .pro_info p a {
	color: #D2965A;
	padding-left: 10px;
}
.product-list {
	padding-top:0px;
}
.product-list ul {
	width:900px;
}
.product-list ul li {
	float:left;
	overflow: hidden;
	background:none;
	padding-left:0px !important;
	padding-right:20px;
	padding-top: 17px;
	padding-bottom:10px;
}
.product-list ul li .img {
	width:266px;border:1px solid #eee;
	padding:5px;
}
.product-list ul li p{ text-align:center;}
.product-list ul li:hover {
	background:none;
}
.product-list ul li h3 {
	font-size:14px;
	width:270px;
	text-align:center;
}
.product-list ul li .pro_pic {
	float: left;
	margin-right:12px;
	width: 220px;
}
.product-list ul li .pro_pic a img {
	border: 1px solid #cccccc;
	height: 150px;
	width: 200px;
	padding:5px;
}
.product-list ul li .pro_pic a:hover img {
	border: 1px solid #666666;
}
.bannerSlides {
	position:relative;
}
.bannerSlides {
	width:100%;
	min-width:320px;
	min-height:150px;
	overflow:hidden;
}
.bannerSlides li {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}
.bannerSlides li img {
	min-height:150px;
}
.bannerSlides li a {
	display:block;
	width:100%;
	height:100%;
}
.bannerSlide_container a {
	position:relative;
}
.bannerSlide_btn {
	left:0%;
	bottom:2%;
	width:100%;
	text-align:center;
	position:absolute;
}
.bannerSlide_foncus {
}
.bannerSlide_foncus ul{ display:inline-block;}
.bannerSlide_foncus ul li{
    float: left;
    margin-right:5px;
    width: 25px;
    height: 25px;
    line-height: 14px;
    text-align: center;
	color:#fff;
	line-height:25px;
    background: #202932;
    cursor: pointer;
}
.bannerSlide_foncus ul li.active{ background:#1295cd;}
.bannerSlide_foncus span {
	display:inline-block;
	background:url(../images/focusBtn.png) no-repeat;
	margin:0 5px;
	cursor:pointer;
	width:8px;
	height:8px;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.bannerSlide_foncus span.active {
	background:url(../images/focusActiveBtn.png) no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.container {
	max-width:1280px;
	text-align:left;
	position:relative;
	margin:0px auto;
	padding-left:15px;
	padding-right:15px
}
.container header {
	clear:both;
	overflow:hidden;
	display:block;
}
.container header span.more {
	float:right;
	line-height:3em;
	margin:10px 0px 0px;
}
.container header span.more a {
	color:#999;
}
.container header span.more a:hover {
	color:#1295cd;
}
.container header h3 {
	padding: 0 0 0 0;
	margin: 0;
	font-size:20px;
	font-weight:normal;
	color: #4c4c4c;
	line-height: 3em;
	float:left;
	position: relative;
	padding-left:22px;
}
.container header h3:after {
	position: absolute;
	top: 1.1em;
	bottom: 1em;
	left: 0;
	border-left:4px solid #1295cd;
	content: '';
}
.container header ul {
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.container header ul li {
	float:left;
	padding:0px 10px 15px;
	list-style:none;
}
.container header ul li a{ color:#F00; font-weight:bold;}
.content-wrap {
	width:100%;
	float:left;
	margin-bottom:15px
}
.product {
	width:110%;
}
.product-con {
	position:relative;
	display:inline-block;
	margin-right:2%;
	margin-bottom:1%;
	float:left;
	vertical-align:top;
}
.product-con p{ text-align:center;}
.product-con h2 {
	font-size:14px;
	margin:0 0 10px;
	height:34px;
	line-height:34px;
	width:266px;
	display:block;
	text-align:center;
	overflow:hidden
}
.product-con .thumb {
	position:relative;
	margin-bottom:10px;
	display:block;
	overflow:hidden
}
.product-con .thumb {
	width:100%
}
.product-con .img {
	width:266px;
	padding:5px;
	border:1px solid #eee;
}
.product-con:hover .img {
}
/*内容*/

.content-main {
	margin-top:35px;
}
.aside {
	margin-left: -15px;
	margin-top:-100px;
}
.aside-box {
	position: relative;
	box-shadow: 0 2px 4px #e4eef2;
	border-radius: 3px;
}
.aside-box .box-title {
	background: #1295cd url("../images/nav_bg.png");
	font-size: 16px;
	color: #fff;
	padding: 23px 30px;
}
.aside-box .box-title {
	background: #1295cd url("../images/nav_bg.png");
	padding: 20px 40px;
	margin-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.aside-box .box-title h3 {
	font-size:26px;
	color: #fff;
	position: relative;
	margin:0;
	padding: 0;
}
.aside-box .box-title small {
	display: block;
	color: #71bfe1;
	font-size:14px;
}
.aside-box .box-content {
	padding: 15px 30px;
	border: 1px solid #e4eef2;
	border-top:none;
}
.aside-box .box-content li a {
	padding: 6px 0;
	display: inline-block;
}
.box-content li.active a {
	color: #1295cd;
}
.aside-box .box-content .title {
	padding-left: 0 !important;
	border-bottom: 1px solid #e4eef2;
	margin-bottom:6px;
	background: none;
}
.aside-box .box-content .title a {
	color: #333333;
	font-size: 15px;
	border-bottom: 1px solid #1295cd;
	margin-bottom: -1px;
	font-weight: bold;
}
.aside-box + .aside-box {
	margin-top: 30px;
}
.about-us .contact {
	margin-top: 30px;
	padding-left: 60px;
	background: url('../images/tel-bg.jpg') left center no-repeat;
}
.aside-box .contact .tel {
	font-size: 20px;
	color: #ff9900;
}
.aside-box .contact .address {
	padding: 30px 0;
}
.aside-box .hot-product {
}
.aside-box .hot-product .product-photo {
	background: #fff;
	margin-bottom: 20px;
}
.aside-box .hot-product .product-title {
	margin-bottom: 20px;
}
.aside-box .hot-product .product-photo img {
	width: 100%;
}
.main-content {
	margin-right: -30px;
}
.main-content .content-header {
	border-bottom: 1px solid #e4eef2;
}
.content-box {
	position:relative;
}
.content-box:before {
	content:" ";
	display: block;
	position:absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.list-style li {
	padding-left: 20px !important;
	background: url("../images/dot.png") left center no-repeat;
}
.list-style li:hover {
	background: url("../images/dot_active.png") left center no-repeat;
}
.content-header {
	padding: 13px 10px;
	margin:0px 0px 0px 5px;
	position:relative;
}
.content-header .catname {
	font-size:20px;
	line-height:1;
	font-weight:normal;
}
.content-header h3 {
	font-size: 22px;
	margin:0;
	color: #1295cd;
}
.content-header small {
	font-size: 16px;
	margin:0;
	color: #999;
}
.content-header .crumb {
	color: #999;
	line-height: 1;
	margin-top:5px;
}
.content-header .crumb a {
	color: #999;
	padding: 0 4px;
}
.content-header .crumb span {
}
.content-header .crumb span:after {
	content:">";
	font-family: serif;
	padding:0 5px 0 10px;
}
.content-header .crumb span:last-child:after {
	content:"";
	padding-right: 0;
}
.content-content {
	margin:0px 0px 0px 5px;
}
.content-content .category-info {
	border-bottom: 1px solid #e4eef2;
	padding-bottom: 30px;
}
.content-content .category-info .content-title {
	margin:0 0 10px;
	color: #1295cd;
}
.content-content .category-photo {
	margin-left: -15px;
	background: #fff;
	margin-top: 25px;
	padding: 5px;
	border:1px solid #e4eef2;
}
.content-content .category-photo img {
	width: 100%;
}
.content-content .category-desc {
	margin-right: -15px;
	line-height: 2em;
	color: #666666;
}
.content-content .category-desc .category-title {
	margin-right: -15px;
}
.content-content .category-desc .category-title span {
	padding-left: 20px;
	color: #7c7c7c;
}
.content-content .category-desc .content-btn {
	margin-top: 20px;
}
.content-btn a {
	padding: 13px 68px;
	background: #1295cd;
	margin-right:30px;
	color: #fff;
	border-radius: 5px;
}
.content-list {
	padding: 20px 0;
}
.content-list .product-item {
	text-align: center;
	position:relative;
	display: block;
}
.content-list .product-item .product-photo {
	text-align: center;
}
.content-list .product-item img {
	width: 100%;
}
.content-list .product-item .product-title {
	position: absolute;
	display: table;
	bottom: 0;
	left:0;
	width: 100%;
	color: #fff;
}
.content-list .product-item .product-title>div {
	display: table-cell;
	padding: 13px 0;
	line-height: 1;
}
.content-list .product-item .product-title .title-right {
	width: 120px;
	background: #eeac4a;
}
.content-list .product-item .product-title .title-left {
	background: rgba(60, 167, 212, 0.7);
}
.paginator{
    padding: 30px 30px 0;
}
.paginator.other-page {
	padding:20px 0px;
	color: #666;
	margin: 20px 0px -30px 0px;
	border-top: 1px solid #e4eef2;
}
.paginator.other-page span {
	display:block;
	line-height:2.5em;
}
.article-box {
}
.content-box .box-header h3 {
	font-size:24px;
	padding:15px 0px 5px;
}
.content-box .more {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
.content-box .box-header h3 span {
	color: #1295cd;
}
.article-box .box-content {
	padding:0 30px 30px;
}
.content-box .box-content li {
	padding: 5px 0;
}
.date {
	color: #999;
}
.content-content .content-box {
	margin: 30px;
	border: none;
}
.content-content .content-box .box-header h3 {
	font-size: 18px;
	margin:0;
	padding: 20px 30px;
	background: #f0f0f0;
}
.content-content .content-box .box-content {
	padding: 30px;
}
.product-format {
	position:relative;
}
.product-format .box-header:after {
	content:" ";
	position:absolute;
	top:35px;
	border-top: 1px solid #e4eef2;
	left: 10px;
	width: 100%;
	z-index: -1;
}
.product-format .box-header .title {
	display: inline-block;
	padding:0 10px 0 0;
	background: #fff;
	font-size:20px;
	font-weight: normal;
}
.product-format .box-header .title .inner {
	display: inline-block;
	padding:6px 20px;
	background: #1295cd;
	color: #fff;
	border-radius: 3px;
}
.content-box .box-content.product-meta li {
	padding: 10px;
}
.product-meta li +li {
	border-top: 1px solid #e2e2e2;
}
.article-content h3, .article-content h2, .article-content h4 {
	color: #282828;
	margin-top: 0;
}
.article-content p {
	line-height:30px;
	margin-bottom: 10px;
	color: #666;
}
.article-item {
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}
.article-item .media-object {
	width: 198px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
}
.article-item .media-left + .media-body {
	padding-left: 20px;
}
.article-item .media-heading {
	font-size: 20px;
	margin-bottom: 16px;
}
.article-item .tag {
	background: #ffa000;
	padding: 3px 10px;
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
}
.article-item .media-text {
	color: #666;
}
.index_news {
	float:right;
	width:400px;
}
.news_center {
}
.news_center ul li {
	line-height:2.2em;
}
.index_about {
	float:left;
	width:700px;
}
.index_about img {
	width:300px;
	margin:0px 30px 10px 0px;
	height:180px;
	float:left;
}

.header-nav-on {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999995;
	line-height:80px;
	padding:0 15px;
	cursor:pointer;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.header-nav-on .fa {
	font-size:18px
}
.header-nav-mask {
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:999990;
	background-color:#222;
	background-color:rgba(0, 0, 0, 0.7);
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.rollbar {
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999;
	width:50px;
	display:none
}
.rollbar .rollbar-item {
	position:relative;
	margin-top:10px;
	text-align:center;
	height:50px;
	border-radius:2px;
	background-color:#666;
	color:#fff;
	opacity:0.5;
	cursor:pointer;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.rollbar .rollbar-item:hover {
	color:#fff;
	opacity:0.9
}
.rollbar .rollbar-item .fa {
	line-height:50px;
	font-size:24px
}
.page{margin:20px 0 0;}
.page span,.page a{ border:1px solid #ccc; padding:6px 15px; margin-right:10px; display:block; float:left;}
.page span.current{ background:#1295cd; border:1px solid #1295cd; color:#fff;}



@media (max-width: 768px) {
.rollbar {
right:-100px
}
.col-sm-9{ float:left;}
.header-contact{ display:none;}
.header-banner{ display:none;}
.about-us{ display:none;}
.crumb{ display:none;}
.date{ display:none;}
.aside{ margin-top:0px; margin-left:0px; display:none;}
.container{ width:100%;}
.content-main{ margin-top:5px;}
.main-content{ margin-right:0px;}
.contact{ margin:0px;}
.footer .container{ padding-top:20px;}
.footer .contact h3{ margin-bottom:10px;}
.footer .col-sm-6{ padding:0px; margin:0px;}
.news_center ul li{ line-height:2.4em;}
.product-list ul{ width:102%;}
.product-list ul li{ width:50%; padding:0px 2% 3%;}
.product-list ul li .img{ width:100%; height:auto; }
.product-list ul li p{ text-align:center;}
.product-list ul li h3 {
	width:100%; 
}
.product{ width:100%;}
.product .product-con{ width:50%;padding:0px 1% 3%; margin-right:0px;}
.product .product-con .thumb{ margin-bottom:0px;}
.product .product-con h2{ margin-bottom:0px;width:100%;}
.product .product-con .img {
	width:100%;
}
body {
padding-top:80px
}
.header {
position:fixed;
top:0;
left:0;
right:0;
height:80px;
z-index:999;
border-bottom: 1px solid #eee;
background-color: #fff;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.06);
}
.header-main .logo_text p{ display:none;}
.header-main .logo_text h2{ display:none;}
.header-top{ padding:0px;}
.header-main .logo {
display:none;
}
.header-ewm{display:none;}
.header-main .logo_m{ display:block; margin-top:25px;text-align:center}
.header-main .logo_m img {
	width:40%;
	margin:0 auto 0px
}
.header-nav>.container {
position:fixed;
top:0;
right:100%;
bottom:0;
width:80%;
padding:50px 0 0;
z-index:999991;
font-size:14px;
background-color:#fff
}
.header-nav>.container>ul {
overflow-y:auto;
-webkit-overflow-scrolling:touch;
position:absolute;
top:80px;
left:0;
bottom:0;
right:0
}
.header-nav>.container>ul>li a {
font-weight:bold;
color:#555;
}
.header-nav ul > li.menu-item a{ padding:10px 45px 8px 30px;}
.header-nav>.container>ul>li.menu-item-has-children>a::before, .header-nav>.container>ul>li.menu-item-has-children>a::after {
display:none
}
.header-nav ul li {
float:none;
margin-right:0
}
.header-nav ul li a {
line-height:1;
color:#555;
padding:12px 15px;
}
.header-nav ul li:hover>a, .header-nav ul li.active a:hover, .header-nav ul li a:hover {
background-color:#eee
}
.header-nav ul li:hover>.sub-menu {
visibility:visible;
opacity:1;
margin-top:0
}
.header-nav ul li.current-menu-item>a {
border-bottom:none
}
.header-nav ul li.current-menu-parent>a {
color:#22c283;
border-bottom:none
}
.header-nav ul .sub-menu {
display:none;
position:relative;
visibility:visible;
opacity:1;
margin-top:0;
margin-left:30px;
left:0;
padding:0;
width:auto;
font-size:12px;
box-shadow:none;
border:none;
background-color:transparent;
text-align:left
}
.header-nav ul .sub-menu::before, .header-nav ul .sub-menu::after {
display:none
}
.header-nav ul .sub-menu li a {
padding:12px 15px;
line-height:1;
color:#555;
padding:12px 15px;
}
.header-nav ul ul .sub-menu {
left:0;
top:0;
margin-left:30px
}
.header-nav-on {
display:block;
-webkit-transition-duration:500ms;
transition-duration:500ms
}
body {
-webkit-transition-duration:400ms;
transition-duration:400ms
}
.header-nav-mask {
display:block;
opacity:0;
visibility:hidden
}
.header-nav-active {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
-webkit-transform:translateX(80%);
transform:translateX(80%)
}
.header-nav-active .header-nav-mask {
opacity:1;
visibility:visible
}
.header-nav-active .header-nav-on {
left:-80%
}
.header-nav-active .header-nav ul .sub-menu {
display:block
}
.index_news {
	float:none;
	width:100%;
}
.index_about {
	float:none;
	width:100%;
}
.index_about img{ width:90%; margin:0 auto 20px; height:auto; float:none; display:block;}
.footer .qr-code{ display:none;}
}
@media (max-width: 544px) {

.header-main .logo_m{ display:block; margin-top:10px;text-align:center}
body {
padding-top:50px
}
.header {
height:50px
}
.logo {
margin-top:10px;
height:30px;
line-height:30px
}
.logo img {
max-height:30px
}

.header-nav-on {
line-height:50px
}
.header-nav>.container>ul {
overflow-y:auto;
-webkit-overflow-scrolling:touch;
position:absolute;
top:50px;
left:0;
bottom:0;
right:0
}
.header-nav {
padding-top:50px;
background:none;
}
.header-nav>ul {
top:50px
}
}


/*优势*/
.youshi div {
	overflow:hidden;
}
.youshi h4 {
	height:210px;
	background:url(../images/ysbg_01.jpg) no-repeat center top;
	font-weight:normal;
	margin:0px;
}
.youshi h4 .container {
	height:210px;
	position:relative;
	width:1050px;
	margin:0 auto;
}
.youshi h4 span {
	position:absolute;
	right:10px;
	top:40px;
	font-size:20px;
	color:#1295cd;
}
.youshi .ys_pic{ float:right;}
.youshi .ys_pic_l{ float:left;}
.youshi .youshi_01 {
	height:215px;
	background:url(../images/ysbg_02.jpg) no-repeat center top;
}
.youshi .youshi_02 {
	height:284px;
	background:url(../images/ysbg_03.jpg) no-repeat center top;
}
.youshi .youshi_03 {
	height:290px;
	background:url(../images/ysbg_04.jpg) no-repeat center top;
}
.youshi .youshi_04 {
	height:246px;
	background:url(../images/ysbg_05.jpg) no-repeat center top;
}
.youshi .youshi_05 {
	height:240px;
	background:url(../images/ysbg_06.jpg) no-repeat center top;
}
.youshi .youshi_06 {
	height:276px;
	background:url(../images/ysbg_07.jpg) no-repeat center top;
}
.youshi .youshi_07 {
	height:237px;
	background:url(../images/ysbg_08.jpg) no-repeat center top;
}
.youshi dl {
}
.youshi dt {
	margin-bottom:12px;
	font-size:16px;
	font-weight:bold;
	margin-left:-40px;
	color:#9d652b;
}
.youshi dt span{ float:left;background:url(../images/num.png) no-repeat left center; width:29px; height:41px; font-size:18px; margin-right:20px; text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:5px;}
.youshi dt p{}
.youshi dt b {
	margin-bottom:4px;
	font-size:22px;
	color:#1295cd;
	display:block;
}
.youshi dd {
	padding-left:15px;
	margin-bottom:6px;
	font-size:13px;
	line-height:20px;
	width:450px;
	background:url(../images/ysdd_ico.png) no-repeat left 6px;
}
.youshi .youshi_01 dl {
	margin-top:12px;
	margin-left:114px;
	float:left;
	width:490px;
}
.youshi .youshi_01 dl p,.youshi .youshi_02 dl p,.youshi .youshi_03 dl p{ padding-left:50px;}
.youshi .youshi_02 dl {
	margin-top:12px;
	margin-right:44px;
	width:490px;
	float:right;
}
.youshi .youshi_02 .ys_pic_l{ margin-left:160px;}
.youshi .youshi_03 dl {
	margin-top:20px;
	margin-left:114px;
	float:left;
	width:390px;
}
.youshi .youshi_04 dl {
	margin-top:24px;
	margin-right:44px;
	float:right;
}
.youshi .youshi_05 dl {
	margin-top:10px;
	margin-left:114px;
	float:left;
	width:390px;
}
.youshi .youshi_06 dl {
	margin-top:4px;
	margin-right:44px;
	float:right;
}
.youshi .youshi_07 dl {
	margin-top:8px;
	margin-left:114px;
	float:left;
	width:490px;
}
.youshi .youshi_01 dd {
	width:420px;
}
.youshi .youshi_02 dd {
	width:px;
}
.youshi .youshi_03 dd {
	width:438px;
}
.youshi .youshi_04 dd {
	width:px;
}
.youshi .youshi_05 dd {
	width:356px;
}
.youshi .youshi_06 dd {
	width:px;
}
.youshi .youshi_07 dd {
	width:350px;
}

@media (max-width: 768px) {

	.youshi h4 {
		height:100%;
		background:none;
	}
	.youshi h4 .container {
		height:100%;
		width:100%;
	}
	.youshi h4 span {
		display:none;
	}
	.youshi .ys_pic,.youshi .ys_pic_l{ float:none; width:80%; margin:0 auto;}
	.youshi .ys_pic img,.youshi .ys_pic_l img{ width:100%;}
	.youshi .youshi_01 {
		height:100%;
		background:none;
	}
	.youshi .youshi_02 {
		height:100%;
		background:none;
	}
	.youshi .youshi_03 {
		height:100%;
		background:none;
	}
	.youshi .youshi_04 {
		height:100%;
		background:none;
	}
	.youshi .youshi_05 {
		height:100%;
		background:none;
	}
	.youshi .youshi_06 {
		height:100%;
		background:none;
	}
	.youshi .youshi_07 {
		height:100%;
		background:none;
	}
	.youshi dt {
		margin-bottom:12px;
		font-size:16px;
		font-weight:bold;
		margin-left:0px;
		color:#9d652b;
	}
	.youshi dt span{ float:left;background:url(../images/num.png) no-repeat left center; width:29px; height:41px; font-size:18px; margin-right:20px; text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:5px;}
	.youshi dt b {
		margin-bottom:4px;
		font-size:22px;
		color:#1295cd;
		display:block;
	}
	.youshi dd {
		padding-left:50px;
		font-size:13px;
		line-height:20px;
		width:100%;
	}
	.youshi .youshi_01 dl {
		margin-top:12px;
		margin-left:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_01 dl p,.youshi .youshi_02 dl p,.youshi .youshi_03 dl p,.youshi .youshi_04 dl p,.youshi .youshi_05 dl p,.youshi .youshi_06 dl p,.youshi .youshi_07 dl p{ padding-left:50px;}
	.youshi .youshi_02 dl {
		margin-top:12px;
		margin-right:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_02 .ys_pic_l{ margin:0 auto;}
	.youshi .youshi_03 dl {
		margin-top:20px;
		margin-left:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_04 dl {
		margin-top:24px;
		margin-right:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_05 dl {
		margin-top:10px;
		margin-left:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_06 dl {
		margin-top:4px;
		margin-right:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_07 dl {
		margin-top:8px;
		margin-left:0px;
		float:none;
		width:100%;
	}
	.youshi .youshi_01 dd {
		width:100%;
	}
	.youshi .youshi_02 dd {
		width:px;
	}
	.youshi .youshi_03 dd {
		width:100%;
	}
	.youshi .youshi_04 dd {
		width:px;
	}
	.youshi .youshi_05 dd {
		width:100%;
	}
	.youshi .youshi_06 dd {
		width:px;
	}
	.youshi .youshi_07 dd {
		width:100%;
	}
	
	.article-content table{ width:100% !important;}
	.article-content img{ width:90% !important;height:auto !important; margin:0 auto;}
}
.hide{display:none;}