﻿@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family:Microsoft YaHei,arial,'宋体'; color: #666; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none; 
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}

ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #15182B;text-decoration: none}
p{margin:0px;}
/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
.SinglePage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;}

/*全局样式*/

.CuPlayer1{margin-top:10%;}


/************************** 以下是页面样式 *************************/
/*分页*/
.Pages{ padding-top:43px; line-height:18px; zoom:1; overflow:hidden; text-align:center;}
.Pages .p_cur,.Pages .p_jump,.Pages .p_count,.Pages .p_total{display: none;}
.Pages span{ padding:0px 3px; display:inline-block;}
.Pages a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:5px 8px;}
.Pages .p_cur b{ color:#F00;}
.Pages .p_count b{ color:#F00;}
.Pages .p_total b{ color:#F00;}
.Pages .p_page em{ font-style:normal; font-family:Arial;display: none;}
.Pages .p_page em a{ padding:5px 10px; border:solid 1px #ededed;}
.Pages .p_page em a.a_cur{ color:#fff; border:solid 1px #d3bfb6; background:#888888; }
.Pages .p_page b{ font-weight:normal;}
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;}
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none; background:url(page_goto.jpg) no-repeat;}
.Pages a:hover{ color:#fff; background:#888888;}

/*分页*/

/*头部*/
/* Bootstrap默认优先手机 */
.nav-1{ width:100%;}
.nav-1 .TopCont{ margin:0; position:relative;}
/*设置logo*/
.nav-1 .navbar-header .logo{ width: 26%; padding-bottom: 0; padding:17px 0px; margin:0; height: auto;}

.nav-1 .navbar-toggle{ margin-top: 4%; margin-right: 0;}
.nav-1 .navbar{ background:url(../images/Top_Bottom.png) repeat-x left bottom; border:0; margin:0;padding-bottom: 7px;position: relative;z-index: 2;}
.nav-1 .Top .container{ padding-left:0; padding-right:0;}
.nav-1 .navbar .NavCont .nav{ padding-left:0; padding-right:0; margin:0;}
.navbar-collapse{padding:0px;}
/*设置导航a选中和经过样式*/
.top_a{float: right;margin-top: 5%; }
.navbar-header em{font-style:normal; padding: 0 5px;float: right;margin-top: 5%;}
.nav-1 .navbar .NavCont ul li.active a,
.nav-1 .navbar .NavCont ul li a:hover{color:#182478;background: none}
.nav-1 .navbar .NavCont ul #nav6 a{color:#da251d;}
/*小屏隐藏分享*/
.nav-1 .Top_Share{ display: none;}
.Top_Contact{text-align: right; display:none;border-bottom: 1px solid #e6e9e6}
.Top_Contact a{display:inline-block;line-height: 63px;font-size: 12px;color:#aaa;font-weight: bold;}
.Top_Contact a.language{padding:0px 10px 0px 10px;font-family: "宋体"}
.Top_Contact em{font-style:normal;}
.Top_Contact a.top_online{padding:0px 13px 0px 40px;background: url(../images/QQ.png) no-repeat 7px 20px;}
.Top_Contact a.top_con{padding-left: 24px;}
.navbar-nav>li>a{padding:0px 20px;}
/*============================ @media 屏幕适应 ===============================*/
@media screen and (min-width:640px){
	.top_a{margin-top: 5%;}
  .nav-1 .navbar-toggle{ margin-top: 5%;}
  .Top_right{float: right;width: 100%;}
}
@media screen and (min-width:768px){
	.top_a{display: none !important;}
	.navbar-header em{display: none !important;}
     .nav-1 .navbar-toggle{display: none !important;}
	}
}
@media screen and (max-width:768px){
     .navbar-nav>li dl{display: none;}
}
@media screen and (min-width:768px ) {
	.Top_Contact{ display:block; }
	.navbar-nav>li>a{padding:10px 0px;}
	.nav-1 .navbar-header{ width: 20%;float: left;}
	.nav-1 .navbar .NavCont ul li a{font-size: 18px;font-weight:bold;color:#182478;text-align: center;display:block; padding:0;}
	.nav-1 .navbar-header .logo{ width: 100%;}	
	
	.nav-1 .container .NavCont ul li{ padding-top: 20px; width:11.1%;}
	.nav-1 .container .NavCont ul li a{font-size: 12px;border-right:  1px solid #ccc;white-space:normal !important;}
	.nav>li>a{display: inline-block;}
	.nav-1 .TopCopy .container .NavCont{ padding-top:0px; padding-left:0; padding-right:0; float:none;}
	.Top_right{float: right;width: 80%;}
	.nav-1 .navbar .NavCont{width: 100%;}
	.nav{float: right;width: 90%;}
	.navbar-nav>li dl{
		    position: absolute;
    top: 40px;
    left: 0px;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 555;
    display: none;
	}
	.navbar-nav>li dl a{
		border:0 !important;
		font-size: 16px !important;
        line-height: 34px;
	}
	.navbar-collapse{display: block;}
	.navbar-nav>li {float: left;}

}
@media screen and (min-width:1024px ) {
	.top_a{display: none;}
  .nav-1 .container .NavCont{ padding-top: 0px;}
  .nav-1 .container .NavCont ul li a{ font-size: 14px;}
}
@media screen and (min-width: 1200px) { 
	.top_a{display: none;}
  .nav-1 .container .NavCont ul li a{ font-size: 18px;}
  .container{width: 1200px;margin:0 auto;padding:0px;}
  .navbar-nav>li>a{padding:0px 40px;}
}

/*头部*/

/*底部*/
a.bds_tqq,
a.bds_sqq,
a.bds_tsina,
a.bds_weixin{ 
	height: 27px !important;
	width: 26px !important;
	margin: 13px 0px 0px 9px !important;
}
a.bds_sqq { background: url(../images/index_ico3.png) no-repeat -109px top !important; }
a.bds_tsina { background: url(../images/index_ico3.png) no-repeat left top !important; }
a.bds_tqq{ background: url(../images/index_ico3.png) no-repeat -35px top !important; }
a.bds_weixin { background: url(../images/index_ico3.png) no-repeat -72px top !important; }
/* Bootstrap默认优先手机 */
.bottom-2{  width: 100%; padding: 20px 0;background: #303436;}


.CuPlayer1{margin-top: 10%;}
/*左侧*/
.bottom-2 .bt-left{ text-align: center;}
.bottom-2 .bt-left,
.bottom-2 .bt-left a{ color: #6c6e6e;}
.bottom-2 .bt-left .nav-bt{ font-size: 14px;color:#6c6e6e;}
.bottom-2 .bt-left .nav-bt a{color:#6c6e6e;}
.bottom-2 .bt-left .nav-bt em{ font-style: normal; padding: 0 7%;}
.copyright{line-height: 26px;font-size: 14px;color:#6c6e6e;}
.copyright a{color:#6c6e6e;}
/*右侧*/
.bottom-2 .bt-right{ display: none;}
@media screen and (min-width:1024px ) {
   .bottom-2{ padding: 24px 0;}
   .bottom-2 .bt-left{ float: left; text-align: left;}
   .bottom-2 .bt-left .nav-bt{line-height: 26px;}
   .bottom-2 .bt-left .bdsharebuttonbox{ text-align: left;}
  .bottom-2 .bt-right{ float: right; display: block;}
}
/*底部*/

/*首页banner*/
/* Bootstrap默认优先手机 */
.homeban-2{ position:relative; padding:0; margin:0 auto; overflow: hidden;}
.homeban-2 .banlist li img{width: 100%;}
.homeban-2 .banlist li a{ position: relative;}
.homeban-2 .banlist li a .index_pro{ margin-top: 8%;float: left} 
.index_pro{margin-left: 7.25%;}
.index_pro b{display: block;font-size: 14px;color:#333;}
.index_pro span{color:#666;}
/*tab导航*/
.homeban-2 .tablist{ position:absolute; left:50%; margin-left: -16px; bottom:5%; overflow: hidden;}
.homeban-2 .tablist li{ cursor:pointer; display:inline-block; width:13px; height:13px;  margin-right:8px; float: left;background: url(../images/Banner_Btn.png) no-repeat left top;}
.homeban-2 .tablist li.on{background: url(../images/Banner_Btn.png) no-repeat -22px top;}
/* 超小屏幕（手机，小于 768px） */
@media (max-width:640px){
   .navbar-nav>li dl{display: none;}
   .nav-1 .navbar-header .logo{padding:0px;}
}
@media (max-width:768px){
   .navbar-nav>li dl{display: none;}
   .nav-1 .navbar-header .logo{padding:0px;}
}
@media (min-width:640px){
   .homeban-2 .tablist{ margin-left: -30px;}
   .homeban-2 .tablist li{ width: 12px; height: 12px; border-radius: 12px; margin-right: 8px;}
   .homeban-2 .tablist li.on span{ margin: 4px;}

}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px ) {
	.top_a{display: none;}
	.homeban-2{max-width: 750px;width: 750px;}
	.index1{max-width: 750px;width: 750px;margin:0 auto;}
	.homeban-2 .banlist li a .index_pro{margin-top: 12%;}
	.index_pro b{display: block;font-size:20px;color:#333;}
	.homeban-2 .tablist{bottom:10%;}
	.index1{padding-bottom: 50px;}
}
@media (min-width:992px ){
	.top_a{display: none;}
	.homeban-2{max-width: 970px;width: 970px;}
	.index1{max-width: 970px;width: 970px;margin:0 auto;}
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:1024px ) {
	.top_a{display: none;}
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
	.top_a{display: none;}
	.homeban-2{max-width: 1200px;width: 1200px;}
	.index1{max-width: 1200px;width: 1200px;margin:0 auto;}
	.index_pro b{font-size:36px;}
}
/*首页banner*/




/*首页*/
.index_content{padding-top: 30px;}
.index_content li{border:1px solid #d8d8d8;border-bottom: none;position: relative;}
.index_content li b{display: block;width: 100%;height: 5px;background: url(../images/index_border.jpg) repeat-x left bottom;position:absolute;bottom: -2px}
.index_content li span{display: block;line-height: 32px;color:#182478;font-size: 16px;font-weight: bold;padding: 20px 0px;}
.index_content li span i{display: block;float: right;height: 32px;width: 32px;background: url(../images/index_ico1.png) no-repeat left top;}
.index_content li img{display: block;margin:0 auto;}
.index_choose a.index_choose_a{display: block;background: url(../images/index_ico2.png) no-repeat center center;height: 55px;width: 100%;margin-bottom: 10px;}
.index_choose p{line-height: 22px;color:#666;font-size: 14px;}
.index_bottom{margin-top: 20px;}
.index_bottom .index_title{display: block;width: 100%;color:#182478;line-height: 32px;font-size: 16px;font-weight: bold;padding: 20px 0px;}
.index_bottom .index_title span{float: right;color:#182478;font-weight: normal;font-size: 12px;}
.index_bottom1,.index_bottom2{border:1px solid #d8d8d8;margin-bottom: 10px;}
.index_bottom1 p{line-height: 22px;color:#666;font-size: 14px;}
.index_bottom2 li{width: 48%;line-height: 30px;margin:0 1% 1% 1%;float: left;}
/*首页*/
.index_bottom2 li img{width: 100%;border: 1px solid #d8d8d8;}
@media (min-width:640px ) {
.index_content li{width: 50%;float: left;height: 400px;padding-top:15px;}
.index_content li span{padding:20px;margin-bottom: 33px;}
.index_choose p{padding:20px;}
.index_bottom1,.index_bottom2{padding:20px 20px 28px 20px;}
.index_bottom .index_title{}
.index_friend_left{float: left;border-right: 1px dashed #ccc;width: 60%;}
.index_friend_right{float: left;text-align:left;padding-left: 22px;}

.index_friend_ul li{float: left;}
.index_friend_ul li.on{float: right;}
.index_bottom2 li{width:31%;margin:0 1% 1% 1%;}

}
@media (min-width: 1200px) { 
.index_content li{width: 24.5%;height: 373px;margin-right: 0.6%;height: 367px;}
.index_content img{padding-top: 33px;}
.index_bottom1{width:712px;float: left;}
.index_bottom2{width:100%;float: right;}
.index_friend_left{width: 55%;}
.index_bottom2 li{line-height: 35px;width:18%;margin:0 1% 1% 1%;float: left;}
.index_bottom1 p{line-height: 24px;padding-bottom: 9px;}

.index_bottom .index_title{font-size: 18px;padding:0px;line-height: 58px;}
.index_bottom1 .index_title{padding-bottom: 12px;}
.index_bottom1, .index_bottom2{margin:0px;}
.index_bottom{margin-top: 6px;}
.homeban-2 .tablist{bottom: 6%;}
.index_friend_right{}
}



/*关于我们*/
.index_BG{background: url(../images/contant_BG.jpg) repeat left top;}
.Ban{position: relative;margin-top: -7px}
.Banner_Title{position: absolute;top: 25%;color:#182478;left:10%;}
.Banner_Title b{display: block;font-size: 16px;}
.Banner_Title span{font-family: "arial";font-size: 16px;}

.MenuList span{background: #182477;padding:22px 0px 15px 0px;display: block;color:#fff;font-size: 16px;text-align: center;}
.MenuList span em{font-style: normal;white-space: nowrap;}
.MenuList ul{background: #fafafa}
.MenuList li{line-height: 30px;font-size: 14px;color:#333;text-align: center;}
.MenuList li a{display: block;width: 100%;line-height: 30px;border-bottom: 1px solid #eee;font-size: 16px;}
.MenuList li:hover,.MenuList li.on{background: #eee;}
.MenuList li:hover a,.MenuList li.on a{color:#005ba0;}
.Content_Title{display: none;}
.news li{margin-bottom: 17px;padding:15px 30px 15px 15px;background: #f6f6f6;}
.news li img{width:100%;}
.news li .news_left{}
.content_slider{background: #fafafa}
.news li .news_left .news_title{display: block;line-height: 35px;font-size: 16px;color:#333;}
.news li .news_left time{display: block;line-height: 14px;font-size: 14px;color:#b3b3b3;padding-bottom: 22px;}
.news li .news_left p{line-height: 24px;color:#959595;font-size: 14px;padding-bottom: 14px;}
.news li .news_left .more{display: block;color:#666;font-size: 12px;line-height: 12px;height: 12px;}
.index_BG .index1{padding-bottom: 0px;}
.content_right{background: #fff;padding:30px 0px;}
@media (min-width: 640px){ 
.MenuList span b{display: block}
.MenuList li a{line-height: 50px;}
.content_slider{float: left;width: 27%;}
.content_right{float: right;width: 73%;background: #fff;padding:0px 33px 0px 31px;padding-bottom: 184px;}
.content_right .Content_Title{display: block;width: 100%;line-height: 86px;background: url(../images/Content_right.jpg) no-repeat left bottom;padding-bottom: 4px;margin-bottom: 42px;}
.content_right .Content_Title .Location_Name{display: block;float: left;font-size: 16px;color:#182478;}
.content_right .Content_Title .Current{float: right;color:#999;font-size: 12px;}
.content_right .Content_Title .Current  span{color:#182478;}
}
@media (min-width: 768px){
.news_list li img{width: 30%;float: left;}
.news_list li .news_left{float: right;width: 61%;}
.news_list li .news_left time{padding-bottom: 0px;}
.news_list li .news_left p{line-height: 14px;padding-bottom: 0px;}
.news_list li .news_left .news_title{line-height: normal;}
}
@media (min-width: 1200px) { 
.content_right{width: 874px;min-height: 416px}

.content_slider{width: 326px;}
.Banner_Title b{display: block;font-size:30px;}
.Banner_Title span{font-family: "arial";font-size: 30px;}
.news_list li .news_left .news_title{display: block;line-height: 35px;font-size: 16px;color:#333;}
.news_list li .news_left time{line-height: 14px;padding-bottom: 22px;}
.news_list li .news_left p{line-height: 24px;padding-bottom: 14px;}
.news_list .new_img{width: 244px;height: 152px;}
.news_list li img{width: 244px;height: 152px;}
.content_right li .news_left{width: 500px;}
.Pages .p_page em{display: inline-block;}
.content_right .Content_Title .Location_Name{font-size: 24px;}
.content_right .Content_Title .Current{font-size: 14px;}

.MenuList span{padding: 10px 0 8px 0px;}
.MenuList span b{position: relative;font-size: 30px;}
.MenuList span em{font-size: 36px;color:#434a88;font-weight: bold;display: block;margin-top: -32px;}
.MenuList li{border:none;padding:0px 20px;}
.MenuList li a{text-align: left;border-bottom: 1px solid #eee;background: url(../images/row.png) no-repeat right center;}
}
/*关于我们*/


/*新闻详细页*/
.news_info_title{text-align: center;}
.news_info_title span{display: block;font-size: 16px;color:#333;padding-bottom: 10px;padding-top: 42px;}
.news_info_title time{font-size: 14px;color:#b9b9b9;display: block;padding-bottom: 40px;}
.news_info_title{border-bottom: 1px solid #dcdcdc;margin-bottom: 32px;}
/*新闻详细页*/


/*选择我们*/
.choose_name{line-height: 20px;font-size: 20px;color:#182477;padding-bottom: 26px;}
.choose_intr{line-height: 30px;font-size: 14px;color:#333;padding-bottom: 33px;}
/*选择我们*/



/*加入我们*/
.job_list ul{border-bottom: 1px solid #e8e8e8}
.job_list li{line-height: 40px;height: 40px;font-size: 0;border-top: 1px dashed #d6d6d6;border-left: 1px solid #e8e8e8;border-right: 1px solid #e8e8e8;}
.job_list li span{width: 20%;color:#666;text-align: center;display: inline-block;font-size: 14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.job_list .job_head{background: #182477;border-top: none;border-left: none;border-right: none;}
.job_list .job_head span{border-right: 1px solid #273f6f;color:#fff;}
.job_list li span a{background: url(../images/job_BG.png) no-repeat 100% 100%;background-size: 100% 100%;padding:5px 0px;}
.job_intr{display: none;background: #f3f3f3;padding:10px;}
.job_intr span{font-size: 14px;color:#666;}
.job_intr p{padding-bottom: 10px;}
.job_intr .apply_Btn{display: block;width: 115px;height: 34px;background: #e60012;text-align: center;color:#fff;line-height: 34px;}
@media (min-width: 1200px) {
.job_list li span a{padding:5px 15px;}
.job_intr{padding:25px 32px 15px 64px;border-top: 1px solid #e8e8e8}
.job_intr span{display: block;float: left;line-height: 55px;padding-right: 25px;}
.job_intr p{color:#9b9b9b;}
.job_intr .apply_Btn{float: right;display: block;}
}
.job_intr .p{display: block;float: left;}
.job_intr .span1{float: none;display: block;}
/*加入我们*/


/*行业产品*/
.product_list{}
.product_list li{width: 49%;float: left;margin-right:2%;margin-bottom:3%;}
.product_list li:nth-child(2n){margin-right:0;}
.product_list li>a{display: block;}
.product_list li span a{display: block;color:#333;font-size: 14px;}
.product_list li span{display: block;width: 100%;text-align: center;line-height: 50px;height: 50px;background: #eee;float: left;}
.product_list li img{width: 100%;vertical-align: middle;}
@media (min-width: 1200px) {
.product_list li{width: 250px;margin-right: 30px;}
.product_list li:nth-child(2n){margin-right:30px;}
.product_list li:nth-child(3n){margin-right:0;}
.product_list li img{width: 250px; height: 155px;}
}
/*行业产品*/




/*产品详细页*/
.product_info{}
.product_info span{font-size: 16px;color:#333;display: block;padding-bottom: 42px;}
.product_info .bd img{width: 100%;}
.product_info .hd{padding-top: 10px;position: relative;	}
.product_info .hd ul{overflow-y: hidden;white-space: nowrap; float: left;}
.product_info .hd li{ display:inline-block;width: 25%;padding-left: 1%;}
.product_info .hd li img{width: 100%;}
.product_info .hd a{display: none;width: 11px;height: 36px;}
.product_info .hd .tempWrap{float: left;}
.product_info .hd a.sPrev{background: url(../images/pro_info3.png) no-repeat center center;position: absolute;top: 10px;left:0px;}
.product_info .hd a.sNext{background: url(../images/pro_info4.png) no-repeat center center;position: absolute;right: 0px;top:10px;}




.product_intr{padding-top: 47px;}
.product_intr .product_infr1{background: #f6f6f6;line-height: 46px;height: 46px;margin-bottom: 25px;}
.product_intr .product_infr1 li{font-size: 16px;color:#333;text-align: center;padding:0px 30px;float: left;}
.product_intr .product_infr1 li.on{background: #e4e4e4;}
.product_intr2 li{display: none;}
@media (min-width: 640px){
.product_info span{font-size: 20px;}
.product_info .hd a{height: 59px;}
.product_info .hd .tempWrap{float: none; margin:0 auto;}
.product_info .hd li{ width: 20% ;float: left;}
.product_info .hd a{display: block;width: 30px;height: 49px;}
.product_info .hd ul{overflow-x: none;overflow-y: none;white-space: nowrap; float: left;}
}
@media (min-width: 1024px){
.product_info .Box{width:50%;float: left;}
.product_info span{width:100%;}
.product_info  .hd{width:100%;}
.product_info  .bd{width:100%;}
.product_info  .product_intr{width:45%;float: right;}

}
@media (min-width: 1200px){
.product_info span{font-size: 30px;}
.product_info .hd a{height: 79px;}
.product_info .hd li{width:148px;}
.product_info .hd a.sPrev{left: 22px;}
.product_info .hd a.sNext{right: 22px;}
}

/*产品详细页*/



/*质量体系*/
.quality{}
.quality img{ height: auto;}
.quality .quality_area{padding-bottom: 15px;border-bottom: 1px solid #dcdcdc}
.quality .quality_area span{line-height: 45px;display: block;height: 45px;font-size: 16px;color:#333;}
.quality .quality_info{border-bottom: 1px solid #dcdcdc;padding:14px 0px;}
.quality .quality_info span{display: block;line-height: 40px;height: 40px;font-size: 16px;color:#333;}
.quality .quality_info time{color:#666;}
/*质量体系*/


/*询价*/
.inquiry{background: #fff;padding-top: 20px;}
.inquiry_left .title{line-height: 20px;text-align: center;display: block;background: url(../images/injuery_ico.jpg) repeat-x left center;margin-bottom: 30px;}
.inquiry_left .title b{font-size: 20px;color:#182478;display: table;margin:0  auto;padding:0px 20px;background: #fff;font-weight: normal;}
.inquiry_left li span{display: block;line-height: 22px;color:#333;}
.inquiry_left li input{border:1px solid #ddd;line-height: 38px;color:#a7a7a7;font-size: 12px;width: 100%;padding:0px 10px;margin-bottom: 15px;}
.inquiry_left li textarea{width: 100%;height: 146px;border:1px solid #ddd;}
.inquiry_left a.inquiry_btn{display: block;width: 50%;margin:0 auto;height: 40px;line-height: 40px;color:#fff;background: #182478;text-align: center;margin-top: 30px;}
.inquiry_right b{display: block;line-height: 22px;font-size: 16px;padding: 20px 0px;}
.inquiry_right .demo{display: block;}
.inquiry_right .inquiry_place{margin-top: 24px;}
@media (min-width: 768px){
.inquiry{padding:120px 14% 175px 14%;}
.inquiry_left{width: 50%;float: left;padding-right: 5%;border-right: 1px solid #e9e8e8}
.inquiry_right{width: 45%;float: right;}
.inquiry_left a.inquiry_btn{width: 100%;}
}
@media (min-width: 1200px){
.inquiry{padding:120px 174px 175px 174px;}
.inquiry_left{width: 484px;padding-right: 110px;}

.inquiry_right{width: 260px;}
}


/*供应商入口*/
.apply_enter{width: 100%;background: #fff;padding:20px 0px;}
.apply_enter p{line-height: 24px;color:#666;padding: 20px 0px 30px 0px;font-size: 14px;border-bottom: 1px solid #dcdcdc}
.apply_enter a{line-height: 30px;height: 30px;padding-left: 40px;color:#182478;font-size: 16px;display: block;background: url(../images/supplier_ico.png) no-repeat left center;margin-top: 14px;}
@media (min-width: 768px){
.enter_border{width: 80%;margin:0 auto;}
.enter_border img{width: 100%;}
}
@media (min-width: 1200px){
.enter_border{width: 838px;padding: 109px 0px 247px 0px;}
}



/*发展历史*/
.history{}
.history li:hover time{background: url(../images/history6.png) no-repeat center center;color:#fff;}
.history li:hover span{background: url(../images/history7.png) no-repeat;background-size: 100% 100%;color:#fff;}
.history li time{display:block;background: url(../images/history1.png) no-repeat center center;width: 100%;text-align: center;padding:7px 0px;font-weight: bold;color:#231f20;}
.history li .row{display:none;width: 21px;height: 47px;background: url(../images/history5.png) no-repeat left center;float: left;}
.history li span{display: block;line-height: 47px;padding:0px 30px;background: url(../images/history2.png) no-repeat left top;background-size: 100% 100%;text-align: center;color:#231f20;}
.history .Up{display: block;width: 100%;height: 77px;background: url(../images/history3.png) no-repeat center center;}
.history .Down{display: block;width: 100%;height: 24px;background: url(../images/history4.png) no-repeat center center;}
.history .other_line{display: block;background: url(../images/history8.png) no-repeat center center;width: 100%;height: 96px;}

@media (min-width: 768px){
.history .Up{width: 23px;margin-left: 14px;}
.history li time{float: left;width: 49px;height: 49px;}
.history li span{float: left;margin-left: 34px;}
.history li .row{display: block;margin-left: 14px;}
.history .other_line{width: 16px;margin-left: 14px;}
.history .Down{width: 23px;margin-left: 10px;}
}


/*解决方案*/
.solution>p{line-height: 22px;text-align: center;color:#231f20;}
.solution .solution_list{margin-top: 13px;}
.solution .solution_list li{float: left;min-height: 110px;width: 100%;}
.solution .solution_list li a{width: 80px;height: 80px;line-height: 20px;background: url(../images/solution.png) no-repeat left top;display: block;text-align: center;padding-top: 20px;display: block;margin:0px auto;}
.solution .solution_list li b{display: block;width: 12px;height: 55px;background: url(../images/solution_ico3.jpg) no-repeat center center;display: block;margin:0px auto;}
.solution .solution_list li.s1 b{display: none;}
.solution .solution_list li:hover a{background: url(../images/solution.png) no-repeat -126px center;color:#182478;}
.solution img{display: block;margin:0 auto;}
@media (min-width: 768px){
.solution>p{line-height: 22px;text-align: center;color:#231f20;}
.solution .solution_list{margin-top: 13px;margin:0 auto;background: url(../images/solution_ico3.jpg) no-repeat right center;width: 100%;}
.solution .solution_list li{float: left;height: 110px;width: 20%;}
.solution .solution_list li a{width: 80px;height: 80px;line-height: 20px;background: url(../images/solution.png) no-repeat left top;display: block;text-align: center;padding-top: 20px;margin-top: 15px;display: block;float: left;}
.solution .solution_list li b{display: block;width: 11%;height: 110px;background: url(../images/solution_ico1.jpg) no-repeat center center;display: block;float: left;}
.solution .solution_list li.on{float: right;}
.solution .solution_list li.on b{background: url(../images/solution_ico2.jpg) no-repeat center center;}
.solution .solution_list li:hover a{background: url(../images/solution.png) no-repeat -126px center;color:#182478;}
.solution img{display: block;margin:0 auto;}
.solution .solution_list li.s1 b{display: block;}
}
@media (min-width: 1000px){
.solution .solution_list{width: 610px;margin:0 auto;background: url(../images/solution_ico3.jpg) no-repeat 588px center;}
.solution .solution_list li{width: 122px;}
.solution .solution_list li b{width: 12px;height: 110px;margin:0px 15px;}
}



/*联系我们*/
.contact_left{width: 100%;margin-bottom: 20px;}
.contact_right{width: 100%;margin-bottom: 20px;}

.contact_nr{height:auto;}

.contact_map{width: 100%;height: 300px;}
.contact_map img{ max-width: none; }
.BMapLabel{display: none !important;}
@media (min-width: 768px){
.contact_left{width: 48%;float: left;}
.contact_right{width: 48%;float: right;}
	.contact_nr{height:145px;}
}
@media (max-width: 640px){
	.MenuBox{width: 100%;
    overflow: hidden;
    overflow-x: scroll;}
    .MenuList ul{width:200%;}
    .MenuList li{    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    float: left;
    width: 16%;}
}
.bbbody{position: relative;}
.videoBbg{width: 100%;height: 100%;background: url(../images/bbbg.png);position: absolute;top:0px;left: 0px;z-index: 55555;text-align: center;display: none;}
.videoBbg video{width:60%;margin-top:10%;}
.videoBbg .closee{    display: block;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0%;
    right: 1%;
    cursor: pointer;
}
@media (max-width: 1200px){
	 .videoBbg video{width:60%;margin-top:30%;}
}

.bd_weixin_popup {width:250px !important;height:313px !important;}



/*发展历程修改*/
.History{width:100%;padding:20px 0; }
.historylist{}
.historylist li{border-top:1px solid #DDDDDD;padding:25px 0;position: relative;
margin-bottom:10px;}
.historylist li span.date{color:#182477;font-size:18px; font-weight: bold;
border-bottom:1px solid #182477;display: inline-block;position: absolute;
top: -26px;}
.historylist li .text{padding-left:45px;}
.historylist li .text p{color:#666; font-size:14px;margin-bottom: 10px;}
.historylist li .text p b{background:url(../images/dot.jpg) no-repeat left center;
padding-left:15px;display: inline-block;width: 5px; height: 5px;position: relative;
    top: -2px;}
@media (max-width:640px){    
	.content_right{padding:0 2%;}
	.historylist li .text{padding-left: 0;}
	.History{padding-top:25px;}
}

.Upimg{position: relative;}
.Upimg p{width:37.9%;}
.Upimg p img{width:100%;}
.Upright{background-color:#ECECEC;padding:6% 50px;text-align: center;
position:absolute; bottom: 0; left: 37.9%; width:62.1%; height: 100%;
color:#231f20; font-size: 12px; line-height: 16px;}

@media (max-width:640px){  
	.Upimg{padding-top:15px;}
	.Upright{position: static;}
	.Upimg p{width:100%;}
	.Upright{width:100%;}
}
.Word_list{padding-top:30px;}
.Word_list li{border:1px solid #DDDDDD;margin-bottom: 15px;height: 40px;line-height: 40px;padding:0px 10px;}
.Word_list li .span{float: left;width:50px;font-size: 15px;height: 40px;line-height: 40px;}
.Word_list li input{width:80%;float: left;height: 40px;line-height: 40px;font-size: 15px;}
.Word_list li.textarea{height: 220px;}
.Word_list li textarea{width:80%;float: left;height: 150px;line-height: 30px;font-size: 15px;padding:5px 0px;}
.Word_list li.last{width: 120px;height: 40px;line-height: 40px;background: #8A8888;}
.Word_list li.last input{line-height: 38px;height: 38px;width:100%;padding:0px;color:#fff;border:none;}
@media (min-width:320px){  
	.Word_list li{width: 90%;}
}
@media (min-width:1024px){  
	.Word_list li{width: 485px;}
}