.list_product_type{margin:0;}
.icon_type{width: 140px;height: 140px;border-radius: 50%;border:1px solid #dfefff;}
.icon_type:hover{border-color: #1A76D1}
.wapFooter{display:none;}
.footerHeight{
	height:40px;
	display:none;
}
#scrollUp{
	bottom:50px;
	z-index: 100!important;
}
.typeProductFooter{
	position: fixed;
    bottom: 50px;
	background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 9999;
	display:none;
}
.product_type_ul_footer{
	background: #fff;
    height: 400px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
	
}
.product_type_ul_footer li{
	padding:5px 10px;
	border-bottom: 1px solid #f8f8f8;
	    
}
.product_type_ul_footer li.name_type_product{
	color: #1a76d1;
    font-size: 16px;
    font-weight: bold;
}
.product_type_ul_foterTyoeAbout{
	position: absolute;
    bottom: 40px;
    background: #fff;
    padding: 20px 5px;
    right: 10px;
    z-index: 9999999;
	border-radius: 5px;
	display:none;
}
.product_type_ul_foterTyoeAbout >li{
	padding: 5px 15px;
	border-bottom:1px solid #f8f8f8;
}
.product_type_ul_foterTyoeAbout >li >a{
	color:#424646;
}
.product_type_ul_foterTyoeAbout >a{
	    color: #176abd;
    font-weight: bold;
}
/*分类产品*/
.home_type_product{text-align: center;margin-bottom: 20px;}
.home_type_product .product_img{border-radius: 5px;overflow: hidden;width: 250px;height:250px;margin-bottom: 10px;}
.home_type_product .product_img img{max-height: 100%;max-width: 100%;}
.home_type_product .product_name{font-weight: bold;line-height: 30px;font-size: 16px;color: #333;}
/*yangshi*/
figure {
position: relative;
float: left;
overflow: hidden;
margin: 0px;
min-width: 100%;
max-width: 100%;
max-height: 360px;
width: 48%;
text-align: center;
cursor: pointer;
}
figure figcaption, figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-bubba { 
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba:hover figure figcaption{
	background-color: #1a76d1;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size:20px;
	padding-top: 30%;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity: 0;
}

figure.effect-bubba a {
	top: 30%;
	margin-top: 50px;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff !important;
	font-size:14px;
	z-index:100;
} 
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure:hover figcaption{
	background-color: rgba(26, 118, 209, 0.4);
}

/*-- Feature --*/
.feature-area {
  background-color: #1A76D1;
  position: relative;
  overflow: hidden;
}

.feature-area .feature-img {
  position: relative;
  background-image: url("../images/department.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.feature-area .feature-img:before {
  position: absolute;
  content: '';
  right: -170px;
  top: -70px;
  width: 285px;
  height: 700px;
  background-color: #1A76D1;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}

.feature-area .feature-img img {
  display: none;
}

.feature-area .feature-shape img {
  position: absolute;
  right: 65px;
  bottom: 0;
  opacity: .10;
  -webkit-animation: process-type 25s infinite linear;
          animation: process-type 25s infinite linear;
  z-index: 1;
}

.feature-area .feature-content {
  max-width: 670px;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-area .feature-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}

.feature-area .feature-content ul {
  margin: 0;
  padding: 0;
}

.feature-area .feature-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.feature-area .feature-content ul li:nth-child(1) {
  margin-left: 50px;
}

.feature-area .feature-content ul li:nth-child(2) {
  margin-left: 100px;
}

.feature-area .feature-content ul li:nth-child(3) {
  margin-bottom: 0;
  margin-left: 150px;
}

.feature-area .feature-content ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  color: #000000;
  background-color: #fdb819;
  border-radius: 10px;
}

.feature-area .feature-content ul li h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

.feature-area .feature-content ul li p {
  margin-bottom: 0;
  color: #f1f8ff;
  font-size: 14px;
  max-width: 380px;
}
.clearfix:after{
  content: "";
  clear:both;
  display: block;
}
/*-- End Feature --*/
.name_whyxianz{color: #f6fbff;font-size: 22px;margin: 0 0 20px;}
.name_company{font-weight: bold;font-size: 20px;float: left;margin-top: 20px;padding: 10px;}
.choose-right .company_img{width: 100%;}
/*new*/
.news-head{width: 30%;float: left;height:150px;}
.news-body{width:70%;float: left;}
.name_news_type{height: 35px;font-size: 23px;padding: 5px 15px;color: #1a76d1;border-left: 2px solid #1a76d1;margin-bottom: 20px;}
.list_zhisi li{font-size: 16px;margin: 5px;padding: 5px;position:relative;}

.list_zhisi li:hover .list_zhisi li a{color:#1a76d1;}
/*产品*/
.product_list_layer{position: relative;}
.left_product_list{float:left;width: 18%;}
.left_product_list h3{top: -85px;position: absolute;width: 18%;background: #fff;height: 85px;border: 1px solid #ECF0F2;border-bottom: none;margin: 0;}
.left_product_list h3.news{background: #fff url(../images/news.jpg) no-repeat center top;height: 85px;text-indent: -9999px;border: 1px solid #ECF0F2;border-bottom: none;margin: 0;}
.right_product_list{float: right;width: 80%;max-width: 100%;}
.left_product_list h3 .n1{margin: 16px 0 7px;padding: 0px 30px;display: block;font-size: 26px;color: #333;}
.left_product_list h3 .n2{padding: 0px 37px;display: block;font-size: 10px;color: #bbb;}
.product_type_ul li{padding: 10px 20px;background: #eaecef;border-bottom: 1px solid #fafcff;}
.product_type_ul li.name_type_product{background: #176abd;color: #fff;font-size: 18px;font-weight: bold;}
.product_type_ul li a{margin-left: 10px;color: #656565;}
.departments_list{padding: 0 0 100px;}
.product_type_ul li.type:hover .product_type_ul li a{color:#fff;}
.product_type_ul li.sign a{color: #5ba9f3;font-weight: bold;}
.product_img_layer{width: 200px;height: 200px;overflow: hidden;margin: auto;}
.weizi_shome{padding: 20px;text-align: right;}
/*page list*/
.footer .single-footer .time-sidual li a{color:#fff;}
.pagelist {padding: 10px 0;text-align: center;margin-top:40px;}
.pagelist span.current {background: #176abd;color: #FFF;border-color: #176abd;margin: 0 2px;}
.pagelist span, .pagelist a {border-radius: 3px;border: 1px solid #dfdfdf;display: inline-block;padding: 5px 12px;}
.pagelist a:hover {background: #176abd;color: #fff;border-color: #176abd;}
/*product detail*/
.product_detail{width: 900px;text-align: center;max-width: 100%;}
.detail_img{position: relative;max-width: 600px;text-align: center;margin: 20px auto;}
.product_detail .name{font-weight: bold;}
.detail_img .product_img{width: 100%;height:100%;}
.fl{float: left;}
.fr{float: right;}
.list_naxte a{padding: 20px 10px;color: #7d7d7d;}
.list_naxte a span{font-weight: bold;}
.list_naxte a:hover{color:#176abd;}
.product_type_list_ll{}
.list_name_tongl{margin: 20px 0;font-size: 20px;color: #176abd;font-weight: bold;padding: 5px 0;border-bottom: 2px solid #eee;}
.list_name_tongl .type{width: 24px;margin-right: 5px;}
.list_name_tongl .border_tt{border-bottom: 2px solid #1a76d1;padding: 5px;}
/*news*/
.more_home_news{font-size: 14px;color:#666;float: right;}
.nlBox{border-bottom: 1px solid #eee;margin-bottom: 10px;padding: 10px;}
.nlBox:hover{border-color:#176abd;margin-bottom: 10px;}
.nlBox .nl_img{width: 150px;height: 100px;float: left;}
.nlBox .nl_img img{max-height: 100%;max-width: 100%;}
.nlBox .nl_name{float: left;width: 70%;padding: 20px;}
.nlBox .nl_name .name{font-size: 18px;margin-bottom: 20px}
.nlBox .nl_name .time{font-size: 14px;color:#999;}
/*news detail*/
.news_Detail{font-size: 16px;color:#666;padding: 20px;}
.news_Detail h3.nameNews{text-align: center;font-size: 20px;color:#333;font-weight: bold;margin-bottom: 20px;}
.news_Detail img{max-width: 100%;}
.detail_company{  line-height: 30px;text-indent:2em;}
.detail_company p{margin-bottom: 20px;}
.detail_company img{max-width: 100%;}
.text-center{text-align: center;}
.list_honor{  padding: 10px;width: 200px;height: 200px;display: inline-block;text-align: center;}
.list_honor img{max-width: 100%;max-height: 100%;}
/*img*/
.gongc_img img{width: 800px;margin-left: 10px;margin-bottom: 10px;}
.contact_detail{width: 35%;padding: 20px;color: #333;float: right;}
.add{float: left;width: 65%;}
.slider img{width: 100%;}