﻿.artTitle {
	display: none;
}
.headerTop {
	position:absolute; 
	left:0; 
	top:0; 
}
#head{
	position:absolute;
	z-index:3;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden
}
#head{
	position:fixed; 
	_position:absolute;
	top:0; 
	left:0;
	z-index:3;
}

/* 网站主要内容 */
.wrapper {
	z-index:2; 
	position:relative;
	margin-top:406px; 
	_margin-top:0;
	background-color: #fff;
}


.content_wrapper {
	padding: 25px 0 55px;
	background-color: #fff;
}
.main_wrapper {
	overflow: hidden;
	background-color: #fff;
}


/* 左侧导航内容 */
.main_side_wrap {
    margin-bottom: -1500px;
    padding-bottom: 1500px;
    float: left;
	width: 210px;
    height: 100%;
    background-color: #f1f1f1;
}
.main_side_wrap h3 {
	font-size: 26px;
	color: #fff;
	width: 100%;
	height: 88px;
	text-align: center;
	line-height: 88px;
	background-color: #d0111b;
}
.side_sub_nav {
	padding-bottom: 60px;
}
.side_sub_nav li {
	padding: 0 25px 0;
	text-align: center;
	line-height: 64px;
	
}
.side_sub_nav li a {
	display: block;
	font-size: 18px;
	color: #555;
	border-bottom: 1px solid #d9d9d9;
}
.side_sub_nav li:hover, .side_sub_nav li.active {
	background-color: #fff;
}
.side_sub_nav li:hover a, .side_sub_nav li a.active{
	color: #d0111b;
	font-weight: bold;
	border-bottom: none;
}

/* 通用列表页面 */
.main_lists_wrap {
	padding: 40px 0 1500px;
    margin: 0 0 -1500px 250px;
}
.lists_menu {
	padding-top: 18px;
}
.lists_menu_list {
	padding-left: 15px;
	line-height: 38px;
	height: 38px;
	background: url(list_d.png) no-repeat left center;
}
.lists_menu_list a {
	float: left;
	font-size: 16px;
	color: #333;
}
.lists_menu_list img {
	width: 12px;
	vertical-align: middle;
}
.lists_menu_list span {
	float: right;
	font-size: 16px;
	color: #888;
}
.lists_menu_line {
	margin: 18px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #d3d3d3;
}
.lists_menu_list a:hover  {
	color: #d0111b;
}




/* 业务领域子栏目列表页面 */
.article_intro_cont {
	margin-top: 30px;
	padding: 18px 30px 18px 20px;
	overflow: hidden;
	background-color: #f7f7f7;
}


/* 发展战略首页列表页面 */
.main_article_c {
	padding-top: 25px;
}
.develop_article_bg {
	background: url(develop_bg.png) no-repeat right top;
	background-size: 140px;
}
.develop_article_r {
	padding: 18px 10px 18px 20px;
	background-color: #f7f7f7;
}
.article_intro_r {
	float: left;
	width: 570px;
	height: 190px;
	font-size: 16px;
	color: #777;
	line-height: 36px;
	text-align: justify;
}
.article_img_r {
	float: right;
	width: 320px;
	height: 190px;
}



/* 企业文化首页列表页面 */
.article_hd_title {
	float: left;
}
.article_hd_more {
	float: right;
	font-size: 16px;
	color: #777;
}
.culture_img {
	float: left;
	width: 128px;
	height: 125px;
}
.culture_img img {
	width: 128px;
	height: 125px;
}
.culture_intro {
	margin-left: 168px;
	height: 230px;
	font-size: 16px;
	color: #777;
	line-height: 36px;
	text-indent: 28px;
	text-align: justify;
	background: url(culture_bg.png) no-repeat right top;
	background-size: 240px;
}
.culture_article {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.culture_article_f, .culture_article_r {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.culture_img_f {
	float: left;
	width: 360px;
	height: 195px;
}
.culture_img_f img {
	width: 360px;
	height: 195px;
}

.culture_menu_f {
	margin-left:  405px;
}
.culture_menu_r {
	float: left;
	width: 545px;
}

.culture_img_r {
	float: right;
	width: 375px;
	height: 205px;
}
.culture_img_r img {
	width: 375px;
	height: 205px;
}
.culture_menu li {
	padding-left: 15px;
	line-height: 34px;
	background: url(qy_d.png) no-repeat left center;
}
.culture_menu li a {
	font-size: 16px;
	color: #333;
}

.culture_list_desc li {
	float: left;
	margin-bottom: 10px;
	transition: all .5s;
}
.culture_list_desc li + li {
	margin-left: 20px;
}
.culture_list_desc li:hover {
	box-shadow: 0 0 7px #adadad;
	transform: translateY(-3px);
	transition: all .5s;
}
.culture_list_img, .culture_list_img a {
	display: block;
	width: 222px;
	height: 150px;
}
.culture_list_img img {
	width: 222px;
	height: 150px;
}

.culture_list_desc p {
	padding: 12px 12px;
	background-color: #f0f0f0;
}
.culture_list_desc p a {
	font-size: 16px;
	color: #777;
}


/* 公共部分 */
.develop_article_f, .develop_article_r {
	margin-bottom: 40px;
	overflow: hidden;
}
.article_headline {
	margin-bottom: 10px;
	line-height: 30px;
}
.article_h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.article_img {
	float: left;
	width: 320px;
	height: 190px;
}
.article_img img {
	width: 320px;
	height: 190px;
}
.article_intro {
	margin-left: 350px;
	height: 190px;
	font-size: 16px;
	color: #777;
	line-height: 36px;
	text-align: justify;
}
.article_pos {
	position: relative;
}
.article_more {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	color: #646464;
}


/* 业务领域首页列表页面 */
.field_menu {
	overflow: hidden;
}
.field_menu li {
	position: relative;
	margin: 0 35px 38px 0;
	float: left;
	width: 290px;
	height: 385px;
	border: 1px solid #e1e1e1;
}
.field_img, .field_img a {
	display: block;
	width: 290px;
	height: 195px;
	overflow: hidden;
}
.field_img img {
	width: 290px;
	height: 195px;
	transition: transform .6s;
}
.field_img:hover img {
	transform: scale(1.1);
	transition: transform .6s;
}
.field_menu li:nth-child(3n) {
	margin-right: 0;
}
.field_menu h4 {
	padding: 15px 0;
	font-size: 20px;
	color: #d0111b;
	font-weight: bold;
	text-align: center;
}
.field_menu .field_desc {
	padding: 0 24px;
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	text-align: justify;
}
.field_more {
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 15px 24px 18px;
	display: block;
	font-size: 14px;
	color: #454545;
}
.field_more:hover {
	color: #d0111b;
}


/* 图片新闻 */
.img_menu li {
	margin: 0 35px 38px 0;
	position: relative;
	float: left;
	width: 290px;
    height: 200px;
    overflow: hidden;
    transition: box-shadow .5s;
}
.img_menu li:nth-child(3n) {
	margin-right: 0;
}
.img_img, 
.img_img img {
	width: 290px;
    height: 200px;
}
.img_desc {
	
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	
	transition: bottom .5s;
	background: rgba(0,0,0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
}
.img_bg {
	padding-top: 5px;
	background-color: #e65739;
}
.img_desc a {
	padding: 15px;
	display: block;
	font-size: 16px;
	color: #fff;
	
}
.img_menu li:hover {
	box-shadow: 0 0 8px 0 #aaa;
	transition: box-shadow .5s;
}
.img_menu li:hover .img_desc {
	bottom: 0;
	transition: bottom .8s;
}


/* 视频专区 */
.vedio_lists li {
	margin: 0 35px 38px 0;
    padding: 10px;
    position: relative;
    float: left;
    width: 270px;
    height: 100%;
    border: 1px solid #e1e1e1;
}
.vedio_img {
	width: 270px;
    height: 200px;
    overflow: hidden;
}
.vedio_img img {
	width: calc(100% + 50px);
    height: 200px;
    min-width: 100%;
    transform: translate3d(-20px, 0, 0);
    transition: transform .5s;
}
.vedio_lists li:nth-child(3n) {
	margin-right: 0;
}
.vedio_desc {
	padding: 15px;
	background-color: #f1f1f1;
}
.vedio_desc a {
	font-size: 16px;
	color: #333;
}
.vedio_play {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 270px;
    height: 200px;
    background: rgba(0,0,0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
}
.vedio_play a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 56px;
	height: 56px;
 	background: url(icon_play.png) no-repeat center;
 }
.vedio_lists li:hover img {
	transform: translate3d(0, 0, 0);
	transition: transform .5s;
}
.vedio_lists li:hover .vedio_play  {
	display: block;
	transition: display .5s;
}
.vedio_desc:hover a {
	color: #d0111b;
}

/*分页*/
.noyau-cr-pages {
    position: relative;
    margin: 75px 0 0;
    font-size: 0;
    text-align: center;
}

.noyau-cr-pages li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px;
    font-size: 14px;
    line-height: 20px;
}
.ie7 .noyau-cr-pages li {
    display: inline;
}

.noyau-cr-pages a {
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 3px 5px;
}
.noyau-cr-pages span {
    padding: 0 7px 0 7px;
    cursor: pointer;
}
.noyau-cr-pages a.noyau-cr-current,
.noyau-cr-pages a:hover {
    font-size: 14px;
    border: 1px solid #d52f0a;
    border-radius: 3px;
    /* padding: 3px 10px; */
    background: #d52f0a;
    color: #fff;
}
.noyau-cr-pages a.noyau-cr-current,
.noyau-cr-pages a:hover {
    background-position: 0 0;
    color: #ffffff;
}
.noyau-cr-pages .noyau-cr-page-info {
    cursor: auto;
}
.noyau-cr-pages .noyau-cr-box input {
    text-align: center;
    border: 1px solid #bfbfbf;
    color: #666;
    height: 24px;
    line-height: 24px;
    width: 43px;
}
.noyau-cr-pages .noyau-cr-page-goto {
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 3px 10px;
    background: #fff;
    width: auto;
    height: auto;
    font-family: '微软雅黑';
    cursor: pointer;
}
.noyau-cr-pages .noyau-cr-page-goto:hover {
    background: #d7d7d7;
}
