﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/

.nav_fixed .nav_box {
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 99;
	background: #000;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.nav_fixed .nav_box a{
	color: #fff;
}
.nav_fixed .nav_box a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 50px;
	height: 44px;
	padding-bottom: 3px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.nav_box {
	width: 100%;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}

/*头部*/

.header_bg{
	width:100%;
	height:90px;
}
.header_bg .logo{
    width: 160px;
    height: 90px;
	float:left;
	text-align: left;
}
.header_bg .logo a{
    width: 100%;
    height: 90px;
	float:left;
	text-align:center;
}

.header_bg .logo img{
    position: relative;
	}
.hea_r{
	float:right;
	text-align: center;
    width: 370px;
    height: 30px;
	line-height:30px;
	position: relative;
	padding-top: 30px;
	padding-left: 50px;
	}
.hea_r a{
	padding:0 10px;
	color:#000;
	}
.hea_r .hea_cn {
	color:#c0c0c0;
	margin-right: 20px;
	}

.hea_r .weixin, .head_share_tengsun, .head_share_weibo{
	width: 30px;
	height: 30px;
	float:left;
	position: relative;
	z-index: 999;
}
.hea_r  .weixin{
	background: url(../img/ind_icon.png) 0px -49px no-repeat;
	margin-right:12px;
}
.hea_r .head_share_weibo{ 
	display:block;
	background:  url(../img/ind_icon.png) -40px -49px no-repeat;
	padding:0px;
	margin-right:12px;
}
.hea_r .head_share_tengsun{
	background: url(../img/ind_icon.png) -82px -49px no-repeat;
	padding:0 ;
}

.hea_r .weixin:hover{
	background: url(../img/ind_icon.png) 0px -79px no-repeat;
}
.hea_r .head_share_weibo:hover{
	background:  url(../img/ind_icon.png) -40px -79px no-repeat;
}
.hea_r .head_share_tengsun:hover{
	background: url(../img/ind_icon.png) -82px -79px no-repeat;
}

.head_share_weibo, .weixin, .head_share_tengsun, .head_share_weibo:hover, .weixin:hover, .head_share_tengsun:hover{
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}


.erweima, .head_phone_erweima{
	width: 130px;
	height: 140px;
	position: relative;
	display: none;
	cursor: pointer;
	z-index: 9999999;
	background: #fff;
	padding: 5px;
	top: 34px;
	left: -50px;
	border: 1px solid #000;
}

/*搜索样式*/
.sousuo{
	float: left;
	width: 280px;
	height:30px;
	position: absolute;
	left: -250px;
	}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 60px;
	outline: none;
	height: 30px;
	margin: 0;
	z-index: 99999;
	font-family: "微软雅黑", "黑体";
	font-size: 12px;
	color: #333;
	padding: 0px;
	text-indent: 10px;
	width: 220px;
	background-color: #04AAFE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
}

.sb-search-input::-webkit-input-placeholder {
	color: #333;
}

.sb-search-input:-moz-placeholder {
	color: #333;
}

.sb-search-input::-moz-placeholder {
	color: #333;
}

.sb-search-input:-ms-input-placeholder {
	color: #333;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background:url(../img/icon4.png)   2px 2px no-repeat; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #000;
	z-index: 90;
	font-size: 22px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background: url(../img/ind_icon.png) -175px 7px no-repeat;
	height: 30px;
	width: 60px;
	font-size: 12px;
	text-align: right;
}

.sb-icon-search:before {
	background-color: #fff;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #000;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


.my_huiyuan{
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	}
.my_huiyuan a{
	background-image: url(../img/my_alfieri.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 76px;
	display: block;
	}
.my_huiyuan a:hover{
	background-image: url(../img/my_alfieri_hover.png);
	transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
	}
.top_phone{
	float: left;
	color: #baa09b;
	font-size: 16px;
	line-height: 55px;
	margin-left: 25px;
	background-image: url(../img/top_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}
.top_cn_en{
	float: left;
	margin-left: 20px;
	}
.top_cn_en li{
	float: left;
	margin-left: 10px;
	}
.top_cn_en li a{
	color: #baa09b;
	font-size: 14px;
	line-height: 55px;
	display: block;
	height: 55px;
	}
.top_cn_en li a:hover{
	color: #FFF;
	text-decoration: none;
	transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
	}
.top_cn_en .cn_en_cur{
	color: #FFF;
	}

/*尾部*/
.foot_map{
	width:100%;
	padding-top:30px;
	background:#2d2d2d;
}
.footer li.grid_18{ min-height:200px; width:150px;}
.footer li.foot_cen { 
	width:230px; 
}
.footer li a{
	display:block;
	margin:5px 0 5px 0;
	color:#9b9b9b;
}
.footer li h3 a{
	font-size:16px;
	color:#fff;
	line-height:26px;
	font-weight:normal;
}

.copy {
	line-height:30px;
	padding-top:10px;
	background: #000;
	overflow:hidden;
}
.footer li a:hover, .footer li.foot_cen p, .copy, .copy a {
	color:#fff;
}



/*网站右侧悬浮*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.cbbfixed {
	position: fixed;
	right: 5%;
	transition: bottom ease .3s;
	bottom: -150px;
	z-index: 3;
	cursor: pointer;
}
.cbbfixed .cbbtn {width: 46px;height: 46px;display: block;background-color: #02a2aa;}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	background-image: url(../img/xuanfu_top_ui.jpg);
}
.cbbfixed .gotop:hover{
	transition: background-color ease .3s;
	background-image: url(../img/xuanfu_top_ui_hover.jpg);
	}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.cbbfixed .weixin {
	background-image: url(../img/xuanfu_erweima_ui.jpg);
	margin-bottom:3px;
	background:url(../img/xuanfu_erweima_ui.jpg) center center no-repeat;
}
.cbbfixed .weixin:hover{
	background-image: url(../img/xuanfu_erweima_ui_hover.jpg);
	background:url(../img/xuanfu_erweima_ui_hover.jpg) center center no-repeat;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.24s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	transition: background ease .3s;
	}
.cbbfixed .weixin div {
	width: 238px;
	height: 79px;
	position: absolute;
	left: -238px;
	top: 31px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s,opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
	*display:none;		
}
.cbbfixed .weixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .weixin div img{
	height: 100%;
	width: 100%;
	}
.cbbfixed .weixin div p{
	font-size: 14px;
	line-height: 33px;
	color: #333;
	margin-right: 20px;
	}

.cbbfixed .weixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}

.cbbfixed .phone {
	background-image: url(../img/xuanfu_lx_ui.jpg);
	margin-bottom:3px;
}
.cbbfixed .phone:hover{
	background-image: url(../img/xuanfu_lx_ui_hover.jpg);
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.24s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	}
.cbbfixed .phone div {
	width: 160px;
	height: 46px;
	position: absolute;
	left: -165px;
	top: 0px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s,opacity ease .3s;
	-webkit-transition: all ease .3s;
    *display:none;		
	background-color: #3ac24d;
	line-height: 46px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.cbbfixed .phone:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}


/*底部宣传图标
--------------------------------------------------------------------*/
/*底部宣传图标结束
--------------------------------------------------------------------*/



/*首页产品滚动
-------------------------------------*/
.index_pro{
	width:100%;
	background:#fff;
	padding:40px 0 40px 0;
}
.index_pro .tips {
    position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
	margin-bottom:20px;
}
.index_pro .tips .line {
    position: absolute;
    top: 19px;
    width: 1080px;
    height: 1px;
    background: #dbeaff;
	left: 0px;
}

.index_pro .tips span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
	font-size:24px;
	color:#005be1;
	font-weight:bold;
}

/*首页新闻
-------------------------------------*/
.ind_news{
	width:100%;
	height:auto;
	width:100%;
	padding:30px 0;
	background:#f2f2f2;
    position: relative;
	border-bottom:1px solid #ddd;
	}
.ind_news_title{
	width:150px;
	height:330px;
	position: relative;
	float:left;
	}
.ind_news .ind_news_title h3{
	height:40px;
	color:#0078ff;
	font-size:30px;
	}
.ind_news .ind_news_title p{
	height:22px;
	color:#7e7e7e;
	font-size:24px;
	font-family: -webkit-pictograph;
	padding-bottom:30px;
	border-bottom:2px solid #ddd;
	margin-bottom:30px;
	}
.ind_news .ind_news_title a.more{
	display:block;
	font-size:18px;
	color:#333333;
	width:125px;
	height:40px;
	line-height:40px;
	background:url(../img/ind_icon.png) 60px -170px no-repeat;
	}



/* news_left   样式  
--------------------------------------------------------------------*/
.news_left{ width:890px; height:380px;  float:right; overflow:hidden; position:relative;  }
.news_left .hd{ overflow:hidden;  height:15px;}
.news_left .hd .prev,.news_left .hd .next{ display:block;  width:14px; height:14px; float:right; margin-right:5px;  overflow:hidden;cursor:pointer; }
.news_left .hd .next{ }
.news_left .hd ul{ float:right; overflow:hidden; zoom:1; zoom:1; margin-top: 1px;}
.news_left .hd ul li{ float:left;  width:10px; height:10px; overflow:hidden; margin:1px 5px 0px 0px; text-indent:-999px; cursor:pointer; background: url(../img/ind_icon.png) -106px 0 no-repeat; }
.news_left .hd ul li.on{ background:url(../img/ind_icon.png) -77px 0 no-repeat;}
.news_left .bd{ }
.news_left .bd ul{ overflow:hidden; zoom:1; }
.news_left .bd ul li{ margin:5px 25px 5px 5px; float:left; padding-bottom:10px; _display:inline; overflow:hidden; text-align: left; box-shadow: 0px 0px 5px #ADADAD; background:#fff;}
.news_left .pic{ margin:0px;padding:0px; overflow:hidden; display:inline; width:90px;}

.recommend ul li .title{height:40px;}
.recommend ul li .title h3{ 
	padding:0 10px;
}

.recommend ul li .title a{ 
	height:40px;
	line-height:22px;
	background:url(../img/ind_icon.png) -193px -77px no-repeat;
	font-size:14px;
}
.recommend ul li .title p{
	color:#767272;
	padding:0 10px;
	margin-bottom:10px;
	}
.recommend ul li .ind_news_date { 
	line-height:40px;
	font-size:12px;
	float: left;
}
.recommend ul li .title .more { 
	line-height:40px;
	font-size:12px;
	float: right;
	padding-right:30px;
	background:url(../img/ind_icon.png) -130px -171px no-repeat;
}

.recommend ul li img{
	width:270px;
	height:176px;
}
.recommend ul li{
	text-align:center;
}

/*产品页面
--------------------------------------*/
.pro_bg{
	width:100%;
	background:#000;
	padding:0 0 50px 0;
	}
	
.pro_list_main .title {
	padding-bottom:30px;
	}
.pro_list_main .title h1{
	text-align:center;
	font-size:40px;
	color:#fff;
	    display: none;
	}
.pro_list_box li .fenlei a{
	display:block;
	width:462px;
	height:222px;
	padding:8px 9px 10px 9px;
	background:url(../img/bg1.png) center center no-repeat;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.pro_list_box li a:hover{
	background:url(../img/bg2.png) center center no-repeat;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}

.pro_list_box li a img{
	width:462px;
	height:222px;
	padding: 0;
	border: none;
	}
.pro_list_box .pro_info .title{
	padding-bottom: 0;
	background: none;
	font-size: 20px;
	height: 30px;
}
.pro_list_box .pro_info .title a{
	color:#fff;
}
.pro_list_box .pro_info .title:hover{background: none;}
	
.pro_list_box2 li{ width:250px; float:left; margin-right:25px; }
.pro_list_box2 li.last{ margin-right:0px; }
.pro_list_box2 li .pic a{
	display:block;
	width:232px;
	height:232px;
	padding:8px 9px 10px 9px;
	background:url(../img/bg3.png) center center no-repeat;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_list_box2 li a img{
	width:232px;
	height:232px;
	padding: 0;
	border: none;
	}
.pro_list_box2 li a:hover{
	background:url(../img/bg4.png) center center no-repeat;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.pro_list_main .pro_list_box2 .pro_info .title{
	padding-bottom:0;
	background:none;
}
.pro_list_main .pro_list_box2 .pro_info .title a:hover{
	background:none;
}
.pro_list_main .pro_list_box2 .pro_info .title a{
	margin-top:10px;
	font-size: 18px;
	color: #fff;
}

/*内页新闻
-------------------------------------*/

.news-list { padding-bottom:20px;}
.news-list ul li  { width:240px; height: 280px; padding:10px 10px 0 10px;border-bottom: 1px solid #F3F3F3;position: relative; float:left; margin-right:15px;
}
.news-list ul li.last{border-right: none;}
.news-list ul li .imgbox {
  position: relative;
  overflow: hidden;
  width: 230px;
  height: 160px;
  margin-bottom: 10px;
}
.news-list ul li .tit {
  font: 14px/20px "微软雅黑";
  color: #333;
  margin-bottom: 10px;
  padding: 0 7px;
}
.news-list ul li .imgbox {
  position: relative;
  overflow: hidden;
  width: 230px;
  height: 150px;
  margin:0 auto;
  margin-bottom: 10px;
}
.news-list ul li .imgbox a img{ width: 100%; height:150px;
transition: All .3s linear;
-webkit-transition: All .4s linear;
-moz-transition: All .4s linear;
-ms-transition: All .4s linear;
-o-transition: All .4s linear;
}
.news-list ul li:hover .imgbox a 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);
}
.news-list ul li .txt {
  font: 12px/20px "微软雅黑";
  padding: 0 7px;
  color:#666;
  margin-bottom: 10px;
}
.news-list ul li .arrow {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 8px;
  right: 26px;
  bottom: 3px;
  background: url(../img/news_bit02.png) no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.news-list ul li .arrow.hover{ opacity:1;filter:alpha(opacity=100);animation:arrow 1s infinite  linear; -webkit-animation:arrow 1s infinite  linear;}
@keyframes arrow
{
   0% { right:26px;}
  50% {right:20px;}
  100%{ right:26px;}
}
@-webkit-keyframes arrow
{
 0% { right:26px;}
  50% {right:20px;}
  100%{ right:26px;}
}


/* 公司简介焦点图 */
.idx_focus{
    float: left;
}
.idx_focus,
.idx_focus .focus-pic li{
    width: 860px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.idx_focus .idx-foc-tmp{
    height: 330px;
}
.idx_focus .focus-pic{
    height: 330px;
}
.idx_focus .focus-pic li{
    float: left;
    height: 330px;
}
.idx_focus .focus-pic li img{
    width: 860px;
    height: 330px;
}
.idx_focus .focus-pic .bg{
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter:Alpha(opacity=60);
    z-index: 1;
}
.idx_focus .focus-pic .txt{
    height: 30px;
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.idx_focus .xtaber-tabs{
    height: 60px;
}
.idx_focus .xtaber-tabs li{
    float: left;
    padding: 3px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
    z-index: 3;
	opacity:0.3;
	filter:alpha(opacity=30);
}
.idx_focus .xtaber-tabs img{
    width: 90px;
    height: 54px;
}
.idx_focus .xtaber-tabs .current{
    background: #0099ff;
	opacity:1;
	filter:alpha(opacity=100);
}
.idx_focus .xtaber-tabs .current i{
    width: 7px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -4px;
    overflow: hidden;
    background-position: -46px -28px;
}
.idx_focus .btn-prev,
.idx_focus .btn-next{
    background: url(../img/foc_btn.png) no-repeat;
    _background: url(../img/foc_btn_8.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 40%;
    _filter:Alpha(opacity=70);
}
.idx_focus .btn-prev{
    background-position: 0 0;
    left: 10px;
}
.idx_focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}


/*内页*/
.page_title{
	width:179px;
	height:70px;
	padding:20px 20px 0 0;
	margin-top:-90px;
	background: url(../img/page_title_h3.png) no-repeat;
}
.page_title h3{
	line-height:28px;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	text-align:right;
}
.page_title span{
	line-height:28px;
	font-size:14px;
	float:right;
	color:#fff;
}
.public_1col{
	width:980px;
	padding:20px 10px 10px 20px;
}