/*全局样式*/
@charset "utf-8";
@font-face{font-family:'iconfont';src:url('//at.alicdn.com/t/font_1432720974_1547027.eot');src:url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}

html{overflow-x:hidden;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;background:#020202;overflow-x:hidden;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{max-width:1230px !important;}
.clear{clear:both;width:0;height:0;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s}
.fangda{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sx{cursor:pointer;}
.w100{width:100% !important}
.h100{height:100% !important;}

/* 漂浮窗口 */
#pfck{width:366px;height:265px;z-index:99999;padding:15px 15px 0 0;}
#pfck .guan{position: absolute;top:0;right:0;cursor: pointer;}

/*头部*/
header .top_box{background:url(../images/top_bg_01.jpg) center center;background-size:cover;height:134px;}
header .top_box ul{margin-top:10px;}
header .top_box ul li{float:left;}
header .top_box ul li a{font-size:12px;color:rgba(255,255,255,0.4);margin-left:10px;}
header .top_box ul li:last-child a{border-left:1px solid rgba(255,255,255,0.4);padding-left:10px;}
header .top_box ul li a:hover{color:#ffe792;}
header .logo_box{margin-top:6px;}
header .logo_box .logo .logo2{margin:10px 0 0 17px;}
header .logo_box .tel{background:url(../images/icon1.jpg) no-repeat 0 center;text-indent:85px;margin-top:20px;}
header .logo_box .tel p{font-size:12px;color:#fff;}
header .logo_box .tel h5{font-weight:bold;font-size:28px;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,218,111,1)), to(rgba(244,220,147,1)));
-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}

/*PC端导航*/
nav{position:relative;border-top:1px solid #7e6d43;border-bottom:1px solid #232323;
background: #040404;
background: -moz-linear-gradient(left, hsla(0,0%,2%,1) 0%, hsla(345,3%,26%,1) 100%);
background: -webkit-linear-gradient(left, hsla(0,0%,2%,1) 0%,hsla(345,3%,26%,1) 100%); 
background: linear-gradient(to right, hsla(0,0%,2%,1) 0%,hsla(345,3%,26%,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#444041',GradientType=1 ); 
}
nav a{color:#ffe9a6 !important;font-size:15px;font-weight:bold;}
/*一级导航*/ 
nav ul li{float:left;width:12.5%;text-align:center;line-height:45px;position:relative;}
nav ul li:before{content:"";width:2px;height:45px;top:0;left:0;position:absolute;background:url(../images/nav_bx.png) no-repeat center;}
nav ul li:last-child:after{content:"";width:2px;height:45px;top:0;right:0;position:absolute;background:url(../images/nav_bx.png) no-repeat center;} 
nav ul li a{display:block;position:relative;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(246,218,111,1)), to(rgba(244,220,147,1)));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:300;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:45px;border:none;border:none;
background: #040404;
background: -moz-linear-gradient(left, hsla(0,0%,2%,1) 0%, hsla(345,3%,26%,1) 100%);
background: -webkit-linear-gradient(left, hsla(0,0%,2%,1) 0%,hsla(345,3%,26%,1) 100%); 
background: linear-gradient(to right, hsla(0,0%,2%,1) 0%,hsla(345,3%,26%,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#444041',GradientType=1 );
}
nav ul li ul li:last-child{border:none;}
nav ul li ul li:before{display:none;}
nav ul li ul li:last-child:after{display:none;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner img{margin:0 auto;position:relative;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none;left:-50%;}
#myCarousel .carousel-control.right{background-image: none;right:-50%;}
#myCarousel:hover .carousel-control.right{right:0;}
#myCarousel:hover .carousel-control.left{left:0;}

/*产品展示*/
.cpzs{margin-bottom:50px;position:relative;}
.cpzs .pictrue1{border:1px solid #2c2c2c;}
.cpzs .cpzs_pad{padding:0 50px;}
.cpzs_con{display:block;border:1px solid #2c2c2c;padding:4px;margin:30px 10px;}
.cpzs_con .imgbox{overflow:hidden;background:#fff;position:relative;}
.cpzs_con .imgbox .mask{width:100%;height:100%;background:rgba(0,0,0,0.8);color:#fff;line-height:25px;position:absolute;top:-100%;left:0;padding:5px;}
.cpzs_con .imgbox .mask .text{border:1px solid #6e6e6e;width:100%;height:100%;display: flex;flex-direction:column;justify-content:center;padding:0 20px;}
.cpzs_con:hover .mask{top:0;}
.cpzs_con:hover{border-color:#fff;}
.cpzs_con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}

/*页脚*/
.footer{padding:10px 0 25px 0;line-height:22px;position:relative;color:#c5b476;
background: #040404;
background: -moz-linear-gradient(left, hsla(0,0%,2%,1) 0%, hsla(300,1%,16%,1) 100%);
background: -webkit-linear-gradient(left, hsla(0,0%,2%,1) 0%,hsla(300,1%,16%,1) 100%);
background: linear-gradient(to right, hsla(0,0%,2%,1) 0%,hsla(300,1%,16%,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#292829',GradientType=1 );
}
.footer a,.footer2 a{color:#c5b476 !important;}
.footer ul,.footer2 ul{text-align:center;font-size:0;}
.footer ul li,.footer2 ul li{display:inline-block;position:relative;}
.footer ul li:before,.footer2 ul li:before{content:"";width:1px;height:13px;background:#595959;position:absolute;right:0;top:5px;}
.footer ul li:last-child:before,.footer2 ul li:last-child:before{display:none;}
.footer ul a,.footer2 ul a{font-size:13px;color:#c5b476;margin:0 15px;}
.footer ul a:hover,.footer2 ul a:hover{text-decoration:underline !important;}
.footer p,.footer2 p{text-align:center;}
.footer p a:hover,.footer2 p a:hover{text-decoration:underline !important;}
.footer .icon3{max-width:100%;margin-top:-45px;}
.footer2{padding:20px 0;background:#020202;font-size:12px;color:#777;line-height:20px;}
.footer2 ul li a{color:#777 !important;font-size:12px;}
.footer2 p a{color:#777 !important;}
.footer2 ul li a:hover,.footer2 p a:hover{color:#ffe792 !important;}

/*内页*/
.neiye{background:#0d0c0c;padding:0px 0 0 0;overflow:hidden;width: 100%}
.neiye .title3_pad{padding:0 0 0 15px;}
.neiye .title2{margin-top:20px;}
.neiye .title2 h5{font-size:12px;font-weight:bold;color:#d3d3d3;}
.neiye .title2 p{font-size:12px;color:#5a5959;margin:5px 0;}
.neiye .title2 span{display:block;border:1px solid #141414;height:3px;background:#201f1f;}
.neiye .nav_box{border:1px solid #141414;margin-top:1px;background:#000;padding-bottom:11px;}
.neiye .title3{line-height:35px;background:url(../images/nav1.jpg) center center;background-size:cover;font-size:14px;color:#d6d6d6;text-align:center;position:relative;}
.neiye .title3 i{position:absolute;width:100%;height:100%;top:0;left:0;}
.neiye .title3 span{position:absolute;right:15px;line-height:35px;}
.neiye .nav_box ul li a{display:block;line-height:49px;text-align:center;font-size:12px;color:#c0c0c0;border-bottom:2px solid #1f1f1f;background:url(../images/nav3.jpg) center center;background-size:cover;padding:0 10px;}
.neiye .nav_box ul li a:hover,.neiye .nav_box ul li a.active{color:#ffe9a6;}

/*产品展示内页*/
.neiye .neiye-r{position:relative;}
.neiye .neiye-r:before{content:"";width:1000%;height:100%;background:#191919;left:0;top:0;position:absolute;z-index:1;}
.cpzs_ny{padding:30px;position:relative;z-index:100;margin-top:20px;background:#fff;}
.cpzs_ny .col-lg-3{padding:0;}
.cpzs_ny .cpzsny_con{display:block;margin:0 8px 16px 8px;}
.cpzs_ny .cpzsny_con .imgbox{background:#fff;border:1px solid #c6c6c6;overflow:hidden;}
.cpzs_ny .cpzsny_con h5{line-height:45px;background:url(../images/cp5_03.jpg) center center;background-size:cover;font-size:12px;color:#fff;text-align:center;padding:0 10px;}
.cpzs_ny .cpzsny_con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.cpzs_ny .cpzsny_con:hover h5{color:#ffe9a6;}

/*产品展示详情页*/
.cpzsxq .img img{display:block;max-width:100%;margin:0 auto;border:1px solid #ccc;}
.cpzsxq .text_box1 h5{font-size:16px;font-weight:bold;color:#0d0c0c;border-bottom:1px solid #cecece;padding-bottom:10px;margin-bottom:10px;}
.cpzsxq .text_box1 .text{line-height:25px;}
.cpzsxq .canshu{margin-top:30px;}
.cpzsxq .canshu .an_box{font-size:0;border-bottom:1px solid #b8b8b8;}
.cpzsxq .canshu .an_box a{display:inline-block;font-size:13px;color:#000;width:108px;line-height:34px;border:1px solid #b8b8b8;text-align:center;margin-right:10px;border-bottom:none;padding:0 10px;}
.cpzsxq .canshu .an_box a.active{background:#0d0c0c;color:#fff;}
.cpzsxq .canshu .neirong .text{line-height:20px;font-size:12px;margin:20px 0;}
.cpzsxq .canshu .neirong img{max-width:100%;}
.cpzsxq .canshu .neirong{display:none;}
.cpzsxq .canshu .neirong.active{display:block;}
.cpzsxq .text{font-size:13px;color:#333;line-height:25px;}
.cpzsxq .text h5{font-size:16px;font-weight:bold;margin:0 0 5px 0;}
.cpzsxq .gsjj-img{margin-right:15px;width:421px;height:253px;border-radius:10px;}
.cpzsxq img{display:block;max-width:100%;margin:10px auto;}
.cpzsxq .bt{font-size:16px;text-align:center;margin:10px 0;}

/*新闻中心内页*/
.jszx_ny ul li{position:relative;padding-right:90px;line-height:35px;border-bottom:1px dashed #ccc;}
.jszx_ny ul li:before{content:"";width:4px;height:4px;background:#000;position:absolute;left:0;top:45%;border-radius:50%;}
.jszx_ny ul li a{font-size:13px;color:#000;margin-left:10px;}
.jszx_ny ul li p{font-size:13px;color:#000;position:absolute;right:0;top:0;}
.jszx_ny ul li a:hover{color:red;}

/*在线留言内页*/
.zxly_ny{background:#343434;position:relative;z-index:100;margin-top:20px;padding:1px;}
.zxly_ny form{margin:40px 15px;}
.zxly_ny form label,.zxly_ny form p{font-size:13px;color:#fff;}
.zxly_ny form input,.zxly_ny form textarea{background:#858585;border:1px solid #6c6b6b;color:#fff;}
.zxly_ny form input:hover,.zxly_ny form textarea:hover{background:#ffe9a6;color:#000;}
.zxly_ny form .button{width:80px;line-height:30px;background:#858585;}
.zxly_ny form .button:hover{background:#ffe9a6;}

/*移动端底部热点链接*/
.hot{height:50px; background:#ccbb79; position:fixed; bottom:0; left:0; z-index:2000;border-top:1px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{background:#7a6824;}	
.dbbox{position:fixed; left: 0; bottom:70px; z-index:1000; width: 100%; }
.dbbox .dbs{position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }

/*媒体查询开始*/
@media (max-width:991px){
header .logo_box .tel{background:none;float:left !important;text-indent: 30px;margin-top: 21px;}
header .logo_box .tel h5{font-size:28px;}
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:3px;background:rgba(204,187,121,0.8);}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .sjdnav li a:hover{background:rgba(0,0,0,0.6);color:#fff;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:35px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#ccbb79;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#ccbb79;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
body{padding-bottom:50px;}
header .top_box{height:100px;}
header .logo_box{margin-top:0;}
header .logo_box .logo{line-height:100px;}
header .logo_box .logo .pull-left{float:none !important;}
.cpzs .cpzs_pad{padding:0 25px;}
.cpzs_con{margin:20px 10px;}
.neiye .title3_pad{padding:0 15px;}
.neiye .nav_box{padding-bottom:0px;margin-bottom:20px;}
.cpzsxq .text_box1{margin-top:20px;}
.cpzsxq .gsjj-img{float:none !important;max-width:100%;height:auto;display:block;margin:0 auto;}
.cpzsxq .text{margin-top:30px;}
}

@media (max-width:767px){
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
header .sjdnav{top:80px;}
header .top_box{height:80px;}
header .logo_box .logo{line-height:80px;}
header .logo_box .logo img{width:150px;}
.cpzs .cpzs_pad{padding:0 20px;}
.cpzs_con{margin:10px 5px;}
.cpzs_ny{padding:15px 25px;}
.cpzs_ny .cpzsny_con{margin:0 5px 10px 5px;}
.cpzsxq{padding:15px;}
.zxly_ny form .anniu{text-align:center;}
.zxly_ny form .button{display:inline-block;}
}

@media (max-width:479px){
header .logo_box .tel{background:none;float:left !important;text-indent: 15px;margin-top: 14px;}
header .logo_box .tel h5{font-size:20px;}
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
header .top_box{height:60px;}
header .logo_box .logo{line-height:60px;}
header .logo_box .logo img{width:120px;}
.cpzs_ny .cpzsny_con h5{line-height:30px;}
.cpzsxq .canshu .an_box a{width:80px;margin-right:5px;}
.cpzsxq .text h5{font-size:14px;}
}
