@CHARSET "UTF-8";
.fl{float:left;}
.fr{float:right;}
.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}




.shipin{
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}



/*头部样式*/
.topLink{width:750px;float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}
.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;}
.topLink .k2{
	color:#363636;
	font: 400 18px/24px 'arial';
	margin-top: 10px;
}
.topLink .k2 img{
	margin-bottom: 3px;
}

.sousuo{
	height: 52px;
	background: #232323;
	color: #fff;
}
.notice{
	float: left;
	width: 750px;
	background: url(../images/tz.png) left center no-repeat;
	padding-left: 30px;
	line-height: 35px;
	color: #fff;
}




.x-banner{
    padding-top:71px;
}


.top2{height:71px;background: url(../images/tp.png) repeat-x;position:fixed;width:100%;top:0;left:0;z-index:99999;}
.logo{float:left;line-height:71px;}



.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}


/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  /*background: #ab001a;*/
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}







/*搜索和热门搜索*/
.search {
    position: relative;
    float: right;
    width:20px;
    height:71px;
    cursor: pointer;
    z-index: 99;
  
}

.search1 {
    width:20px;
    height:71px;
    background: url(../images/ss.png) no-repeat;
}

#formsearch1 {
    position: absolute;
    z-index: 20;
    top:71px;
    right:0;
    display: none;
    width: 350px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#formsearch1 input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 33px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;

}

#formsearch1 input:focus {
    border-color: #f1861c;
    outline: 0;
}

.sinput {
    position: relative;
    height: 36px;
}

#formsearch1 input#keyword {
    outline: none;text-indent:6px;
}

#formsearch1 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width: 39px;
    height: 34px;
    border: 0;
   outline:none;color:#fff;background:#f1861c;
    cursor: pointer;font-size:13px;
}


.search .triangle {
    position: absolute;
    top: -15px;
    right: 0;
    display: none\9;
    overflow: hidden;
    width: 320px;
    height: 15px;
}


#formsearch11 {
    position: absolute;
    z-index: 20;
    top: 17px;
    left: 625px;
    width: 280px;
    margin-left: -20px;
    background: #fff;
}


#formsearch11 input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 33px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;

}

#formsearch11 input:focus {
    border-color: #f1861c;
    outline: 0;
}
#formsearch11 input#keyword {
    outline: none;text-indent:6px;
}

#formsearch11 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width:66px;
    height: 34px;
    border: 0;
   outline:none;color:#fff;background:#f1861c;
    cursor: pointer;font-size:13px;
}







/*热门搜索*/
.hotSearch{height:37px;line-height:37px;font-weight:normal;
    width:1200px;
    left:50%;
    margin-left:-600px;
    position: relative;color:#232323;
    font-size: 13px;
}
.hotSearch a{padding-right:8px;color:#232323;}
.hotSearch a:hover{
    color: #FDC903;
}

































.index_tit{
	width: 1160px;left: 50%;
	margin-left: -600px;
	position: relative;
	border-left: 6px solid #232323;
	height: 60px;
	padding: 10px 20px;
	margin-top: 50px;
	color: #232323;	
	margin-bottom: 30px;
}
.index_tit span{
	font: 200 22px/30px '微软雅黑';
	color: #424242;
}
.index_tit h3{
	display: block;
	font: 200 18px/30px '微软雅黑';
}

.chanpin{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: relative;
}
.cplist li{
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	background: #232323;
}
.cplist li a.img{
	width: 600px;
	height: 500px;
	overflow: hidden;
	float: left;
}
.cplist li a.img img{
	width: 600px;
	height: 600px;
}
.cplist li .pcon{
	width: 460px;
	float: right;
	height: 330px;
	padding: 70px 90px 100px 50px;	
}
.cplist li:nth-child(2n) a.img{
	float: right;
}
.pt{
	font: 100 36px/48px 'arial';
	color: #FDC903;
	margin-bottom: 8px;
}
.pc{
	font: 100 16px/48px '微软雅黑';
	color: #fff;
	text-align: justify;
	letter-spacing: 2px;
}
.pcon a{
	display: block;
	background: #FDC903;
	color: #232323;
	text-align: center;
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 16px;
	margin-top: 30px;
}

/*品牌之光*/
.pinpai{}
.pinpai ul{
	width: 100%;
}
.pinpai ul li{
	width: 25%;
	float: left;
	position: relative;
}
.pinpai ul li a.img,.pinpai ul li a.img img{
	width: 100%;
	overflow: hidden;
	display: block;
	height: 100%;
}
.pinpai ul li .maskbox{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.mbox{
	width: 64%;
	height: 80%;
	background: #fff;
	margin: 10% auto;
	border: 1px solid #232323;
	position: relative;
}
.mbox h3{
	font-size: 19px;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin: 0 15%;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 10%;
}
.mbox div{
	font-size: 14px;
	line-height: 30px;
	margin: 8% 15% 0;
	max-height: 150px;
	overflow: hidden;
}
.mbox a{
	display: block;
	width: 40%;
	height: 35px;
	line-height: 35px;
	background: #232323;
	color: #FDC903;
	text-align: center;
	/*margin: 8% auto;*/
	position: absolute;
	bottom: 10%;
	left: 30%;
}

/*联系我们*/
.index_cont{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: relative;
}
.cl{
	background: url(../images/c1.png) 0 25px no-repeat;
	padding-left: 42px;
	width: 260px;
	margin-left: 120px;
	float: left;
	font-size: 15px;
	color: #424242;
	line-height: 1.8;
}
.cc{
	background: url(../images/c2.png) 0 25px no-repeat;
	padding-left: 52px;
	width: 120px;
	margin-left: 120px;
	float: left;
	font-size: 15px;
	color: #424242;
	line-height: 1.8;
}
.cr{
	background: url(../images/c3.png) 0 25px no-repeat;
	padding-left: 62px;
	width: 160px;
	margin-left: 120px;
	float: left;
	font-size: 15px;
	color: #424242;
	line-height: 1.8;
}

/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:38px;background:url(../images/nline.jpg) 250px repeat-y;margin-bottom: 50px;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}




.box1{background: url(../images/bj1.png) no-repeat;height:918px;}
.bt1{width:46px;height:434px;}
.abpic{width:528px;height:664px;position:absolute;left:230px;top:130px;}
.abouts{width:455px;margin-right:206px;margin-top:230px;}
.abtt{color:#f1861c;font-size:26px;line-height:32px;}
.ab{color:#777777;font-size:16px;line-height:28px;margin-top:33px;}


.box2{height:710px;overflow:hidden;}
.tyt{width:910px;height:540px;position:absolute;right:0;bottom:0;}
.ty{width:322px;margin-left:205px;margin-top:285px;}
.tybt{color:#444444;font-size:18px;}
.tywz{color:#888888;font-size:14px;line-height:30px;margin-top:52px;margin-left:64px;text-align:right;}
.tywz p{margin-bottom:10px;}



.box3{background: url(../images/bj3.png) no-repeat;height:604px;margin-top:120px;}
.box3 .cont{width:982px;margin-left:103px;}
		.picScroll-left{ overflow:hidden;}
		.picScroll-left .bd{}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{_display:inline; overflow:hidden;}
		.picScroll-left .bd ul li .img{width:513px;height:445px;}
		.picScroll-left .bd ul li .img img{width:513px;height:445px;display:block;}
		.picScroll-left .bd ul li .det{width:369px;margin-top:195px;}
		.picScroll-left .bd ul li h3{color:#4a4744;font-size:16px;line-height:32px;height:158px;overflow:hidden;font-weight:normal;}
		.picScroll-left .bd ul li a.pm{color:#4b4b4b;font-size:14px;margin-top:70px;display:block;}
		.picScroll-left .bd ul li a.pm:hover{color:#f1861c;}
	





.hot{color:#4b4b4b;font-size:14px;margin-top:60px;}
.hot a{color:#4b4b4b;}
.hot a:hover{color:#f1861c;}
.hotSearchs a{margin-right:10px;}




/*友情链接*/
.f_link{color:#4b4b4b;font-size:14px;}
.f_link a{color:#4b4b4b;}
.f_link a:hover{color:#f1861c;}






/*页面底部*/
.foot{background: url(../images/foot.png) no-repeat;height:790px;overflow:hidden;margin-top:60px;}
.flogo{width:529px;height:52px;text-align:center;margin:0 auto;margin-top:195px;}
.fwz{color:#888888;font-size:12px;line-height:26px;margin-top:76px;text-align:center;}
.ads{margin-top:130px;margin-left:45px;}
.ads li{float:left;}
.ads li+li{margin-left:150px;}
.ads li .img{width:56px;height:62px;margin-right:12px;}
.ads li h3{font-weight:normal;color:#888888;font-size:16px;text-transform:uppercase;margin-top:8px;}
.ads li span{display:block;color:#888888;font-size:14px;margin-top:3px;}









.copyright{text-align:center;line-height:24px;
	padding: 20px 0;
	font-size: 14px;
	color: #888888;background:#161817;
}

.copyright a{color: #888888;}
.copyright a:hover{color:#f1861c;}






/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height: 20px;padding-left:15px;font-weight: normal;
background: url(../images/ntt1.png) no-repeat 0% 50%;font-size: 16px;color:#000;height: 50px;}
.left .box h3 span{font-size:12px;color:#949494;font-family:"Arial";}
.left .box .content{padding:0 10px 0 10px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;position: relative;left: 50%;margin-left:-960px;}
.n_banner img{width:1920px;margin:0 auto}
.left{width:220px;float:left;}
.sort_menu{margin-top: 1px;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:920px;float:right;padding-bottom:10px;padding-left: 26px;}
.sitemp{line-height: 45px;height: 45px;border-bottom:1px solid #d8d8d8;}
.sitemp .site{line-height:45px;font-family: "å®‹ä½“"}
.right .content{padding-top: 15px;line-height: 30px;}


