@charset "utf-8";
@import "font-awesome.min.css";
/*公告样式*/
*{margin:0;padding:0;}
body,div,ul,li,dl,dt,dd,dl,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}
ol,ul,li{list-style-type: none;}
img{max-width:100%;border: 0;vertical-align: middle;}
body{width:100%;background: url(../images/bg.jpg) center top repeat-y #FFF;color: #434343;font: normal 14px/1.5 STHeiti,"Microsoft Yahei","微软雅黑",tahoma,arial,'Hiragino Sans GB',sans-serif;}
p{font-size: 14px;line-height: 1.5;}
a{color: #333;text-decoration: none;}
a:hover{color: #c53f1c;text-decoration: none;}
.clear{clear: both;height: 1px;width: 100%;overflow: hidden;margin-top: -1px;}
.clearfix:after{content: "";display: block;clear: both;height: 0;}
.clearfix{zoom: 1;}
.f_l{float: left;}
.f_r{float: right;}
iframe{width: 100%;height: auto;overflow: hidden;}
.form-group{position: relative;}
.passcode{position: absolute;top: 1px;right: 0;}
.noinfo{width: 100%;padding: 10px 0;text-align: center;}
.zoomimgs{display:block; width:100%;height:0; overflow:hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/}
.news-zoomimgs{padding-bottom: 54%;}
.pro-zoomimgs{padding-bottom: 100%;}
.brandzoomimgs{padding-bottom: 34%;}
.proclasszoomimgs{padding-bottom:75%;}
.partnerzoomimgs{padding-bottom:98%;}
.indexnewszoomimgs{padding-bottom: 53%;}
.probigzoomimgs{padding-bottom: 42%;}
.piczoomimgs{padding-bottom: 80%;}
.line{width: 100%;height: 1px;background-color: #cfcfd1;margin: 0 auto;}
.mtb50{margin:50px 0;}
.pd50{padding-bottom: 50px;}
.container{overflow: hidden;}


/*顶部导航样式*/
.head_bg{width:100%;background-color: rgba(0,0,0,.6);border-bottom: 10px solid #c53f1c;overflow:hidden;}
.head_bg .head_box{height: 140px;position:relative;}
.head_box .welcome{color: #fff;}
.head_box .logo{width:460px;margin-top: 20px;}
.head_box .head_ad{padding: 20px 0 0 220px;text-align: center;}
.navigation{position: absolute;right:0;bottom:0;}
.navigation .nav li{width: 92px;margin: 0 5px;line-height: 34px;text-align: center;}
.navigation .nav li:last-child{margin-right: 0px;}
.navigation .nav li a{display: block;padding:7px 0;overflow: hidden;background-color: #696a6c;color: #fff;
	-webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.navigation .nav li:hover a,.navigation .nav li.active a{background-color: #c53f1c;}
.language{position: absolute;top: 14px;right: 0;}
.language ul{height: auto;background-color: #c53f1c;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.language ul li{display:inline-block;padding: 0 10px;border-right: 1px solid #FFF;line-height: 1;}
.language ul li:last-child{border-right: none;}
.language ul li a{display:block;color: #fff;}

/*手机版导航*/
.navbar-toggle{cursor:pointer;}
.sidebar-wrapper {/*display: none;*/}
.sidebar {position: fixed;top: 0;bottom: 0;right: 0;width: 160px;background-color: #303032;z-index: 17;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.s-translate {-webkit-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.sidebar-title {position: fixed;width: 100%;height:50px;background-color: #c53f1c; z-index:16;cursor: pointer;}
.left-arrow-icon:before {content: "";position: absolute;top: 50%;left: 16px;display: inline-block;width: 30px;height: 30px;background: url(../images/close_sidebar.png) no-repeat center;-webkit-transform: translateY(-50%) rotate(180deg);-ms-transform: translateY(-50%) rotate(180deg);-o-transform: translateY(-50%) rotate(180deg);transform: translateY(-50%) rotate(180deg);}
.sidebar-content {position: relative;padding-top: 50px;height:100%;overflow: auto;}
.list-unstyled {padding-left: 0;list-style: none;z-index: 16;}
.sidebar-menu>li{position: relative;}
.sidebar-menu>li>a{display: block;padding: 8px 20px;vertical-align: middle;font-size: 14px;color: #fff;font-weight: 400;}
.sidebar-menu .drop-menu{display: none;padding-left: 20px;}
.sidebar-menu .drop-menu>li{line-height: 30px;}
.sidebar-menu .drop-menu li a {padding-left: 10px;color: #fff;}
.sidebar-menu>li> a:link{text-decoration: none;}
.sidebar-menu>li> a:visited{text-decoration: none;}
.sidebar-menu>li:hover> a,.sidebar-menu .drop-menu li:hover a,.sidebar-menu .drop-menu > li.active > a{color: #c53f1c;}
.sidebar-menu>li.active> a{color: #c53f1c;}


/*底部样式*/
footer{border-bottom: 8px solid #303032;}
.foot_top{padding:50px 0 30px;background-color: #5d5d5e;border-top: 8px solid #231f1c;font-size: 12px;}
.foot_top .foot_list{color: #fff;}
.foot_top .foot_list a{color:#FFF;}
.foot_top .foot_list a:hover{color:#c53f1c;}
.foot_top .foot_list p{font-size: 12px;}
.foot_top .foot_list h2 a{font-size: 14px;line-height: 2.4;color: #fff;}
.foot_top .foot_list h2 a:hover,.foot_top .foot_list li a:hover{color: #c53f1c;}
.foot_top .foot_list li a{font-size: 12px;color: #fff;line-height: 1.8;}
.foot_top .foot_list label{width:54px;font-size: 12px;}
.foot_top .foot_list label i{padding-right: 4px;}
.foot_bottom{background-color: #252525;border-top: 1px solid #696969;}
.foot_bottom .copyright{padding: 15px 0;text-align: center;color: #bbb;}
.foot_bottom .copyright a{color: #bbb;}


/*轮播样式*/
#ad-carousel{width:100%;overflow: hidden;}
#ad-carousel .owl-buttons div{display:none;position: absolute;top: 50%;z-index: 9;width: 33px;height: 54px;margin-top: -27px;overflow: hidden;background: url(../images/prev_next.png) no-repeat;border-radius:0;text-indent: -9999px;}
#ad-carousel .owl-buttons div.owl-prev{left: 30px;background-position: left top;}
#ad-carousel .owl-buttons div.owl-next{right: 30px;background-position: right top;}
#ad-carousel .ad-carousel-carousel:hover .owl-buttons div{display: block;}
#ad-carousel .owl-page span{width:22px;height:22px;border-radius:22px;background: #c1c1c1;}
#ad-carousel .owl-page.active span,#ad-carousel .owl-page:hover span{background-color: #c53f1c;}


/*common*/
.heading{overflow:hidden;padding:40px 0 30px;text-align: center;font-weight: 700;color: #434343;}
.heading h2{padding-bottom:10px;font-size: 40px;color: #c53f1c;font-family:akzidenz-grotesk_bq_superRg,Arial,Helvetica,Tahoma,Verdana,Sans-Serif;font-weight: 700;}
.heading p.sub_title{display:inline-block;position: relative;padding: 0 20px;font-size: 26px;letter-spacing: .5em;}
.heading p.sub_title:before,.heading p.sub_title:after{content: '';position: absolute;top: 50%;width: 180px;height: 1px;margin-top: -1px; border-top: 1px solid #6a6967;}
.heading p.sub_title:before{left: -180px;}
.heading p.sub_title:after{right: -180px;}
.heading.white,.heading.white h2,.heading.white p.sub_title,.heading.white .title_ad{color: #fff;}
.heading.white p.sub_title:before,.heading.white p.sub_title:after{border-top: 1px solid #fff;}

.more_btn{padding-top:50px;text-align: center;}
.more_btn a{display: inline-block;padding:0 30px;margin:0 auto;border: 1px solid #c53f1c;font-size: 24px;text-align: center;color: #c53f1c;line-height: 1.8;}
.more_btn a:hover{border: 1px solid #434343;color: #434343;}



/*首页关于我们*/
#about_us{}
.about_list{padding:0 50px;}
.about_list p{font-size: 16px;line-height: 1.5;}
.about_list .about_img{padding-top:70px;}
.about_list .about_video iframe{height: 300px;}


/*首页产品展示*/
.pro_bg{margin:0 100px;background-color: rgba(0,0,0,.6);border-top: 10px solid #c53f1c;}
.index_pro_list{padding:60px 0 100px;}
.index_pro_list .pro_item{position:relative;float: left;width: 20%;} 
.index_pro_list .pro_item .pro_img_all {position: relative;}
.index_pro_list .pro_item .pro_img_all .pro_img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.index_pro_list .pro_item .pro_img_all .pro_img.active{position: relative;}
.index_pro_list .pro_item .pro_info{/*width: 100%;*/height:180px;background-color: #dededc;text-align: center;}
.index_pro_list .pro_item h4{padding: 40px 0 10px;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_pro_list .pro_item span{padding-top: 10px;color: #b3b3b1;}
.index_pro_list .pro_item .more_details{display: block;width: 80px;margin: 25px auto 0;background-color: #c53f1c;border: 1px solid #c53f1c;   line-height: 28px;color: #FFF;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.index_pro_list .pro_item .more_details:hover{background-color: transparent;color: #c53f1c;}


/*首页新产品*/
#new_products{}
.index_new_pro_list {position: relative;height: 470px;padding: 50px; overflow: hidden;}
.index_new_pro_list .pro_list_ul{width: 100000px;height: auto;margin-left: -4px; }
.index_new_pro_list .new_pro_item{display: none;position: relative;float: left;width: 220px;height: 220px;margin-left: -72px;border: 10px solid #FFFFFF;overflow: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.index_new_pro_list .new_pro_item:last-child {clear: right; }
.index_new_pro_list .new_pro_item:nth-child(-n+7){display: block;}
.index_new_pro_list .new_pro_item:nth-child(7n){clear: right; }
.index_new_pro_list .new_pro_item:nth-child(2n){margin-top: 148px;}
.index_new_pro_list .new_pro_item:nth-child(7n+1){margin-left: 0;}
.index_new_pro_list .new_pro_item .pro_img {width: 288px;height: 288px;margin-top: -47px;margin-left: -47px; }
.index_new_pro_list .new_pro_item .pro_img img {width: 100%;height: 100%; }
.index_new_pro_list .new_pro_item .pro_img:hover:after {content: '';display: block;position: absolute;width: 288px;height: 288px;left: -47px;top: 0;cursor: pointer;z-index: 1;background-color: #c53f1c;color: #FFFFFF;opacity: .8; }
.index_new_pro_list .new_pro_item .pro_img.hover a {z-index: 222;display: block;width: 100%;height: 100%; }
.index_new_pro_list .new_pro_item .pro_img:hover a:before,.index_new_pro_list .new_pro_item .pro_img:hover a:after {display: block;position: absolute;content: '产品详情';width: 100%;top: 40%;left: 50%;margin-top: -1em;margin-left: -100px;font-size: 20px;text-align: center;color: #FFFFFF;z-index: 999;cursor: pointer;}
.index_new_pro_list .new_pro_item .pro_img:hover a:after {content:"";display:block;position:absolute;top:60%;left:50%;width:61px;height: 61px;margin-left:-30px;background: url(../images/circle.png) no-repeat center center; }
.index_new_pro_list .new_pro_item .pro_module {/*display: none;*/
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.mobile_list .mobile_new_pro_item .piczoomimgs{border-radius: 4px;border:8px solid #fff;}
.mobile_list h2{font-size: 16px;line-height: 30px;text-align: center;}


/*首页品牌实力*/
#brand{}
.brand_list{margin:0 100px;}
.brand_list .col-sm-3{padding:0 5px;}
.brand_list .brand_item{position:relative;margin-bottom: 10px;}
.brand_item .overlay{display:none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(197,63,28,.8);text-align: center;}
.brand_item .overlay a{position:absolute;top:50%;left:50%;display: inline-block;padding:2px 14px;margin:0 auto;border: 1px solid #fff;font-size: 20px;text-align: center;color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brand_list .brand_item:hover .overlay{display: block;}


/*首页客户见证*/
#parnter{}
.parnter_list{position:relative;padding:0 60px;overflow: hidden;}
.parnter_list .parnter_item{position:relative;margin:0 15px;}
.parnter_item h3{width:100%;margin-top: 15px;padding:12px 0;background-color:#ddd;font-size:16px;text-align: center;}
.parnter_item h3 a{display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.parnter_list .owl-controls .owl-buttons div{position: absolute;top: 50%;width:38px;height:38px;background-color:#bcbcbc;background-repeat:no-repeat;background-position:center center;border-radius:50%;color: #bcbcbc;font-size: 38px;text-indent:9999px;}
.parnter_list .owl-controls .owl-buttons div.owl-prev{left:-60px;background-image: url(../images/prev.png);}
.parnter_list .owl-controls .owl-buttons div.owl-next{right:-60px;background-image: url(../images/next.png);}
.parnter_list .owl-controls .owl-buttons div:hover{background-color: #c53f1c;}
.parnter_list .overlay{display:none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(197,63,28,.8);text-align: center;}
.parnter_list .overlay .overlay_con{position: absolute;top: 50%;left:0;padding:0 10px;color: #fff;z-index: 9;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.parnter_list .overlay .overlay_con a{color: #fff;}
.parnter_list .overlay .overlay_con span{display:inline-block;margin-top:10px;padding:6px 20px;border:1px solid #fff;color: #fff;}
.parnter_list .parnter_item:hover .overlay{display: block;}


/*首页新闻中心*/
#news{}
.news_item .news_desc{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_lefter .news_item{position:relative;height:140px;margin-bottom: 10px;border: 1px solid #434343;}
.news_lefter .news_item::last-child{margin-bottom:0;}
.news_lefter .news_item .caldata{float: left;width:140px;height:138px;padding-top:20px;background-color: #c9c9c9;color: #999;text-align: center;}
.news_lefter .news_item .caldata p.day{font-size: 60px;line-height: 60px;}
.news_lefter .news_item .caldata p.year{width:80px;height: 24px;margin:0 auto;line-height: 24px;border: 1px solid #999;}
.news_lefter .news_item .news_info{height:140px;margin: 0;padding:20px 20px 20px 30px;overflow: hidden;zoom: 1;}
.news_lefter .news_item h3{padding-bottom:15px;font-size:20px;color: #434343;}
.news_lefter .news_item:before,#news .news_lefter .news_item:after{position: absolute;right: 0;bottom: 0;}
.news_lefter .news_item:before{content: '+';width: 15px;color: #FFF;text-align: center;z-index: 2;}
.news_lefter .news_item:after{content: '';width: 0;height: 0;border: 15px solid transparent;border-right: 15px solid #434343;border-bottom: 15px solid #434343;z-index: 1;}
.news_righter .news_item{background-color: #434343;}
.news_righter .news_info{height:239px;padding:30px;color: #fff;}
.news_righter .news_info h3{position: relative;}
.news_righter .news_info h3:after{content: '';display: block;width: 40px;height: 5px;background-color: #FFF;margin: 25px 0;}
.news_righter .news_info h3 a{font-size:20px;color: #fff;}
.news_righter .news_info h3:hover a{color: #c53f1c;}
.news_righter .news_info .news_desc{color: #ccc;}
.news_lefter .news_item:hover .caldata{background-color: #c53f1c;}
.news_lefter .news_item:hover .caldata p{color: #fff;border-color: #fff;}
.news_lefter .news_item:hover .news_info{background-color: #434343;}
.news_lefter .news_item:hover .news_info h3 a{color: #fff;}
.news_lefter .news_item:hover .news_info h3:hover a{color: #c53f1c !important;}
.news_lefter .news_item:hover:after{border-right: 15px solid #c53f1c;border-bottom: 15px solid #c53f1c;} 
.news_lefter .news_item:hover .news_desc{color: #ccc;}

/* 首页地图 */
.BMapLib_nav_tab li{width: 148px !important;}
#BMapLib_search_bus_btn0{margin-right: 3px !important;}
#BMapLib_trans_text0{width: 97% !important;}
#BMapLib_transBox0 td{padding-left: 5px !important;}
.BMapLib_bubble_content span {display: block;line-height: 20px;}

/*首页联系我们*/
#contact{}
#map{border-top: 8px solid #c53f1c;}


/*内页*/
.main img{max-width: 100%;}
.main_content{width:100%;min-height:300px;margin:20px 0 30px;padding: 20px 20px 50px;background-color: rgba(255,255,255,.5);overflow: hidden;}
.main_content p{line-height: 2 !important;}
.pro_content{padding: 20px 50px 50px;}
.pro_details{padding: 20px 0 50px;}
.inner_nav{margin-bottom:30px;text-align: center;}
.inner_nav .sub_menu li{display: inline-block;}
.inner_nav .sub_menu li a{position:relative;display:block;margin:0 15px;padding: 0 3px;font-size:16px;color: #434343; }
.inner_nav .sub_menu li a:after{content: ' / ';position: absolute;right: -20px;color: #434343;}
.inner_nav .sub_menu li:last-child a:after{content: "";}
.inner_nav .sub_menu li:hover a,.inner_nav .sub_menu li.active a{color:#c53f1c; text-decoration: underline;}
.customer .inner_nav li:nth-child(2) a,.news_pro .inner_nav li:first-child a{color:#c53f1c; text-decoration: underline;}
.bread_crumb{text-align: right;font-size:12px;color: #8b8b8b;}
.bread_crumb li{display: inline-block;}
.bread_crumb a{margin: 0 .4em;font-size:12px;color: #8b8b8b;}


/*产品页*/
.pro_content .pro_item{margin:0 30px;}
.pro_content .pro_item .pro_thumb{padding:4px;border-radius: 4px;border: 1px solid #dedede;}
.pro_content .pro_item .pro_title{margin:20px 0;font-size: 14px;color: #434343;text-align: center;}


/*新闻页*/
.inner_parnter_list{padding-top:20px;}
.inner_parnter_list .parnter_item{margin:0 0 30px;}
.news_list li{padding:12px 0;border-bottom: 1px #c0d5e8 dashed;}
.news_list li:first-child{padding-top:0;}
.news_list li .news_img{width: 200px;}
.news_list li .f_l{margin-right: 20px;}
.news_list li .news_info{margin:0;overflow:hidden;zoom:1;}
.news_list li .news_info h2 a{font-size: 18px;line-height: 30px;}
.news_list li .news_info .news_desc{padding-top: 20px;}
.news_list li .news_info .news_desc a{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news_list li .news_info.news_time h2 a {font-size: 16px;}
.news_list li .news_info.news_time .news_desc{padding-top: 0;}
.news_list li .news_info.news_time .time{font-size:14px;line-height: 30px; color: #c53f1c;}


/*单页面样式*/
.pro_details .flash_pro_item{margin-top: 30px;}
.pro_details .owl-controls{display: block !important;}
.pro_details .owl-controls .owl-buttons div{position: absolute;top: 50%;width:45px;height:60px;margin:-15px 0 0 0;background-color:#fff;color:#ccc;font-size:33px;opacity: 1;}
.pro_details .owl-controls .owl-buttons div.owl-prev{left:0px;border-radius: 0 5px 5px 0;}
.pro_details .owl-controls .owl-buttons div.owl-next{right:0px;border-radius: 5px 0 0 5px;}
.pro_details .owl-controls .owl-buttons div.owl-prev:after,.pro_details .owl-controls .owl-buttons div.owl-next:after{color: #434343;font-size: 30px;}
.pro_details .owl-controls .owl-buttons div:hover{color: #434343;}
.pro_details .pro_desc{padding:0 20px;}
.pro_details .pro_title{padding:20px 0 40px;font-weight: 700;font-size: 18px;text-align: center;}

.article_box .article_title{padding: 20px 0 10px;font-size: 20px;line-height: 30px;text-align: center;font-weight: 700;}
.article_box .article_info{padding-bottom:20px;border-bottom: 1px solid #ccc;color: #8b8b8b;text-align: center;}
.article_box .article_info span{padding:0 10px;}
.article_box .article_details{padding-top: 30px;}

.brand_title a{display:block;margin-bottom:20px;padding: 20px 0 10px;border-bottom: 1px dotted #ccc;text-align: center;color: #c53f1c;font-size:18px;font-weight:700;}

/*在线留言*/
.feedback_box{width:60%;margin:0 auto;padding-top: 30px;}


/*翻页*/
.pages{margin:20px auto 0;text-align: center;border-radius: 0;font-size: 12px;}
.pages li{display:inline-block;margin:0 4px;padding:2px 10px;background-color:#ccc;border-radius: 2px;}
.pages li.active,.pages li:hover{background-color: #c53f1c;}
.pages li a{color: #fff;font-size: 12px;}

.pageUpDown{margin-top: 20px;}


/*在线客服样式*/
.SonlineBox{ width:139px; font-size:12px;overflow:hidden; z-index:6;}
.SonlineBox .openTrigger{ width:31px; height:130px; position:absolute; top:0px;  z-index:1; cursor:pointer;  background:#c53f1c url(../images/qq/greenOpen.jpg) no-repeat;} 
.SonlineBox .titleBox{ width:135px; height:35px;line-height:33px; background:#c53f1c; border-bottom:2px solid #c53f1c;}
.SonlineBox .titleBox span{ margin-left:10px;color:#fff; font-size:14px;}
.SonlineBox .contentBoxC{ width:135px; /*height:335px;*/ border:2px solid #c53f1c; background:#ffffff/* url(images/qq/greenBg.jpg) no-repeat*/; position:absolute; z-index:2;}
.SonlineBox .contentBoxC .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px;-webkit-transition:all 0.8s ease-out;}
.SonlineBox .contentBoxC .closeTrigger:hover{-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBoxC .listBox{overflow:hidden; margin-bottom:10px;}
.SonlineBox .contentBoxC .listBox .Tlist{ display:block; width:86%; height:22px; margin:10px auto 0px auto;text-align:center;}
.SonlineBox .contentBoxC .listBox .Tlist span{float:left; line-height:22px;}
.SonlineBox .contentBoxC .listBox .Tlist a{/*float:left;*/}
.SonlineBox .contentBoxC .listBox .WWList{ line-height:18px;height:18px;}
.SonlineBox .contentBoxC .listBox .SkypeList{line-height:23px;height:23px;}
.SonlineBox .contentBoxC .otherBox{clear:both;height:115px;text-align:center;}
.SonlineBox .contentBoxC .otherBox img{width:105px;height:105px;}
.SonlineBox .contentBoxC .telBox{display:block;padding:36px 10px 10px ;color:#c53f1c;font-size:14px;line-height:26px;font-family:'微软雅黑';background:url(../images/qq/telBg.jpg) 0 0 no-repeat;text-align:center;font-weight:bold;word-wrap : break-word;}


#toolbar{display: none;}
#toolbar .col-xs-3{padding:6px 0;background-color: #000;color: #fff;text-align:center;}
#toolbar a{display:block;color: #fff;}
#toolbar a i{display:block;font-size: 20px;}

/*媒体查询*/
@media(min-width: 1230px){
	.container{width:1230px;overflow: hidden;}
}
@media (max-width: 1200px) {
	.head_box .logo{width:360px;}
	.head_box .head_ad{padding:30px 0 0 120px;}
	.pro_bg{margin:0;}
	.inner_parnter_list{padding:20px 0 0;}
	.index_pro_list .pro_item .pro_info{height: 140px;}
	.index_pro_list .pro_item h4{padding:16px 0 10px;}
	.index_new_pro_list{height: 370px;}
	.index_new_pro_list .new_pro_item{width:170px;height: 170px;margin-left:-56px;}
	.index_new_pro_list .new_pro_item:nth-child(2n){margin-top: 115px;}
	.index_new_pro_list .new_pro_item .pro_img{width:210px;height: 210px;margin-top: -26px;margin-left: -26px;}
	.index_new_pro_list .new_pro_item .pro_img:hover:after{width: 230px;height: 210px;left: -34px;}
	.index_new_pro_list .new_pro_item .pro_img:hover a:before,.pindex_new_pro_list .new_pro_item .pro_img:hover a:after{font-size:16px;margin-left: -60px;}
	.pro_content .pro_item .pro_title{margin:10px 0;}
}
@media (max-width: 992px) {
	.proclasszoomimgs{padding-bottom: 98%;}
	.head_box .logo{width:300px;}
	.head_box .head_ad{padding:36px 0 0 30px;}
	.head_ad img{width: 80%;}
	.index_pro_list .pro_item h4{font-size: 16px;}
	.index_pro_list .pro_item .more_details{margin:12px auto 0;}
	.index_new_pro_list{height: 294px;}
	.index_new_pro_list .new_pro_item{width:124px;height: 124px;margin-left:-42px;}
	.index_new_pro_list .new_pro_item:nth-child(2n){margin-top: 82px;}
	.index_new_pro_list .new_pro_item .pro_img{width:160px;height: 160px;margin-top: -26px;margin-left: -26px;}
	.index_new_pro_list .new_pro_item .pro_img:hover:after{width: 160px;height: 160px;left: -30px;}
		.index_new_pro_list .new_pro_item .pro_img:hover a:before,.pindex_new_pro_list .new_pro_item .pro_img:hover a:after{margin-left: -50px;}
	.pro_content .pro_item .pro_title{margin:10px 0;}
	.pro_content .pro_item{margin:0;}
}
@media (max-width: 760px) {
	.proclasszoomimgs{padding-bottom:0;height: 180px;}
	.row {margin-left: -10px;margin-left: -10px;}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right: 10px;padding-left: 10px;}
	#toolbar{display: block;}
	.index_pro_list .pro_item h4{padding:38px 0 10px;}
	.index_pro_list .pro_item .pro_info{height: 180px;}
	.mtb50{margin:20px 0;}
	.pd50{padding-bottom: 20px;}
	span.icon-bar{background-color: #fff;}
	.head_bg .head_box{height: auto !important;}
	.head_box .logo{width:260px;margin:10px 0;}
	
	.heading{padding:20px 0;}
	.heading h2{font-size: 24px;}
	.heading p.sub_title{font-size: 18px;}
	.more_btn{padding-top: 20px;}
	.more_btn a{padding:0 20px;font-size: 16px;}

  	.about_list{padding:0;}
	.about_list .about_img{padding-top: 20px;text-align: center;}
	.about_list .about_img .about_img_item{margin-bottom: 10px;}
	.brand_list{margin:0;}

	.index_pro_list{padding:0 0 20px;}
	.index_pro_list .pro_item{width: 100%;}
	.index_pro_list .pro_item .pro_img_all,.index_pro_list .pro_item .pro_info{float: left;width:50%;}

	.index_new_pro_list{padding:0 20px;height: auto;}
	.parnter_list{padding:0 20px;}
	.parnter_list .owl-buttons{display: none;}

	.news_lefter .news_item,.news_lefter .news_item .news_info{height: 100px;}
	.news_lefter .news_item .news_info{padding:10px;}
	.news_lefter .news_item h3,.news_righter .news_info h3 a{padding-bottom:10px;font-size: 16px;}
	.news_lefter .news_item .caldata{width:80px;height: 98px;}
	.news_lefter .news_item .caldata p.day{font-size: 30px;}
	.news_righter .news_info{height: auto;padding:15px;}
	.news_righter .news_info h3:after{margin:15px 0;}

	.main_content{padding:10px 10px 20px;}
	.article_box .article_title{padding:20px 0 0;font-size: 16px;}
	.article_box .article_info{font-size: 12px;}

	.feedback_box{width:100%;}
	.news_lefter .news_item .caldata{padding-top:0;}

}
@media (max-width: 480px){
	iframe{height: 200px !important;}
	.head_box .logo{width: 200px;}
}
@media (max-width: 320px){
}


