﻿@charset "utf-8";
/* css reset */
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {margin:0;padding:0;}
ul,li{list-style:none;}
img{border:none;}
a{text-decoration:none;color: #333}
a:link {text-decoration: none}
input,textarea,button{padding:0;outline:none;}
em{font-style:normal;}
input{-webkit-appearance:none;}
input[type=checkbox]{-webkit-appearance:checkbox;}
*{box-sizing: border-box;}
body{font-family: 'Microsoft YaHei','Microsoft YaHei UI';font-size:16px;line-height:1.5;}
/*visible&hidden*/
.visible-xs,.visible-sm,.visible-md,.visible-lg{display: none !important;}
@media (max-width: 767px){
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }  
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }  
}
@media (min-width: 992px) and (max-width:1190px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }  
}
@media (min-width:1190px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }  
}

.home-header .container{
	overflow: unset;
}
@media (max-width: 575px) {
	.bx-wrapper .bx-pager.bx-default-pager a{
		width: 12px;
		height: 12px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}
.index_block_1{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.index_block_1 i{
	height: 60px;
	width: 60px;
	margin: 0 auto;
	vertical-align: middle;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.index_block_1 p{
	height: 30px;
	line-height: 30px;
	font-size: 15px
}
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
	.index_block_1 p{
		min-height: 30px;
		height: 50px;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
 	.index_block_1 i img{
		height: 50%;
	}
	.index_block_1 p{
		font-size: 14px
	}
}

.index_pro_cat{
	position: relative;
	display: block;
}
.index_pro_cat img{
	width: 100%
}
.index_pro_cat .txt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 90px;
	width: 100%;
	background:url(../images/bg1.png) repeat;
	display: flex;
	flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 20px;
}
.index_pro_cat .title{
	position: relative;
}
.index_pro_cat .title:after{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 33px;
	height: 33px;
	margin-top: -16px;
	background: url(../images/inco1.png) center center no-repeat;
	z-index: 999
}
.index_pro_cat h2{
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 24px
}
.index_pro_cat p{
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px
}


.product_cat{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	background: #fff;
	padding: 30px 0 30px;
}
.product_cat i{
	height: 60px;
	width: 60px;
	margin: 0 auto;
	vertical-align: middle;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.product_cat a i img:nth-child(1){
	display: block;
}
.product_cat a i img:nth-child(2){
	display: none;
}
.product_cat a:hover i img:nth-child(1),.product_cat a.act i img:nth-child(1){
	display: none;
}
.product_cat a:hover i img:nth-child(2),.product_cat a.act i img:nth-child(2){
	display: block;
}
.product_cat p{
	min-height: 30px;
	line-height: 30px;
}
.product_cat a:hover p,.product_cat a.act p{
	color: #0091d8
}


@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
	.product_cat i{
		margin-top: 10px;
	}
	.product_cat p{
		min-height: 30px;
		height: 50px;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
	.product_cat{
		padding: 10px 0 30px
	}
 	.product_cat i img{
		height: 50%
	}
	.product_cat p{
		font-size: 14px
	}
}

.product{
	background: #fff;
	margin-bottom: 0px
}
.product .product_list{
	
}
.product_list {
	padding-top: 0px;
	background: #fff
}
.product_list .product_img {
	min-height: 340px;
	margin-top: 30px
}


.product_list div.product_img {
	min-height: 340px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px
}
.product_list div.product_img:hover {
	box-shadow: 0px 6px 20px 0px #e4e4e4;
}
.product_list div.product_img .img{
	position: relative;
	height: 210px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
    justify-content: center;
    align-content: center;
}
.product_list div.product_img .img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	
}
.product_list div.product_img .product_title {
	font-size: 16px;
	color: #353535
}
.product .product_list div.product_img .product_title a{
	display: block;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_list div.product_img .des {
	padding: 5px 0 7px;
	font-size: 14px;
	overflow: hidden;
	height: 33px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_list div.product_img .attr {
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 75px;
}
@media (max-width: 575px) {
	.product .product_list .product_img{
		margin-top: 10px;
		min-height: 310px;
	}
 	.product .product_list div.product_img .img{
 		height: 140px
 	}

}


body {
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	color: #2F2F2F;
}
a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
.img-thumbnail {
	transition : opacity 0.7s;
	border: none;
}
.img-thumbnail:hover, .opacity_img:hover {
	opacity: 0.75;
}


header {
	background-color: #fff;
	height: 80px
}
@media (max-width: 991px) {
  	header{
  		height: 50px;
  	}
}
/*幻灯片*/
.flash img {
	width: 100%;
	margin-top: 0px;
}
.flash ul.bxslider {
	list-style: none;
}
.flash div.bx-pager {
	bottom: 4%;
}
.flash div.bx-controls-direction {
	display: none;
}

.left_search {
	margin: 10px 0px 20px 0px;
	background: #fff;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center
}
.search_txt{
	padding-right: 10px;
	color: #0091d8;
	font-size: 16px;
}
.search_group {
	border: 0px solid #b9b9b9;
	background: #f3f3f3;
	border-radius: 55px;
	width: 450px;
}
.search_group input.form-control {
	border-radius: 0px;
	box-shadow: none;
	color: #585A5A;
	padding: 0px 0px 0px 30px;
	height: 55px;
	background: transparent;
	border: none;
	font-size: 14px;
}
.search_group input.form-control:focus {
	box-shadow: none;
	border-color: #b2e0fb;
}
#search_submit {
	background-color: none;
	border-radius: 3px;
	color: #bfbfbf;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	padding-top: 0px;
	margin-top: -1px;
}
#search_submit:hover {
	color: #bfbfbf;
	cursor: pointer;
}

@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
	.left_search{
		padding: 10px 0
	}
  .search_group{
  	width: 60%;
  	overflow: hidden;
  }
  .search_group input.form-control{
  	padding-left: 20px;
  	height: 35px;
  }
  #search_submit{
  	height: 35px;
  	line-height: 35px;
  }
}
@media (max-width: 575px) {
 
}


.entry-meta {
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center
}
.entry-meta span {
	margin: 0 10px
}
.entry-meta strong {
	font-weight: normal
}
.entry-meta a {
	color: #999
}
.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px
}
#picContent img {
	max-width: 100%;
	height: auto !important;
}

/*首页-新闻资讯*/
.news_bg {
	margin-top: 40px;
	padding-bottom: 30px;
}
.news_head {
	margin-bottom: 20px;
	height: 60px;
	margin:0 auto 20px;
	position: relative;
	display: flex;
	align-items: center;
}
.pinyin{
	position: absolute;
	z-index: 0;
	left: 0px;
	top: -5px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: rgba(153, 153, 153,.14);
	-moz-opacity:0.14;
}
.news_head li {
	font-size: 26px;
	color: #999999;
	z-index: 1
}
.news_head li.act {
	color: #0091d8
}

@media (max-width: 575px) {
	.pinyin{
		font-size: 42px;
    	line-height: 60px;
    	top: 0px
	}
 	.news_head li {
 		font-size: 24px
 	}
}

.news_ul {
	clear: both;
	list-style: none;
	margin-top: 10px;
	padding: 0px;
}
.news_ul li {
	color: #545455;
	line-height: 21px;
	padding: 0px 0px;
	position: relative;
}
.news_ul li a {
	color: #2F2F2F;
}
.news_ul li a:hover {
	text-decoration: none;
	color: #f3770e;
}
.news_time {
	float: right;
}
.news_img img {
	width: 100%;
	margin-right: 0px;
}
.news_img a {
	font-weight: bold;
	font-size: 16px;
}

.news_ul li .txt{
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*height: 113px;*/
	width: 100%;
	padding: 10px 10px;
	background: url(../images/bg1.png) repeat;
	display: flex;
	flex-direction: column;
    justify-content: center;
    color: #fff;
}
.news_ul li .txt h3{
	font-size: 22px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.news_ul li .txt p{
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.answer_ul {
	clear: both;
	list-style: none;
	margin-top: 10px;
	padding: 0px;
}
.answer_ul li {
	border: 1px #eee solid;
	color: #545455;
	line-height: 21px;
	padding: 13px 10px;
	margin-top: 10px;
	height: 107px;
}
.answer_ul li:nth-child(1){
	margin-top: 0
}
.answer_ul li a {
	display: block;
	padding-left: 0px;
	color: #333;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.answer_ul li a:hover {
	text-decoration: none;
	color: #f3770e;
}
.answer_ul li p {
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 22px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	color: #999;
	font-size: 14px;
}
.answer_ul li .time{
	color: #999;
	font-size: 14px;
}
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {

}
@media (max-width: 575px) {
	.news_ul li .txt h3{
		font-size: 18px;
	}
 	.answer_ul li a {
		font-size: 16px;
	}
}



.line{display: block;
	margin: 0px 15px 0;
	height: 1px;
	border-bottom: 1px solid #eeeeee
}
/*产品-左侧栏目*/
.left_nav {
	padding: 30px 15px 0px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff
}

.left_nav_ul {
	list-style: none;
	padding: 0px;
	/*margin-left: 50px*/
}
.left_nav_ul > li{
	display: inline-block;
	margin-left: 1%
}
.left_nav_ul > li > a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	padding: 6px 18px 6px 18px;
	margin-bottom: 8px;
	border: 1px solid #fff;
	color: #353535;
	border-radius: 50px
}
.left_nav_ul > li > a:hover, .left_nav_ul li a.left_active {
	border: 1px solid #0092d7;
	color: #0092d7
}



@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
	.left_nav{
		padding-left: 0px;
		padding-right: 0px;
		
	}
	.left_nav_ul{
		overflow-x: auto;
		white-space:nowrap
	}
	.left_nav_ul > li{
		display: inline-block;
		margin-left: 10px;
	}
	.left_nav_ul > li > a {
		font-size: 16px;
		padding: 3px 5px 3px 5px;
		margin-bottom: 8px;
		border-radius: 10px
	}
}
@media (max-width: 575px) {
 
}



/*列表页-横幅*/
.page_bg {
	/*margin-top: 80px;*/
	height: 400px;
	margin-bottom: 0px;
}
/*列表页-面包屑*/
.bread_bg {
	color: #444444;
}
.bread_nav {
	font-size: 12px;
	padding: 15px 0px;
		border-bottom: 1px solid #f3f3f3;

}
.bread_nav span {
	padding-left: 0px;
}
.bread_nav a {
	color: #444444;
}
.bread_nav a:hover {
	color: #f3770e;
	text-decoration: none;
}
/*列表页-右栏*/

.right_contents {
	line-height: 28px;
	/*overflow: auto;*/
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.right_contents_h1 {
	margin: 0px;
	padding: 20px 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 34px;
	border-bottom: 1px solid #eee
}
.right_contents_meta{
	padding: 10px 0;
	color: #999;font-size: 16px;
}
.right_contents_meta .cate{
	color: #0091d8
}
.right_contents_des{
	background: #f4fbff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999
}
.right_contents img {
	max-width: 100%;
}
#picContent{
	margin-top: 20px
}
@media (max-width: 575px) {
	.right_contents_h1{
		font-size: 18px;
		padding-top: 0
	}
}

/*列表页-新闻*/
.right_new {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.right_new li {
	color: #898989;
	background: url(../images/li.png) no-repeat left 18px;
	font-size: 16px;
	line-height: 22px;
	padding: 12px 0px;
	padding-left: 13px;
	border-bottom: 1px dashed #e3e2e2;
}
.right_new li a {
	color: #2F2F2F;
}
.right_new li a:hover, .right_new li a:focus {
	text-decoration: none;
	color: #f3770e;
}
.right_new_time {
	float: right;
}
.relevant_new ul.right_new li {
	font-size: 14px;
}
/* 分页样式*/
.page {
	clear: both;
	margin: 30px 0;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.page ul li {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 5px;
	margin: 0 2px
}
.page ul li a{
	display: block;
	padding: 4px 12px;
}
.page ul li:hover {
	border: 1px solid #0092d7
}
.page ul li:hover a {
	color: #0092d7;
}
.page ul li.active {
	display: inline-block;
	border: 1px solid #0092d7;
	margin: 0 1px;
	color: #0092d7;
}
.page ul li.active a {
	color: #0092d7;
}
.page ul li a {
	display: block;
	color: #999
}
.page ul li a:hover {
	color: #0092d7;
}
/*产品详细页*/
.showpic_box, .proinfo_box {
	margin: 30px 0px 20px 0px;
}
.product_h1 {
	margin: 0px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.product_info {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	font-size: 14px;
}
.product_info h3 {
	line-height: 28px;
	font-size: 14px;
	color: #999
}
.product_info .dec {
	line-height: 28px;
	color: #353535;
	padding: 20px 0;
	margin-top: 20px;
	/*border-bottom: 1px solid #e6e6e6;*/
	border-top: 1px solid #e6e6e6;

}
.product_info .dec p{
	display: flex;
}
.product_info .dec p span{
	flex: 0 0 150px;
	color: #999;
}
.product_btn {
	margin-top: 25px;
}
#pic-page {
	text-align: center;
	margin-top: 10px;
}
#pic-page a {
	margin: 0 2px;
	width: 25%;
	display: inline-block;
}
#pic-page a img {
	width: 100%;
	padding: 2px;
	border: solid #ccc 1px;
	margin-bottom: 5px;
}
#pic-page a:hover img, #pic-page a.active img {
	border: solid #5280DD 1px;
}



.product_content{
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px
}
.product_con{
	order: 2
}
.product_con .content {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	line-height: 26px;
	overflow: auto;
}
.product_con .content img {
    max-width: 100%;
    height: auto !important;
}
.right_head{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	color: #353535
}
.right_head h2{
	font-size: 16px
}
.photo_con {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	line-height: 26px;
	overflow: auto;
}
.product_con img,  .photo_con img {
	max-width: 840px;
}

.page-btn {
	display: inline-block;
	float: left;
	border-radius: 0px;
	border: none;
	transition: background 0.3s;
	margin-right: 40px;
	border: 1px solid #09f;
	border-radius: 25px;
	background: none;
	color: #09f;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 120px;
	font-size: 16px;
}
.page-btn:hover, .page-btn:focus {
	background-color: #09f;
	color: #fff

}

.note{
	margin-top: 50px;
	font-size: 12px;
	color: #999
}


/*上一个下一个*/
.point {
	clear: both;
	margin: 20px 0px 40px 0px;
	padding: 20px 0;
	line-height: 22px;
	border-top: 1px solid #eee;
	color: #555
}
.point span.to_prev {
	text-align: left;
	padding: 0
}
.point span.to_prev a {
	color: #555;
}
.point span.to_prev a:hover {
	
}
.point span.to_next {
	text-align: right;
	padding: 0
}
.point span.to_next a {
	color: #555;
}
.point span.to_next a:hover {
	
}

/*友情链接*/
.link_box {
	background-color: #0091d8;
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.link_box  a{
	color: #fff;
	margin-right: 20px
}
/*底部信息*/
footer {
	margin-top: 0px;
	color: #dcdcdc;
	padding: 60px 0px 40px 0px;
	background-color: #efefef;
}
.footer_logo {
	max-width: 100%;
}
.shop{}
        .shop a{
          width: 100%;
          height: 69px;
          display: block;
          background: #f5f5f5;
          font-size: 14px;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          color: #8a8a8a
        }
.footer_logo_text {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
          border: 1px solid #efefef
        }
        .shop .footer_logo_text:hover{
          border: 1px solid #e4e4e4
        }
        .shop a img{
          display: block;
          margin: 0 auto 5px
        }

.footer_sitemap {
	color: #dcdcdc;
}
.footer_sitemap:hover, .footer_sitemap:focus {
	color: #fbf38f;
	text-decoration: none;
}
/*底部分类*/
.footer_menu p{
	/*line-height: 30px*/
	line-height: 20px;
    margin: 5px 0 10px;
}
.footer_menu a {
	color: #777777;
	font-size: 14px;
}
.footer_menu a:hover {
	/*color: #fbf38f;*/
	text-decoration: none;
}
.footer_menu_first {
	font-weight: bold;
	padding: 0px 0 10px
}
.footer_menu_first a {
	font-size: 16px;
	color: #353535;
}
.footer_qrcode {
	max-width: 130px;
}
.footer_qrcode_text {
	width: 130px;
	text-align: center;
	margin-top: 5px;
	color: #353535;
	font-size: 14px;
}
/*底部翻译*/
.translate {
	background-color: #000;
}
.translate_btn {
	width: 130px;
	margin: 0 auto;
	padding-top: 20px;
}
/*UEditor编辑器前端表格样式*/
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}
td, th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}
caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}
th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}
table tr.firstRow th {
	border-top-width: 2px;
}
.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
	background-color: #f7faff;
}
td p {
	margin: 0;
	padding: 0;
}


/*img*/

.cat_nav {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff
}

.cat_nav .cat_nav_ul {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	padding-bottom: 10px;
	/*margin-left: 50px*/
}
.cat_nav_ul > li{
	display: inline-block;
	margin: 0 2%
}
.cat_nav_ul > li > a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	padding: 6px 18px 6px 18px;
	border: 1px solid #fff;
	color: #353535;
	border-radius: 50px
}
.cat_nav_ul > li > a:hover, .cat_nav_ul li a.left_active {
	border: 1px solid #0092d7;
	color: #0092d7
}
@media screen and (max-width:768px) {
	.cat_nav .cat_nav_ul{
		overflow-x: auto;
		    white-space: nowrap;
	}
	.cat_nav_ul > li{
		/*width: 30%;*/
		overflow: hidden;
		margin: 0
	}
}


.img_list {
	padding-top: 0px;
	background: #fff
}
.img_list .product_img {
	min-height: 340px;
	margin-top: 30px
}


.img_list div.product_img {
	min-height: 340px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px
}

.img_list div.product_img .img{
	position: relative;
	height: 170px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
    justify-content: center;
    align-content: center;
}
.img_list div.product_img .img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	
}
.img_list div.product_img .product_title {
	font-size: 16px;
	color: #353535;
	height: 48px;
	overflow:hidden;
}
.img_list div.product_img .des {
	padding: 5px 0;
	font-size: 14px;
}
.img_list div.product_img .attr {
	color: #999999;
	font-size: 14px;
}


/*大屏幕样式*/
@media screen and (min-width: 769px) {
	.news_img img{
		height: 460px
	}
	.logo {
		margin: 20px 0px 0px 0px;
		max-width: 330px;
		max-height: 60px;
	}
	.buy{
		float: right;
		height: 80px;
		display: flex;
		align-items: center;
		margin-left: 50px;
	}
	/*导航样式*/
	.navbar {
		margin: 0px;
		border: none;
		background-color: #fff;
		min-height: 80px;
		/*box-shadow: 0px 6px 20px 0px #c1bdbd;*/
	}
	.navbar-nav {
		float: right;
	}
	.navbar-nav > li {
		margin-left: 30px
	}
	.navbar-nav > li:first-child {
	}
	.navbar-nav > li:last-child {
	}
	.navbar-nav > li > a {
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a {
		color: #353535;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a.active,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
		/*background-color: #e53e40;*/
		color: #353535;
	}
	.navbar-brand {
		display: none;
	}
	/*导航二级菜单*/
	.nav_small {
		/*background-color: #e53e40;
		background-color: rgba(229,62,64,0.9);*/
		padding: 10px 0px;
		padding-bottom: 15px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		/*position: relative;*/
	}
	.nav_small:before{
		content: "";
		position: absolute;
		left: 20px;
		top: 0px;
		height: 100%;
		width: 1px;
		border-left:1px solid #e2e2e2
	}
	.nav_small > li{
		position: relative;
		padding-left: 20px;
		padding-right: 20px
	}
	/*.nav_small > li:before{
		content: "";
		position: absolute;
		left: 10px;
		top: 0px;
		height: 100%;
		width: 1px;
		background: #f00
	}*/
	.nav_small > li > a {
		line-height: 25px;
		padding: 7px 0px;
		text-align: left;
		padding-left: 20px;
		color: #999999;
		font-size: 16px;
		display: block;
		border-left: 1px solid #e2e2e2;
	}
	.nav_small > li > a:hover {
		color: #0091d8;
		border-left: 1px solid #0091d8;
		background-color: #fff;

	}
	#app_menudown,  #search_btn {
		display: none;
	}
	.mfoot_box {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.navbar-nav > li{
		margin-left: 0
	}
}
@media screen and (min-width:768px) and (max-width: 999px) {
	.nav > li > a{
		padding: 10px 5px
	}
	.buy{
		margin-left: 10px
	}
}
.banner_wap{
		display: none;
		/*height: 300px;*/
		background-size: auto 100%;
		background-position: center top;
		background-repeat: no-repeat;
		position: relative;
	}
.banner_wap img{
	width: 100%
}
.banner_wap .basebannerbox{
	position: absolute;
	top: 0px;
	height: 100%
}
/*小屏幕样式*/
@media screen and (max-width: 768px) {
	.buy{
		position: absolute;
		right: 70px;
		top: 10px;
	}
	.logo {
		margin: 10px 0px 0px 10px;
		max-width: 180px;
		max-height: 40px;
	}
	.navbar {
		margin: 0px;
		border: 0px;
		min-height: 50px;
		background-color: #fff;
	}
	.navbar-default .navbar-brand {
		color: #0066d9;
		font-size: 16px;
	}
	.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
		color: #fff;
	}
	
	.navbar-toggle {
		border: none;
	}
	.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
		border: none;
		background: #eee
	}
	.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
		background-color: unset;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #a69f9f;
		transition: all 0.2s;
	    transform: rotate(0);
	    transform-origin: 30%;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    	transform: rotate(45deg);
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
    	transform: rotate(-45deg);
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
    	opacity: 0;
	}
	.navbar-default .navbar-toggle.collapsed .icon-bar {
	    transform: rotate(0);
	    opacity: 1;
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-default .navbar-nav > li:last-child {
		border: none;
	}
	.navbar-default .navbar-nav > li > a,  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #666;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a span{
		color: #999
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #eee;
		color: #666666;
	}
	#app_menudown {
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 16px;
	}
	#app_menudown:hover {
		background-color: unset;
	}

	/*手机-首页产品*/
	.product_head {
		margin-top: 20px;
		background-image: none;
	}
	.product_head h2 {
		padding-top: 0px;
		font-size: 25px;
	}
	.product_list .product_img {
		min-height: 240px;
	}
	.product_list2 div.product_img {
		min-height: 240px;
	}
	.product_list {
		padding-top: 10px;
	}
	.index_block_1{
		margin-top: 20px;
		margin-bottom: 20px
	}
	.index_pro_cat{
		margin-top: 10px
	}
	.index_pro_cat .txt{
		padding: 10px 0 10px 15px;
		height: auto;
	}
	.index_pro_cat .title h2{
		font-size: 18px
	}
	.index_pro_cat .title p{
		font-size: 16px;
		padding-bottom: 0
	}
	.index_pro_cat .title:after{
		right: 10px;
	}

	/*手机-首页公司简介*/
	.about_bg {
		background-color: #f7f7f7;
		padding-bottom: 50px;
	}
	.about_head {
		margin-bottom: 25px;
	}
	.about_head h2 {
		margin-top: 35px;
		font-size: 26px;
	}
	.about_head span {
		background: url(../images/m_h2_line.jpg) center center no-repeat;
	}
	.about_head p {
		font-size: 14px;
		margin-top: 8px;
	}
	.about_content {
		margin-top: 0px;
	}
	.about_btn {
		display: block;
		width: 200px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	/*手机-首页案例*/
	.case_head h2 {
		margin-top: 40px;
		font-size: 26px;
	}
	.case_head p {
		font-size: 14px;
		margin-top: 4px;
	}
	.case_img {
		min-height: 150px;
	}
	.case_list2 div.case_img {
		min-height: 150px;
	}
	/*手机-首页新闻*/
	.news_bg {
		background-color: #fff;
		margin-top: 30px;
	}
	.news_head {
		margin-bottom: 0px;
	}
	.news_head h2 {
		margin-top: 30px;
		font-size: 26px;
	}
	.news_head span {
		background: url(../images/m_h2_line.jpg) center center no-repeat;
	}
	.news_head p {
		font-size: 14px;
		margin-top: 4px;
	}
	.news_h3 {
		text-align: center;
		background: url(../images/news_title.jpg) center bottom no-repeat;
		padding: 10px 0px 10px 0px;
		margin-bottom: 20px;
	}
	.news_ul li {
		padding: 0px 0px;
		padding-left: 0px;
	}
	.news_time,  .right_new_time,  .news_time_p,  .news_des {
		
	}
	.news_img img {
		
	}
	.news_img a {
		font-weight: normal;
		font-size: 14px;
	}

	/*手机-列表页*/
	.bread_bg {
		
	}
	.page_bg{
		display: none;
		height: 300px;
		background-size: auto 100%!important
	}
	.banner_wap{
		display: block;
	}
	.right_contents img,  .product_con img,  .photo_con img {
		max-width: 100%;
	}

	#pic-page a img {
		width: 35px;
	}

	.point span.to_prev,  .point span.to_next {
		text-align: left;
		padding-bottom: 8px;
	}
	/*手机-底部信息*/
	footer {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.footer_logo,  .footer_logo_text {
		text-align: center;
		/*width: 100%*/
	}
	.footer_logo{
		margin: 0 auto
	}

	.footer_qrcode {
		display: block;
		max-width: 130px;
		margin: 0 auto;
		margin-top: 0px;
	}
	.footer_qrcode_text {
		width: 130px;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	.link_box {
		padding-left: 7px;
	}
	.link_box .text-left{
		text-align: center;
		padding-bottom: 10px
	}
	.link_box .text-right{
		text-align: center;
		padding-bottom: 10px
	}

	.product_h1{
		font-size: 18px
	}
	.product_btn{
		text-align: center;
	}
	.page-btn{
		height: 35px;
		line-height: 35px;
		float: unset;
		margin: 0 10px
	}
	.product_content{
		display: block;
	}
	.img_list div.product_img .img{
		height: 150px
	}
	.img_list div.product_img{
		padding: 0
	}
}
 @media screen and (max-width: 767px) {
.copyright_p {
	display: none;
}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
	float: left;
}
.col-mm-12 {
	width: 100%;
}
.col-mm-11 {
	width: 91.66666667%;
}
.col-mm-10 {
	width: 83.33333333%;
}
.col-mm-9 {
	width: 75%;
}
.col-mm-8 {
	width: 66.66666667%;
}
.col-mm-7 {
	width: 58.33333333%;
}
.col-mm-6 {
	width: 50%;
}
.col-mm-5 {
	width: 41.66666667%;
}
.col-mm-4 {
	width: 33.33333333%;
}
.col-mm-3 {
	width: 25%;
}
.col-mm-2 {
	width: 16.66666667%;
}
.col-mm-1 {
	width: 8.33333333%;
}
}




.basebannerbox {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .basebannerbox {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .basebannerbox {
    height: 300px;
  }
}

.basebannerbox .cont {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);*/
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1440px) {
	.basebannerbox .cont{
		font-size: 40px;
		line-height: 49px;
	}
}
@media (max-width: 767px) {
  .basebannerbox .cont {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
.basebannerbox h2 {
  width: 585px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.basebannerbox h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 65px;
  z-index: 1;
  background: #fff;
  border-radius: 2px
}

@media (max-width: 991px) {
  .basebannerbox h2 {
    width: 100%;
  }
}
.basebannerbox .dec {
  width: 51%;
  color: #fff;
  font-weight: normal;
  font-size: 16px
}
@media (max-width: 991px) {
  .basebannerbox .dec {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .basebannerbox h2{
  	font-size: 18px;
  	padding-bottom: 10px;
  	margin-bottom: 10px;
  }
  .basebannerbox .dec{
  	font-size: 13px;
  	line-height: 1.5
  }
  .basebannerbox h2:before {
	  height: 2px;
	  border-radius: 3px
	}
}




.productView-section1-swiper {
  height: 500px;
}
@media (max-width: 1440px) {
  .productView-section1-swiper {
    height: 390px;
  }
}
@media (max-width: 991px) {
  .productView-section1-swiper {
    width: 100%;
    /* margin: 0 0 30px; */
  }
}
@media (max-width: 575px) {
  .productView-section1-swiper {
    height: 240px;
    /* margin: 0 0 20px; */
  }
}
.productView-section1-swiper .swiper-slide{
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.productView-section1-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}
.productView-section1-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.productView-section1-swiper .swiper-button-prev,
.productView-section1-swiper .swiper-button-next {
  width: 14px;
  height: 25px;
  margin: 0 105px 0 0;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .productView-section1-swiper .swiper-button-prev,
  .productView-section1-swiper .swiper-button-next {
    margin: 0 60px 0 0;
  }
}
.productView-section1-swiper .swiper-button-prev:before,
.productView-section1-swiper .swiper-button-next:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 14px;
  height: 25px;
  background: url(../images/left.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-prev:after,
.productView-section1-swiper .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 43px;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .productView-section1-swiper .swiper-button-prev:after,
  .productView-section1-swiper .swiper-button-next:after {
    width: 8px;
    height: 30px;
  }
}
.productView-section1-swiper .swiper-button-prev:hover:before,
.productView-section1-swiper .swiper-button-next:hover:before {
  background: url(../images/left-h.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-prev:hover:after,
.productView-section1-swiper .swiper-button-next:hover:after {
  background: #bad618;
}
.productView-section1-swiper .swiper-button-next {
  margin: 0;
}
.productView-section1-swiper .swiper-button-next:before {
  content: "";
  display: block;
  background: url(../images/right.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-next:after {
  left: auto;
  right: -8px;
}
.productView-section1-swiper .swiper-button-next:hover:before {
  background: url(../images/right-h.png) center / contain no-repeat;
}


.productView-section1-swiper-thumbs.swiper-container{
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .productView-section1-swiper-thumbs.swiper-container{
    margin: 20px 0 40px;
  }
}
@media (max-width: 768px) {
  .productView-section1-swiper-thumbs.swiper-container{
    margin: 20px 0 30px;
  }
}
.productView-section1-swiper-thumbs .swiper-slide-thumb-active .item{
  border: 1px solid #d0d1d3;
}
.productView-section1-swiper-thumbs .item{
  width: 100%;
  height: 120px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}
@media (max-width: 1440px) {
  .productView-section1-swiper-thumbs .item{
    height: 80px;
  }
}
@media (max-width: 576px) {
  .productView-section1-swiper-thumbs .item{
    height: 55px;
  }
}
.productView-section1-swiper-thumbs .item img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.news-section3 {

  
}
@media (max-width: 1440px) {
  .news-section3 {
    
  }
}
@media (max-width: 1199px) {
  .news-section3 {
    
  }
}
@media (max-width: 767px) {
  .news-section3 {
   
  }
}
@media (max-width: 575px) {
  .news-section3 {
    
  }
}
.news-section3 .news-list {
  margin:35px 0 0 ;
}
@media (max-width: 1440px) {
  .news-section3 .news-list {
    margin:20px 0 0;
  }
}
@media (max-width: 1199px) {
  .news-section3 .news-list {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .news-section3 .news-list {
    margin: 20px 0 0px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list {
    margin: 20px 0 0px;
  }
}
.news-section3 .news-list .item {
  margin: 0 0 35px;
  padding: 20px;
 background: #fff;
}
@media (max-width: 1440px) {
  .news-section3 .news-list .item {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item {
    margin: 0 0 15px;
     padding: 10px;
  }
}
.news-section3 .news-list .item:last-child {
  margin: 0;
}
.news-section3 .news-list .item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.news-section3 .news-list .item .img-box {
  flex: 0 0 310px;
  min-width: 310px;
  height: 250px;
  margin: 0 30px 0 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .news-section3 .news-list .item .img-box {
    flex: 0 0 310px;
    min-width: 310px;
    height: 210px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .img-box {
    flex: 0 0 260px;
    min-width: 260px;
    height: 160px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .img-box {
    flex: 0 0 120px;
    min-width: 120px;
    height: 100px;
    margin: 0 15px 0 0;
  }
}
.news-section3 .news-list .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.news-section3 .news-list .item .info {
  flex: 1;
  overflow: hidden;
}
.news-section3 .news-list .item .info h4 {
  font-size: 20px;
  color: #333;
  margin: 0 0 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .news-section3 .news-list .item .info h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .info h4 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .info h4 {
    font-size: 16px;
    margin: 0 0 10px;
    max-height: 38px;
  }
}
.news-section3 .news-list .item .info .des {
  font-size: 14px;
  color: #999999;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  margin: 0 0 0px;
}
@media (max-width: 1199px) {
  .news-section3 .news-list .item .info .des {
    margin: 0 0 0px;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .info .des {
    margin: 0 0 0px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .info .des {
    margin: 0 0 0px;
    line-height: 1.4;
  }
}
.news-section3 .news-list .item .info .bottom {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .news-section3 .news-list .item .info .bottom {
    padding: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .info .bottom {
    padding: 15px 0 0;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .info .bottom {
    padding: 5px 0 0;
    display: block;
    line-height: 1
  }
}
.news-section3 .news-list .item .info .bottom .date {
  font-size: 16px;
  color: #999999;
  font-family: "BEBAS";
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .news-section3 .news-list .item .info .bottom .date {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .info .bottom .date {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .info .bottom .date {
    font-size: 13px;
  }
}
.news-section3 .news-list .item .info .bottom .cate {
  font-size: 16px;
  color: #0091d8;
  line-height: 1;
}
@media (max-width: 1199px) {
  .news-section3 .news-list .item .info .bottom .cate {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news-section3 .news-list .item .info .bottom .cate {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .news-section3 .news-list .item .info .bottom .cate {
    font-size: 13px;
  }
}

.news-section3 .news-list .item a:hover .img-box img {
  transform: scale(1.1);
}




.caiwu-section1{

}
.caiwu-section1 .caiwu-list{

}

.caiwu-section1 .caiwu-list .item{
	padding: 20px 0;
	line-height: 30px;
	background: #fff;
	margin-bottom: 20px;
}
.caiwu-section1 .caiwu-list .item h4{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    color: #333
}
.caiwu-section1 .caiwu-list .item h4 i{
	display: inline-block;
	background: url(../images/pdf.png) center center no-repeat;
	width: 30px;height: 30px;
	margin-right: 10px
}
.caiwu-section1 .caiwu-list .item .des{
	color: #999
}
.caiwu-section1 .caiwu-list .item  .bottom{
	/*float: right;
	width: 25%;*/
}
.down_btn{
	display: inline-flex;
	align-items: center;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	margin-right: 10px;
	/*width: 115px;*/
	text-align: center;
	justify-content: center;
	color: #999;
	text-decoration: none;
}
.down_btn i{
	display: block;
	background: url(../images/view_inco.png) center center no-repeat;
	height: 18px;
	width: 18px;
	margin-right: 5px
}
.down_btn:nth-child(2) i{
	background: url(../images/down_inco.png) center center no-repeat;
}
  @media (min-width: 1201px){
    .caiwu-list .col-md-7{
      width: 50%
    }
    .caiwu-list .col-md-2{
      width: 22%
    }
    .caiwu-list .col-md-3{
      width: 28%
    }
    .down_btn{
      width: 48%;
      margin-right: 1%
    }
    
  }


@media (max-width: 991px) {
  	.caiwu-section1 .caiwu-list .item h4{
  		margin-bottom: 10px
	}
	.caiwu-section1 .caiwu-list .item  .bottom{
		margin-top: 10px;
		display: flex;
    justify-content: space-between;
	}
}



.page_bg_about{
	background: url(/skin/images/banner_about.jpg) center bottom #0092d8 no-repeat;
	padding: 240px 0 200px
}
.about-banner{
	height: 100%
}
.about-banner h2{
	font-size: 34px;
}
.about-banner .tit{
	font-size: 24px;
}
.about-banner .dec{
	line-height: 35px
}

.about-banner .dec p{
	margin-top: 10px;
	font-size: 16px;
}

.about-section1{
	background: #fff;
	padding-bottom: 40px;
}
.about-section1 h2{
	font-size: 28px;
	color: #333333;
	margin-top: 40px;
	/*margin-bottom: 40px;*/
}
.about-section1 .txt{
	font-size: 16px;
	color: #333;
}
.about-section1 .txt p{
	margin-top: 30px;
	line-height: 28px
}
.about-section2{
	margin-bottom: 40px
}
.about-section2 h2{
	font-size: 28px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-section2 .txt{
	font-size: 16px;
	color: #333;
}
.about-section2 .txt p{
	margin-bottom: 30px;
	line-height: 28px
}
.about-section2 img{
	width: 100%;
}

@media (max-width: 991px) {
	.page_bg_about{
		padding: 60px 0
	}
  	.about-banner h2{
		font-size: 24px;
	}
	.about-banner .tit{
		font-size: 18px;
	}
	.about-section1 h2{
		font-size: 24px;
	}
	.about-section2 h2{
		font-size: 24px;
		margin-bottom: 20px
	}
}


/**/
.contact-section2{
	padding-top: 20px
}
.contact-section2 .bg{
	background: #fff;
	padding:  40px 15px 0;
	margin-bottom: 20px

}
.contact-section2 .row{
	padding-bottom: 35px
}
.contact-section2 h2{
	font-size: 28px;
	color: #333333;
	
	text-align: center;

}
.contact-section2 .titen{
	font-size: 16px;
	color: #333333;
	padding-bottom: 35px;
	margin-bottom: 35px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6

}
.contact-section2 .txt{
	font-size: 16px;
	color: #333;
	text-align: center;

}
.contact-section2 .txt i{
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto
}
.contact-section2 .txt i img{
	width: 100%
}
.contact-section2 .txt p{
	margin-top: 15px;
}
.contact-section2 .txt p.tel{
	color: #0091d8
}
.l_line{
	border-left: 1px solid #e6e6e6
}

@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  	.contact-section2 h2{
		font-size: 24px;

	}
}
@media (max-width: 575px) {
	.contact-section2 h2{
		font-size: 18px;

	}
	.contact-section2 .titen{
		font-size: 14px;
		padding-bottom: 20px
	}
 	.contact-section2 .txt i{
		width: 30px;
		height: 30px;
	}
	.contact-section2 .txt p{
		margin-top: 6px;
	}
}


/**/


.fuwu-section1{
  padding: 20px 0 40px;
  background: #fff
}
.fuwu-section1 .row{
  /*display: flex;
  flex-wrap: wrap;*/
}
.fuwu-section1 .item{
  text-align: center;
  margin-top: 20px
}
.fuwu-section1 .item i{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.fuwu-section1 .item h2{
  font-size: 18px;
  color: #333;
  margin: 20px auto;
  font-weight: bold;
}

.fuwu-section1 .item p{
  font-size: 16px;
  color: #333
}

@media (max-width: 572px) {
  	.fuwu-section1 .item p{
  		height: 72px;
  	}
  	.fuwu-section1 .item i{
  		height: 40px
  	}
  	.fuwu-section1 .item i img{
  		height: 40px
  	}
  	.fuwu-section1 .item h2{
  		font-size: 16px
  	}
  	.fuwu-section1 .item p{
  		font-size: 14px;
  		height: 72px
  	}
}


.fuwu-section2{
  margin: 60px 0 30px
}
.fuwu-section2 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #457dbe
}
.fuwu-section2 .row{
  display: flex;
  flex-wrap: wrap;
}
.fuwu-section2 .item{
  text-align: left;
  background: #0091d8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  margin-top: 10px;
  color: #fff;
}
.fuwu-section2 .item i{
  display: block;
  margin: 0 auto;
  width: 60px;
  min-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 60px;
  font-family: "Impact";
  font-style: normal;
  font-size: 30px;
  text-align: center;

}

.fuwu-section2 .item p{
  font-size: 14px;
  padding: 0 10px;
  flex: 1
}

@media (max-width: 572px) {
	.fuwu-section2 h1{
		font-size: 24px
	}
	.fuwu-section2 .item i{
	  width: 40px;
	  min-width: 40px;
	  flex: 0 0 40px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 30px;


	}
}

.fuwu-section3{
	text-align: center;
}
.fuwu-section3 img{
	width: 100%
}


.wenhua-section1{
  margin: 60px 0 0px
}
.wenhua-section1 .item{
	display: flex;
	position: relative;
}
.wenhua-section1 .item i{
	display: block;
	height: 100%;
	margin-right:20px;
	position: relative;
}
.wenhua-section1 .item{
	margin-bottom: 50px
}
.wenhua-section1 .item .txt h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px
}

.wenhua-section1 .item:nth-child(1) i:before,.wenhua-section1 .item:nth-child(2) i:before{
	content: "";
	height: 14px;
	width: 16px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -8px;
	background: url(../images/jia.png) no-repeat;
}	
.wenhua-section1 .img img{
	max-width: 100%
}

@media (max-width: 991px) {
  	.wenhua-section1 .img{
  		display: none;
  	}
}


.fangan-section1{
	margin-top: 20px;
	margin-bottom: 40px
}
.fangan-section1 .item1{

		height: 500px;
}
.fangan-section1 .item1 .txt{
	position: absolute;
	top: 0px;left: 0px;
	margin:50px  40px;
	color: #fff
}
.fangan-section1 .item1 h2{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 30px
}

.fangan-section1 .item1 .img{
	
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1
}
.fangan-section1 .item1 .img img{

}
.fangan-section1 .item1 .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: rgb(0 153 255 / 68%);;
	width: 100%;
}

@media (min-width: 991px) {
	.fangan-section1 .item1{
	
		width: -webkit-calc(14% - 5px);
	  	width: calc(14% - 5px);
		margin-left: 5px;
		float: left;
		
		position: relative;
		/*transition:.6s;*/
	}
	.fangan-section1 .item1:nth-child(1){
		margin-left: 0
	}
	.fangan-section1 .item1.act{
		width: 29%!important
	}
	.fangan-section1 .item1 p{
		display: none
	}
	.fangan-section1 .item1.act p{
		display: block;
	}
	.fangan-section1 .item1.act .mask{
		display: none;
	}
}
@media (max-width: 991px) {
  	/*.fangan-section1 .item1.act{
		width: unset!important
	}*/
	.fangan-section1 .item1 .img img{
		width: 100%
	}
	.fangan-section1 .item1 .mask{
		display: none;
	}
}

.related_list{
	margin-top: 10px
}
.related_list.product_list .product_img{
margin-top: 0
}

.custmefix{
    		position: fixed;
    		right: 50px;
    		bottom: 100px;
    		width: 50px;
    		height: 100px;
    		display: none
    		
    	}
    	.custmefix a{
    		display: block;
    		width: 50px;
    		height: 50px;
    		margin-bottom: 10px;
    		background: #dcdada;
    		border-radius: 5px;
    		cursor: pointer;
    	}
    	.custmefix .c1{
    		background: url(../images/top.png)  #dcdada center center  no-repeat
    	}
    	.custmefix .c2{
    		background: url(../images/c2.png) center center #565352  no-repeat
    	}
@media (max-width: 761px) {
	.custmefix{display: none!important;}
}


  .news_bg .swiper-container-horizontal>.swiper-pagination-bullets,.news_bg  .swiper-pagination-custom,.news_bg  .swiper-pagination-fraction{
    bottom: 120px;
    text-align: right;
  }
  .news_bg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    border-radius: unset;
  }
  .news_bg .swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
  .news_bg .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity:1;
    margin-right: 10px!important
  }
  .news_bg .swiper-pagination-bullet-active{
    background: #09f;
  }

  @media (max-width: 575px) {
  	.news_bg .swiper-container-horizontal>.swiper-pagination-bullets,.news_bg  .swiper-pagination-custom,.news_bg  .swiper-pagination-fraction{
  		bottom: 100px
  	}
  }

  .open .glyphicon-plus:before{
    content: "\2212";
  }
  .navbar-default .navbar-collapse > ul > li > .cut {
  /*width: 31px;
  height: 30px;*/
  padding-top: 26px;
  padding-bottom: 24px;
  /*padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px; */
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  font-size: 14px;
}
@media (max-width: 1799px) {
  .navbar-default .navbar-collapse > ul > li > .cut {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse > ul > li > .cut {
    margin-left: 0px;
    width: 62px;
  }
}
.navbar-default .navbar-collapse > ul > li > .cut i {
  display: block;
  width: 31px;
  height: 30px;
  background: url(../images/lang.png) no-repeat center;
  /*background-size: 100% 100%;*/
  margin-left: 0px;
}

.sub_nav{
    
  }
  .sub_nav_contact{
    font-size: 14px;
    margin: 15px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
    order: -1
  }
  .sub_nav_contact b{
      font-size: 15px; 
    }
  .sub_nav_contact i{
    display: inline-block;
    vertical-align: middle;
     margin-left:15px;
     margin-right: 5px;
  }
  .sub_nav_contact i.tel{
  	width: 20px;
  	height: 20px;
   background: url(../images/ico_tel.png) center center no-repeat;
   background-size: auto 90%
  }
  .sub_nav_contact i.mail{
  	width: 20px;
  	height: 16px;
   background: url(../images/ico_mail.png) center center no-repeat;
   background-size: 90% auto
  }
  @media (max-width: 991px) {
    .sub_nav{
      display: flex;
      flex-direction: column;
    }
    .sub_nav_contact{
      border-bottom: 1px solid #eee;
      text-align: left;
      padding-bottom: 15px;
    }
    .sub_nav_contact b{
      display: block;
      margin-bottom: 8px
    }
    .sub_nav_contact i.tel{
      margin-left: 0
    }
  }
  @media (max-width: 768px) {
  	.sub_nav_contact span{
  		display: block;
  		margin-top: 5px
  	}
  	.sub_nav_contact i{
	     margin-left:0px;
	     margin-right: 3px;
	  }
  }





.shouhou-section1{
  padding: 80px 0 50px;
  background: #fff
}
.shouhou-section1 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 65px;
  color: #457dbe;
  font-weight: bold;
}
.shouhou-section1 .row{
  /*display: flex;
  flex-wrap: wrap;*/
}
.shouhou-section1 .item{
  text-align: center;
}
.shouhou-section1 .item i{
  display: block;
  margin: 0 auto;
  /*width: 120px;*/
  height: 120px;
}
.shouhou-section1 .item h2{
  font-size: 18px;
  color: #333;
  margin: 20px auto 0;
  font-weight: normal;
}

.shouhou-section1 .item p{
  font-size: 16px;
  color: #333
}

@media (max-width: 572px) {
	.shouhou-section1{
	  padding: 30px 0 30px;
	}
	.shouhou-section1 h1{
	  font-size: 24px;
	  margin-bottom: 35px;
	}

  	.shouhou-section1 .item p{
  		height: 72px;
  	}
  	.shouhou-section1 .item i{
  		height: 40px
  	}
  	.shouhou-section1 .item i img{
  		height: 40px
  	}
  	.shouhou-section1 .item h2{
  		font-size: 16px
  	}
  	.shouhou-section1 .item p{
  		font-size: 14px;
  		height: 72px
  	}
}



.shouhou-section2{
  padding: 70px 0 145px;
}
.shouhou-section2 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 65px;
  color: #457dbe;
  font-weight: bold;
}

.shouhou-section2 .item_tab{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.shouhou-section2 .item_tab li a{
	display: block;
	width: 300px;
	padding: 10px 10px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.shouhou-section2 .item_tab li.act a{
	background: #09f;
	color: #fff
}
.shouhou-section2 .item_box{
	position: relative;
	height: 66px;
	margin-bottom: 10px;
}
.shouhou-section2 .item{
	position: relative;
	background-color: #fff;
	border:1px solid #e1e1e1;
	padding: 20px 20px;
}
.shouhou-section2 .item .txt{
	position: relative;
	cursor: pointer;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.shouhou-section2 .item i{
	width: 24px;
	height: 22px;
	display: inline-block;
	background-image: url(../images/shouhou_icon_4.png);
	vertical-align: middle;
	margin-right: 15px;
}
.shouhou-section2 .item span{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #3d4245
}

.shouhou-section2 .item .content_box{
	padding: 20px 0 0;
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.shouhou-section2 .item:hover{
	z-index: 99
}
.shouhou-section2 .item:hover .content_box{
	display: block;
}
.shouhou-section2 .item:hover  .txt{
	color: #0091d8;
}

.shouhou-section2 .item:hover .content_box .txt{
	color: #09f
}

.shouhou-section2 .item:hover span{
	transform: translateY(-50%) rotate(180deg);
	color: #09f
}


@media (max-width: 991px) {
	.shouhou-section2 .item_tab{
		display: unset;
	}
	.shouhou-section2 .item_tab li a{
		width: 100%
	}
	.shouhou-section2 .item_box{
		position: relative;
		height: auto;
		margin-top: 0px;
	}
	.shouhou-section2 .item{

	}
}

@media (max-width: 575px){
	.shouhou-section2{
	  padding: 30px 0 30px;
	}
	.shouhou-section2 h1{
	  font-size: 24px;
	  margin-bottom: 5px;
	}
	.shouhou-section2 .item_box{
		font-size: 16px;
	}
	.shouhou-section2 .item_tab li a{
		padding: 10px
	}
}


.shouhou-section3{
  padding: 60px 0 80px;
  background-color: #fff
}
.shouhou-section3 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #457dbe;
  font-weight: bold;
}
.shouhou-section3 .item{
	width: 160px;
	float: left;
	margin-right: 92.5px;
	margin-top: 40px;
	display: block;
}
.shouhou-section3 .item:nth-child(5n){
	margin-right: 0
}
.shouhou-section3 .item i{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 115px;
	margin-bottom: 10px;

}
.shouhou-section3 p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f3f3f3;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shouhou-section3 .azewm{
	margin: 70px auto 0;
	text-align: center;
}
@media (max-width: 575px){
	.shouhou-section3 .azewm{
		margin-top: 30px
	}
}
.shouhou-section3 .azewm a{
	padding: 10px 20px;
	border: 1px solid #0091d8;
	color: #0091d8;
	display: inline-block;
	border-radius: 25px;
}
.shouhou-section3 .azewm a i{
	padding: 10px;
	margin-right: 5px;
	background: url(../images/icon_ewm.png) center center no-repeat;
}
.shouhou-section3 .form-control{
	border: 1px solid #f0e8e8
}
.shouhou-section3 .btn-default{
	border: 1px solid #f0e8e8
}
.fixedbg{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999
}
.openbox{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	z-index: 99999;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}
.openbox img{
	width: 100%
}
.openbox p{
	padding: 10px 0
}
@media (max-width: 1201px) {
	.row1 {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.shouhou-section3 .item{
		margin-right: 0px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	.shouhou-section3 .item:nth-child(2n-1){

		padding-right: 5px;
	}
	.shouhou-section3 .item:nth-child(2n){

		padding-left: 5px;
	}
}

@media (max-width: 575px){
	.shouhou-section3{
	  padding: 30px 0 30px;
	}
	.shouhou-section3 h1{
	  font-size: 24px;
	  margin-bottom: 15px;
	}
	.shouhou-section3 .item{
		margin-top: 10px
	}
}



.shouhou-section4{
  padding: 80px 0 65px;
}
.shouhou-section4 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 65px;
  color: #457dbe;
  font-weight: bold;
}
.shouhou-section4 .item{
	background: #fff
}
.shouhou-section4 img{
	max-width: 100%;
	height: auto;
}
@media (max-width: 575px){
	.shouhou-section4{
	  padding: 30px 0 30px;
	}
	.shouhou-section4 h1{
	  font-size: 24px;
	  margin-bottom: 30px;
	}
}