@charset "utf-8";

/* CSS Document */
@media screen and (max-width:767px) {

	/* CSS reset for c_b */
	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	input,
	textarea,
	p,
	blockquote,
	th,
	td {
		margin: 0;
		padding: 0;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	table th,
	table td {
		padding: 5px;
	}

	fieldset,
	img {
		border: 0;
	}

	address,
	caption,
	cite,
	code,
	dfn,
	em,
	th,
	var {
		font-style: normal;
		font-weight: normal;
	}

	ol,
	ul {
		list-style: none;
	}

	ception,
	th {
		text-align: left;
	}

	q:before,
	q:after {
		content: '';
	}

	abbr,
	acronym {
		border: 0;
	}

	a {
		color: #666;
		text-decoration: none;
	}

	/*for ie f6n.net*/
	a:focus {
		outline: none;
	}

	/*for ff f6n.net*/
	a:hover {
		text-decoration: underline;
	}

	/*定位*/
	.tl {
		text-align: left;
	}

	.tc {
		text-align: center;
	}

	.tr {
		text-align: right;
	}

	.bc {
		margin-left: auto;
		margin-right: auto;
	}

	.fl {
		float: left;
		display: inline;
	}

	.fr {
		float: right;
		display: inline;
	}

	.zoom {
		zoom: 1
	}

	.hidden {
		visibility: hidden;
	}

	.vam {
		vertical-align: middle;
	}

	.clear {
		clear: both;
		height: 0;
		line-height: 0;
		font-size: 0;
	}

	p {
		word-spacing: -1.5px;
	}

	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;

	/*其他*/
	.curp {
		cursor: pointer
	}

	;

	/*原reset*/
	sup {
		vertical-align: baseline;
	}

	sub {
		vertical-align: baseline;
	}

	input,
	button,
	textarea,
	select,
	optgroup,
	option {
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
	}

	input,
	button,
	textarea,
	select {
		*font-size: 100%;
	}

	input,
	select {
		vertical-align: middle;
	}

	body {
		font: 12px/1.231 arial, helvetica, clean, sans-serif;
	}

	select,
	input,
	button,
	textarea,
	button {
		font: 99% arial, helvetica, clean, sans-serif;
	}

	table {
		font-size: inherit;
		font: 100%;
		border-collapse: collapse;
	}

	pre,
	code,
	kbd,
	samp,
	tt {
		font-family: monospace;
		*font-size: 108%;
		line-height: 100%;
	}

	/*title*/
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 14px;
	}

	h5 {
		font-size: 12px;
	}

	h6 {
		font-size: 10px;
	}

	/*end reset*/

	#roll_top,
	#fall,
	#ct {
		position: relative;
		cursor: pointer;
		height: 52px;
		width: 52px
	}

	#roll_top {
		background: url(Img/top.gif) no-repeat
	}

	#fall {
		background: url(Img/top.gif) no-repeat 0 -80px
	}

	#ct {
		background: url(Img/top.gif) no-repeat 0 -40px
	}

	#roll {
		display: block;
		width: 15px;
		margin-right: -558px;
		position: fixed;
		right: 46%;
		top: 80%;
		_margin-right: -558px;
		_position: absolute;
		_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
		z-index: 100;
	}


	/* CSS Document */
	body {
		background-color: #fff;
		overflow-x: hidden;
		color: #666;
		font-size: 12px;
		font-family: microsoft yahei, "宋体";
		position: relative;
	}

	/*网站字体颜色*/

	.header,
	.content,
	.footer,
	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	/*页眉*/
	.header {
		width: 100%;
		background-color: #fff;
		position: relative;
		z-index: 100
	}

	.header .hdTop {
		height: 42px;
		border-bottom: 1px solid #e1e1e1;
		width: 100%;
	}

	.header .hdTop p {
		float: left;
		font-size: 12px;
		line-height: 42px;
		color: #545454;
	}

	.header .hdTop p a {
		color: #545454;
		margin: 0 2px
	}

	.header .hdTop p a:hover {
		color: #0a59b5;
		font-weight: bold
	}

	.header .hdTop p.jl {
		margin-left: 30px;
	}

	.header .hdlist {
		float: right;
		margin-top: 15px;
	}

	.header .hdlist li {
		float: left;
		font-size: 12px;
		position: relative;
	}

	.header .hdlist li a {
		border-right: 1px solid #a8a8a8;
		color: #545454;
		padding: 0 10px;
	}

	.header .weiXin {
		width: 135px;
		height: 135px;
		top: 20px;
		left: -20px;
		position: absolute;
		display: none
	}

	.header .hdlist li.last a {
		border: none;
		padding-right: 0;
	}

	.header .hdlist li:hover .weiXin {
		display: block
	}

	.header .logo {
		overflow: hidden;
		padding: 5px 0;
		height: 45px;
	}

	.header h1 {
		float: left;
		width: 40%;
		padding-left: 3%;
	}

	.header h1 img {
		display: block;
		width: auto;
		height: 45px;
	}

	.header .nav-button {
		float: right;
		width: auto;
		margin-right: 3%;
	}

	.header .nav-button img {
		height: 30px;
		display: block;
		margin-top: 8px;
	}

	.header h2 {
		float: left;
		font-size: 22px;
		color: #0a59b5;
		font-weight: normal;
		padding-left: 25px;
		border-left: 1px solid #c1e1fb;
		margin-left: 25px;
		margin-top: 12px;
	}

	.header h2 p {
		color: #333;
		font-size: 16px;
		margin-top: 5px;
	}

	.header .phone {
		float: right;
		background: url(Img/Common/hdPhone.png) no-repeat left center;
		padding-left: 45px;
		margin-top: 10px
	}

	.header .phone p {
		color: #333;
		font-size: 13px;
	}

	.header .phone h4 {
		font-size: 28px;
		font-family: Arial;
		font-weight: normal;
		color: #333
	}

	.header .Nav {
		height: auto;
		background-color: #0a59b5;
		position: fixed;
		top: 55px;
		right: 0;
		z-index: 9999999;
		width: 50%;
		display: none;
	}

	.header .navBox {
		height: auto;
		line-height: 30px;
	}

	.header .nav>li {
		float: none;
		display: block;
		font-size: 14px;
		border-right: 0px solid #0667c0;
		border-bottom: 1px solid #0667c0;
		position: relative;
	}

	.header .nav {}

	.header .nav>li>a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 0 15px;
	}

	.header .nav>li:hover,
	.header .nav>li.cur {
		background-color: #0f78c4;
	}

	.header .nav>li.last {
		border: none;
	}

	.header .nextNav {
		overflow: hidden;
		display: none;
		width: 420px;
		position: absolute;
		top: 56px;
		left: 1px;
		background: #fff url(Img/Common/nextBg.png) repeat;
		border: 1px solid #0a59b5;
		border-top: none;
	}

	.header dl {
		padding: 10px 20px;
	}

	.header dl dt {
		width: 242px;
		float: right;
	}

	.header dl dt img {
		display: block
	}

	.header .nextWen {
		padding: 0 5px;
		margin-top: 20px;
	}

	.header .nextWen p {
		font-size: 13px;
		color: #000;
		line-height: 25px;
	}

	.header dd {
		width: 110px;
		float: left;
		padding: 0 5px;
	}

	.header .netp {
		position: relative;
	}

	.header .netp>a {
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 15px;
		margin-bottom: 10px;
	}

	.header .three {
		overflow: hidden;
		width: 100px;
		padding: 15px;
		background: url(Img/Common/nextBg.png) repeat;
	}

	.header .three a {
		display: block;
		font-size: 13px;
		color: #000;
		line-height: 25px;
		padding: 0 10px;
	}

	.header .three a:hover {
		color: #0667c0
	}

	.header .hddh {
		width: 490px;
	}

	.header .hddh dd {
		width: 185px;
	}

	.header .rtPos {
		left: inherit;
		right: 1px;
	}

	.header .ggth .netp {
		width: 165px;
		margin: 0 3px;
		float: left;
	}

	.header .ggth .netp>a {
		background-color: #0f78c4;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 15px;
		text-align: center;
		line-height: 30px;
	}

	.header .ggth .three {
		width: 160px;
		background: none;
		padding: 0 5px 10px;
	}

	.header .ggth .netp:hover {
		background-color: #e1e1e1;
	}

	.header .fangan {
		width: 825px;
	}

	.header .fangan dd {
		width: 520px;
	}

	.header .yanjiu {
		width: 655px;
	}

	.header .yanjiu dd {
		width: 350px;
	}

	.header .procen {
		width: 1000px;
	}

	.header .procen dd {
		width: 1000px;
		margin: 0 auto;
	}

	.header .proPos {
		left: -375px;
		position: absolute
	}

	.header .proPos .netp {
		width: 175px;
		margin: 0 8px;
	}

	/*footer*/
	.footer {
		overflow: hidden;
		width: 100%;
		background-color: #363636;
	}

	.footer .ftBox {
		overflow: hidden;
		padding: 10px 0;
	}

	.footer .ftLt {
		float: left;
		width: 560px;
		overflow: hidden
	}

	.footer .dl {
		float: left;
		padding-left: 50px;
		width: 120px;
		margin-right: 15px;
	}

	.footer .dl00 {
		background: url(Img/Common/ft01.png) no-repeat left top;
	}

	.footer .dl01 {
		background: url(Img/Common/ft02.png) no-repeat left top;
	}

	.footer .dl02 {
		background: url(Img/Common/ft03.png) no-repeat left top;
	}

	.footer .dl dt {
		font-size: 14px;
		line-height: 40px;
	}

	.footer .dl dt a {
		color: #fff;
		display: block;
	}

	.footer .dl dd {
		overflow: hidden;
		margin-top: 10px;
	}

	.footer .dl dd a {
		color: #ababab;
		line-height: 24px;
		display: block;
		width: 100%;
	}

	.footer .dl.dl00 dd {
		width: 60px;
		float: left;
	}

	.footer .dl.dl00 dd a {
		float: left;
	}

	.footer .ftRT {
		float: none;
		width: 100%;
		overflow: hidden
	}

	.footer .ftPhone {
		padding: 0 10px;
		float: left;
		height: auto;
		border-left: 1px solid #5e5e5e;
		border-right: 1px solid #5e5e5e;
		margin-top: 10px;
		width: 50%;
	}

	.footer .ftPhone p {
		background: url(Img/Common/ft04.png) no-repeat left center;
		font-size: 14px;
		color: #fdfdfd;
		margin-top: 15px;
		line-height: 35px;
		padding-left: 35px;
	}

	.footer .ftPhone h4 {
		font-size: 24px;
		color: #fff;
		font-family: Arial;
		font-weight: normal;
	}

	.footer .ftPhone span {
		display: block;
		font-size: 14px;
		color: #fff
	}

	.footer .ewm {
		float: right;
		width: 30%;
		height: auto;
		margin-right: 3%;
		margin-top: 10px;
	}
	
	.footer .ewm img{
		max-width: 100%;
	}

	.footer .bq {
		overflow: hidden;
		width: 96%;
		padding: 0 2%;
		background-color: #2a2a2a;
		height: auto;
	}

	.footer .bq p {
		line-height: 18px;
		font-size: 12px;
		color: #a7a7a7
	}

	.footer .bq p img {
		margin-left: 20px;
		display: none;
	}



	/*回到顶部*/
	.rtTop {
		width: 153px;
		height: 59px;
		overflow: hidden;
		position: fixed;
		top: 84%;
		right: 46%;
		margin-right: -600px;
		cursor: pointer;
		display: none;
	}

	.rtTop h4 {
		width: 40px;
		height: 59px;
		overflow: hidden;
		position: relative;
	}

	.rtTop img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}




	input,
	button {
		outline: none;
		background: #fff;
		border: 1px solid transparent;
		-webkit-appearance: none;
		/*鍘婚櫎绯荤粺榛樿鐨勬牱寮�*/
	}

	a {
		text-decoration: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		outline: none;
		/* color: #333; */
		cursor: pointer;
		-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}

	img {
		max-width: 100%;
		border: none;
		vertical-align: middle;
	}


	html,
	body {
		width: 100%;
		color: #333;
		font-family: '寰蒋闆呴粦';
		background: #fff;
		overflow-x: hidden;
		/* background: #000; */
	}

	.fullwidth {
		width: 100%;
		overflow: hidden;
	}

	.boxwidth {
		/* width: 1000px;
	max-width: 100%;
	margin: 0 auto; */
	}

	.boxwidth1440 {
		width: 1440px;
		max-width: 100%;
		margin: 0 auto;
	}

	.enfont {
		font-family: arial;
	}

	.clear {
		clear: both;
		font-size: 0;
		line-height: 0;
		height: 0;
	}

	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}


	/*标题*/
	h2.ggt {
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
		font-weight: normal;
		color: #333
	}

	h2.ggt a {
		color: #333
	}

	h2 b {
		font-size: 18px;
		color: #0061b0;
	}

	h2.ggt b a {
		color: #0061b0
	}

	p.cj {
		text-align: center;
		font-size: 14px;
		color: #333;
		margin-top: 3px;
	}

	p.cjEn {
		text-align: center;
		font-size: 14px;
		margin-top: 5px;
	}

	/*企业转型
.zxing{ overflow:hidden; width:100%;background:url(Img/Index/B_Bg.png) repeat center;}
.zxing .zxingBox{ overflow:hidden}
.zxing .zxingTit{ width:550px; margin:0 auto; background:url(Img/Index/zxing-wenhao.png) no-repeat right 0; margin-top:45px;}
.zxing .zxingTit p{ font-size:23px;}
.zxing .zxingTit h2{ margin-top:3px;}
.zxing .zxingTit span{ display:block; font-weight:bold; text-align:center; font-size:28px; color:#dcdcdc;}
.zxHz{ overflow:hidden; width:100%; margin:40px 0;}
.zxHz img.img001{ display:block; float:left; position:relative; bottom:-500px; left:-500px; opacity:0; filter:alpha(opacity=0)}
.zxHz img.img002{ display:block; float:right;position:relative; top:-500px; right:-500px;opacity:0; filter:alpha(opacity=0)}
*/

	.div01 {
		width: 100%;
		height: 495px;
		overflow: hidden;
		background: url(Img/Index/tu01_01.jpg) repeat center;
	}


	/*制造成本*/
	.C_B {
		overflow: hidden;
		width: 100%;
		height: 468px;
		background: url(Img/Index/C_BBg.jpg) no-repeat center;
	}

	.C_B h2 {
		color: #fff
	}

	.C_B h2 b {
		color: #fff
	}

	.C_B p.cjEn {
		color: #fff;
		font-size: 14px;
	}

	.C_B .cbBox {
		position: relative;
		width: 100%;
		margin-top: 25px;
	}

	.C_B .C_B_Li li {
		width: 230px;
		height: 290px;
		padding: 0 10px;
		float: left;
		position: relative;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.C_B .C_B_Li li img {
		display: block;
		margin: 25px auto;
	}

	.C_B .C_B_Li li p {
		text-align: center;
		margin-top: 10px;
		color: #fff;
		font-size: 14px;
	}

	.C_B .C_B_Li li h4 {
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
		color: #fff;
		line-height: 25px;
		font-weight: normal
	}

	.C_B .C_B_Li li h5 {
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin-top: 85px;
		font-weight: normal
	}

	.C_B .li01 {
		background-color: #0d70b8
	}

	.C_B .li02 {
		background-color: #1b87d7
	}

	.C_B .li03 {
		background-color: #0e5db5
	}

	.C_B .li04 {
		background: url(Img/Index/C_B-LASRbG.png) no-repeat center;
	}

	.C_B .li04 img.img-img {
		margin: 0 auto;
		margin-top: 10px;
	}

	.C_B .C_B_Li li:hover img {
		margin-left: 40px;
	}

	.C_B .C_B_Li li#last {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*LCIA低成本智能自动化*/
	.LCIA {
		overflow: hidden;
		width: 100%;
		background: url(Img/Index/B_Bg.png) repeat;
	}

	.LCIA .LCcon {
		position: relative;
		height: auto;
		width: 100%;
		margin-top: 10px;
	}

	.LCIA p.cj {
		background: url(Img/Index/LCIA-pBg.png) no-repeat center;
		font-size: 13px;
		margin-top: 5px;
		color: #787878;
	}

	.LCIA .Lt {
		float: none;
		width: 96%;
		padding: 0 2%;
		height: 390px;
	}

	.LCIA .Lt dl {
		width: 30%;
		padding: 5px 1%;
		height: 175px;
		background-color: #fff;
		float: left;
		margin-right: 1.33%;
		margin-bottom: 1%;
	}

	.LCIA .Lt dt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.LCIA .Lt dt img {
		width: 100%;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.LCIA .Lt dt img:hover {
		transform: scale(1.15);
	}

	.LCIA .Lt dd {}

	.LCIA .Lt dd h3 {
		color: #292929;
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 3px;
	}

	.LCIA .Lt dd p {
		line-height: 18px;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		color: #686868;
	}

	.LCIA .Lt dl.last {
		margin-right: 0
	}

	.LCIA .Rt {
		float: none;
		width: 100%;
	}

	.LCIA .RT01 {
		position: relative;
		background: url(Img/Index/LCIA-lt01.png) no-repeat center;
		width: 100%;
		height: 220px;
		margin-bottom: 8px;
		padding-top: 1px;
	}

	.LCIA .RT01 p {
		line-height: 30px;
		color: #fff;
		font-size: 17px;
		margin-left: 20px;
	}

	.LCIA .RT01 p.p {
		background: url(Img/Index/LCIA-jiantou.png) no-repeat left center;
		padding-left: 35px;
	}

	.LCIA .RT01 p.forst {
		margin-top: 40px;
	}

	.LCIA .RT01 a.zx {
		background: url(Img/Index/LCIA-btn.png) no-repeat center;
		background-size: contain;
		width: 60%;
		height: 47px;
		display: block;
		margin-top: 25px;
		margin-left: 20px;
	}

	.LCIA .RT01 h4 {
		font-weight: normal;
		background: url(Img/Index/LCIA-Phone.png) no-repeat left center;
		color: #fff;
		padding-left: 34px;
		overflow: hidden;
		margin-top: 10px;
		margin-left: 20px;
		position: relative;
		z-index: 1000
	}

	.LCIA .RT01 h4 span {
		display: block;
		float: left;
	}

	.LCIA .RT01 h4 b {
		display: block;
		float: left;
		margin-left: 5px;
		font-size: 24px;
	}

	.LCIA img.LCIARen {
		position: absolute;
		right: -20px;
		bottom: 2px;
		width: 50%;
	}

	.LCIA img.imgWu {
		position: absolute;
		right: -35px;
		bottom: 5px;
	}


	/*首创*/
	.S_C {
		overflow: hidden;
		width: 100%;
		background: url(Img/Index/B_Bg.png) repeat;
	}

	.S_C h2 {
		font-size: 18px;
		color: #292929;
		font-weight: bold
	}

	.S_C h2 a {
		color: #292929;
		margin-top: 5px;
	}

	.S_C p.cj {
		font-size: 14px;
		margin-top: 3px;
	}

	.S_C .ScBox {
		margin-top: 10px;
		overflow: hidden
	}

	.S_C .scCon {
		float: left;
		width: 20%;
		position: relative
	}

	.S_C .scCon a {
		text-decoration: none;
		display: block;
	}

	.S_C .scCon img {
		width: 100%;
		display: block
	}

	.S_C .wen {
		height: 65px;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 0 5%;
		width: 90%;
		background-color: #000;
		opacity: 0.6;
		filter: alpha(opacity=60)
	}

	.S_C .wen h4 {
		float: left;
		font-size: 20px;
		font-weight: normal;
		color: #fff;
		margin-top: 12px;
	}

	.S_C .wen h4 span {
		display: block;
		font-size: 16px;
		color: #d0d3cc;
	}

	.S_C .wen i {
		display: block;
		float: right;
		background: url(Img/Index/S_C_Jt.png) no-repeat center;
		width: 43px;
		height: 43px;
		margin-top: 10px;
	}

	.S_C .scCon:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80)
	}

	/*成长*/
	.C_Z {
		overflow: hidden;
		width: 100%;
		background-color: #f3f3f3;
	}

	.C_Z h2 {
		font-size: 18px;
	}

	.C_Z h2 b {
		font-size: 18px;
	}

	.C_Z .cz_kj {
		overflow: hidden;
		width: 100%;
		height: 165px;
		position: relative;
		margin: 15px auto 20px;
	}

	.C_Z em {
		display: block;
		width: 50px;
		height: 44px;
		cursor: pointer;
		position: absolute;
		top: 60px;
	}

	.C_Z .czlt {
		background: url(Img/Index/C_Z_lt.png) no-repeat center top;
		left: 0;
		width: 8%;
	}

	.C_Z .czrt {
		background: url(Img/Index/C_Z_rt.png) no-repeat center top;
		right: 0;
		width: 8%;
	}

	.C_Z em:hover {
		background-position: bottom;
	}

	.C_Z .czBox {
		overflow: hidden;
		height: 165px;
		background-color: #fff;
		position: relative;
	}

	.C_Z ul {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 35px;
	}

	.C_Z ul li {
		float: left;
		width: 199px;
	}

	.C_Z ul li img {
		display: block;
		border-right: 1px solid #e6e6e6;
	}

	.C_Z ul li span {
		display: block;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
		color: #303030
	}

	.C_Z ul li a {
		text-decoration: none
	}

	/*能为你做什么*/
	.WHAT {
		overflow: hidden;
		width: 100%;
		background: none;
	}

	.WHAT h2 {
		font-size: 16px;
		color: #3a3a3a;
		margin-top: 15px;
		font-weight: bold;
	}

	.WHAT p.cj {
		color: #3a3a3a;
		font-size: 14px;
		background: url(Img/Index/what-pBg.png) no-repeat center;
		margin-top: 5px;
	}

	.WHAT p.cj span {
		color: #fca81c;
	}

	.WHAT .whatCon {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 10px;
	}

	.WHAT .list {
		position: relative;
		z-index: 1
	}

	.WHAT .list li {
		overflow: hidden;
		float: left;
		width: 31.33%;
		border-bottom: 3px solid #d4d4d4;
		position: relative;
		height: auto;
		margin-right: 2%;
		margin-top: 1%;
	}

	.WHAT .list li a {
		text-decoration: none;
	}

	.WHAT .list li img {
		display: block;
		margin: 0 auto;
	}

	.WHAT .list li span {
		text-align: center;
		margin: 5px 0;
		display: block;
		font-size: 12px;
		color: #3a3a3a;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; 
	}

	.WHAT .list li.last {
		margin-right: 0
	}

	.WHAT .xqBox {
		overflow: hidden;
		display: none;
		width: 100%;
		height: 100%;
		background-color: #0a59b5;
		position: absolute;
		top: 0;
		left: 0;
	}

	.WHAT .wenzi {
		overflow: hidden;
		text-align: center;
		margin-top: 50px;
	}

	.WHAT .wenzi h3 {
		font-size: 16px;
		font-weight: normal;
	}

	.WHAT .wenzi h3 a {
		color: #fff
	}

	.WHAT .wenzi p {
		color: #f1f1f1;
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
		padding: 0 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.WHAT a.ckxq {
		display: block;
		width: 150px;
		height: 35px;
		background: url(Img/Index/WHAT-ljxq.png) no-repeat center;
		margin: 0 auto;
		margin-top: 300px;
	}

	.WHAT img.RenImg {
		display: block;
		position: absolute;
		right: -300px;
		top: 10px;
		z-index: 0
	}

	/*.WHAT .list li:hover .xqBox{ display:block }*/

	/*案例*/
	.A_L {
		overflow: hidden;
		width: 100%;
		background-color: #f1f1f1;
		padding-bottom: 15px;
	}

	.A_L h2 {
		font-size: 22px;
		font-weight: bold
	}

	.A_L h2 a {
		color: #010101
	}

	.A_L p.cjEn {
		color: #adadad;
	}

	.A_L .alCon {
		overflow: hidden;
		width: 96%;
		padding: 0 2%;
		margin-top: 10px;
	}

	.A_L .allist li {
		float: left;
		width: 44%;
		height: auto;
		background-color: #fff;
		margin-right: 2%;
		padding: 2%;
		margin-bottom: 2%;
	}

	.A_L .allist li h3 {
		font-size: 14px;
		color: #3a3a3a;
		overflow: hidden;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: normal
	}

	.A_L .allist li h3 a {
		color: #3a3a3a;
	}

	.A_L .allist li p {
		line-height: 20px;
		font-size: 12px;
		color: #5e5e5e;
		margin-top: 3px;
	}

	.A_L .allist li a.ckxq {
		display: block;
		background: url(Img/Index/A_L_a.png) no-repeat center top;
		width: 131px;
		height: 33px;
		line-height: 33px;
		text-align: center;
		color: #fff;
		font-size: 15px;
		margin: 0 auto;
		margin-top: 15px;
		text-decoration: none
	}

	.A_L .allist li.last {
		margin-right: 0;
		background-color: #0a59b5
	}

	.A_L .allist li.last .sp {
		width: 100%;
		height: auto;
	}

	.A_L .allist li.last p {
		color: #fff;
		text-align: center;
		margin-top: 15px;
	}

	.A_L .allist li.last a.more {
		background: url(Img/Index/A_L_more.png) no-repeat center;
		width: 131px;
		height: 33px;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}

	.A_L .allist li:hover a.ckxq {
		background-position: bottom
	}

	.A_L .allist li:hover img {
		opacity: 0.8
	}

	/*优势*/
	.Y_S {
		overflow: hidden;
		width: 100%;
		background: #0a59b5;
		padding-bottom: 30px;
	}

	.Y_S .ysBox {
		overflow: hidden;
	}

	.Y_S h2 {
		font-size: 18px;
		color: #fff;
		margin-top: 15px;
		text-align: center
	}

	.Y_S h2 strong {
		color: #fca81c;
		font-size: 80px;
		font-family: "宋体"
	}

	.Y_S em {
		display: block;
		text-align: center;
		font-size: 12px;
		color: #fff;
		margin-top: 3px;
	}

	.Y_S .list {
		overflow: hidden;
		margin-top: 10px;
	}

	.Y_S .list li {
		width: 292px;
		height: 335px;
		float: none;
		margin: 0 auto;
		background: #fff url(Img/Index/ys-liBg.png) no-repeat center top
	}

	.Y_S .tu {
		overflow: hidden;
		width: 292px;
		height: 187px;
		position: relative
	}

	.Y_S .tu i {
		position: absolute;
		top: 0;
		left: 0 display:block;
		width: 292px;
		height: 187px;
		background: url(Img/Index/ysBg.png) no-repeat center
	}

	.Y_S dl {
		overflow: hidden;
		padding: 0 15px;
	}

	.Y_S dt {
		font-size: 18px;
		color: #e99b1a
	}

	.Y_S dd {
		background: url(Img/Index/ys-jian.png) no-repeat left 3px;
		padding-left: 35px;
		line-height: 19px;
		font-size: 13px;
		color: #555;
		margin-top: 5px;
	}

	/*喜悦*/
	.X_Y {
		overflow: hidden;
		width: 100%;
		background-color: #fff;
		padding-bottom: 10px;
	}

	.X_Y h2.ggt {
		font-size: 16px;
		color: #292929;
	}

	.X_Y h2.ggt a {
		color: #292929
	}

	.X_Y .xyCon {
		overflow: hidden;
		width: 100%;
		margin-top: 10px;
	}

	.X_Y .xyDiv01 {
		width: 48%;
		float: left;
		overflow: hidden;
		margin-left: 1%;
		margin-right: 1%;
	}

	.X_Y .xyDiv02 {
		width: 49%;
		margin-left: 2%;
		position: relative;
		height: auto;
		overflow: hidden;
		display: none;
	}

	.X_Y .xyDiv02 img {
		display: block;
		width: 356px;
		height: 411px;
	}

	.X_Y .xyXiao {
		position: relative;
		margin-bottom: 5px;
		height: auto;
		width: 100%;
		overflow: hidden;
	}

	.X_Y .xyXiao img {
		display: block;
		height: auto;
		width: 100%;
	}

	.X_Y .xyXiao p {
		padding: 0 5%;
		width: 90%;
		height: 33px;
		line-height: 33px;
		text-align: center;
		opacity: 0.6;
		background-color: #000;
		filter: alpha(opacity=60);
		font-size: 14px;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		display: none
	}

	.X_Y .wen {
		display: none;
		height: 140px;
		padding: 0 5%;
		width: 90%;
		opacity: 0.6;
		background-color: #000;
		filter: alpha(opacity=60);
		font-size: 14px;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.X_Y .wen h3 {
		font-size: 15px;
		text-align: center;
		margin-top: 20px;
		font-weight: normal;
	}

	.X_Y .wen p {
		line-height: 25px;
		height: 75px;
		overflow: hidden;
		color: #fff;
		margin-top: 10px;
	}

	.X_Y .imghh:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.X_Y .imgFd:hover p {
		display: block
	}

	.X_Y .imgFd:hover .wen {
		display: block
	}


	/*文本广告*/
	.T_X {
		overflow: hidden;
		width: 100%;
		background-color: #fff
	}

	.T_X .textBox {
		overflow: hidden;
		background: url(Img/Index/T_XBg.png) no-repeat center;
		height: auto;
		width: 100%;
	}

	.T_X .textLt {
		float: none;
		width: 100%;
		margin-left: 10px;
		margin-top: 10px;
	}

	.T_X .textLt p {
		color: #fff;
		font-size: 22px;
	}

	.T_X p.zt {
		color: #f9be12;
		font-size: 22px;
	}

	.T_X p.zt a {
		color: #f9be12;
		font-size: 16px;
	}

	.T_X p.rq {
		font-size: 17px;
		line-height: 22px;
	}

	.T_X p.ls {
		font-size: 12px;
		margin-top: 5px;
	}

	.T_X p.ls a {
		font-size: 13px;
		color: #fff;
		margin-top: 8px;
	}

	.T_X .textLt h5 {
		font-size: 20px;
		color: #fff;
		font-weight: normal;
		margin-top: 15px
	}

	.T_X .textLt h5 b {
		color: #fff;
		font-size: 16px;
	}

	.T_X .textLt h5 strong {
		font-size: 14px;
		color: #f9be12
	}

	.T_X .textLt h4 {
		background: url(Img/Index/T_X_phone.png) no-repeat left center;
		font-weight: normal;
		padding: 3px 0;
		padding-left: 40px;
		overflow: hidden;
		margin-top: 15px;
	}

	.T_X .textLt h4 span {
		float: left;
		display: block;
		font-size: 13px;
		color: #fff
	}

	.T_X .textLt h4 p {
		font-size: 24px;
		color: #fff;
		float: left;
		margin-left: 5px;
	}

	.T_X .textRt {
		margin-right: 20px;
		width: 430px;
		float: right;
		display: none;
	}

	.T_X .textRt h3 {
		color: #fff;
		margin-top: 8px;
		font-weight: normal;
		font-size: 16px;
		background: url(Img/Index/T_X_BI.png) no-repeat left center;
		padding-left: 40px;
		line-height: 40px;
		margin-bottom: 7px;
	}

	.T_X form {
		overflow: hidden;
		/* margin-top:10px; */
		float: left;
		width: 297px;
	}

	.T_X fieldset {
		display: block;
		background: url(Img/Index/T_X_liBg.png) no-repeat center;
		height: 47px;
		width: 297px;
		margin-bottom: 1px;
	}

	.T_X fieldset label {
		width: 47px;
		float: left;
	}

	.T_X fieldset input {
		float: right;
		width: 245px;
		line-height: 47px;
		height: 47px;
		float: right;
		color: #333;
		font-size: 13px;
		border: none;
		background: none;
		outline: none;
	}

	.T_X a.ljtj {
		display: block;
		float: right;
		background: url(Img/Index/T_X_ljtj.png) no-repeat center;
		width: 130px;
		height: 191px;
	}


	/*荣誉--关于*/
	.H_N {
		overflow: hidden;
		width: 100%;
		background-color: #fff;
	}

	.H_N .honor {
		width: 100%;
		background: url(Img/Index/honorBg.jpg) no-repeat center;
		height: 299px;
		position: relative;
		z-index: 10
	}

	.H_N h3 {
		font-size: 16px;
		color: #fff;
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 5px;
	}

	.H_N h3 a {
		color: #fff
	}

	.H_N h3 span {
		font-size: 14px;
		margin-left: 5px;
		font-weight: normal
	}

	.H_N .hnLeft {
		float: left;
		width: 656px;
		height: 250px;
		position: relative;
	}

	.H_N .hnBox {
		overflow: hidden;
		position: relative;
		width: 490px;
		height: 210px;
		margin: 0 auto;
		margin-top: 16px;
	}

	.H_N .list {
		position: absolute;
		top: 0;
		left: 0;
	}

	.H_N .list li {
		float: left;
		width: 233px;
		float: left;
		margin-right: 20px
	}

	.H_N .list li span {
		text-align: center;
		margin-top: 10px;
		font-size: 14px;
		color: #fff;
		display: block
	}

	.H_N .hnLeft em {
		display: block;
		width: 50px;
		height: 44px;
		cursor: pointer;
		position: absolute;
	}

	.H_N .hnLt00 {
		background: url(Img/Index/C_Z_lt.png) no-repeat center top;
		left: 0;
		top: 110px;
	}

	.H_N .hnRt00 {
		background: url(Img/Index/C_Z_rt.png) no-repeat center top;
		right: 0;
		top: 110px;
	}

	.H_N em:hover {
		background-position: bottom;
	}

	.H_N .hnRt {
		width: 178px;
		float: right;
		margin-right: 10px;
		height: 270px;
	}

	.H_N .hnRTBOX {
		width: 171px;
		height: 240px;
		position: relative;
		overflow: hidden;
	}

	.H_N .mune {
		position: absolute;
		top: 0;
		left: 0;
	}

	.H_N .mune li {
		width: 141px;
		height: 220px;
		border: 10px solid #fca81c;
		position: relative;
		float: left;
	}

	.H_N .nextBox {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 90%;
		padding: 0 5%;
		height: 128px;
		background: #000;
		opacity: 0.6;
		filter: alpha(opacity=60)
	}

	.H_N .nextBox h5 {
		font-weight: normal;
		text-align: center;
		margin-top: 10px;
		color: #fff;
		font-size: 14px;
	}

	.H_N .nextBox p {
		line-height: 25px;
		height: 75px;
		overflow: hidden;
		color: #fff;
		margin-top: 5px;
		font-size: 13px;
	}

	.H_N .btn {
		float: right;
		overflow: hidden;
		height: 44px;
		background-color: #000
	}

	.H_N .btn em {
		display: block;
		width: 50px;
		height: 44px;
		cursor: pointer;
		float: left;
	}

	.H_N .hnLt01 {
		background: url(Img/Index/C_Z_lt.png) no-repeat center top;
	}

	.H_N .hnRt01 {
		background: url(Img/Index/C_Z_rt.png) no-repeat center top;
	}

	.H_N .about {
		width: 100%;
		background-color: #fff;
		height: 245px
	}

	.H_N .aboutBox {
		position: relative;
		z-index: 5
	}

	.H_N .aboutDl {
		position: absolute;
		width: 670px;
		height: 235px;
		left: 0;
	}

	.H_N .aboutDl dt {
		font-size: 18px;
		margin-top: 15px;
	}

	.H_N .aboutDl dt a {
		color: #3c3c3c;
		font-weight: bold;
	}

	.H_N .aboutDl dt p {
		font-size: 14px;
		color: #3c3c3c;
		text-transform: uppercase;
	}

	.H_N .aboutDl dd {
		overflow: hidden;
		position: relative;
		height: 170px;
	}

	.H_N .aboutDl dd h3 {
		font-size: 16px;
		font-weight: normal
	}

	.H_N .aboutDl dd h3 a {
		color: #3c3c3c
	}

	.H_N .aboutDl dd p {
		line-height: 25px;
		text-align: justify;
		height: 100px;
		overflow: hidden;
		font-size: 13px;
		color: #3c3c3c;
	}

	.H_N .aboutDl dd a.more {
		position: absolute;
		top: 130px;
		right: 0;
		display: block;
		width: 150px;
		height: 35px;
		background: url(Img/Index/honor_xq.png) no-repeat center;
	}

	/*新闻*/
	.N_W {
		overflow: hidden;
		width: 100%;
		padding: 10px 0;
		background-color: #f1f1f1;
	}

	.N_W .newTit {
		overflow: hidden;
		width: 100%;
		background-color: #0D70B8;
	}

	.N_W .tit {
		float: none;
		width: 100%;
	}

	.N_W .newTit a.more {
		float: right;
		display: none;
		text-transform: uppercase;
		margin-top: 25px;
		margin-right: 20px;
		color: #fff;
	}

	.N_W .tit li {
		width: 25%;
		line-height: 25px;
		font-size: 14px;
		height: 25px;
		background-color: #0d70b8;
		border-right: 1px solid #f1f1f1;
		float: left;
		text-align: center;
		box-sizing: border-box;
	}

	.N_W .tit li a {
		color: #fff
	}

	.N_W .tit li img {
		margin-left: 30px;
		display: none;
		float: left;
	}

	.N_W .tit li:hover,
	.N_W .tit li.cur {
		background: #ff9600;
		font-weight: bold;
	}

	.N_W .newsCon {
		overflow: hidden;
		width: 100%;
		height: 320px;
		position: relative
	}

	.N_W .newslist {
		overflow: hidden;
		width: 100%;
		height: 320px;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		background-color: #fff;
	}

	.N_W .list {
		padding: 0 2%;
		width: 96%;
		margin-top: 5px;
		float: none;
	}

	.N_W .list dt {
		width: 40%;
		float: left;
		/* height:206px; */
		margin: 5px 0;
		overflow: hidden;
	}
	.N_W .list dd {
		width: 57%;
		float: right;
	}

	.N_W .list dt a {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.N_W .list dt a img {
		display: block;
		max-height: 206px;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.N_W .list dt a img:hover {
		transform: scale(1.1);
	}

	.N_W .list dd h3 {
		font-size: 14px;
	}

	.N_W .list dd h3 a {
		color: #333333;
		padding-top: 6px;
		display: block;
	}

	.N_W .list dd p {
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		margin-top: 10px;
		font-size: 13px;
		color: #717171;
	}

	.N_W .list dd a.list-a {
		color: #0a59b5;
		font-size: 14px;
		float: left;
		display: block;
		margin-top: 10px;
		font-weight: bold
	}

	.N_W .newsul {
		float: none;
		width: 96%;
		margin-right: 0;
		padding: 0 2%;
	}

	.N_W .newsul li {
		width: 100%;
		margin-top: 10px;
		overflow: hidden;
	}

	.N_W .menu {
		width: 100%;
		overflow: hidden;
	}

	.N_W .menu dt {
		width: 68px;
		height: 53px;
		border: 1px solid #999999;
		text-align: center;
		float: left;
		display: none;
	}

	.N_W .menu dt p {
		margin-top: 10px;
		color: #333;
		font-size: 14px;
	}

	.N_W .menu dt span {
		display: block;
		color: #999;
		font-size: 12px;
	}

	.N_W .menu dd {
		width: 100%;
		float: right;
	}

	.N_W .menu dd h4 {
		font-size: 12px;
	}

	.N_W .menu dd h4 a {
		color: #333333;
	}

	.N_W .menu dd p {
		height: auto;
		line-height: 20px;
		overflow: hidden;
		font-size: 12px;
		color: #999;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; 
	}

	.N_W .menu:hover dt {
		border: 1px solid #1d61b9;
		background-color: #1d61b9;
	}

	.N_W .menu:hover dt p {
		color: #fff
	}

	.N_W .menu:hover dt span {
		color: #e1e1e1;
	}

	/*问答*/
	.W_D {
		overflow: hidden;
		width: 100%;
		background-color: #fff;
	}

	.W_D h2 {
		margin: 0 auto;
		margin-top: 10px;
		width: 80px;
		background: url(Img/Index/W_D_titBg.png) no-repeat left center;
		padding-left: 45px;
		font-size: 16px;
	}

	.W_D h2 a {
		color: #1d61b9
	}

	.W_D h2 span {
		font-size: 14px;
		color: #ccc;
		display: block;
	}

	.W_D .WdCon {
		overflow: hidden;
		width: 100%;
		height: 65px;
		margin: 10px 0;
		position: relative
	}

	.W_D .WdUl {
		position: absolute;
		top: 0;
		left: 0;
	}

	.W_D .WdUl li {
		border-right: 1px dotted #d9c3b3;
		padding: 0 20px;
		width: 289px;
		float: left;
	}

	.W_D .WdUl li h3 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		background: url(Img/Index/W_D_Wen.png) no-repeat left center;
		line-height: 20px;
		margin-top: 5px;
		padding-left: 25px;
	}

	.W_D .WdUl li h3 a {
		color: #1d61b9;
	}

	.W_D .WdUl li p {
		padding-left: 25px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		font-size: 14px;
		color: #333333;
		margin-top: 5px;
		background: url(Img/Index/W_D_Da.png) no-repeat left 2px;
	}




	/*友情链接*/
	.link {
		overflow: hidden;
		width: 100%;
		background: #fff;
	}

	.link .linkTit {
		overflow: hidden;
		padding: 15px 0;
		border-bottom: 1px solid #dedede;
		border-top: 1px solid #dedede;
	}

	.link .linkTit h3 {
		float: left;
		font-weight: normal;
		font-size: 17px;
		margin-top: 3px
	}

	.link .linkTit h3 a {
		color: #000
	}

	.link .linkTit h3 span {
		font-size: 14px;
		color: #666666;
		margin-left: 5px;
	}

	.link .linkTit h3 i {
		display: block;
		margin-left: 10px;
		margin-top: 10px;
		height: 3px;
		width: 15px;
		background-color: #005ea6;
		margin-right: 5px;
		float: left;
	}

	.link .linkTit p {
		float: right;
		width: 300px;
	}

	.link .linkTit p a {
		color: #3d3d3d;
		font-size: 14px;
		display: block;
		float: right;
		margin-top: 5px;
	}

	.link .linkTit b {
		background: url(Img/Index/linkQQ.png) no-repeat center;
		height: 27px;
		line-height: 27px;
		text-align: center;
		color: #fff;
		display: block;
		width: 188px;
		margin-right: 20px;
		float:
			left;
	}

	.link .linKuL {
		overflow: hidden;
		padding: 10px 0;
	}

	.link .linKuL li {
		float: left;
		margin: 5px 10px;
		font-size: 12px;
	}

	.link .linKuL li a {
		color: #505050;
		white-space: nowrap
	}



	/*<--!广告轮播样式效果一-->*/
	#flashs {
		position: relative;
		height: 550px;
		overflow: hidden;
	}

	#flashs .bgitem {
		z-index: 1;
		position: absolute;
		top: 0;
	}

	#flashs .btn {
		position: absolute;
		z-index: 2;
		bottom: 25px;
		left: 70%;
		margin-left: -64px;
		padding: 0px 6px;
	}

	#flashs .btn span {
		background: #252525;
		cursor: pointer;
		display: inline-block;
		margin: 2px;
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		color: #fff;
	}

	#flashs .btn span.cur {
		background: #0f78c4;
	}


	.home-banner-box {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.swiper-home-banner {
		text-align: center;
		width: 100%;
		max-width: 1920px;
		height: auto;
	}

	.swiper-home-wrapper {
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.swiper-home-slide {
		width: 100%;
		height: auto;
		position: relative;
	}

	.swiper-home-slide img {
		display: block;
		line-height: 0;
	}

	.pagination-home {
		position: absolute;
		left: 0;
		bottom: 5px;
		text-align: center;
		width: 100%;
		z-index: 1;
	}

	.pagination-home .swiper-pagination-switch {
		display: inline-block;
		width: 0.45rem;
		height: 0.45rem;
		background: #999;
		border-radius: 50%;
		cursor: pointer;
		margin: 0 0.5rem;
	}

	.pagination-home .swiper-active-switch {
		background: #fff;
	}


	/* -- 弹出窗口 -- */
	#mesbook1_c,
	#mesbook1 {
		display: none;
		z-index: 1001;
		width: 398px;
		border: 1px solid #ccc;
		background: #fff;
		padding-bottom: 20px;
	}

	#mesbook1_c div,
	#mesbook1 div {
		border: 1px solid #E4E3E3;
		background: #EBECEB;
		height: 18px;
		padding: 4px .5em 0;
		margin-bottom: 10px;
	}

	#mesbook1_c dl.b1,
	#mesbook1 dl.b1 {
		width: 370px;
		margin: 0 auto;
	}

	#mesbook1_c dl.b1 dt,
	#mesbook1 dl.b1 dt {
		float: left;
		width: 105px;
		overflow: hidden;
	}

	#mesbook1_c dl.b1 dd,
	#mesbook1 dl.b1 dd {
		width: 265px;
		float: right;
	}

	#mesbook1_c #mesbook1_cBtns,
	#mesbook1 #mesbook1Btns {
		padding-bottom: 10px;
	}

	#mesbook1_c #mesbook1_cBtns input,
	#mesbook1 #mesbook1Btns input {
		margin-right: 20px;
	}

	.yzsjjfa {
		display: none;
	}

}
