#indexPage .index_about .item_block .item_img img,
.npagePage:not(.post) .index_about .item_block .item_img img {
	transition: all 0.3s ease-in-out;
}

#indexPage .index_about .item_block .item_img,
.npagePage:not(.post) .index_about .item_block .item_img {
	width: 452px;
	height: 250px;
	overflow: hidden;
	border: 4px #fff solid;
	float: right;
	margin-top: 100px;
}

#indexPage .index_about .item_block:hover .item_img img,
.npagePage:not(.post) .index_about .item_block:hover .item_img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

#indexPage .index_about .item_block .item_img .item_bog {
	width: 452px;
	height: 250px;
	position: absolute;
	opacity: 0;
	background: rgba(0, 0, 0, 1.0);
	transition: all 0.3s ease-in-out;
	margin: -253px 0 0;
}

#indexPage .index_about .item_block:hover .item_img .item_bog {
	opacity: 0.5;
}

#indexPage .index_about .item_block .item_img .item_play,
.npagePage:not(.post) .index_about .item_block .item_img .item_play {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 150px;
	opacity: 0;
	margin: 83px 0 0 183px;
	border: 3px #fff solid;
	border-radius: 80px;
	transition: all 0.3s ease-in-out;
}

#indexPage .index_about .item_block:hover .item_img .item_play,
.npagePage:not(.post) .index_about:hover .item_block .item_img .item_play {
	top: 103px;
	opacity: 1;
}

#indexPage .index_about .item_block .item_img .item_player,
.npagePage:not(.post) .index_about .item_block .item_img .item_play {
	width: 452px;
	height: 250px;
	position: absolute;
	top: 70px;
	opacity: 0;
	background: url(../img/play.png) center center no-repeat;
	transition: all 0.3s ease-in-out;
}

#indexPage .index_about .item_block:hover .item_img .item_player,
.npagePage:not(.post) .index_about:hover .item_block .item_img .item_play {
	top: 103px;
	opacity: 1;
}

/* 主页视频样式 */
.videoBg {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: background 1s ease
}

.videoBg.deepView {
	background: rgba(0, 0, 0, .9)
}

.videoBg.deepView .vPlayItem {
	background: 0 0;
	border-color: transparent
}

.videoBg.deepView .videoInfor {
	opacity: 0
}

.videoBg.deepView .videoTabBtns {
	opacity: 0
}

.vPlayArea {
	width: 100%;
	height: 100%
}

.vPlayArea .vPlayItem {
	width: 960px;
	padding: 10px;
	height: 618px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -456px;
	z-index: 2;
	border: 1px solid #dedede;
	transition: margin .36s ease, background 1s ease, border-color 1s ease
}

.vPlayArea .vPlayItem video {
	width: 100%
}

.vPlayArea.vshow .vPlayItem {
	margin-top: -336px
}

.videoTabBtns {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 1s ease
}

.videoTabBtns .videoTabBtn {
	width: 50px;
	height: 50px;
	background: #fff;
	margin-top: -25px;
	position: absolute;
	top: 0;
	text-align: center;
	cursor: pointer
}

.videoTabBtns .videoTabBtn .icon {
	text-align: center
}

.videoTabBtns .videoTabBtn.next {
	right: 0
}

.videoTabBtns .videoTabBtn.next .icon:after {
	content: "";
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	color: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 50px;
	font-size: 29px;
	color: #848484
}

.videoTabBtns .videoTabBtn.prev {
	left: 0
}

.videoTabBtns .videoTabBtn.prev .icon:after {
	content: "";
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	color: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 50px;
	font-size: 29px;
	color: #848484
}

.videoInfor {
	width: 100%;
	height: 48px;
	position: relative;
	padding: 15px 0 0;
	transition: opacity 1s ease
}

.videoInfor .title {
	font-size: 16px;
	color: #2e2e2e
}

.videoInfor .subtitle {
	color: #7d7d7d;
	font-size: 13px;
	line-height: 22px;
	margin-top: 6px
}

.videoBg {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: background 1s ease
}

.videoBg.deepView {
	background: rgba(0, 0, 0, .9)
}

.videoBg.deepView .vPlayItem {
	background: 0 0;
	border-color: transparent
}

.videoBg.deepView .videoInfor {
	opacity: 0
}

.videoBg.deepView .videoTabBtns {
	opacity: 0
}

/* 主页新闻样式 */
.index_news {
	width: 100%; float: left;
}

.index_news ul {
	width: 100%; float: left;
}

.index_news #item_block_0 {
	width: 614px; float: left;
	padding-right: 86px;
}

.index_news #item_block_0 a {
	width: 100%; float: left;
}

.index_news #item_block_1,.index_news #item_block_2,.index_news #item_block_3 {
	width: 470px; float: right; 
}

.index_news #item_block_1 a,.index_news #item_block_2 a,.index_news #item_block_3 a {
	width: 470px; float: right; padding: 30px 0; 
	transition:all 0.3s ease-in-out;
}

.index_news #item_block_1 a:hover,.index_news #item_block_2 a:hover,.index_news #item_block_3 a:hover {
	width: 430px; float: right; padding: 30px 20px;
}

.index_news #item_block_1 h1,.index_news #item_block_2 h1,.index_news #item_block_3 h1 {
	width: calc(100% - 80px); height: 26px; line-height: 26px; margin: 0 0 6px;
}

.index_news #item_block_1 p,.index_news #item_block_2 p,.index_news #item_block_3 p {
	width: calc(100% - 80px); height: 26px;
}

.index_news #item_block_1 span,.index_news #item_block_2 span,.index_news #item_block_3 span {
	border-right:none; margin-right: 10px;
}

.index_news #item_block_1 a img,.index_news #item_block_2 a img,.index_news #item_block_3 a img {
	display: none;
}

#indexPage .index_news .item_block .item_img {
	width: 614px; height: 200px; float: left; overflow: hidden;
}

.index_news ul li img {
	width: 614px; height: 200px; float: left;
}

.index_news ul li a .news_title {
	width: 100%; float: left;
}

.index_news ul li a .news_title h1 {
	width: 100%; height: 40px; float: left; margin: 20px 0 14px;
	font-size: 16px; color: #535353; line-height: 40px;
	transition:all 0.3s ease-in-out;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.index_news ul li a:hover .news_title h1 {
	color: #34d1f9; 
}

.index_news ul li a .news_title b {
	width: 40px; height: 40px; float: right; overflow: hidden;
	background:url(../img/jt_02.png) 0px 0px no-repeat;
	transition:all 0.3s ease-in-out;
}

.index_news ul li a:hover .news_title b {
	background:url(../img/jt_02.png) -40px 0px no-repeat;
}

.index_news ul li a .news_title span {
	width: 70px; float: left;
	margin-right:23px;
	border-right: 1px solid #e8e8e8;
}

.index_news ul li a .news_title em {
	height: 24px; float: left;
	padding-bottom: 4px;
	font-family: HELVETICANEUELTPRO-THEX; font-weight:800; font-size: 22px; color: #444; line-height: 24px;
}

.index_news ul li a .news_title i {
	height: 16px; float: left;
	font-family: HELVETICANEUELTPRO-THEX; font-size: 16px; color: #999; line-height: 16px;
}

.index_news ul li a .news_title p {
	width: calc(100% - 94px); height: 52px; float: left; overflow: hidden; margin: -3px 0 0;
	font-size: 13px; color: ##979797; line-height: 26px;
}

.info_bot {
	width: 100%; float: left;
}

.info_bot h1 {
	width: 100%; height: 40px; float: left;
	font-size: 18px; color: #fff; line-height: 40px;
}

.info_bot em {
	width: 30px; height: 30px; float: left;
	background: #fff; margin: 5px 12px 0 0; border-radius: 40px;
	font-size: 14px; color: #737373; line-height: 30px; text-align: center;
}

.info_tit {
	width: 38%; float: left; padding:20px 5% 0 0;
}

.info_tit span {
	width: 100%; float: left; padding:10px 5% 0 0;
	font-size:14px; color: #bcc0cf; line-height: 20px;
}

.info_tit em {
	width: 30px; height: 30px; float: left; padding:0 0 0 0;
	font-style: 14px; color: #fff; line-height: 30px;
}

.info_tit h1 {
	width: 100%; height: 60px; float: left; padding:0 0 0 0;
	color: #fff; line-height: 30px;
	font-family: Century Gothic; font-size: 22px; color: #fff; line-height: 30px; font-weight: bolder;
}

.info_rwm {
	width: 12%; float: right; padding: 20px 0 0;
}

.info_rwm img {
	width: 90px; float: right;
}

.imagelink .content_list .item_block a img {
	transition:all 0.3s ease-in-out;
	width: 100%; float: left; border:1px #e8e8e8 solid;
}

.imagelink .content_list .item_block a:hover img {
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

#indexPage .module .strength .container_header .title {
	border: none; text-indent: 0;
}

.eng {
	width: 120px; height: 120px; float: right; position: absolute; right: 0; top: 0;
}

.eng a span {
	width: 120px; height: 120px; float: left;
	background:#fff url(../img/eng.png) -12px 0px no-repeat;
	font-size: 15px; color: #000; line-height: 120px; font-weight: bolder; text-indent: 74px;
	transition:all 0.3s ease-in-out;
}

.eng a:hover span {
	background:#243977 url(../img/eng.png) -12px -120px no-repeat;
	color: #fff;
}

#header.mini .wrapper>.content .eng {
	height: 90px;
}

#header.mini .wrapper>.content .eng a span {
	height: 90px;
	line-height: 90px; background:url(../img/eng.png) -12px -15px no-repeat;
}

#header.mini .wrapper>.content .eng a:hover span {
	height: 90px;
	line-height: 90px; background:#243977 url(../img/eng.png) -12px -135px no-repeat;
}

.module_cont {width:1170px; margin: 0 0 0 -585px; top:0; left:50%; right: 50%;}

.ban_wz {
	width: 100%; float: left;
}

.ban_wz span {
	width: 100%; height: 50px; float: left; margin: 110px 0 0;
	font-size: 26px; color: #fff; line-height: 50px;
}

.ban_wz em {
	width: 12px; height: 12px; position: absolute; margin: 19px 0 0 -23px;
	background: rgba(0,0,0,0.3); border-radius: 12px;
}

.ban_wz i {
	width: 4px; height: 4px; position: absolute; margin:4px 0 0 4px;
	background: rgba(255,255,255,0.6); border-radius: 4px;
}

.ban_wz b {
	font-weight: bolder;
}

.ban_wz p {
	width: 100%; height: 30px; float: left;
	font-size: 16px; color: #fff; line-height: 30px;
}

.about_01,.about_03,.news_01,.news_02,.product_01,.product_02 {
	width: 1170px; float: left; padding-bottom: 80px;
}

.about_title {
	width: 100%; float: left; padding-bottom: 50px;
}

.about_title h2 {
	width: 100%; height: 30px; float: left;
	font-size: 24px; color: #555; line-height: 30px; text-align: center;
}

.about_title span {
	width: 100%; height: 26px; float: left;
	font-size: 14px; color: #bbb; line-height: 26px; text-align: center;
}

.about_01_a {
	width: 100%; float: left;
}

.about_01_a_l,.about_01_a_l img {
	width: 450px; float: left;
}

.about_01_a_r {
	width: 670px; float: right;
}

.about_01_a_r p {
	width: 100%; float: left;
	font-size: 15px; color: #666; line-height: 30px;
}

.about_01_c {
	width: 100%; float: left;
}

.about_01_c img {
	width: 100%; float: left; margin: 30px 0;
}

.about_01_c p {
	width: 100%; float: left;
	font-size: 15px; color: #666; line-height: 30px;
}

.about_01_b {
	width: 100%; float: left; padding: 0 0 0;
}

.about_01_b p {
	width: 100%; float: left;
	font-size: 15px; color: #666; line-height: 30px;
}

.about_01_b h1 {
	width: 100%; height: 30px; float: left; padding-bottom: 20px;
	font-size: 30px; color:#333; line-height: 30px;
}

.about_01_b ul {
	width: calc(100% + 18px) ; float: left; padding: 30px 0;
}

.about_01_b ul li {
	width: calc(100% / 3 - 18px); float: left; 
	margin-right: 18px;
}

.about_01_b ul li:last-child {
	margin-right: 0;
}

.about_01_b ul li img {
	width: 100%; float: left; 
}

.news_01_a {
	width: 1170px; float: left;
}

.news_01_a ul {
	width: calc(100% + 30px); float: left;
}

.news_01_a ul li {
	width: calc(100% / 2 - 30px); float: left;
}

.npagePage:not(.post) .project .news_01 .item_block {
	width: calc(100% / 2 - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
}

.news_01_a ul li img {
	width:100%; float: left;
	margin-bottom: 30px;
}

.news_01_a ul li a .news_title {
	width: 100%; float: left; padding-bottom: 20px;
	transition:all 0.3s ease-in-out;
}

.news_01_a ul li a:hover .news_title {
	width: 90%; float: left; padding: 0 5% 20px;
}

.news_01_a ul li a .news_title span {
	width: 70px; float: left;
	margin-right:23px;
	border-right: 1px solid #e8e8e8;
}

.news_01_a ul li a .news_title em {
	height: 24px; float: left;
	padding-bottom: 4px;
	font-family: HELVETICANEUELTPRO-THEX; font-weight:800; font-size: 22px; color: #444; line-height: 24px;
}

.news_01_a ul li a .news_title i {
	height: 16px; float: left;
	font-family: HELVETICANEUELTPRO-THEX; font-size: 16px; color: #999; line-height: 16px;
}

.news_01_a ul li a .news_title h1 {
	width: calc(100% - 94px); height: 26px; float: left; padding: 0 0 10px;
	font-size: 16px; color: #535353; line-height: 26px;
	transition:all 0.3s ease-in-out;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;	
}

.news_01_a ul li a:hover .news_title h1 {
	color: #34d1f9; 
}

.news_01_a ul li a .news_title p {
	width: calc(100% - 94px); height: 52px; float: left; overflow: hidden; margin: -3px 0 0;
	font-size: 13px; color: ##979797; line-height: 26px;
}

.news_02_a {
	width: 800px; float: left;
}

.news_ny_title {
	width: 100%; float: left; padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

.news_ny_title h1 {
	width: 100%; height: 50px; float: left;
	font-size: 20px; color: #333; line-height: 50px;
}

.news_ny_title em {
	height: 30px; float: left;
	background:url(../img/icon_01.png) 0 center no-repeat;
	font-size: 14px; color: #8c8c8c; line-height: 30px; text-indent: 22px;
}

.news_ny_title i {
	height: 30px; float: left; margin: 0 0 0 30px;
	background:url(../img/icon_02.png) 0 center no-repeat;
	font-size: 14px; color: #8c8c8c; line-height: 30px; text-indent: 23px;
}

.news_ny_title p {
	width: calc(100% - 40px); float: left; padding:10px 20px;
	background: #f1f1f1;
	font-size: 14px; color: #8c8c8c; line-height: 30px;
}

.news_ny_nr {
	width: 100%; float: left;
	margin: 15px 0 0;
}

.news_ny_nr h1 {
	width: 30%; float: left; margin:15px 0 0;
	background: #707070; border-left: 10px #243977 solid;
	font-size: 18px; color: #fff; line-height: 50px; text-indent: 20px;
}

.news_ny_nr p {
	width: 100%; float: left; margin:15px 0;
	font-size: 16px; color: #666; line-height: 30px;
}

.news_ny_nr img {
	width: 100%; float: left;
	margin:10px 0;
}

.news_02_b {
	width: 320px; float: right;
}

.news_02_b_t {
	width: 100%; height: 80px; float: left; padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px; color: #666; line-height: 120px;
}

.news_02_b_ny {
	width: 100%; float: left;
}

.news_02_b_ny ul li {
	width: 100%; float: left;
}

.news_02_b_ny ul li a {
	width: 100%; height: 82px; float: left; padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	transition:all 0.3s ease-in-out;
}

.news_02_b_ny ul li a:hover {
	width: 90%; padding: 20px 5%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.news_02_b_ny ul li a h1 {
	width: 100%; height: 30px; float: left; margin: 0 0 6px;
	font-size: 16px; color: #535353; line-height: 30px; 
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;	
}

.news_02_b_ny ul li a:hover h1 {
	color: #34d1f9;
}

.news_02_b_ny ul li p {
	width: 100%; height: 52px; float: left; overflow: hidden;
	font-size: 13px; color: #999; line-height: 26px; 
}

.product_01_a {
	width: 1170px; float: left;
}

.product_01_a ul {
	width: calc(100% + 24px); float: left;
}

#longPage .project .item_block .item_img {
	width: 100%; height: 208px; 
}

#longPage .project .item_block .item_img .item_bog {
	width: 100%; height: 216px; position: absolute; opacity: 0;
	background: rgba(0,0,0,1.0); transition:all 0.3s ease-in-out; margin: -208px 0 0;
}

#longPage .project .item_block:hover .item_img .item_bog {
	margin: -216px 0 0;  opacity: 0.5;
}

#longPage .index_about .item_block .item_img .item_bog {
	width: 452px;
	height: 250px;
	position: absolute;
	opacity: 0;
	background: rgba(0, 0, 0, 1.0);
	transition: all 0.3s ease-in-out;
	margin: -253px 0 0;
}

#longPage .index_about .item_block:hover .item_img .item_bog {
	opacity: 0.5;
}

.npagePage:not(.post) .project .item_block {
	width: calc(100% / 3 - 24px);
	height: auto;
	float: left;
	margin-right: 24px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 0 rgba(0, 0, 0, .15);
	transition: all .36s ease
}

#longPage .project .item_block a .item_info .line_in {
	width: 28px; height: 1px; margin: 20px 0 20px 158px;
	background: #e5e5e5;
	transition:all 0.3s ease-in-out;
}

#longPage .project .item_block a:hover .item_info .line_in {
	width: 40px; height: 1px; margin: 20px 0 20px 148px;
	background: #34dafb;
}

.product_02 .news_02_b_t {
	height: 100px;
	line-height: 150px;
}

.product_02 .news_02_b_ny ul li a img {
	width: 158px; height: 88px; float: left; margin:0 12px 0 0;
}

.product_02 .news_02_b_ny ul li a h1 {
	width:calc(100% - 170px); height: 30px; float: left; margin: 0 0 6px;
	font-size: 16px; color: #535353; line-height: 30px; 
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;	
}

.product_02 .news_02_b_ny ul li a p {
	width: calc(100% - 170px); height: 52px; float: left; overflow: hidden; margin: -3px 0 0;
	font-size: 13px; color: ##979797; line-height: 26px;
}

#longPage .container_header {
	width: calc(100% - 600px); float: left;
}

#longPage .container_header p {
	width: 100%; height: 28px; float: left; margin: 2px 0 0;
	border-left: 8px #243977 solid;
	font-size: 18px; color: #243977; line-height: 32px; text-indent: 10px;
}

.npagePage:not(.post) .service .item_block .item_more {
	width: 80px; height: 30px; float: left; margin: -50px 0 0 128px;
	
}

.npagePage:not(.post) .service .item_block a .item_more {
	width: 80px; height: 30px; float: left;
	font-size: 14px; color: #fff; line-height: 30px;  border-radius: 30px; text-align: center; background: #fff;
	transition:all 0.3s ease-in-out;
}

.npagePage:not(.post) .service .item_block a:hover .item_more {
	background: #243977;
}

#longPage .imagelink .cooperation .content_list  .item_block {
	width: calc(100% / 4 - 15px);
}

#pages {
	width: 100%; height: 38px; float: left;
	padding: 20px 0 0px;
}

#pages::after {
	content: "";
	display: block;
	clear: both;
}

#pages a {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(170, 170, 170, 0.2);
}

#pages span {
	margin: 0;
}

#pages .this-page {
	border-color: #3488ea;
	color: #fff;
	background-color: #3488ea;
}

#pages .page-item {
	margin-right: 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(170, 170, 170, 0.2);
}

#pages .page-item.active,
#pages .page-item:hover {
	border-color: #3488ea;
	color: #fff;
	background-color: #3488ea;
}

.about_02_a {
	width: 100%; float: left;
}

.about_02_a p {
	width: 100%; float: left;
	font-size: 15px; color: #666; line-height: 30px;
}

.about_02_a_l {
	width: 620px; float: left;
}

.about_02_a_r {
	width: 500px; float: right;
}

.about_02_a_r img {
	width: 500px; float: left;
}

.about_02 p {
	width: 100%; float: left;
	font-size: 15px; color: #666; line-height: 30px;
}

.about_03_a {
	width: 1170px; float: left;  padding-bottom: 50px; margin-bottom: 50px;
	border-bottom: 1px dotted  #d3d3d3;
}

.about_03_a h1 {
	width: 100%; height: 30px; float: left; padding-bottom: 20px;
	font-size: 30px; color:#333; line-height: 30px;
}

.about_03_a ul {
	width: 1190px; float: left; margin-top: 30px;
}

.about_03_a ul li {
	width:calc(100% /5 - 20px); float: left;
	margin-right: 20px;
}

.about_03_a_1 {
	width:80px; height: 80px; float: left;
	margin-left: 69px;
	border:3px #888 solid; border-radius: 80px;
}

.about_03_a_2 {
	width:100%; height: 80px; float: left;
	font-size: 46px; color: #888888; line-height: 80px; text-align: center;
}

.about_03_a ul li h2 {
	width:100%; height: 30px; float: left; margin-top: 20px;
	font-size: 20px; color: #333; line-height: 30px; text-align: center; 
}

.about_03_a ul li p {
	width:100%; float: left; margin-top: 5px;
	font-size: 14px; color: #666; line-height: 22px; text-align: center;
}

.about_03_b {
	width: 1170px; float: left; 
}

.about_03_b h1 {
	width: 100%; height: 30px; float: left; padding-bottom: 20px;
	font-size: 30px; color:#333; line-height: 30px;
}

.about_03_b ul {
	width: 100%; float: left; margin-top: 10px;
}

.about_03_b ul li {
	width:calc(100% /2 - 50px); float: left; margin-right: 50px;
	font-size: 15px; color: #333; line-height: 30px;
}

.about_03_b ul li p {
	font-size: 15px; color: #666; line-height: 30px;
}

.about_06_a {
	width: 1170px; float: left; 
}

.about_06_a ul {
	width: 1220px; float: left; margin-top: 20px;
}

.about_06_a ul li {
	width:calc(100% /3 - 50px); float: left; margin-right: 50px;
}

.about_06_a ul li h2 {
	width:100%; height: 40px; float: left;
	font-size: 18px; color:rgb(127, 127, 127); line-height: 40px; font-weight: bolder;
}

.about_06_b {
	width: 1170px; float: left; margin-top: 50px;
}

.cooperation_01_a {
	width: 100%; float: left;
}

.cooperation_01_title {
	width: 100%; float: left; padding-bottom: 40px; margin-bottom: 15px;
	border-bottom:1px #e8e8e8 solid;
}

.cooperation_01_title img {
	width: 260px; float: left; margin-right: 30px; border:1px #e8e8e8 solid;
}

.cooperation_01_title span {
	width: 878px; float: left; 
}

.cooperation_01_title h1 {
	width: 100%; height: 55px; float: left; 
	font-size: 22px; color: #333; line-height: 55px;
}

.cooperation_01_title p {
	width: 100%; height: 30px; float: left; 
	font-size: 15px; color: #666; line-height: 30px;
}

.service_01 {
	width: 1170px; float: left; padding-bottom: 80px;
}

.npagePage:not(.post) .project .service_01 .item_block {
	width: 100%;
	margin-bottom: 30px; padding-top: 30px;
}

.npagePage:not(.post) .project .item_block .item_info .subtitle,
#indexPage .project .item_block .item_info .subtitle {
	height: 52px; overflow: hidden;
}

#navWrapper .content .nav>li:not(.jsMoveEl)>a {
	text-transform: capitalize;
}

#navWrapper .content .nav>li:not(.jsMoveEl) .subnav {
	width: 220px;
}

#navWrapper .content .nav>li:not(.jsMoveEl) .subnav li a {
	font-size: 13px;
}

.product_01 h1 {
	width: 100%; height: 24px; float: left; margin-bottom: 30px;
	font-size: 20px; color: #243977; line-height: 24px;
	border-left: 8px #243977 solid; text-indent: 10px; text-transform: uppercase;
}