@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:bazgroly1;
	src: url('../fonts/Bazgroły1.ttf');
}

.top_phone{
	margin-top:36px;
	line-height:25px;
    color: #FC0E1B;
    font-size:24px;
    font-family: "bazgroly1","sans-serif";
    box-shadow: 10px 10px 5px #D8D6D6;
    display: inline-block;
}

a{color:#777777;}
/*公共的*/
/*文字换行*/
.break { word-break:break-all; word-wrap:break-word; }
.nobreak { word-break:keep-all; word-wrap:normal; }

/*浮动*/
.fl { float:left; }
.fr { float:right; }

.textright{ text-align:right;}
.textleft{ text-align:left;}


/*下划线*/
.unLine { text-decoration:underline; }

/*定位*/
.absolute { position:absolute; }
.relative { position:relative; }

/*水平居中 width:1000px;*/
.comWidth{width:1000px;margin:0px auto;}

/*浮动，布局时使用fatherDiv .leftArea{}添加新的样式*/
.leftArea{float:left;}
.rightArea{float:right;}

/*清除文本框的边框和轮廓*/
input,select,textarea{outline:none;border:none;background:none;}

/*禁止用户自行调整div的宽高*/
textarea{resize:none;}

/*清除浮动1*/
.clearfix{overflow:hidden;}

/*清除浮动2*/
.clearfixOver{overflow:hidden;}

/*清除浮动*/
.clearfixOver_ie{clear:both;}

/*缝隙*/
.hr_30{height:30px;}

/*横线*/
.line_1{height:1px; background-color:#000; margin-bottom:20px; clear:both;}

.none{display:none;}

.width100{width:100%;}

/*header */
.top{ background-color:#e8eae9;}
.top p{font-weight: bold;}
.top .title{font-size: 20px;letter-spacing: 3px;line-height: 46px;}
.top .small{font-size:14px;}

/*header nav*/
.MainNav{ background-color:#000;}
.MainNav li{padding: 11px 10px;font-size: 14px;}


/* main */
.marginBottom{margin-top:20px;}
/*products img_bigImg and info strat*/
.show_bigImg_title{font-size:28px;letter-spacing: 3px;line-height: 46px; font-weight:bold;}
.img_show_big_box{width:480px; height:420px;}
#divout{width:480px;height:320px;position:relative;}
#bigarea{width:192px; height:128px; opacity:0.5;filter:alpha(opacity=50); background-color:#FFF;position:absolute;display:none;}
#bigImgDiv{display:none;width:384px; height:256px; border:1px solid #ccc;position:absolute; top:5px; left:525px; overflow:hidden;}
#bigImg{position:absolute;width:960px;height:640px;}
.model_image{width:100%; height:100%;}
.select_img_show{width:100%;margin-top:15px;}
.select_img_show li{width:110px; margin:0 5px; height:73px; position:relative;}
.white_shadow{width:100%;height:100%; background-color:#FFF;opacity:0.5;filter:alpha(opacity=50); z-index:5;}
.select_img_show img{width:100%;}

.product_bigImg_info{width:470px;height:375px;}
.product_bigImg_info .title{font-size: 28px;height:40px;line-height: 40px;overflow: hidden;}
.manufacture{font-size:14px; margin-top:10px; margin-bottom:0;}
.manufacture span{color:#F24B34;}
.prodPrice{padding: 0 0 10px;border-bottom: 1px solid #ddd;color: #bfbfbf;}
.product_bigImg_info .title_name{font-size: 20px;color:#333;margin:18px 0 5px 0;}
.product_bigImg_info .title_info{color:#868181;}
.product_bigImg_info li{width:67px; height:56px; padding-right:20px; margin-top:20px;}
.product_bigImg_info img{width:100%; height:100%;}
.bigImg_contact a{margin-top: 30px;display: block;width: 170px;float: left;}


/*service list 服务列表*/
.service_list{ background-color:#f4f4f4; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-top:40px;}
.service_list a{float:left;text-align:center;font-size: 16px;color: #000;padding: 55px 67px 0px;margin: 18px 0px;border-right: 1px solid #ccc;}
.service1{ background:url(../images/icon/n_ico1.png) no-repeat center 0;}
.service2{ background:url(../images/icon/n_ico2.png) no-repeat center 0;}
.service3{ background:url(../images/icon/n_ico3.png) no-repeat center 0;}
.service4{ background:url(../images/icon/n_ico4.png) no-repeat center 0;}
.service5{ background:url(../images/icon/n_ico5.png) no-repeat center 0; border-right:0 !important;}
.service1:hover{ background-image:url(../images/icon/n_ico11.png);}
.service2:hover{ background-image:url(../images/icon/n_ico22.png);}
.service3:hover{ background-image:url(../images/icon/n_ico33.png);}
.service4:hover{ background-image:url(../images/icon/n_ico44.png);}
.service5:hover{ background-image:url(../images/icon/n_ico55.png);}
    
/*产品特点*/
.product_merit{margin-top:40px;}
.product_merit .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.product_flash{width:460px;height:300px;border:10px solid #999999; background:#000;}
.product_flash_info{ letter-spacing:1px; width:426px;height:276px;padding:22px; background-color:#f2f2f2;font-size: 14px;line-height: 24px;font-family: SimSun,serif;}

/*优势亮点*/
.advantage{margin-top:40px;}
.advantage .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.advantage li{width:230px; height:486px; border:1px solid #ccc;margin: 0 8px; text-align:center;}
.advantage .title_name{padding:5px 0 15px; background-color:#EEE;}
.title_name p{ text-align:center; font-size:20px;}
.title_name .titles{font-size: 26px;padding-top: 10px;font-weight: bold;}
.advantage_img{margin:15px 0;}    
.advantage .title_info{ padding:10px; line-height:23px;}

/*新闻列表*/
.news_list{margin-bottom:60px; margin-top:60px;}
.news_list_left{float:left;width:49%;}
.news_list_right{float:right;width:49%;}
.news_list_type{ font-size:24px; font-weight:bold; padding-bottom:20px; border-bottom:1px solid #ccc; margin-bottom:15px;}
.news_list_content{border: 1px solid #ccc;border-radius: 5px;}
.new_content{border-top: 1px solid #ccc;margin-top: -1px;font-size:14px; line-height:20px; line-height:20px\9; padding:10px 15px;}   
.new_content:hover{background-color:#f5f5f5;}
.news_list_content .new_content{ float:none;}
.new_content_create{ font-style:normal; float:right;}
.new_content a{color:#000;}


/*现场效果图*/
.flash_show{margin-top:40px; text-align:center;}
.flash_show .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.flash_show .marginBottom{ margin-bottom:20px;}

/*技术参数*/
.technology_parameter{ margin-top:40px; padding:0 10px; color:#000; text-align:center;}
body .technology_parameter div{text-align:center;}
.technology_parameter .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.marginBottom{ margin-bottom:20px;}

/*现场案例*/
.fieldCase{margin-top:40px;}
.fieldCase .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.fieldCase li{width:230px; margin:0 8px; height:190px;overflow:hidden;}
.fieldCase img{width:100%; height:100%;}

/*关于我们*/
.aboutus{margin-top:40px;margin-bottom:40px;}
.aboutus .title{font-size: 24px; font-weight:bold; padding-bottom:40px; text-align:center;}
.aboutus .aboutus_font{width:400px;height:200px; padding:20px;}

/* 网页footer*/
.footer{ background-color:#000; padding:30px;}
.footer p{text-align:center; color:#FFF;line-height:35px; }
.footer img{width:100px; height:100px; float:right; margin-top:-50px;}


/*关于我们 */
/*关于我们   资质荣誉*/
.slider{ width:1000px; margin:0 auto 20px;}
.slick-slide {margin: 0px 30px;}
.slick-slide img {width: 100%;}
.slick-prev:before,
.slick-next:before{color: black;}
.aboutus .slick-dots li button{display:none;}

/*百科的内容*/
.about_baike{width:100%; height:185px; border:1px solid #ccc; padding:10px 0 0 10px; line-height:25px; overflow:hidden;}
.about_baike li{width:100%;}
.about_baike .about_article_title{ color:black;}
.about_baike a:hover{text-decoration:underline;}
.about_article_type{color:#996600;}

/*修补*/
.title{ clear:both;}


/*侧边栏*/
.floating_ck{position:fixed;right:20px;top:30%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;text-align: center;}
.consult,.words{background-image:url(../images/icon0701/zxicon.png);}
.quote{background-image:url(../images/icon0701/kficon.png);}
.qrcord{background-image:url(../images/icon0701/erweima.png);}
.return{background-image:url(../images/icon0701/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height: 196px;top: -116px;}
.floating_ewm i{background-image:url(../images/weixin.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px; text-align:center;}
.floating_ewm .qrcord_p02{font-size:18px;}



/*引入字体图标*/
@font-face {
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.container{width:1000px;padding-left:10px;padding-right:10px;margin:0 auto;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

/*logo and nav*/
.logo-nav{border-bottom:1px solid #222;background:#EEEEEE;}
.left-logo{margin:8px 0;float:left;}
.right-nav{float:right;line-height:66px;}
.nav{margin:0;list-style:none;font-size:16px;}
.nav-li{float:left;padding:0 8px;}
.nav-li:hover a{color:#459FDB;}
.nav-li span{font-family:'Glyphicons Halflings'; vertical-align:bottom;}

