
/* 公共样式 */
body {
	background: #fff;
}
.g_banner {
	background: #0e1fb3;
}

.m_t_30 {
	margin-top: 30px;
}

.m_t_40 {
	margin-top: 40px;
}

.m_t_50 {
	margin-top: 50px;
}

.m_t_60 {
	margin-top: 60px;
}

.full {
  width: 100%;
}


.full_block {
	text-align: center;
	overflow-x: hidden; 
}
.full_block img {
	vertical-align: top;
}
.full_block .full_block_inner {
	text-align: left;
}


.fix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

/* 简介 */
.about-page .sec01 {
	background: #f6f6f6;
}

.about-page .sec02 {
	/* background: red; */
	
}



/*先进制造业*/
.manufacturing-page h3 {
	
	color: #000aac;
}

.manufacturing-page .sec04 .full_block_inner {
	background: #eff0f1;
	padding: 40px 0;
	text-align: center;
}
.manufacturing-page .sec04 h3 {
	font-size:45px;
	padding: 60px 0;
}
.manufacturing-page .sec04 .list {
	padding: 0 60px;
	display: grid;
  display: -ms-grid;
	grid-template-columns: repeat(auto-fill, 400px);
  -ms-grid-template-columns: repeat(auto-fill, 400px);
	justify-content: space-between;
  -ms-justify-content: space-between;
  
}
.manufacturing-page .sec04 .item {
	padding: 15px;
	width: 400px;
	display: block;
	/* float: left; */
	display: inline-grid;
  display: -ms-inline-grid;
  margin-bottom: 30px;
  background: #fff;
}
.manufacturing-page .sec04 .item:hover {
	background: #fff;
}
.manufacturing-page .sec04 .item .pic {
	width: 100%;
	height: auto;
	margin:0 auto;
}
.manufacturing-page .sec04 .item .title {
	font-size: 16px;
	color: #333333;
	padding-top: 6px;
	display: block;
}

.manufacturing-page .sec05 {
	padding-bottom: 60px;
}
.manufacturing-page .sec05 h3 {
	font-size:45px;
	padding: 60px 0;
	text-align: center;
}

.manufacturing-page .sec05 .list {
	display: grid;
  display: -ms-grid;
	/* padding: 0 60px 0 100px; */
	grid-template-columns: repeat(auto-fill, 300px);
  -ms-grid-template-columns: repeat(auto-fill, 300px);
	justify-content: space-between;
  -ms-justify-content: space-between;
	margin: 0 80px;
}

.manufacturing-page .sec05 .item {
	width: 300px;
	height: 110px;
	/* float: left; */
	display: inline-grid;
	position: relative;
	/* margin: 0 12px; */
	margin-bottom: 6px;
}

.manufacturing-page .sec05 .item .info {
	/* width: 60px; */
	padding: 24px 0 0 102px;
	box-sizing: content-box;
}
.manufacturing-page .sec05 .item .pic {
	width: 83px;
	height: 83px;
	position: absolute;
	left: 20px;
	top: 0;
}

.manufacturing-page .sec05 .item .title {
	color: #1977bd;
	font-size: 14px;
}

.manufacturing-page .sec05 .item .desc {
	color: #808080;
	font-size: 14px;
	transform: scale(0.83);
	margin-left: -10px;
}


/*基础设施*/
.mibtc-page h3 {
	font-size: 25px;
	color: #000aac;
}
.mibtc-page .sec04 .full_block_inner {
	background: #eff0f1;
	padding: 40px 0;
	text-align: center;
}
.mibtc-page .sec04 h3 {
	font-size:45px;
	padding: 60px 0;
}
.mibtc-page .sec04 .list {
	padding: 0 200px;
	display: grid;
  display: -ms-grid;
	grid-template-columns: repeat(auto-fill, 420px);
  -ms-grid-template-columns: repeat(auto-fill, 420px);
	justify-content: space-between;
  -ms-justify-content: space-between;
}
.mibtc-page .sec04 .item {
	padding: 15px;
	width: 100%;
	height: 380px;
	display: block;
	background: #fff;
	/* float: left; */
	display: inline-grid;
  display: -ms-inline-grid;
  margin-bottom: 30px;

}
.mibtc-page .sec04 .item:hover {
	background: #fff;
}
.mibtc-page .sec04 .item .pic {
	width: 100%;
	height: 280px;
}
.mibtc-page .sec04 .item .title {
	text-align:left;
	font-size: 18px;
	color: #333333;
	
	display: block;
}
.mibtc-page .sec04 .item .titlep{font-size: 16px; color: #707070;text-align:left;}

.mibtc-page .sec05 {
	padding-bottom: 60px;
}
.mibtc-page .sec05 h3 {
	font-size:45px;
	padding: 60px 0;
	text-align: center;
}

.mibtc-page .sec05 .list {
	display: grid;
  display: -ms-grid;
	/* padding: 0 60px 0 100px; */
	grid-template-columns: repeat(auto-fill, 280px);
  -ms-grid-template-columns: repeat(auto-fill, 280px);
	justify-content: space-between;
  -ms-justify-content: space-between;
	margin: 0 80px;
}

.mibtc-page .sec05 .item {
	width: 300px;
	height: 110px;
	/* float: left; */
	display: inline-grid;
	position: relative;
	/* margin: 0 12px; */
	margin-bottom: 6px;
}

.mibtc-page .sec05 .item .info {
	/* width: 60px; */
	padding: 24px 0 0 102px;
	box-sizing: content-box;
}
.mibtc-page .sec05 .item .pic {
	width: 83px;
	height: 83px;
	position: absolute;
	left: 20px;
	top: 0;
}

.mibtc-page .sec05 .item .title {
	color: #1977bd;
	font-size: 14px;
}

.mibtc-page .sec05 .item .desc {
	color: #808080;
	font-size: 14px;
	transform: scale(0.83);
	margin-left: -10px;
}

/*三级页面*/
.container {
  text-align: center;
}

.container img {
  width: 100%;
  max-width: 1200px;
  padding:30px 0px;
}
.container .nertext { width:1200px; font-size:16px; margin:0px auto; text-align:left; padding-bottom:30px; direction:inherit;}
.container .nertext p { line-height:30px; text-indent:30px;}


.pphdsttyu {text-align:left;  font-weight:bolder;}
.pphdsttyu {font-size:20px;}
.pphdsdd {font-size:16px; text-align:left;}

/*所有页面*/
.ejybpp {
	width:1200px;
	background:#f4f4f4 url(/images2022/aboutwd.jpg) no-repeat;
	height:454px;
	margin:0 auto;
}

.ejybppctp {
	width:500px;
	float:right;
	margin-top:180px;
	text-align:left;
	overflow:hidden;
	line-height:28px;
}
.ejybppjzg {
	background:#ffffff url(/images2022/czln2024.jpg) no-repeat 50%;
	height:595px;
}
.ejyjzg {
	width:1200px;
	margin:0 auto;
	text-align:left;
}
.ejyjzg h2 {
	font-size:36px;
}
.ejyjzg p {
	line-height:25px;
}
.ejyjhx { background:#f4f4f4 url(/images2022/anbbj.jpg) repeat-x; height:683px; }
.ejybpjhx {width:1200px;background:#ffffff url(/images2022/hxjz2024.jpg) no-repeat;margin:0 auto;height:683px; }
.hxjzlct {width:520px;float:right;margin-top:255px;text-align:left;overflow:hidden;line-height:28px;overflow:hidden;}

.fwmsct { width:1200px; margin:0 auto; overflow:hidden;}
.IndexService_content_title .fwmsct p{ text-align:left;}


.fwmstkd { width:1200px; margin:0 auto; overflow:hidden; margin-top:50px;}
.fwmstkdlf {width:529px; float:left;}
.fwmstkdlff { float:left;}
.fwmstkdlr { width:360px; float:right;}
.fwmstkdlr h2{ color:#0069df; text-align:left; line-height:40px; border-bottom:2px solid #CCC; }
.fwmstkdlr p { line-height:28px; text-align:left;}
.fwkdlr {width:529px; float:right;}
.fwmsct {width:1200px; margin:0 auto; overflow:hidden;}


.amcpt { background:#f4f4f4 url(/images2022/amcpt.jpg) no-repeat 50%; height:526px; }
.amcptnr { width:1200px;  margin:0 auto; overflow:hidden;}
.amcptnrpr { width:392px; margin-top:180px; margin-left:20px; overflow:hidden; text-align:left; }
.amcptnrpr p{ color:#FFF; font-size:16px; line-height:26px; overflow:hidden;}
.amcptnrpr a { border:1px solid #FFF; width:120px; height:30px; text-align:center;  color:#FFF;overflow:hidden; margin-top:5px;display:block; }

.amcrmt { background:#f4f4f4 url(/images2022/amcrmt.jpg) no-repeat 50%; height:560px; }
.amcrmtnr { width:1200px;  margin:0 auto; overflow:hidden;}
.amcrmtnrpr { width:475px; margin-top:280px;overflow:hidden; margin-right:30px; float:right; text-align:left; }
.amcrmtnrpr p{ color:#FFF; font-size:16px; line-height:26px; overflow:hidden;}
.amcrmtnrpr a { border:1px solid #FFF; width:120px; height:30px; text-align:center;  color:#FFF;overflow:hidden; margin-top:5px;display:block; }

.amcamc { background:#0d2ac3 url(/images2022/amcamdaily.jpg) no-repeat 50%; height:234px; }
.amcamcnr { width:1200px;  margin:0 auto; overflow:hidden;}
.amcamcnrpr { width:475px; overflow:hidden; margin-top:80px; float:right; text-align:left; }
.amcamcnrpr p{ color:#FFF; font-size:16px; line-height:26px; overflow:hidden;}
.amcamcnrpr a { border:1px solid #FFF; width:120px; height:30px; text-align:center;  color:#FFF;overflow:hidden; margin-top:5px;display:block; }

/*ibtc*/
.ibtccontainer {background:#f6f6f6; padding:30px 0;}
.ibtcct {width:1200px; background:#FFF; margin:0 auto; overflow:hidden; }
.ibtcctxc {width:660px; float:left; padding:20px; }
.ibtcctxc h3 { font-size:30px; line-height:80px; border-bottom:1px solid #CCC; }
.ibtcctxc p { text-align:left; font-size:16px; line-height:26px; padding-top:15px;}
.ibtca { margin:15px; width:120px;height:34px; border:1px solid #CCC; line-height:30px; font-size:16px; font-weight:bolder; border-radius:15px; text-align:center;}
.ibtcr { float:right; margin-right:20px; margin-top:80px;}

.ibtcqs { background:#ffffff url(/images2022/ibtc35.jpg) no-repeat 50%; height:696px; margin-bottom:30px; }
.ibtcqsnr { width:1200px;  margin:0 auto; overflow:hidden;}
.ibtcqsrpr { width:558px; overflow:hidden; margin-top:90px; text-align:left; }
.ibtcqsrpr p{ font-size:16px; line-height:26px; overflow:hidden;}


.ibtcqs { background:#ffffff url(/images2022/ibtc35.jpg) no-repeat 50%; height:696px; margin-bottom:30px; }
.ibtcqsnr { width:1200px;  margin:0 auto; overflow:hidden;}
.ibtcqsrpr { width:558px; overflow:hidden; margin-top:90px; text-align:left; }
.ibtcqsrpr p{ font-size:16px; line-height:26px; overflow:hidden;}


.ibtcfh { background:#ffffff url(/images2022/fh02.jpg) no-repeat 50%; height:212px; margin-bottom:30px; }
.ibtcfhnr { width:1200px;  margin:0 auto; overflow:hidden;}
.ibtcfhpr { width:586px; overflow:hidden; margin-top:70px; text-align:left; }
.ibtcfhpr p{ font-size:16px; line-height:26px; overflow:hidden; text-indent:2em;}

/*amc*/
.amcnr { width:1200px; margin:0 auto; overflow:hidden; padding-top:35px; text-align:left;}
.amcnr h3{  background:url(/images2022/tb.png) no-repeat; height:46px;  text-indent:1em; font-weight:bolder; font-size:32px;}
.amcnr p { line-height:28px; padding:20px 0px; text-indent:1.8em;}
.amcnrlf { width:550px; float:left;}
.amcnrrt { width:600px; float:right; padding-top:80px;}

.amcmy { width:1200px; margin:0 auto; font-size:16px;}
.amcmylf { width:535px; float:left;}
.amcmylf p { text-align:left; line-height:30px;}
.amcmyrt { width:535px; float:right;}
.amcmyrt p { text-align:left; line-height:30px;}

.gydiv { width:1200px; margin:0 auto; overflow:hidden; height:30px;}
.csjg60tt { width:1200px; margin:0 auto; height:60px; background:#0d2ecb; }
.csjg60tt h3 {color:#FFF; line-height:60px; text-align:left; text-indent:2em;}


.csjg60zjct { width:1200px; margin:0 auto; overflow:hidden; }
.csjg60zjctlf { float:left; width:830px; overflow:hidden; }
.csjg60zjctrt { width:350px; float:right; margin-top:30px; line-height:28px;}
.csjg60zjct p { text-indent:2em;text-align:left; line-height:28px; }

.csjg60zjctlf { float:left; width:830px; overflow:hidden; }
.csjg60zjctrt { width:350px; float:right; margin-top:30px; line-height:28px;}

.csjg60stlf { float:left; width:511px; overflow:hidden; }
.csjg60strt { width:644px; float:right; padding-top:100px; line-height:28px;}
.csjg60strt p { padding-bottom:30px;}
.csjg60wdlf { float:left; width:442px; overflow:hidden; }
.csjg60wdrt { width:734px; float:right; padding-top:30px; line-height:28px;}

.csj60plf { float:left; width:566px; overflow:hidden; }
.csj60prt { width:615px; float:right; padding-top:30px; line-height:30px;}

.csj60pplf { float:left; width:566px; overflow:hidden; padding-top:25px;}
.csj60pprt { width:590x; float:right;line-height:30px;}

.container h3{  background:url(/images2022/tb.png) no-repeat; height:46px; font-weight:bolder; text-align:left; text-indent:1em;  font-size:32px;}


.csj60pplf p { line-height:28px; padding-top:35px;}


.amaiglf img { padding:0px;}
.amaiglf { float:left; width:762px; overflow:hidden; }
.amaigrt { width:423px; float:right;line-height:30px;}
.amaigglf img { padding:0px;}
.amaigglf { float:left; width:583px; overflow:hidden; }
.amaiggrt { width:581px; float:right;line-height:30px;}


.pjcxsdlt { float:left; width:585px; overflow:hidden; }
.pjcxsdlt p { padding-top:50px;}
.pjcxsdrt {width:590px; float:right;line-height:30px;}
.sjyemds { padding:30px 0px; background:#eff0f1;}
.csjgimg img { padding:0px;}
.pjcdelt { float:left; width:596px; overflow:hidden; }
.pjcdert {width:585px; float:right;line-height:30px;}


.pjcdslt { float:left; width:579px; overflow:hidden; }
.pjcdsrt {width:602px; float:right;line-height:30px;}

.qmtdylt { float:left; width:688px; overflow:hidden; }
.qmtdylt img { width:274px; text-align:center; margin-bottom:30px;}
.qmtdyrt {width:360px; float:right;line-height:30px;}
.qmtdytt { width:1100px; margin:0 auto;}
.qmtmds { padding:30px 0px; background:#f6f6f6;}
.csjgimg h2 { background:#0d2ecb; font-size:46px; line-height:60px; color:#FFF; width:50%; text-align:center;}
.qmtdsrt { background:#ffffff url(/images2022/rmtamds03.jpg) no-repeat; height:677px; margin-bottom:30px; }
.qmtdsrtct { width:723px; float:right; padding-top:60px;}

.qmtdmhlt { float:left; width:780px; overflow:hidden; }
.qmtdmhlt p { font-size:14px;}
.qmtdmhrt {width:363px; float:right;line-height:30px;}

.csjg60zjct .sdzl { text-align:center; font-size:46px; color:#0d2ecb; padding-bottom:20px;}

.sdzlct { width:1200px; margin:30px 0px; overflow:hidden; text-align:center;}
.sdzlct img { padding-bottom:30px;}
.sdzllf { width:577px; height:478px; float:left; background:#f6f6f6; padding:20px}
.sdzlrt { width:577px; height:478px; float:right; background:#f6f6f6; padding:20px}
.csjg60zjct h1 { font-size:44px; background:#ffffff url(/images2022/sdztwd.jpg) no-repeat; line-height:70px; height:73px; margin:30px 0px; color:#FFF; text-align:left; text-indent:0.5em; }

.ibtcpct {width:1200px; margin:0 auto;  height:480px; overflow:hidden; margin-bottom:50px;}
.ibtcpctlt {width:520px; float:left; padding:20px; background:#FFF;}
.ibtcpctrt {width:520px; float:right; padding:20px; background:#FFF;}


.jblb {width:1200px; margin:0 auto;}
.jblb h3 {font-size: 45px; text-align:center; color:#0d2ec9; margin:30px 0px;}
.jitxct {float:left; width:20%; overflow:hidden; margin-top:20px;}
.jblb .jitx { width:108px; float:left;}
.jbinfo { width:115px; float:left;}
.jbinfo .title { color:#3589c7; font-size:16px; padding-top:55px;}
.jbinfo .desc  { font-size:14px; padding-top:10px;}
.IndexService_content_title h3 {font-size: 45px; text-align:center; color:#0d2ec9;}
.ibtcpctrt .pphdtb { color:#fffff; font-weight:bolder; margin:5px 0px; overflow:hidden; line-height:40px;}
.ibtcpctlt .pphdtb { color:#fffff; font-weight:bolder; margin:5px 0px; overflow:hidden; line-height:40px;}
.csrjct { width:1200px; margin:0 auto; overflow:hidden;}