﻿body {
	margin: 0;
}
ul, li, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* ------------------------- 以下样式必须 ------------------------- */
.block-float2 {
	width: 65px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-family: "微软雅黑";
	color: #696969;
	z-index: 99999;
}
.block-float2 > ul > li > img {
	display: block;
	width: 65px;
	height: 65px;
	cursor: pointer;
}
.block-float2 > ul > li {
	width: 65px;
	margin-bottom: 2px;
	position: relative;
}
.block-float2 .txt {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: 100;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.float-erweima {
	width: 160px;
	height: 160px;
	position: absolute;
	right: 76px;
	top: 0;
	display: none;
}
.float-erweima > img {
	width: 160px;
	height: 160px;
	display: block;
}
.float-erweima b {
	display: block;
	width: 0;
	height: 0;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent white;
	border-width: 8px;
	position: absolute;
	right: -16px;
	top: 10px;
}
.phone {
	width: 160px;
	border: 1px solid #eaeaea;
	position: absolute;
	right: 75px;
	bottom: 0;
	display: none;
}
.phone .qq {
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}
.phone .qq .block-btn {
	display: block;
	background-color: #eff4f6;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
	border: 1px solid #c8d1d6;
	text-align: center;
}
.phone .qq .block-btn > img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.phone .qq .block-btn:hover {
	background-color: #c8d1d6;
}
.phone .tt {
	background-color: #f7f7f7;
	border: 1px solid #fff;
	font-size: 12px;
	padding: 5px;
	line-height: 30px;
}
.phone .arrow {
	display: block;
	width: 11px;
	height: 17px;
	background: url(../img/arrow.png) no-repeat center center;
	position: absolute;
	right: -10px;
	bottom: 10px;
}
.block-phone-num {
	font-family: arial;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	line-height: 65px;
	padding-left: 50px;
	padding-right: 10px;
	color: #fff;
	background: url(../img/icon-phone.png) no-repeat 20px center #78c344;
	cursor: pointer;
}
#return_top {
	display: none;
}
.main_title {
	padding-bottom: 20px;
	text-align: justify;
}
.main_title > p {
	line-height: 1.8;
	text-indent: 2em;
}
.main_title .p32 {
	line-height: 32px;
	height: auto;
}
.upDown {
	padding-top: 2em
}
.upDown p {
	margin-bottom: 0.6em
}
.upDown p a:hover {
	color: #f00
}
/*产品与案例首页*/
.p_wrap {
	background: url(../img/bg_products.jpg) no-repeat center top fixed #fff;
	padding: 60px 0;
}
#product_box {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
#product_box .item {
	position: relative;
	overflow: hidden;
	width: 99%;
	margin: 0 auto;
	background: #fff;
	padding: 15px 10px;
}
.item img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}
#product_box .item:hover img{
       transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
 }
.item .shd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
}
.item .shd a {
	display: block;
	width: 100%;
	height: 100%;
 *background-image: url(about:blank);
	background-image: url(about:blank)\0;
}
.item:hover .shd {
	background-color: rgba(0, 0, 0, 0);
	transition: all 500ms;
}
.item .txt {
	width: 100%;
	text-align: center;
	font-size: 16px;
margin-top:26px;
	background: #fff;
}
/*.owl-theme .owl-controls .owl-buttons div {
	width: 118px;
	height: 361px;
	position: absolute;
	top: 30px;
	z-index: 2;
	margin: 0;
 *margin:0;
 *padding:0;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	_display: none;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background: url("../img/prev02.png") no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	background: url("../img/next02.png") no-repeat;
}*/
.owl-theme .owl-controls .owl-buttons div { 
	position: absolute; top:calc(50% - 30px ); 
	width: 30px; 
	height: 60px; 
	margin: 0; 
	padding: 0; 
	border-radius: 0; 
	font: 60px/60px "宋体"; 
	background-color: transparent; 
	overflow: hidden;
	_display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev { left: 26px;}
.owl-theme .owl-controls .owl-buttons .owl-next { right: 26px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before { content: "<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before { content: ">";}

/*首页*/
.pro-type-cont-2 .cate {
	text-align: center;
	padding: 20px;
}
.pro-type-cont-2 .cate div {
	margin-bottom: 0.6em;
}
.about-container.bshadow {
	overflow: hidden;
	-webkit-transition: All .8s ease-in-out;
	-moz-transition: All .8s ease-in-out;
	-o-transition: All .8s ease-in-out;
}
.about-container.bshadow:hover {
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}
.about_text .about_img {
	width: 100%;
	padding-left: 0
}
.about_text .col-lg-5 {
	padding-left: 0;
}
.about_text .col-lg-7 {
	padding-right: 0;
}
.about_text .about_content p {
	text-align: justify;
	line-height: 1.8;
	text-indent: 2em;
	padding: 0;
}
.about_content .more {
	display: inline-block;
	background-color: #f00;
	margin-top: 18px;
	font-size: 12px;
	transition: All .8s ease-in-out;
	-webkit-transition: All .8s ease-in-out;
	-moz-transition: All .8s ease-in-out;
	-o-transition: All .8s ease-in-out;
	padding: 4px 16px;
}
.about_content .more:hover {
	background-color: #c00;
}
.about_content .more a {
	color: #fff;
}

@media (max-width:991px) {
.about_text .col-sm-12 .about_content {
	padding-top: 10px;
}
.about_text .col-lg-5 {
	padding-left: 15px;
}
.about_text .col-lg-7 {
	padding-right: 15px;
}
}

@media (max-width:767px) {
.about_text .col-lg-5 {
	padding-left: 15px;
}
.about_text .col-lg-7 {
	padding-right: 15px;
}
.about_text .about_content {
	background: #f0f4f7;
	padding: 10px;
}
.about_text .about_img {
	padding: 0
}
}
/*news*/
.news-recommd .news_list{
	padding-top:20px;
	-webkit-transition: All .8s ease-in-out;
	-moz-transition: All .8s ease-in-out;
	-o-transition: All .8s ease-in-out;
}
.news_list .item{
    overflow: hidden;
    margin-bottom: 2em;
	padding: 0;
	
}
.news_list .item .date{
	    float: left;
    max-width: 82px;
    background-color: #d4d4d4;
    text-align: center;
    font-family: Arial;
    padding: 0px;
}
.item .date span.date1 {
    line-height: 50px;
    border-bottom: 1px solid #fff;
    color: #666;
    font-size: 30px;
}
.item .date span.date2 {
    line-height: 22px;
    font-size: 12px;
}
.item .con a.title {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    margin: 0px 0px 0.5em 0px;
    overflow: hidden;
}
.item .con div.introduct {
    line-height: 1.5em;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden
}
.item .con div.introduct  a{
	
}
.news_list .item:hover .title{
		/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	color:#c00;
}
.animation{
	-webkit-transition: All .8s ease-in-out;
	-moz-transition: All .8s ease-in-out;
	-o-transition: All .8s ease-in-out;
}
section .flinks{
	padding-bottom:30px;
}
section .flinks ul li{
	float: left;
	margin-right: 18px;
	line-height: 32px
}
/*product*/
.pro-type-cont-1 .pro_list{
	padding:48px 0;
	background: #f6f6f6;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.6);*/
}
.pro-type-cont-1 .pro_list a{
	display: block;
	padding: 10px;
	position:relative;
       overflow:hidden;
}
.pro_list .item b{
	position: absolute;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.pro_list .item:hover img{
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform: scale(1.1);
}
.pro_list .item:hover span{
	color:#f00
}
.b_top,.b_bottom {
	width: 0;
	height: 2px;
}
.b_left,.b_right {
	width: 2px;
	height: 0px;
}
.b_top {
	top: 0px;
	left: 0px;
}
.b_left {
	left: 0px;
	bottom: 10px;
}
.b_bottom {
	bottom: 10px;
	right: 0;
}
.b_right {
	right: 0;
	top: -10px;
}
.pro_list .item:hover .b_top,.pro_list .item:hover .b_bottom {
	width: 100%;
	background: #c00;
}
.pro_list .item:hover .b_left,.pro_list .item:hover .b_right {
	height: 100%;
	background: #c00;
}
.pro-type-cont-1 .pro_list span{
	display: block;
	text-align: center;
	line-height: 32px;
       margin-top:10px;
}
#pshow .owl-pagination{
	
}
.news_container{
	   /*background: url(../img/bg2.png) no-repeat center;*/
	background: #f1f1f1;
}
.wc_more {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 3em 0 0 0;
}
a.mk_more {
    display: inline-block !important;

    padding: 4px 16px !important;
    border: 1px solid #f00;
    background-color: #f00;
    color: #fff;
    transition: all 0.5s ease 0s;
}
a.mk_more:hover{
	background-color: #c00;
    color: #fff;
}
.about-container  article p{
  line-height:32px 
}

.map {height:352px;}











