@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 微软雅黑;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
/*导航栏部分样式*/
.nav-main{height: 87px;line-height: 87px;}
.nav-main .nav-parent{
	float: left;
	position: relative;
}
.nav-main .nav-parent>a{
	font-size: 16px;
	color: #1a1a1a;
	padding: 0 11px;
	text-decoration: none;
	height: 87px;
	display: inline-block;
}

.nav-main .nav-parent>a:hover{  color: #00a0e9; background: white;;border-left:1px solid #f7f7f7;border-right: 1px solid #f7f7f7;border-bottom: 3px solid #00a0e9;
}
.nav-parent a i.unfoldBox{display: inline-block;  width: 10px;  height:10px;background-position: -53px -774px;}
.nav-child>.downBox{display: inline-block;width: 8px;height: 8px;background-position: -18px -48px;position: absolute;top:-1px;left: 50%;margin-left: -4px;z-index: 3;}

.nav-parent a:hover i.unfoldBox{background-position: -53px -753px;}
.now-style{border-bottom: 3px solid #00a0e9;}
.nav-main .now-style a{
	font-weight: bold;
	color: #00a0e9;

}
.nav-main .nav-parent .nav-child{
	display: none;
	position: absolute;
	z-index: 10;
	top:84px;
	/*margin-top: 1px;*/
	width:100%;
	left:0;
	border-top: 3px solid #00a0e9;
}
.nav-main .nav-child>ul{position: absolute;  z-index:2;width: 100%;}
.nav-main .nav-child li{
	height:40px;
	line-height: 40px;
	background: white;
	text-align: center;
}
.nav-main .nav-child>li:hover{background:#e8e8e8; }
.nav-main .nav-child>li:hover a{text-decoration: none;}
.nav-main li .nav-child li a{
	font-size: 14px;
	color: #4e4e4e;
	display: inline-block;
	position: relative;
	z-index: 1100;
}
/*滚动图样式*/
.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}
.banner img{
	width: 100%;
}
.banner ul{
	position: relative;
}
.banner ul li{
	float: left;
}
.banner ol{
	position:relative;
	width: 80px;
	height: 20px;
	top:-30px;
	left:50%;
}
.banner ol li{
	float:left;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
}
.banner ol li.seleted{
	background: #ffda2c;
}
/*底部样式*/
.foot{
	width: 100%;
	height: 168px;
	position: relative;
	bottom: 0;
	margin-top: 44px;
	margin-bottom:20px;

}
.foot-logo{
	padding: 59px 0 0;
	width: 210px;
	height: 50px;
}
.foot-detail{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 28px;
}
.foot-detail p a,.foot-detail p{
	font-size: 14px;
	color: #666666;
}
.foot-detail p{
	float: none;
	clear: both;
}
/*子页左侧菜单栏样式*/
.product-left{
	float: left;
	margin-top: 46px;
	width: 224px;
}

.product-tit{
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	width: 224px;
}
.tit-p1{
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
}
.tit-p2{
	font-size: 14px;
	color: #00a0e9;
	padding-top: 5px;
}
#product-list{
	width: 224px;
}
.list-li1{
	padding-top: 20px;
}
.list-li1 h2{
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.list-li1 h2 span{
	background:url(../images/ico.b9a829e7.png) scroll -107px -64px no-repeat;
	display: inline-block;
	height: 30px;
	width: 32px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}
.list-li1 h2 .active{
	display: inline-block;
	width: 30px;
	height: 32px;
	background:url(../images/ico.b9a829e7.png) scroll -56px -58px no-repeat;
	cursor: pointer;
}
.list-li1 p{
	font-size: 14px;
	color: #595959;
	padding-top: 7px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	width: 224px;
}
.list-detail{
	display: none;
	float: right;
	width:182px;
}
.list-detail li{
	border-bottom: 1px solid #ebebeb;
}
.list-detail li a{
	font-size: 14px;
	color: #3a3a3a;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.list-detail li a:hover{
	color: #00a0e9;
}
.product-right{
	float: left;
	margin-top: 46px;
	width: 918px;
	margin-left: 58px;
}
/*新闻*/
.news-p1{
	font-size: 18px;
	color: #000;
}
.news-p2{
	font-size: 14px;
	color: #686868;
}
.news-li1{
	padding-top: 20px;
}
.news-h2{
	font-size: 18px;
	color: #181717;
	font-weight: normal;
}
.news-p3{
	font-size: 14px;
	color: #686868;
	padding-top: 7px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	width: 224px;
}
.style-choice{
	color: #00a0e9;
}

/*翻页*/
.page-turning{
	width: 100%;
	text-align: center;
}
.page-turning a{
	font-size: 12px;
	color: #9a9a9a;
	padding:6px 8px;
	background: white;
	border:1px solid #ececec;
	border-radius: 4px;

}
.page-turning a:hover{
	color: #00a0e9;
}

/*微信公众号*/
.wx-public{
	float: left;
	width:120px;
	padding-top: 30px;
	margin-left:128px;
}
.wx-public .image{
	height:90px;overflow: hidden;text-align: center;
}
.wx-public .text{
	font-size: 12px;
	text-align: center;
}
.w870{
	width:870px!important;
}
.nav-main .nav-child li:hover{background: #e8e8e8;}
.nav-main .nav-child li:hover a{text-decoration: none;}


/*改版公共的头部的开始*/
.chinaIcon{display: inline-block;width: 78px;height: 26px;background-position:-198px -16px;position: relative;top:5px; }
.menuListUl{position: absolute;top:37px;left:0;z-index: 999; box-shadow: 0 3px 5px #ddd;width: 175px;background: white;display: none;}
.menuListUl li{height: 38px;line-height: 38px;padding: 0 14px 0 20px;}
.menuListUl li a{color:#666666;font-size: 12px;}
.pull-down-menu{position: relative;width: 161px;}
.pull-down-menu li{height: 50px;line-height: 50px;font-size:12px; }
.curAccount{height: 36px;position: absolute;padding: 0 10px 0 16px;width: 175px; box-shadow:0 0 10px #ddd;cursor: pointer;background: #323232;}
.accountIcon{background-position: -13px -18px;display: inline-block;width: 22px;height: 22px;position: relative;top:8px;}
.menuListUl li>i{display:inline-block;position: relative;top:6px;margin-right: 14px;width:13px; height:16px;}
.outIcon{background-position:-16px -190px;}
.menuListUl li:hover{color:#04a0e8;}
.smalMeauIcon1{ background-position:-16px -165px; }
.smalMeauIcon2{ background-position:-16px -116px; }
.smalMeauIcon3{ background-position:-16px -140px; }
.smalMeauIcon4{ background-position:-16px -91px; }
.smalMeauIcon5{ background-position:-16px -65px; }
.spreadBox{display: inline-block;width: 11px;height: 7px;background-position: -16px -47px; }
.hideBox .spreadBox{background-position: -99px -308px;}
/*改版公共的头部的结束*/


/*登录中心*/
.headerRUl li{float: left;}
.login_header{height: 90px;line-height: 90px;}
.login_body_top{background: url("../images/login1.7437fb43.jpg") no-repeat;height: 450px;width: 100%;background-position: center center;}
.login_body_bottom_left{width: 700px;height: 600px;background: url("../images/login2.85ef708e.jpg") no-repeat;}
.login_body_bottom{margin: -360px  auto 0;}
.loginTab li{float: left;padding-bottom: 10px;cursor: pointer;}
 .loginBodyDiv{width: 360px;height: 48px;line-height: 48px;border:1px solid #999999;border-radius:24px;overflow: hidden;}
 .loginBodyDiv>i{display: inline-block;height: 22px;width: 22px;    float: left;  margin-left: 26px;  margin-top: 12px;  }
.loginIcon1{background-position: -14px -367px;}
.loginIcon2{background-position: -12px -336px;}
.loginIcon3{background-position: -18px -398px;}
.loginIcon4{background-position: -16px -304px;}
.loginIcon6{background-position: -16px -423px;}
.loginIcon5{background-position: -14px -269px;height: 24px!important;}
.loginIcon7{background-position: -12px -238px;}
.noSelected{display: none;}
.loginBody{display: none;}
.isSelected{display: block;}
.accountRegisterBox{width: 100%;background: #00a1ea;height: 100%;cursor: pointer;outline: none;}

.field{float:left; margin-top:5px;width:300px; border:1px solid #fff;  height:36px; line-height:36px; font-size:14px; color:#333333;}
.loginBody_logintbtn a{display: inline-block;width: 100%;text-align: center;}
.loginFooter li{  float: left;}
.activePath{border-bottom: 4px solid #00a0e9;color:#00a0e9;}
.login_body_bottom{border: 1px solid #eaf4fe;box-shadow:0 0 43px -3px #c6d7de;overflow: hidden;}
.loginFooter .loginIcon3{display: inline-block;width: 11px;height: 16px;margin-right: 8px;}
.subLoginTabContent{display: none;}
.isTab1Acitve{display: block;}
.loginPartLine{ position: absolute; top: 3px;  left: 183px;}
.loginTab{position: relative;}
.loginTabContent{width: 360px;}
.subLoginTabContent1{display: block;}
.errorTip i{display: inline-block;width: 18px;height: 18px;background-position:-15px -212px;  float: left;position: relative;top:-2px;}
.errorInput{border-color:#f64851;}
.errorTip{color:#f64851;font-size: 12px;float: left;padding-left: 22px;width: 100%;margin-top: 5px;}
 .loginIcon8{display: inline-block;width: 18px;height: 18px;background-position: -80px -749px;  float: left;}
.loginIcon8.active{background-position: -80px -768px;}

/*忘记密码*/
.keyIcon{display: inline-block;  width: 27px;height: 33px;background-position:-50px -17px; }
.forgot-passwd-s1 .loginBodyDiv,.forgot-passwd-s3 .loginBodyDiv{width: 400px;padding-left: 20px;height: 44px;line-height: 44px;}
.homeBtn a:hover{ background: #0083bf; }
.applyDiv a{border:2px solid white;display: block;}


/*已有账号*/
.loginIcon9{display: inline-block;width: 26px;height: 26px;background-position: -255px -115px;position: relative;top:-4px;}
div .loginIcon10{width: 61px;height: 61px;background-position: -95px -124px;margin: 0 auto;}
div .loginIcon11{width: 61px;height: 61px;background-position: -175px -124px;margin: 0 auto;}
input:focus { outline: none;}

/*下单流程*/
.news-li2 a>i{display: inline-block;width: 25px;height: 25px;  position: relative;  top:8px;}
.news-li2 .helpIcon1{background-position: -10px -724px; }
.news-li2 .helpIcon2{background-position: -50px -616px;}
.news-li2 .helpIcon3{background-position: -11px -657px;}
.news-li2 .helpIcon4{background-position: -50px -689px;}
.news-li2 .helpIcon5{background-position: -50px -557px;}

.news-li2:hover{ background: #e6e3e4;}
.news-li2:hover a h2{color: #00a0e9;}
.news-li2:hover .helpIcon1{background-position:-10px -762px;}
.news-li2:hover .helpIcon2{background-position:  -50px -650px;}
.news-li2:hover .helpIcon3{background-position:  -11px -688px;}
.news-li2:hover .helpIcon4{background-position: -50px -715px;}
.news-li2:hover .helpIcon5{background-position: -50px -587px;}

.news-li2.style-choice1 .helpIcon1{background-position:  -10px -762px;}
.news-li2.style-choice1 .helpIcon2{background-position:  -50px -650px;}
.news-li2.style-choice1 .helpIcon3{background-position:  -11px -688px;}
.news-li2.style-choice1 .helpIcon4{background-position: -50px -715px;}
.news-li2.style-choice1 .helpIcon5{background-position: -50px -587px;}

.news-li2 a{width: 250px;padding-left: 25px;height: 60px;line-height: 60px;display: inline-block}
.news-li2{border-left:1px solid #e6e3e4;border-right:1px solid #e6e3e4;border-bottom:1px solid #e6e3e4;padding-top:0;}
.titleBg{background: #00a1ea;font-weight: bold;color:white;border-color:#00a1ea;height: 60px;line-height: 60px;padding-left: 25px;}
.style-choice1{  color: #00a0e9;background: #e6e3e4;}
.style-choice1 a h2{color: #00a0e9;}
.helpCenterUl{border:1px solid #e6e3e4;}
.helpCenterUl li{margin: 25px 20px;}
.helpCenterUl li+li+li{border-bottom: none;margin-bottom: 0;}
.helpCenterUlDiv{height: 35px;}
.helpCenterUlDiv i{display: inline-block;width: 34px;height: 34px;}
i.helpIcon6{background-position:-44px -466px; }
i.helpIcon7{background-position:-45px -424px; }
i.helpIcon8{background-position:-45px -511px; }
.helpCenterUl li{border-bottom:1px solid #e6e3e4;overflow: hidden;padding-bottom: 28px;}
.zxh_content_header{border-bottom: 1px solid #e6e3e4;height: 60px;line-height: 60px;padding: 0 30px;}
.zxh_content_header a{height: 59px;display: inline-block;border-bottom: 2px solid #00bce9;margin-bottom: -1px;}
.method_name_title{margin-top: 40px;padding-bottom: 12px;border-bottom: 1px dashed #e6e3e4;}
.questionAnswerUl li{margin-bottom: 20px;height: 80px;background: url("../images/item.a6d7e43b.png") no-repeat;}
.questionAnswerUl li a{    padding-left: 60px;  display: inline-block;  width: 100%;  height: 100%;}
.questionAnswerUl li:hover{background: url("../images/itemactive.2d241cc9.png") no-repeat;box-shadow: 0 0 10px #f8f8fa;border: 1px solid red;border-radius: 10px;}
.aboutQuestionAnswer_header{padding:5px 0 20px;border-bottom: 1px dashed #e6e3e4;text-align:center; }
li .aboutQuestionIcon1,li .aboutQuestionIcon2{display: inline-block;width: 22px;height: 22px;background-position: -94px -233px;}
.aboutQuestionAnswerUl li{margin-bottom: 36px;overflow: hidden;}
li .aboutQuestionIcon2{background-position: -93px -191px;position: relative;top:4px;}
.aboutQuestionAnswer_body{margin-bottom: 40px;margin-right: 30px;}
.onlineAnswerBox{position:relative;overflow: hidden;}
.onlineAnswerBox span{position: absolute;bottom: 30px;right: 30px;}
.onlineAnswerBox textarea{display: block;border:1px solid #e6e3e4;border-radius:4px; width: 816px;height: 136px;margin-bottom: 20px;padding: 24px 30px;}
.product-left1{  float: left;  margin-top: 36px;  width: 250px;  padding-bottom: 50px;  }
.product-right1{  float: left;  margin-top: 46px;  width: 890px;  margin-left: 58px;  }
.news2-h2{  font-size: 14px;  color: #333333;  font-weight: normal;  display: inline-block;margin-left: 8px;  }
.aboutQuestionAnswerUl  .w760{width: 760px;}
.questionUlDiv1Title{    float: left;  width: 760px;line-height: 20px;}
.questionUlDiv1TitleDiv1{overflow: hidden;}
.questionUlDiv1TitleDiv1 i{float: left;}
.partLineTitle{padding-top: 54px;padding-bottom: 19px; border-bottom: 1px dashed #e5e2e3;margin-left: -25px;}
.partLineTitle1{padding-top: 54px;padding-bottom: 19px; border-bottom: 1px dashed #e5e2e3;}
.pregressContBox{margin-left: -30px;}
.aboutQuestionAnswerUl{margin-left: -25px;}

/*新闻中心的开始*/
.newsBanner{background: url("../images/banner.5e0c1f42.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}
.newsNav_left i{display: inline-block;width: 20px;  height:18px; float: left;background-position: -95px -269px;position: relative;top:-2px;}
.newsNav_left{margin-top:24px!important;}
.newsNav_Right_ul li{  float: left;line-height: 60px;}
.newsNav_Right_ul li{height: 60px;}
.newsNav_Right_ul li.active{border-bottom: 2px solid #00a0e9;}
.newsNav_Right_ul li a{color: #333333;}
.newsNav{height: 60px;border-bottom: 1px solid #e5e5e5;}
.newsListLi li{  float: left;margin-right: 24px;width: 282px;height: 322px;margin-bottom: 25px;background: white; }
.newsListLi li:hover{box-shadow:0 0 10px #ccc;}
.newsListLi li:hover .news_detail_tit{color:#00a0e9;border-color:#00a0e9;}
.newsListLi li:first-child+li+li+li,
.newsListLi li:first-child+li+li+li+li+li+li+li,
.newsListLi li:first-child+li+li+li+li+li+li+li+li+li+li+li,
.newsListLi li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.newsListLi li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{margin-right: 0;}
.newsListLi_top{height: 186px;width: 100%;position: relative; }
.newsListLi_top img{margin: 0 auto;display: inline-block;width: 100%;height: 100%;}
.newsListLi_top_date{width: 80px;height: 20px;text-align: center;line-height: 20px;background: white;position: absolute;bottom: 0;  left:0;}
.newsListLi_bottom{padding: 25px 20px;}
.newsListLi_bottom_title{border-bottom: 1px solid #cccccc;}
.newsItemInfo_title_bottom_ul{margin-left: 225px;margin-bottom: 12px;}
.newsItemInfo_title_bottom_ul li{float: left;margin-right: 45px;}
.newsItemInfo_title_bottom_ul li i{display: inline-block;width: 14px;height: 14px;margin-right: 10px;}
li .newsItemInfoIcon1{background-position:-99px -97px; }
li .newsItemInfoIcon2{background-position:-99px -120px; }
li .newsItemInfoIcon3{background-position:-99px -143px; }
li .newsItemInfoIcon4{background-position:-99px -167px; }
.newsItemInfo_title{border-bottom: 1px dashed #999999;margin: 0 40px;}
.newsItemInfo_bottom{margin-top: 30px;margin-bottom: 60px;background: #F8F9FB;}
.newsItemInfo_bottom_title{width: 280px;display: inline-block;padding-left: 30px;border-left:1px solid #cccccc;}
.newsItemInfo_bottom li i{display: inline-block;width: 17px;height: 15px;}
li .newsItemInfoIcon5{background-position:-99px -16px;margin-right: 30px; }
li .newsItemInfoIcon6{background-position:-99px -39px;margin-left: 30px; }
.newsItemInfo_bottom li{width:399px;height: 116px;  float: left;padding-top: 52px;cursor: pointer;background-color: white;}
.newsItemInfo_bottom li:first-child{margin-right: 1px;padding-left: 20px;}
.newsItemInfo_bottom_title1{padding-left: 30px;border-right:1px solid #cccccc;border-left:none;padding-right: 30px;}
.newsItemInfo_bottom li:hover{background: #00a0e9;color:white;}
.newsItemInfo_bottom li:first-child+li{padding-right: 20px;}
.newsListLi li:hover .overTextNoWrap {color:#00a0e9!important;}
.newsListLi li:hover .newsListLi_bottom_title {border-bottom-color:#00a0e9!important;}
.newsItemInfo_bottom li:hover a{border-color:white;}
.newsItemInfo_bottom li:hover .newsItemInfoIcon5{background-position:-346px -15px;}
.newsItemInfo_bottom li:hover .newsItemInfoIcon6{background-position:-346px -38px;}
.newsItemInfo_left{width:800px;min-height: 950px;}
.newsItemInfo_right{width: 330px;float: left;margin-left: 30px;}
.ml225{margin-left: 225px;}
.blueLine{width: 4px;height: 16px;background-color: #00a0e9;margin-right: 10px;display: inline-block;position: relative;top:2px;}
.helpCenterUl{border:none!important;}
.newInnerBox1{height: auto!important;}
.newsItemInfo_content{background-color: white;padding-bottom: 30px;padding-right: 40px;padding-left:40px;}
.plr30{padding-left:30px;padding-right: 30px;}
.newsItemInfo_bottom{width: 800px;}
	/*新闻中心的结束*/

/*人才招聘的开始*/
.personnelRecruitmentBanner{background: url("../images/banner.ee860be4.png") no-repeat;height: 300px;width: 100%;background-position: center center;}
.personnelRecruitment_title_ul li{width: 580px;height: 230px; float: left;box-shadow: 0 0 10px #e9f0f5;border-radius: 10px;border:1px solid #e9f0f5; }
.personnelRecruitment_title_ul_top {border-bottom:2px solid  #ededed;height: 33px;}
.personnelRecruitment_subTitle{border-bottom: 3px solid #00a1e7;}
.personnelRecruitment_body_top p,.personnelRecruitment_title_ul p{line-height: 26px;}
.personnelRecruitment_bottom_ul li{margin-bottom: 30px;}
.personnelRecruitment_title_ul_top{margin: 18px 28px 0 28px; }
.personnelRecruitment_title_ul_bottom{margin: 8px 28px 18px;}
/*人才招聘的结束*/

/*工艺制造的开始*/
.processCapabilityBanner{background: url("../images/banner.087f6fd4.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}
.craftingBody{margin-top: -40px;}
.crafting_header{height: 80px;;box-shadow: 0 0 10px #e9f0f5;border:1px solid #e9f0f5;background-color: white;}
.crafting_header_ul li{width: 298px;height: 80px;text-align: center; float: left;}
.crafting_header_ul li.curLi{border-bottom: 2px solid #00a0e9;color: #00a0e9;}
.crafting_header_ul li a{  height:40px;  display: inline-block;width: 298px;border-right: 1px dashed #333333;line-height: 40px;margin-top:20px;margin-bottom:20px;}
/*工艺制造的结束*/

/*工艺能力的开始*/
.craftingBanner{background: url("../images/banner.087f6fd4.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}

.processCapabilityDiv table tr{height: 52px}
.processCapabilityDiv table tr th,.processCapabilityDiv table tr td{border:1px solid #ccdbea;border-collapse:collapse;padding-left: 16px;text-align: left;}
.processCapabilityDiv table tr td:last-child img{margin-top: 10px;}
.processCapabilityDiv table tr td{border-collapse: collapse;}
.processCapabilityDiv table tr th{background-color: #eff6f9;}
.processCapabilityDiv table tr:nth-child(even){background-color: #f8fdfe;}
/*工艺能力的结束*/

/*工艺流程的开始*/
.pcbflowBanner{background: url("../images/banner.4222c41a.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}
.pcbProcess_left{border-right: 2px solid #d4d4d4;margin-top: 60px;}
.eventYuan{display: inline-block;width: 14px;height: 14px;border:2px solid #d4d4d4;border-radius: 50%;background: white;}
.process_event li{position: relative;width: 178px;text-align: center;height: 39px; line-height: 39px;color: #666666;margin-bottom: 38px;cursor: pointer;padding-right: 30px;}
.process_event li .eventYuan{position: absolute;right:-8px;top:14px;}
.process_event li:first-child .eventYuan{top:-1px;}
.process_event li.activedEvent{background: url("../images/activedbg2.6c242f6f.png") no-repeat;color:white;top: -18px;  right: -8px;}
.process_event li.activedEvent .eventYuan{display: none;}
.pcbProcess_right{margin-top: 60px;}
.pcbProcess_right >div{margin-bottom: 50px;}

/*工艺流程的结束*/

/*认证证书的开始*/
.certificateBanner{background: url("../images/banner.f9dd457c.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}
.certificateUl  li{width: 282px;height: 374px; background-color:#f5f5f5;  float: left;margin-right: 24px;margin-bottom: 24px;cursor: pointer;}
.certificateUl li:first-child+li+li+li,
.certificateUl li:first-child+li+li+li+li+li+li+li,
.certificateUl li:first-child+li+li+li+li+li+li+li+li+li+li+li,
.certificateUl li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.certificateUl li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{margin-right: 0;}
.certificateUl  li img{display: block;width: 100%;height: 100%;}
.craftingModal{background-color: transparent;border: none;box-shadow: none;}
.craftingModal .modal-header{border: none;}
.craftingModal .close{opacity: 1;}
.certificateUlDiv{width:252px;height: 344px;margin: 0 auto; margin-top: 10px;}
.craftingModal .close{ position: relative;  right: -130px;  bottom: 20px;}
/*认证证书的结束*/

/*工厂设备的开始*/
.equipmentBanner{background: url("../images/banner.6d1daf7d.jpg") no-repeat;height: 300px;width: 100%;background-position: center center;}
.factoryEquimentIntroduce{border:1px dashed #4ab2ea;padding-top: 10px;padding-left: 17px;}
.factoryEquimentIntroduce p{text-indent: 2em;}
.factoryEquimentIntroduceUl  li{width: 284px;height: 196px;border: 1px solid #e8e8e8;border-radius: 5px;margin-right: 20px;margin-bottom: 20px;background-color: white;}
.factoryEquimentIntroduceUl  li img{display: block;width: 100%;height: 100%;}
.factoryEquimentIntroduceUl  .factoryEquimentImg{width: 264px;height: 176px;margin: 0 auto; margin-top: 8px;}

/*工厂设备的结束*/


/*产品展示的开始*/
.productNavUl>li{  float: left;height: 30px;line-height: 30px;border:1px solid #cccccc;border-radius:15px;margin-left: 20px;cursor: pointer;position: relative;width: 85px;text-align: center;}
.productNavUl>li.currentPcbProduct{  background-color:#00a1ea;color:white;border:none;}
.productNavUl>li:hover{background-color:#00a1ea;color:white;border:none;}
.productNavTitleBox .triangle-bottom{right:8px;top: 5px;}
.productNavList{border:1px solid #cccccc;border-radius:15px;position: absolute;padding-left: 17px;padding-right: 17px;top:34px;width: 100%;  left:0;display: none;background: white;}
.showProductBoxUl li{ float: left;width: 285px;height: 343px;margin-bottom: 20px;margin-right: 16px;cursor: pointer;background-color: #f2f2f2;}
.showProductBoxUlTop{width: 285px;height: 285px;background: url("../images/productbg.1b8a5f6a.png") no-repeat;}
.showProductBoxUlTopInnerBox{width: 250px;height: 150px;margin-left: 18px;}
.showProductBoxUlTopInnerBox img{width: 100%;height: 100%;vertical-align: middle;margin-top: 70px;}
.showProductBoxUl p{text-align: left;font-size: 16px;  color: #333333;margin-left: 12px;line-height: 56px;}
.showProductBoxUl li:hover{ box-shadow:0 0 2px 2px #eeee;}
.showProductBoxUl li:nth-child(4),.showProductBoxUl li:nth-child(8),.showProductBoxUl li:nth-child(12),.showProductBoxUl li:nth-child(16){margin-right: 0;}
div .locationIcon{display: inline-block;width: 19px;height: 19px;background-position: -98px -68px;}
.craftingModal  img{display: block;  margin:0 auto;}
/*产品展示的结束*/

/*联系我们的开始*/
.contantUsBanner{background: url("../images/banner.f4844c39.jpg") no-repeat center center;}
.contantUs_title span{padding-bottom: 8px;border-bottom: 3px solid #03a1e3;}
.contantUs_title_ul li{float: left;margin-right: 33px;}
.contantUsToolsUl li{width:275px;padding-bottom: 40px;  float: left;}
.contantUsTools{background-color: #f6f6f6;}
.contantUsTools_inner{padding:50px;background-color: white;border-radius: 10px;margin-bottom: 2px;}
.cToolsLi_L{ width:54px;}
.cToolsLi_L i{display: inline-block;width: 43px;height: 38px;}
div .contactIcon1{background-position: -135px -236px; }
div .contactIcon2{background-position: -130px -290px; }
div .contactIcon3{background-position: -135px -122px; }
div .contactIcon4{background-position: -133px -178px; }
div .contactIcon5{background-position: -132px -9px; }
div .contactIcon6{background-position: -132px -9px; }
div .contactIcon7{background-position: -135px -239px; }
div .contactIcon8{background-position: -135px -63px; display: inline-block;width: 43px;height: 38px;}
.contantUsLink p{margin-bottom: 16px;}
.contantUsLink .p1{font-size: 16px;color:#373737;}
.contantUsLink .p1 span{margin-left: 20px;}
.contantUsLink .p2{font-size: 16px;color:#727272}
.contantUsLink li{width: 392px;height: 454px;background: url("../images/bg1.7b95fc5c.png") no-repeat;float: left;margin-bottom: 30px;margin-right: 12px;}
.contantUsLink li.bgImg1{width: 392px;height: 600px;background: url("../images/bg2.323bde50.png") no-repeat}
.contantUsLink li.bgImg2{width: 392px;height: 600px;background: url("../images/bg3.a55204b2.png") no-repeat}
.contantUsLink li:first-child+li+li,.contantUsLink li:first-child+li+li+li+li+li,.contantUsLink li:first-child+li+li+li+li+li+li+li+li,.contantUsLink li:first-child+li+li+li+li+li+li+li+li+li+li+li,.contantUsLink li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li{margin-right: 0;}
.linksDiv{padding-top: 105px;width: 233px;margin: 0 auto;padding-left: 40px;text-align: left;}
.linksDiv p{    overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;word-break: break-all;}
.contantUsLink_title{border-radius:10px;background-color: white;margin-bottom: 2px;}
.contantUsLink1{background-color: #f6f6f6;}
.contantUsLink_title_ul li{width:220px;text-align: left;float: left;margin-top: 30px;}
/*联系我们的结束*/

/*采购平台的开始*/
.procurementBanner{background: url("../images/banner.1cef5220.png") no-repeat center center;height: 734px;}
.procurement_part1{border-radius: 10px;background: url("../images/bg.265dee45.png") no-repeat;width: 1200px;height: 743px;box-shadow: 0 0 10px #eee;}
.procurement_part1L{margin-top: 70px;margin-left: 68px;  width:485px;}
.procurement_part1R{width: 480px;margin-top: 70px; margin-left: 90px;}
.procurement_part1 p{line-height: 26px;}
.procurement_part1L_bottom tr{height: 26px;}
.procurement_part2L_ul li{width: 128px;height: 35px;margin-bottom: 15px;text-align: center;line-height: 35px;background-color: #EEEEEE;border-radius: 17px;color:white;cursor: pointer;}
.procurement_part2L_table th,.procurement_part2L_table td{height: 54px;border:1px solid #ccdbea;border-collapse: collapse;padding-left: 16px;}
.procurement_part2L_table {border-collapse: collapse;display: none;}
.procurement_part2L_table thead{background-color:#f8fdfe;}
.procurement_part2L_table .odd{background-color:#f8fdfe; }
.procurement_part2{margin-bottom: 90px;margin-top: 42px;}
.procurement_part2L_ul li.selectedLi{background:url("../images/activebg.ef147f20.png") no-repeat }
.isShow{display: block;}
.procurementBody{margin-top: -240px; }
/*采购平台的结束*/

/*公司介绍样式的开始*/
body {
	line-height: 1;
}


.banner_area1 {
	background: url(../images/jiangsu_bg.e3857757.png) no-repeat center center;
	height: 400px;
}

.current_location {
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 30px;
	box-shadow:0px 20px 20px -20px #e5e5e5;
}

.current_location i {
	display: inline-block;
	width: 19px;
	height: 16px;
	margin-right: 10px;
	background: url(../images/home_icon.f669c7fa.png) no-repeat center center;
}

.factory_info>div {
	width: 360px;
	height: 300px;
}

.factory_info>div p {
	font-weight: bold;
	line-height: 2.5;
}

.factory_feature>div {
	width: 33.3%
}

.factory_feature>div>p {
	line-height: 2.5;
}



.img_show {
	padding: 30px 0;
	background: rgb(242, 243, 247)
}

.img_show>li {
	padding-top: 30px;
	background: #fff;
	width: 1200px;
	height: 270px;
	margin: 0 auto;
	border-radius: 10px;
}

.img_show>li+li {
	margin-top: 30px;
}

.img_show>li div {
	width: 400px;
	padding-left: 25px;
}

.img_show>li div p {
	margin-top: 25px;
	font-size: 14px;
	color: #666;
	line-height: 2.5;
}

.img_show>li div div {
	height: 45px;
	line-height: 45px;
	position: relative;
	padding-left: 84px;
	font-size: 30px;
}

.img_show>li div div i {
	position: absolute;
	top: 0;
	left: 0;
	width: 69px;
	height: 45px;
	background: url(../images/title_icon.9a120998.png) no-repeat center center;
}

.img_show ul li {
	float: left;
	margin-right: 10px;
}

.img_show ul li:first-child+li+li {
	margin-right:20px;
}

.img_show ul li p {
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.material_supplier {
	margin-top: 42px;
}

.material_supplier ul {
	margin-top: 19px;
	padding-bottom: 30px;
}

.material_supplier ul li {
	float: left;
}

.material_supplier ul li:hover {
	position: relative;
	box-shadow:0px 10px 10px -10px #e5e5e5;
}




.picScroll-left{ overflow:hidden; position:relative; padding-left: 40px; }
.picScroll-left .go_back {
	position: absolute;
	cursor: pointer;
	width: 19px;
	height: 37px;
	background: url(../images/go_back.aef943b3.png) no-repeat center center;
	left: 10px;
	top: 54px;
}
.picScroll-left .go_ahead {
	position: absolute;
	cursor: pointer;
	width: 19px;
	height: 37px;
	background: url(../images/go_ahead.30a3964e.png) no-repeat center center;
	left: 160px;
	top: 54px;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; overflow:hidden; }
.picScroll-left .bd ul li  img{ width:100%; height:100%; display:block; }
.homePart3Tab_bd  li {float: left; width: 380px;height: 254px;margin-right: 30px;}
.homePart3Tab_bd  li a{display: inline-block;width: 100%;height: 100%;}
.homePart3Tab_ul li{cursor: pointer;}
body {
	line-height: 1;
}

.banner_area {
	background: url(../images/banner.0bef1b0b.png) no-repeat top center;
	height: 500px;
	padding-top: 300px;
}

.firm_vision {
	background: url(../images/firm_vision1.0e8ab103.png) no-repeat center center;
	height: 430px;
}

.company_base {
	background: url(../images/base.12ef91be.png) no-repeat center center;
	height: 550px;
}

.go_account_price {
	background: url(../images/go_account_price.284d167b.png) no-repeat center center;
	height: 192px;
	padding-top: 55px;
}


.banner_area ul li {
	float: left;
	width: 25%;
	height: 200px;
}

.banner_area ul li.first {
	background: url(../images/banner_lower1.b5f1c65e.png) #fff no-repeat center center;
}

.banner_area ul li.second {
	background: url(../images/banner_lower2.95690c72.png) #fff no-repeat center center;
}

.banner_area ul li.third {
	background: url(../images/banner_lower3.61548ae8.png) #fff no-repeat center center;
}

.banner_area ul li.forth {
	background: url(../images/banner_lower4.997e5cd2.png) #fff no-repeat center center;
}

.company_intro li.img_area {
	width: 493px;
	height: 360px;
}

.company_intro li.text_area {
	width: 692px;
}

.firm_vision>div {
	height: 100%;
	padding-top: 48px;
}

.firm_vision p {
	position: absolute;
	top: 138px;
	left: 0px;
	width: 540px;
	height: 280px;
	border-left: 4px solid #00a0e9;
	padding: 33px 30px 0 26px;
	background: #fff;
	z-index: 10;
}

.firm_vision div div.bg_area {
	width: 768px;
	height: 305px;
	background: url(../images/firm_vision2.a039a897.png) no-repeat center center;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.office_img p {
	width: 30px;
	height: 2px;
	background: rgb(102, 102, 102);
}


.company_base .content_container {
	height: 100%;
	padding-top: 84px;
}

.company_base .content_container div span {
	width: 172px;
	height: 172px;
	display: inline-block;
	background: url(../images/location2.cf282e8d.png) #fff no-repeat center center;
	border-radius: 5px;
	color: #333;
	position: relative;
	cursor: pointer;
}

.company_base .content_container div span p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
}

.company_base .content_container div span.jiangxi {
	margin-left: 130px;
}

.company_base .content_container div span.active {
	background: url(../images/location1.64457e65.png) rgb(0, 160, 233) no-repeat center center;
	color: #fff;
}

.service_provider .service_provider_location {
	/* background: url(../images/service_provider_location.05e78e8b.png) #fff no-repeat center center; */
	height: 310px;
}

.service_provider .service_provider_location img {
	display: block;
	margin: 0 auto;
}

.service_provider .service_provider_name {
	/* background: url(../images/service_provider_name.8b9cb875.png) #fff no-repeat center center; */
	height: 120px;
}

.our_ensure {
	margin-top: 112px;
}

.our_ensure ul {
	margin-top: 113px;
	height: 450px;
	background: url(../images/our_ensure1.73c22807.png) #fff no-repeat center center;
	position: relative;
}

.our_ensure ul li {
	position: absolute;
	width: 342px;
	height: 182px;
	padding: 60px 30px 0;
	margin-top: 16px;
}

.our_ensure ul li:hover p {
	display: none;
}

.our_ensure ul li p.first {
	font-size: 18px;
}

.our_ensure ul li p.second {
	margin-top: 30px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}

.our_ensure ul li.first {
	top: 0;
	left: 0;
}

.our_ensure ul li.first:hover {
	background: url(../images/our_ensure2.b26ec96d.png) #fff no-repeat center center;
}

.our_ensure ul li.second {
	bottom: 0;
	left: 0;
}

.our_ensure ul li.second:hover {
	background: url(../images/our_ensure3.223cc00c.png) #fff no-repeat center center;
}

.our_ensure ul li.third {
	top: 0;
	right: 0;
}

.our_ensure ul li.third:hover {
	background: url(../images/our_ensure4.027aef94.png) #fff no-repeat center center;
}

.our_ensure ul li.forth {
	bottom: 0;
	right: 0;
}

.our_ensure ul li.forth:hover {
	background: url(../images/our_ensure5.5e7f2508.png) #fff no-repeat center center;
}

.firm_honor>div div.pull-left {
	width: 600px;
	height: 502px;
	/* background: url(../images/firm_honor1.3ae6e408.png) #fff no-repeat center center; */
}

.firm_honor>div div.text_area {
	width: 560px;
	padding-top: 30px;
}

.firm_honor>div div.text_area p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	letter-spacing: 3px;
}

.our_history>span {
	position: absolute;
	width: 745px;
	height: 100%;
	top: 45px;
	right: 0;
	background: url(../images/our_history_bg.4aa7279f.png) no-repeat top right;
}


.go_account_price button {
	background: #00a0e9;
	color: #fff;
	height: 40px;
	padding: 0 20px 0 20px;
	border-radius: 5px;
	margin-top: 34px;
	cursor: pointer;
}

.go_account_price button i {
	width: 22px;
	height: 22px;
	background: url(../images/button_icon.be5ab720.png) no-repeat center center;

	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


.picScroll-left1{ overflow:hidden; position:relative;}
.picScroll-left1 .hd{ overflow:hidden;  height:14px; line-height: 14px; color: rgb(171, 171, 171); padding:0 7.5px; margin-top: 20px; font-size: 16px; }
.picScroll-left1 .pageState span { color: #00a0e9}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ margin:0 5px; float:left; overflow:hidden; }
.picScroll-left1 .bd ul li .pic img{ width:390px; height:300px; display:block; }


.picScroll-left2{ overflow:hidden; position:relative;}
.picScroll-left2 .hd{ overflow:hidden; margin-top: 30px; }
.picScroll-left2 .hd ul { height:23px; }
.picScroll-left2 .hd ul li { float: left; width: 23px; height: 23px; border: 1px solid #00a0e9; text-align: center; line-height: 21px; color: #00a0e9; cursor: pointer; margin-right: 10px; }
.picScroll-left2 .hd ul li.on { background: #00a0e9; color: #fff;}
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ float:left; overflow:hidden; width:300px; height:220px; position: relative; }
.picScroll-left2 .bd ul li img{ position: absolute; left: 0; bottom: 0 }

/*公司介绍样式的结束*/



/*公共的图标*/
.newIcon{background: url("../img/newicon.dddafe55.png") no-repeat;}