﻿@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:"微软雅黑"; background:url(/images/bg.html) repeat;}
*{margin:0; padding:0;}
ul,li,dl,dt,dd{list-style-type:none}
a{text-decoration:none !important;line-height:none !important}
.glyphicon{ top:0 !important;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ text-decoration:none !important; cursor:pointer !important;color:#999;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1130px !important;}
.container{max-width:1000px !important;padding:0;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}
h1,h2,h3,h4,h5,h6{margin:0 !important; padding:0 !important}
.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}
.tr1{transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s}
.tr2{transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s}
.da{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
input:required{ -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}
.suo{padding:0 5px;}

/*全局样式*/
header{width:100%;height:100px; padding-top:25px; background:#1a1a1a}
.logo img{height:51px;}

header .phone{background:url(/images/icon-call.png) no-repeat left center; padding-left:50px; font-size:24px; color:#ff0000; min-height:35px; margin-top:8px}
header .phone:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
				@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
				10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
				100%{-webkit-transform:scale(1) rotate(0);}}

				/*火狐浏览器*/
				@-moz-keyframes tada{0%{-moz-transform:scale(1);}
				10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
				100%{-moz-transform:scale(1) rotate(0);}}

/*pc导航*/
.nav{width:100%;background:#333; height:50px;}
.nav li{ width:16.66%;float:left;font-size:14px;line-height:50px;text-align:center;position:relative;}
.nav li a{display:block;color:#fff;}
.nav .on,.nav li a:hover{background:#ff0000;}
/*导航二级下拉*/
.nav li .nav-zi{width:100%;position:absolute; left:0; top:50px;z-index:9999999; display:none;}
.nav li .nav-zi li{ width:100%; height:45px;background:rgba(0,0,0,0.6);line-height:45px;margin-top:1px;}
.nav li .nav-zi li a{display:block; padding:0 5px; color:#fff}
.nav li:hover .nav-zi{display:block !important;}
.nav li .nav-zi li:hover a{background:rgba(179,0,0,0.8)}

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{width:100%;background:rgba(0,0,0,0.55);line-height:38px;text-align:center;font-size:15px;line-height:38px;font-weight:bold;margin-bottom:3px}
header .sjdnav li a{display:block;color:#fff;}
header .sjdnav li a:hover{ background:rgba(229,153,8,0.85);}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:40px;right:15px;}
header .ydd_btn span{ display:block; width:100%; height:4px; background:#b30000;}
header .ydd_btn span.span02{margin:4px 0;}
header .ydd_btn.click{ background:none;}
header .ydd_btn.click span{ background:#b30000;}
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:4px 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;}


/*banner轮播*/
#myCarousel{position:relative;}
#myCarousel .carousel-inner img {margin:0 auto;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none; display:none}
#myCarousel .carousel-control.right{background-image: none; display:none}
#myCarousel:hover .carousel-control.left{display:block}
#myCarousel:hover .carousel-control.right{display:block}
.carousel-indicators{bottom:0;}
.carousel-indicators .active,.carousel-indicators li{width:13px;height:13px;margin:1px 4px;}


/*主体内容*/
.main1{padding-bottom:20px;}

.title{border-bottom:1px solid #1a1a1a; line-height:40px;margin:40px 0 30px}
.title .tou{display:inline-block; font-size:20px; color:#fff;font-weight:bold; padding:0 30px; background:#1a1a1a; line-height:40px}
.title .more{background:url(/images/more.png) no-repeat right center; font-size:14px; color:#666; padding-right:35px;}
.title .more:hover{color:#b30000; text-decoration:underline !important}


.jianjie{font-size:14px;line-height:23px; height:255px; overflow:hidden}
.jianjie .tu{width:210px; height:auto; margin:0 18px 5px 0}
.lianxi{font-size:14px; line-height:29px;}
.lianxi img{width:100%; height:auto; display:block; margin-bottom:10px}


/*产品展示*/
/*.navbox02{text-align:center; font-size:0; margin-bottom:20px}
.navbox02 .navli{display:inline-block; width:140px; background:#666;font-size:14px; color:#fff; line-height:36px; border-radius:8px;margin:0 3px 6px}
.navbox02 .navli:hover,.navbox02 .navli.active{background:#bf3e38;}*/

.show .row{margin:0 -10px !important}
.show .col-xs-6{padding:0 10px !important}
.show .imgbox{display:block; margin:0 0 10px;}
.show .imgbox .tu{border:1px solid #333;padding:3px;}
.show .imgbox .tu .imgbg{overflow:hidden;}
.show .imgbox h4{font-size:14px;color:#333;line-height:35px;text-align:center}
.show .imgbox:hover .tu{border-color:#b30000;}
.show .imgbox:hover .img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
.show .imgbox:hover h4{color:#b30000}


/*新闻列表，左边大字，此页面没有
.xianwen{margin-top:20px;}
.xianwen .imgbox{display:block; color:#333; margin-bottom:25px}
.xianwen .imgbox .block{font-size:60px; width:85px; border-right:2px solid #323232; padding-bottom:5px;margin-right:15px}
.xianwen .imgbox .text{font-size:14px;}
.xianwen .imgbox .text h4{font-size:18px; font-weight:bold}
.xianwen .imgbox .text span{display:block; margin:5px 0 3px;}
.xianwen .imgbox .text .zi{line-height:24px; color:#666; height:50px; overflow:hidden;}
.xianwen .imgbox:hover .text h4{color:#e71f12;}
.xianwen .imgbox:hover .text .zi{color:#333;} 
*/


/*、子页新闻资讯*/
.news .imgbox{display:block; position:relative; margin-bottom:30px}
.news .imgbox .tu{position:absolute; width:200px; height:160px; overflow:hidden}
.news .imgbox .tu .img{width:100%; height:100%;}
.news .imgbox .text{margin-left:215px; height:160px;font-size:12px;color:#4c4c4c;}
.news .imgbox .text h4{font-size:16px;line-height:30px;}
.news .imgbox .text .zi{color:#333; line-height:22px; height:66px; overflow:hidden; margin:8px 0 10px;}
.news .imgbox .text .more{display:block; width:90px; background:#666; color:#fff; line-height:28px; text-align:center;}
.news .imgbox:hover .img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
.news .imgbox:hover .text h4,.news .imgbox:hover .text span{color:#bf3e38;}
.news .imgbox:hover .text .more{background:#bf3e38;}



.liuyan label{ padding-top:0 !important; text-align:left !important;height:34px; line-height:34px; font-weight:normal;}
.liuyan input{ background:#fff; border:1px solid #ccc; height:38px;border-radius:10px; color:#4c4c4c}
.liuyan textarea{ background:#fff; border:1px solid #ccc; height:108px; border-radius:10px;}
.liuyan button{ width:149px;height:38px;background:#b30900;border:none; border-radius:10px; font-size:18px; color:#fff;margin-top:10px}
.liuyan button:hover{ background:#f0990f; text-decoration:underline !important}


/*底部信息*/
footer{background:#1a1a1a;color:#fff;padding:20px 0; font-size:14px; line-height:22px; text-align:center}
footer ul{margin-bottom:5px;}
footer ul li{display:inline-block;}
footer ul li a{margin:0 10px;}
footer a{color:#fff; transition:all 0.3s}
footer a:hover{color:yellow; text-decoration:underline !important}

/*底部热点开始*/
@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('/fonts/font_1432720974_1547027.eot') format('embedded-opentype'),url('/fonts/font_1432720974_1547027.woff') format('woff'),url('/fonts/font_1432720974_1547027.ttf') format('truetype'),url('/fonts/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(/fonts/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"}
.w100{width:100% !important}
.h100{height:100% !important}
.hot{height:50px; background:#b30000; position:fixed; bottom:0; left:0; z-index:99; border-top:2px 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:#980303;}	
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; 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; }
/*底部热点结束*/

/*子页面*/
/*1、关于我们*/
.main{ padding:30px 0 50px;font-size:14px; line-height:28px;}
/*内页左侧导航主要样式*/
.neiye .menu{background:#1a1a1a; font-size:24px; color:#fff; line-height:60px; font-weight:bold; text-align:center; position:relative}
.neiye .menu i{display:block; width:100%; height:100%; position:absolute; left:0; top:0; cursor:pointer; z-index:1}
.neiye .menu span{position:absolute; right:15px; line-height:60px;}
.neiye .navbox .nav1{display:block; background:#e6e6e6;padding:0 10px 0 38%; font-size:14px; color:#333; line-height:40px; margin-top:2px; text-align:left; transition:all 0.5s}
.neiye ul a{display:block; background:#e6e6e6; font-size:14px; color:#333; line-height:40px; padding:0 10px 0 85px;margin-top:2px; text-align:left}
.neiye ul{display:none;}
.neiye .ul1{display:block;}

/*一级导航、二级导航默认选中状态和hover事件*/
.neiye .navbox .nav1.active,.neiye .navbox .nav1:hover{background:#cc0000;color:#fff;}
.neiye ul a.active,.neiye ul a:hover{color:#fff; background:#bf3e37;}


.neiye .menu1{margin-top:20px;}
.lian{border:1px solid #ccc; font-size:12px; color:#666; line-height:20px; padding:3px;}
.lian img{width:100%; height:auto;}
.lian .zi{padding:10px 15px 20px;}


.main .cont{margin-top:20px;}
.title-zi{background:url(/images/icon.png) no-repeat left center; border-bottom:1px solid #999; text-indent:50px; font-size:14px; color:#666}
.title-zi h4{font-size:18px;font-weight:bold; line-height:50px}
.title-zi span{ margin-top:13px}
.title-zi span a{color:#666;}
.title-zi span a:hover{color:#b30000;}
.about{font-size:14px; color:#666;line-height:28px; }
.about h4{font-size:20px; line-height:35px; text-align:center;}

.call-us{font-size:14px;line-height:28px; }
.call-us h4{font-size:18px; color:#666; font-weight:bold;line-height:30px;}
.call-us img{max-width:100%; height:auto; display:block;margin:10px auto}

.show-box{padding-top:0; background:none}
.show-box .row{margin:0 -8px !important}
.show-box .col-xs-6{padding:0 8px !important}
.show-box .imgbox{margin:0 0 8px}
.show-box .imgbox span{ display:block; margin:-5px 0}

.show-main h4{font-size:20px; line-height:32px; text-align:center}
.show-main img{max-width:100%; height:auto; display:block;margin:10px auto 20px;}

.news-zi{background:none;}
.news-zi .imgbox .text span{display:block; margin:-8px 0;}

.news-main{font-size:14px;line-height:28px; color:#666}
.news-main .tou{text-align:center; color:#666; padding-bottom:8px; border-bottom:1px solid #ccc; margin-bottom:20px}
.news-main .tou h4{font-size:20px; color:#333}
.news-main img{display:block; max-width:100%; height:auto; margin:10px auto;}

.liuyan{ width:75%; margin:0 auto;}

.news11{margin-top:-6px;}
.news11 ul li a{display:block; background:url(/images/icon01.png) no-repeat left center; font-size:14px; color:#666; line-height:40px; border-bottom:1px dashed #ccc; position:relative; padding:0 90px 0 12px;}
.news11 ul li a span{position:absolute; top:0; right:0;}
.news11 ul li a:hover{color:#b30000;background:url(/images/news-icon.png) no-repeat left center;}




@media (max-width:1365px){
.owl-theme .owl-controls .owl-buttons div{display:none !important}
.rongyu .owl-theme .owl-controls .owl-buttons div{display:block !important}
}

@media (max-width:1100px){

}

@media (max-width:991px){
header{height:90px; padding-top:20px;}
header .ydd_btn{top:30px}
header .sjdnav{ top:90px}
header .ydd_btn span.span02{margin:6px 0;}
footer{padding-bottom:70px; text-align:center}


/*手机侧导航 下拉 开始*/
.neiye .navbox .ul1{display:none;}
.neiye .menu{text-align:left; text-indent:0; font-size:21px; line-height:52px; text-align:center} 
.neiye .menu span{line-height:52px;}
.neiye .navbox .nav1{padding:0 10px; text-align:center}
/*手机侧导航 下拉 结束*/
}

@media (max-width:767px){
header{height:70px; padding-top:15px}
.logo img{ height:40px;}
header .ydd_btn{top:23px;width:32px;}
header .sjdnav{ top:70px}
.carousel-indicators .active,.carousel-indicators li{width:10px;height:10px;margin:1px;}
.title{line-height:35px;margin:30px 0 20px}
.title .tou{font-size:18px;padding:0 20px;line-height:35px}
.title .more{padding-right:30px;}
.show .imgbox h4{line-height:35px;}

.liuyan{width:100%;}

}

@media (max-width:600px){
.show .row{margin:0 -6px !important;}
.show .col-xs-6{padding:0 6px !important}
.show .imgbox{margin:0 0 6px}



/*手机侧导航 下拉 开始*/
.neiye .menu{line-height:48px; font-size:18px;}
.neiye .menu span{ line-height:48px;}
/*手机侧导航 下拉 结束*/
.show-main h4{font-size:18px;}



}


@media (max-width:479px){
header{height:55px; padding-top:13px}
.logo img{height:32px; margin-left:-5px}
header .ydd_btn{top:18px; width:30px;}
header .sjdnav{ top:55px}
header .ydd_btn span.span02{margin:4px 0;}
.jianjie{height:auto;}
.jianjie .tu{width:100%; float:none !important; margin:0 0 10px 0}
.jianjie .text{height:138px; overflow:hidden;}

.liuyan button, .contact button{font-size:16px; width:130px; height:38px;}

.news .imgbox{margin-bottom:20px}
.news .imgbox .tu{width:160px; height:120px;}
.news .imgbox .text{margin-left:170px; height:120px;}
.news .imgbox .text h4{font-size:14px; line-height:24px}
.news .imgbox .text span{display:none;}
.news .imgbox .text .zi{line-height:20px; height:60px;margin:2px 0 6px;}

}


@media (max-width:400px){
header .ydd_btn{width:26px;}


.show .imgbox h4{line-height:30px;}

.news .imgbox .tu{width:140px; height:100px;}
.news .imgbox .text{margin-left:150px; height:100px;}
.news .imgbox .text .more{display:none;}
.news .imgbox .text h4{line-height:30px;}
.news .imgbox .text .zi{margin:2px 0 0;}

}


@media (max-width:380px){
}

@media (max-width:360px){


}
