@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #333; font-size: 14px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll; 
    background: #fff;
}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200,.container{ width:1140px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1140px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 1140px;margin:40px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*导航*/
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}
.hright{ margin-right:4vw;}

.nav>ul>li{ position:relative; }
.headerbg .nav>ul>li.on>a {
    color: #003d74;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  
  
  

.nav>ul>li>a{ font-size:16px; color:#222; display:block; line-height:68px; position:relative;  padding: 0 1vw;
  
} 
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #E3A91A;
    
}
.nav ul li em{ font-size:12px; padding-left:3px;}

.nav ul li:nth-of-type(1) em,.nav ul li:nth-of-type(7) em,.nav ul li:nth-of-type(5) em,.nav ul li:nth-of-type(6) em,.nav ul li:nth-of-type(8) em,
.nav ul li:nth-of-type(2) .dropmenu dl em,.nav ul li:nth-of-type(8) .dropmenu dl em
{
    display: none;
}




.dropmenu{position:absolute; transition:all .3s ease; top:55px; left:-20%; width:140%; background:#fff; box-sizing: border-box;border: 1px solid #ccc;
opacity:0; transform:rotateY(90deg);
    padding:10px 0;
    
}
.dropmenu dl{
    position: relative;
}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:30px; font-size:14px; color:#333; transition:all .3s ease; position:relative;
    text-align: left; padding: 0 15px;
}
.dropmenu a:hover{ color:#E3A91A;

}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}

.dropmenu .sanji{ padding: 10px 0;
    display: none;position: absolute;left:2%;top: 30px;z-index: 2;
    width:96%;background: #fff;overflow: hidden;border: 1px solid #ccc;box-sizing: border-box;
}
.dropmenu .sanji a{line-height: 26px;}
.dropmenu>dl:hover .sanji{
    display: block;color: #014f99;
}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}

.hidden{
    display: none;
}

.navlayout{cursor: pointer;
    width:85px;color: #fff;position: relative;line-height:90px;
}
.navlayout:before{
    display: block;float: left;font-size: 1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size: 0.8vw;font-weight: bold;
}
.navlayout i{
    display: block;float: left;font-size: 0.75vw !important;font-weight: normal;transform: rotate(180deg);transition: all ease 0.5s;
}
.navlayout:hover i{transform: rotate(0);}
.navlayout .xia{position: absolute;top: 68px;left: 0;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:4px;
    display: none;width: 90px;text-align: center;border-top: 3px solid #02a7f0;background: rgba(255,255,255,90%); padding: 10px 0;
}
.navlayout .xia a{
    display: block;line-height: 30px;color: #333;font-size: 14px;
}
.navlayout:hover .xia{
    display: block;
}
.navlayout:hover .xia a:hover{
    background: #02a7f0;color: #fff;
}


.headerbg{position: fixed;top:0; left:0; right:0; width:100%; margin: 0 auto;
    z-index:999;width: 100%;min-width: 1250px;border-bottom: 1px solid #eee; background:rgba(255,255,255,0.96);
    
}
.headerbg .logowhite {
    display: none !important;
}
.headerbg .logoblue{
   display: block;
}
.headerbg .nav>ul>li>a,.headerbg .navlayout,.headerbg .searchicon{
    color: #000;
}
body.body-white{
    background: #fff;
}



.home-manufactor{

	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
}
.home-manufactor li{
	text-align:center;
	line-height:100px;
	font-size:18px;
	font-weight:bold;color: #222;
}
.home-manufactor li .ico{
	margin-right:10px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.home-manufactor li:nth-child(1) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-74px -43.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(1):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-74px -92.5px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(2) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-165px -43.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(2):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-165px -92.5px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(3) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-263px -46.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(3):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-263px -91.5px; 
	padding:14px 18px; 
}

.home-manufactor li:nth-child(4) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-355px -47.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(4):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-355px -92.5px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(5) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-449px -43.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(5):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-449px -92.5px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(6) .ico{ 
	background:url(images/ico_all.png); 
	background-position:-545px -43.2px; 
	padding:14px 18px; 
}
.home-manufactor li:nth-child(6):hover .ico{ 
	background:url(images/ico_all.png); 
	background-position:-545px -92.5px; 
	padding:14px 18px; 
}
.col-md-2{width: 16.66666667%;}
.col-md-3{width:25%;}

.home-products .homeProListT p i{ padding-right: 5px;
    display: inline-block;vertical-align: middle;
}



/*实力展示*/

/* home-strength 实力 */
.home-strength{
	width:100%;
	background:url(images/home-bg.jpg) no-repeat center;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-strength .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#fff;
}
.home-strength .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.home-strength .Subtitle li{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
}
.home-strength .Subtitle li:hover{
	color:#E3A91A;
}
.home-strength .Subtitle li:before {
	content: ">";
	position: relative;
	left:-15px;
}
.home-strength .Headline{
	font-size:60px;
	font-family:"Impact";
}
.home-strength .Headline span{
	font-size:16px;
	color:#E3A91A;
	padding-left:5px;
}
.home-strength .Headline p{
	font-size:18px;
	font-weight:bold;
}
.home-strength .Headline li{
	text-align:center;
	padding:100px 0 73px 0;
}
.experience{
	width:100%;
	background:#dbdbdb;
	height:150px;
}
.experience ul li{
	padding:30px;
	height:150px;
	text-align:center;
	
}
.experience ul li dl dt{
	line-height:40px;
	font-size:18px;
	color:#fff;
}
.experience i:before{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -840px;
	padding-left:18px;
	content: " ";
}
.experience ul li:nth-child(1),
.experience ul li:nth-child(3){
	background:#E3A91A;
	color:#fff;
}
.experience ul li:nth-child(2){
	background:#3a3a3a;
	color:#fff;
}
.experience strong{
	font-size:30px;
}
.experience p{
	font-size:16px;
	line-height:40px;
}
.experience .home-service-tel span{
	font-size:16px;
}
.experience .home-service-tel h5{
	font-size:24px;line-height: 1.6;margin-bottom: 4px;
	font-weight:bold;
}
.experience .home-service-tel a{
	background:#fff;
	border-radius:20px;
	padding:5px 15px;
	color:#333;
}
.experience .home-service-tel a:hover{
	background:#3a3a3a;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
}

/* home-services 服务 */
.home-services{
	width:100%;
	background:url(images/home-pro-bg.jpg) no-repeat center top;
	-background-attachment:fixed;
	padding:50px 0;
	min-height:600px;
	margin-top:20px;
}
.home-services .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#333;
}
.home-services .titleT:before{
	content:" ";
	
}
.home-services .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}

.ys-top li{
	display:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.ys-top li p{
	font-size:14px;
	font-weight:normal;
}

.ys-bottom li{
	font-size:18px;
	padding-left:35px;
	padding-right:35px;
	padding-top:100px;
	padding-bottom:20px;
	text-align:center;
	margin-top:50px;
}
.ys-bottom li:hover{
	background:#E3A91A;
	color:#fff;
}

.ys-bottom li:after{
	content:"";
	color:#666;
	font-size:36px;
	font-weight:bold;
	position:absolute;
	bottom:145px;
	left:70px;
	
}

.ys-bottom li:nth-child(1) .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-76px -1570px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}

.ys-bottom li:nth-child(1):hover .ico:after{
	background:url(images/ico_all.png) no-repeat;
	background-position:-76px -1605px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}

.ys-bottom li:nth-child(2) .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-268px -1570px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}
.ys-bottom li:nth-child(2):hover .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-268px -1605px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}
.ys-bottom li:nth-child(3) .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-454px -1570px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}
.ys-bottom li:nth-child(3):hover .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-454px -1605px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}
.ys-bottom li:nth-child(4) .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-645px -1570px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}
.ys-bottom li:nth-child(4):hover .ico:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(images/ico_all.png) no-repeat;
	background-position:-645px -1606px;
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	left:60px;
	bottom:100px;
}


/* home-case 案例 */
.home-case{
	width:100%;
	background:url(images/home-services-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-case .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#333;
}
.home-case .titleT i:before{
	content:"";
	width:18px;
	height:1px;
	background:#000;
	position:absolute;
	margin-top:24px;
	margin-left:-420px;
}
.home-case .titleT i:after{
	content:"";
	width:18px;
	height:1px;
	background:#000;
	position:absolute;
	margin-top:24px;
	margin-left:50px;
}
.home-case .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.homeCaseList li{
	margin-top:15px;
}

/* start */
.home-case .ellipsis {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	display: block; 
	text-align:center;
}
.home-case .aBox { 
	display: block; 
}
.home-case .aBox .overflowHide { 
	height: 241px; 
}
.home-case .aBox .overflowHide:after{
	content:"";
	background: transparent;
	display: block; 
	height: 241px; 
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.home-case .aBox:hover .Name{ 
	bottom:0; 
	background:rgba(0,0,0,0.75); 
	padding-top:50px; 
	color: #fff;
}
.home-case .aBox:hover .Name p{text-align:center;
	opacity:1; 
	transform:translate(0,0)
}
.home-case .bgImg { 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.home-case .aImg .bgImg { 
	transition: all 0.5s ease; 
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0;
}
.home-case .aImg:hover .bgImg { 
	transform: scale(1.1);
}
.home-case .aImg img { 
	transition: all 0.5s ease;display: block;width: 100%;height: auto;
}
.home-case .overflowHide { 
	overflow: hidden; 
	position: relative;
}
.home-case .Name {
	width: 100%;
	height:100%;
	color: #333;
	padding: 0px 8%;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: -191px;
	transition:all 0.5s ease-in-out;
	background:rgba(0,0,0,0.3);
}
.home-case .Name .ellipsis{ 
	display: block; 
	line-height: 50px; 
	height: 50px; 
	color: #fff; 
}
.home-case .Name p {
	font-size: 13px; 
	line-height: 23px; 
	color: #cfcfcf; 
	padding-top: 6px;
	opacity:0;
	transition:all 0.3s ease-in-out; 
	transition-delay:0.5s;
	transform:translate(80px,0);
}
/* end */

.homeCaseNav{
	text-align:center;
	overflow:hidden;
}
.homeCaseNav li{
	margin-top:15px;
	font-size:16px;
}
.homeCaseNav li i:before{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -889px;
	padding-left:20px;
}
.homeCaseNav li a{
	background:#282828;
	display:block;
	padding:10px 0;font-size: 15px;
	color:#fff;
}
.homeCaseNav li a:hover{
	background:#E3A91A;
	display:block;
	padding:10px 0;
	color:#fff;
}

.homeCaseNav .dropdown-menu-tow{
	display:none;
}


/* home-partners 合作伙伴 */
	.home-partners{
		width:100%;
		background:url(images/home-services-bg.jpg) no-repeat center top; background-size: cover;
		background-attachment:fixed;
		padding:50px 0;
	}
	.home-partners .titleT{
		font-size:38px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
		color:#333;
	}
	.home-partners ul li{
		margin-bottom:20px;
	}
	.home-partners .g_zs2{ 
		margin:40px 0; 
		height:76px;
	}
	.home-partners .zz_box{ 
		position: relative;
	}
	.home-partners .zz_box .ljt,.zz_box .rjt{
		position: absolute; 
		width: 28px; 
		height: 28px; 
		top:20px;
	}
	.home-partners .zz_box .ljt{
		background:url(images/left_jt-a.png) no-repeat; 
		left:-56px; 
	}
	.home-partners .zz_box .rjt{
		background:url(images/right_jt-a.png) no-repeat;
		right:-56px;
	}
	.home-partners .zz_box .ljt:hover, .home-partner .zz_box .rjt:hover{ 
		background-position: -28px 0;  
	}
	.home-partners .zz-s{
		height:76px; 
		overflow:hidden;
	}
	.home-partners .zz-s ol li{
		position: relative; 
		float:left; 
		width:176px;
		height:76px; 
		overflow: hidden; 
		margin-right:18px; 
		*display:inline;
		background: none;
		padding: 0
	}
	.home-partners .zz-s ol li.no{
		margin:0;
	}
	.home-partners .zz-s ol li img{
		width:100%; 
		height:100%; 
		display: block; 
		transition: all 0.3s linear 0s;
	}
	.home-partners .zz-s ol li em{
		position: absolute; 
		left:0; 
		top:0; 
		background:rgba(0,0,0,.8); 
		width: 288px; 
		padding-top: 70px; 
		height: 161px; 
		text-align: center; 
		font-size: 16px; 
		color: #fff; 
		display: none;
	}
	.home-partners .zz-s ol li:hover em{
		display:block;
	}
	.home-partners .zz-s ol li:hover img{ 
		transform: scale(1.1);
	}
	.home-partners .tempWrap{ 
		width:100%!important;
	}
	
	/*左右滚动控制插件*/
	.bodyCon08 {
		_background-color: rgba(33, 33, 33, 1.00);
		_position: relative;
		width: 100%;
	}
	.bodyCon08 .students {
		margin: 0px auto;
		width: 99%;
		height: 100px;
		position: relative;
	}
	.bodyCon08 .students p.PP {
		width: 510px;
		height: 50px;
		font-size: 16px;
		color: #333;
		text-align: center;
		position: absolute;
		top: 60px;
		left: 300px;
	}
	#four_flash {
		position: relative;
		position: absolute;
		width: 100%;
		height: 100px;
		margin: 0px auto;
		_bottom: 40px;
	}
	#four_flash .flashBg {
		width: 92%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#four_flash .flashBg ul.mobile {
		width: 2000%;
		height: 100px;
		padding: 0px;
		position: absolute;
		top: 15;
		left: 0;
	}
	#four_flash .flashBg ul.mobile li {
		list-style-type: none;
		float: left;
		width: 200px;
		height: 100px;
		color: #6C6E85;
		transition: all 1s ease 0s;
		margin: 0 5px;
	}
	#four_flash .flashBg ul.mobile li img {
		width: 200px;
		height: 100px;
		display: block;
		margin: 0 auto;
		border: 1px solid #efefef;
		_border-radius: 82px;
	}
	#four_flash .flashBg ul.mobile li dd {
		font-size: 20px;
		width: 300px;
		line-height: 60px;
		text-align: center;
		border-bottom: 1px solid #6C6E85;
	}
	#four_flash .flashBg ul.mobile li p {
		font-size: 16px;
		text-align: center;
		width: 260px;
		line-height: 24px;
		margin-top: 10px;
	}
	#four_flash .flashBg ul.mobile li a {
		display: block;
		background: url(images/jt-left.png);
		width: 200px;
		height: 100px;
		border: 0px;
		margin: 0px auto;
	}
	#four_flash .flashBg ul.mobile li a:hover {
		background: url(images/jt-right.png);
	}
	#four_flash .but_left {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 40px;
		left: 0px;
	}
	#four_flash .but_right {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 40px;
		right: 0px;
		text-align: right;
	}
	.bodyCon08B {
		width: 100%;
		margin-bottom:30px;
	}
	.bodyCon08B .studentsB {
		margin: 0px auto;
		width: 99%;
		height: 450px;
		position: relative;
	}
	.bodyCon08B .studentsB p.PP {
		width: 510px;
		height: 50px;
		font-size: 16px;
		color: #333;
		text-align: center;
		position: absolute;
		top: 60px;
		left: 300px;
	}
	#four_flashB {
		position: relative;
		position: absolute;
		width: 100%;
		height: 450px;
		margin: 0px auto;
		_bottom: 40px;
	}
	#four_flashB .flashBgB {
		width: 92%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#four_flashB .flashBgB ul.mobileB {
		width: 2000%;
		height: 450px;
		padding: 0px;
		position: absolute;
		top: 15;
		left: 0;
	}
	#four_flashB .flashBgB ul.mobileB li {
		width: 315px;
		-height: 450px;
		list-style-type: none;
		float:left;
		color: #6C6E85;
		transition: all 1s ease 0s; 
		margin: 0 10px;
	}
	#four_flashB .flashBgB ul.mobileB li img {
		width: 315px;
		height: 450px;
		display: block;
		margin: 0 auto;
		border: 1px solid #efefef;
		_border-radius: 82px;
	}
	#four_flashB .flashBgB ul.mobileB li dd {
		font-size: 20px;
		width: 300px;
		line-height: 60px;
		text-align: center;
		border-bottom: 1px solid #6C6E85;
	}
	#four_flashB .flashBgB ul.mobileB li p {
		font-size: 16px;
		text-align: center;
		width: 260px;
		line-height: 24px;
		margin-top: 10px;
	}
	#four_flashB .flashBgB ul.mobileB li a {
		display: block;
		background: url(images/jt-left2.png);
		width: 200px;
		height: 100px;
		border: 0px;
		margin: 0px auto;
	}
	#four_flashB .flashBgB ul.mobileB li a:hover {
		background: url(images/jt-right2.png);
	}
	#four_flashB .but_leftB {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 200px;
		left: 0px;
	}
	#four_flashB .but_rightB {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 200px;
		right: 0px;
		text-align: right;
	}
	

/* home-core 核心竞争力 */
.home-core{
	width:100%;
	background:url(images/hom-core-bg.jpg) no-repeat center top;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-core .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#fff;
}
.home-core .titleT i:before{
	content:"";
	width:18px;
	height:1px;
	background:#fff;
	position:absolute;
	margin-top:24px;
	margin-left:-380px;
}
.home-core .titleT i:after{
	content:"";
	width:18px;
	height:1px;
	background:#fff;
	position:absolute;
	margin-top:24px;
	margin-left:50px;
}
.home-core .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.homeCoreList li{
	margin-top:15px;
	text-align:center;
}
.homeCoreList li:nth-child(1) dl u{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -971px;
	padding:35px;
}
.homeCoreList li:nth-child(2) dl u{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -1063px;
	padding:35px;
}
.homeCoreList li:nth-child(3) dl u{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -1157px;
	padding:35px;
}
.homeCoreList li:nth-child(4) dl u{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -1253px;
	padding:35px;
}
.homeCoreList li:nth-child(5) dl u{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -1346px;
	padding:35px;
}
.homeCoreList li:nth-child(1):hover dl b{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -971px;
	padding:35px;
}
.homeCoreList dl{
	background:#fff;
}
.homeCoreList dt img{
	width:100%;
	min-width:100%;
}
.homeCoreList dd{
	font-size:18px;
	font-weight:bold;
	padding:50px 15px;
}
.homeCoreList dd p{
	font-size:14px;
	font-weight:normal;
	margin-top:40px;
	line-height:30px;
}
.homeCoreList dd i:before{
	content:"";
	height:1px;
	width:50px;
	background:#000;
	position:absolute;
	margin-top:50px;
	margin-left:-42%;
}


/* homeBanner 首页Banner */
.homeBanner{
	width:100%;
	background:#f4f4f4;
	padding:50px 0;

}
.homeBanner b,.homeBanner span{
	font-size:30px;
}
.homeBanner p{
	font-size:16px;
}
.homeBanner .home-service-tel{
	text-align:center;
}
.homeBanner .home-service-tel span{
	font-size:16px;
}
.homeBanner .home-service-tel h5{
	font-size:24px;line-height: 1.4;margin-bottom:8px;
	font-weight:bold;
}
.homeBanner .home-service-tel a{
	background:#E3A91A;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
}
.homeBanner .home-service-tel a:hover{
	background:#3a3a3a;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
}

/* homNews 首页新闻 */
.homNews{
	width:100%;
	padding:50px 0;
	margin-top:20px;
}
.homNews .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#333;
}
.homNews .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.homNews .homNewsTel{
	background:#f0f0f0;
	padding:15px;
}
.homNews .homNewsTel img{
	width:100%;
	min-width:100%;
}
.homNews .home-service-tel{
	text-align:center;
	padding:50px 0;
}
.homNews .home-service-tel span{
	font-size:16px;
}
.homNews .home-service-tel h5{
	font-size:24px;line-height: 1.4;padding-bottom: 8px;
	font-weight:bold;
}
.homNews .home-service-tel a{
	background:#E3A91A;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
}
.homNews .home-service-tel a:hover{
	background:#3a3a3a;
	border-radius:20px;
	padding:5px 15px;
	color:#fff;
}
.homNews .newsT{
	font-size:20px;
	line-height:40px;
}
.homNews .newsT span{
	font-size:14px;
}
.homNews .newsT a{
	position:absolute;
	right:15px;
	font-size:16px;
	
}
.homNews .topNews{
	padding-top:30px;
}
.homNews .topNews strong{
	font-size:18px;
}
.homNews .topNews img{
	width:100%;
	min-width:100%;
}
.homNews .topNews p{
	line-height:25px;
}
.homNews .homNewsList{
	overflow:hidden;
}
.homNews .homNewsList li{
	line-height:40px;
	border-bottom:1px dotted #cdcdcd;
}
.homNews .homNewsList li span{
	position:absolute;
	right:15px;
	color:#7b7b7b;
}
.homNews .homFaqList li{
	border-bottom:1px dotted #cdcdcd;
	padding-top:15px;
}

.homNews .homFaqList p{
	line-height:25px;
	color:#7b7b7b;
}
.homNews .homFaqList b{
	color:#E3A91A;
}
.h475{ height:445px;}




/* home-aboutus 公司简介 */
.home-aboutus{
	width:100%;
	background:url(images/about_bg.jpg) no-repeat center top;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-aboutus .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	color:#333;
}
.home-aboutus .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.home-aboutus h2{
	text-align:center; font-size:30px; margin: 20px 0 10px 0;
}
.home-aboutus img{
	width:100%;display: block;
	min-width:100%;
}

/* home-factory 厂房设备 */
.home-factory{
	width:100%;background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-factory ul li{
	text-align:center;
}
.home-factory ul li img{
	width:100%;
}
.home-factory ul li p{
    padding-top:8px;
}
.home-factory ul li hr{    margin-top: 20px;
 
    border: 0;height: 1px;
    border-top: 2px solid #e6e6e6;}
.factory-content-tab{
	background:url(images/gszs.png)no-repeat center;
	margin-bottom:50px;
}
.factory-content-tab i:after{
	content:"";
	position:absolute;
	background:#cdcdcd;
	height:1px;
	width:100px;
	margin-top:15px;
}
.factory-content-tab i :before{
	content:"";
	position:absolute;
	background:#cdcdcd;
	height:1px;
	width:100px;
	margin-top:15px;
	margin-left:-520px;
}

.factory-content-tab ul{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.factory-content-tab ul li{
	text-align:center;
	float:left; 
	text-align:center;
	font-size:24px;
	cursor:pointer;
	margin:0 30px;
	font-weight:bold;
}
.factory-content-tab ul .active{
	color:#E3A91A;
}
.factory-content-container .contents{
	display:none;
}
.factory-content-container .active{
	display:block;
}



/*内页简介*/
.top40{ margin-top:40px;}
.nus .nust{text-align: center; color:#333;}
.font24{font-size:24px;}
.font18{font-size:18px;}
.nusb{ color:#333;}
.nusm{ margin:10px 0 10px 0;}
.nusb p{
    text-indent: 2em; line-height: 2;
}
.nusb .col-md-6 img{
    display: block;width: 100%;height: auto;
}


.jjcp p{text-align: center; border:1px solid #efefef;
    box-sizing: border-box;
}
.jjcp img{
    display: block;width:auto;height: 210px; margin: 0 auto; 
}
.font14{font-size:14px;
}
.jjcp .row{ margin:10px 0;}

.nustd{
    text-align: center;color: #333; margin-top: 30px;
}
.font20{font-size:20px;}



/*内页产品分类*/
.fenleidage{    font-weight: bold;
    font-size: 16px; color:#222; border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom:10px;}
    
/*内页服务支持*/
.support{
    width: 100%;
}
.supportt{ margin-bottom: 20px;
    text-align: center;font-size: 18px;line-height: 1.6;color:#333;
}
.supportt h2{ font-size:24px;font-weight:bold;}

.supportb{ margin-bottom:40px;}
.supportb li{text-align:center; padding:20px; border:1px solid #eeeeee; margin:0px;
    width: 33.3333333%;box-sizing:border-box;float: left;
}
.supportb li strong{}

/*品牌实力*/
.pinpai .pinpail,.pinpai .pinpair{line-height: 40px;font-size: 14px;color:#333; box-sizing: border-box;padding:15px;
    width: 50%;
}
.pinpai .pinpail strong{font-size:24px; border-left:5px solid #F68100; color:#F68100; padding-left:15px;}
.pinpai .pinpair img{
    width: 100%;height: auto;
}