@charset "utf-8";
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

/****** 首页 ******/
.index{
	padding: 30px 0;
}
.index_tit .cn{
	font-size: 32px;
	color: #003091;
	font-weight: 600;
}
.index_tit .en{
	position: relative;
	display: block;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 40px;
}
.index_tit .en::after{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	content: '';
	width: 24px;
	height: 4px;
	background: #353744;
}
/* banner轮播 */
#banner{
	width: 100%;
	height: auto;
}
#banner .banner_text{
	position: absolute;
	width: 1000px;
	top: 25%;
	left: 10%;
	color: #fff;
	z-index: 2;

	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
#banner .swiper-slide.swiper-slide-active .banner_text{
	transform: scale(1);
	-webkit-transform: scale(1);    
}
#banner .banner_text b{
	display: block;
	font-size: 64px;
}
#banner .banner_text span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
#banner img {
	width: 100%;
	height: 100%;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#banner .swiper-slide.swiper-slide-active  img  {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
#banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}

/* 首页-新闻-news */
.index_news .news_tit{
	width: 40%;
}
.index_news .index_tabs ul{
	overflow: hidden;
}
.index_news .index_tabs ul li{
	display: block;
	float: left;
	font-size: 12px;
	width: 80px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	color: #003091;
	text-align: center;
	padding: 8px 35px;
	border: 1px solid #003091;
}
.index_news .index_tabs ul li.on{
	cursor: pointer;
	color: #fff;
	background: #003091;
}
.index_news .index_tabs ul .readMore{
	display: block;
	float: left;
	font-size: 12px;
	width: 64px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	text-align: center;
	padding: 8px 35px;
}
.index_news .index_tabs ul .readMore:hover{
	color: #ef8642;
}
.index_news .news_box{
	padding-top: 30px;
}
.index_news .news_item{
	display: none;
}
.index_news .news_big{
	width: 600px;
	height: 420px;
}
.index_news .news_big_box{
	width: 600px;
	height: 420px;
}
.index_news .news_big_box img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_news .news_big_cont{
	position: absolute;
	width: 440px;
	height: 260px;
	margin: 40px;
	padding: 40px;
	background: rgba(255,255,255,0.85);
}
.index_news .big_news_date span{
	display: block;
}
.index_news .big_news_date .year{
	font-size: 46px;
	font-weight: bold;
	color: #000;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.index_news .big_news_date .time{
	font-size: 17px;
	color: #ef8642;
}
.index_news .big_news_tit{
	margin-top: 20px;
}
.index_news .big_news_tit h2{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_news .big_news_tit p{
	color: #666;
	line-height: 22px;
	text-indent: 28px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
.index_news .news_pagination{
	width: 20%;
	left: 5%;
	bottom: 15%;
}
.index_news .swiper-num {
    position: absolute;
    z-index: 9;
    right: 65px;
    top: 45%;
    margin-top: -130px;
    color: #bebebe;
}
.index_news .swiper-num .active {
    font-size: 32px;
    color: #003091;
    font-weight: bold;
}
.index_news .news_list{
	width: 550px;
	margin-left: 50px;
}
.index_news .news_list ul li{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
}
.index_news .news_list ul li a{
	position: absolute;
	z-index: 1;
}
.index_news .news_list ul li .btnbg-x{
	z-index: 0;
}
.index_news .news_list .date{
	width: 90px;
	height: 90px;
	text-align: center;
	background-color: #003091;
	box-sizing: border-box;
	transition: all 1s;
}
.index_news .news_list ul li:hover .date{
	background: #ef8642;
}
.index_news .news_list .date span{
	display: block;
}
.index_news .news_list .date .time{
	font-size: 18px;
	color: #fff;
	padding: 20px 0 5px 0;
	transition: all 0.5s;
}
.index_news .news_list ul li:hover .date .time{
	color:  #fff;
}
.index_news .news_list .date .yaer{
	font-size: 12px;
	color: #999;
	transition: all 0.5s;
}
.index_news .news_list ul li:hover .date .yaer{
	color: #fff;
}
.index_news .news_list .news_cont{
	width: 430px;
	margin-left: 20px;
}
.index_news .news_list .news_cont h2{
	width: 90%;
	color: #000;
	font-size: 15px;
	margin: 10px 0;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	transition: all 0.5s;
}
.index_news .news_list ul li:hover .news_cont h2{
	color: #ef8642;
}
.index_news .news_list .news_cont p{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	text-indent: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_news .news_list .news_detail{
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 17px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #b3b3b3;
	top: 10px;
	right: 10px;
}

/* 首页-业务领域-biz */
.index_biz{
    width: 100%;
    padding-bottom: 80px;
    background: url(../images/ind-bg3.jpg) no-repeat center;
    background-size: 100% 100%;
}
.businessList {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 80px;
    height: 420px;
}
.businessList li {
    position:relative;
    z-index:1;
    width:25%;
    height:420px;
    float:left;
    overflow:hidden;
}
.businessList li:hover{
	cursor: pointer; 
}
.businessList li .pic img {
    display:block;
    width:100%;
    height:420px;
    background-color:#fafafa;
    -webkit-transition-duration:1s;
    -moz-transition-duration:1s;
    -ms-transition-duration:1s;
    -o-transition-duration:1s;
    transition-duration:1s;
}
.businessList li .title,.businessList li .info {
    position:absolute;
    z-index:1;
    left:0;
    display:table;
    vertical-align:middle;
    text-align:center;
    width:100%;
    height:420px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.businessList li .title {
    top:0;
}
.businessList li .info {
    top:420px;
}
.businessList li .bg {
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:420px;
    float:left;
    overflow:hidden;
    background-color:#003;
}
.businessList li.li2 .bg,.businessList li.li4 .bg {
    background-color:#003091;
}
.businessList li .title .bg {
    opacity:.65;
    filter:alpha(opacity=65);
}
.businessList li .info .bg {
    opacity:.9;
    filter:alpha(opacity=85);
}
.businessList li .tit,.businessList li .con {
    position:relative;
    z-index:2;
    height:420px;
    display:table-cell;
    vertical-align:middle;
}
.businessList li .tit {
    line-height:40px;
    font-size:20px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.businessList li .tit span{
	display: block;
}
.businessList li .tit .tit_pic{
	width: 72px;
	height: 72px;
	margin: 10px auto;
	background: rgba(239,134,66,.45);
	border-radius: 50%;
}
.businessList li .tit .tit_pic img{
	margin-top: 13px;
}
.businessList li .icon {
    display:block;
    margin:20px 0;
    height:44px;
    line-height:44px;
    background:url(../images/ind-businessIcon.png) center top no-repeat;
}
.businessList li.li2 .icon {
    background-position:center -44px;
}
.businessList li.li3 .icon {
    background-position:center -88px;
}
.businessList li.li4 .icon {
    background-position:center -132px;
}
.businessList li .intro {
    padding:0 30px;
    font-size:13px;
    line-height:30px;
    text-align:center;
    color:#e0e0e0;
}
.businessList li .more {
    display:inline-block;
    *display:inline;
    margin-top:25px;
    width:34px;
    height:34px;
    line-height:34px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/ind-businessIcon.png) left -220px no-repeat;
}
.businessList li:hover .title {
    top:-420px;
}
.businessList li:hover .info {
    top:0;
}
.businessList li:hover .pic img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
}

/* 首页-企业成员 */
.index_member{
    position: relative;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}
.probanner-box {
    position: relative;
    overflow: hidden;
}
.probanner a:link,
.probanner a:visited {
    color: #fff;
}
.probanner a:active,
.probanner a:hover {
    color: #fff;
}
.probanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    background-color: #efefef;
}
.probanner .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.probanner .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.probanner .pimg {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
}

.pro-nav-list a:link,
.pro-nav-list a:visited {
    color: #fff;
}
.pro-nav-list a:active,
.pro-nav-list a:hover {
    color: #fff;
}

.pro-nav-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pro-nav-list li {
    float: left;
    display: block;
    width: 16.6666666667%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro-nav-list .wbox {
    height: 100%;
    background: url(../images/balck_30.png) repeat;
    background: none rgba(0, 0, 0, 0.3);
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}
.pro-nav-list .wbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/white_70.png) repeat;
    background: none rgba(255, 255, 255, 0.1);
    z-index: -1;
}
.pro-nav-list li:first-child .wbox:before {
    display: none;
}
.pro-nav-list .wbox:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/red_30.png) repeat;
    position: absolute;
    left: 1px;
    bottom: 0px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1;
}
.pro-nav-list .item {
    top: 38%;
    position: relative;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}
.pro-nav-list .bor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #003091;
}
.pro-nav-list .bor:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ef8642;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.pro-nav-list .tbox {
    line-height: 1.5;
    position: relative;
}
.pro-nav-list .ico {
    width: 40px;
    display: block;
    margin: 0px auto 5px;
}
.pro-nav-list .en {
    font-family: "微软雅黑", "Microsoft JhengHei";
    font-size: 14px;
}
.pro-nav-list .zh {
    font-family: "微软雅黑", "Microsoft JhengHei";
    font-size: 18px;
    margin-top: 30px;
}
.pro-nav-list .cbox {
    margin: 0px auto;
    font-size: 16px;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden\9;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}
.pro-nav-list .cbox p {
    margin-bottom: 4px;
}
.pro-nav-list p.bot {
    height: 1px;
    background-color: #fff;
    width: 0%;
    margin: 20px auto 24px;
    position: relative;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}
.pro-nav-list p.bot .line {
    width: 36px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: -18px;
}
.pro-nav-list .cbox a {
    position: relative;
}
.pro-nav-list .cbox a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.pro-nav-list .cbox a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.pro-nav-list .wbox:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.pro-nav-list .wbox:hover .item {
    top: 22%;
}
.pro-nav-list .wbox:hover .bor:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.pro-nav-list .wbox:hover .cbox {
    opacity: 1;
    visibility: visible\9;
    transform: inherit;
    -webkit-transform: inherit;
}
.pro-nav-list .wbox:hover p.bot {
    width: 100%;
}

/* -首页-关于港投 */
.index_about{
	position: relative;
	width: 100%;
}
.index_about .about_txt{
	margin-bottom: 30px;
}
.index_about .about_txt h2{
	font-size: 40px;
	font-weight: 700;
	color: #ef8642;
}
.index_about .about_txt span{
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin: 20px auto 40px;
	color: #003091;
}
.index_about .about_txt p{
	color: #666;
	line-height: 30px;
	text-indent: 28px;
	text-align: justify;
}
.index_about .about_date ul li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.index_about .about_date ul li .name{
	font-size: 16px;
	line-height: 36px;
}
.index_about .about_date ul li .info{
	    font-size: 24px;
}
.index_about .about_date ul li .info b{
	display: inline-block;
	font-size: 50px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	margin-right: 8px;
	color: #003091;
}

/* 首页-党建 */
#index_party{
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: #333;
}
#index_party .pic img{
	width: 100%;
	height: 210px;
}
#index_party img{
	width: 100%;
	height: 100%;
}
#index_party .party_text{
	position: absolute;
	width: 600px;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	font-family: "宋体";
	font-weight: bold;
	color: rgb(255, 212, 122);
	text-shadow: 0px 4px 7.92px rgba(92, 0, 0, 0.62);
	z-index: 1;
}
#index_party .swiper-pagination .swiper-pagination-bullet-active{
	background: #ef8642;
}

/****** 关于我们-page ******/
/*集团概况*/
.about_profile .profile_tit{
	margin-bottom: 20px;
}
.about_profile .name_cn{
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    color: #003091;
    text-align: center;
}
.about_profile .name_en{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-transform: uppercase;
    text-align: center;
}
.about_profile .profile_tit b{
    display: block;
    color: #ef8642;
    text-align: center;
    font-size: 36px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    margin: 20px;
}
.about_profile .profile_text{
    width: 740px;
}
.about_profile .profile_text p{
    font-size: 16px;
    text-indent: 32px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}
.about_profile .profile_pic{
    width: 410px;
    min-height: 400px;
    background: #ccc;
}
.about_profile .profile_pic .gtGroup{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #ef8642;
}
.about_profile .profile_pic .gtGroup img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.about_profile .profile_pic .gtGroup img:hover{
    transform: scale(1.2,1.2);    
}
.about_profile .profile_pic .slogan{
	width: 100%;
    height: 560px;
    overflow: hidden;
    background: #f2faff url(../images/about/aboutPortBuilding.jpg) no-repeat center bottom/100% 100%;
}
.about_profile .profile_pic .text{
    margin-top: 30px;
    text-align: center;
}
.about_profile .profile_pic .text h3{
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    color: #2162ab;
}
.about_profile .profile_pic .text p{
    font-size: 14px;
    line-height: 1.8;
    font-family: arial;
    color: #b4b9bc;
    text-transform: uppercase;
}
.about_profile .countList li{
    margin-top: 30px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.about_profile .countList li .num, .countList li .tip {
    height: 48px;
    float: left;
    background-color: #d7e7f1;
}
.about_profile .countList li .num {
    padding-left: 25px;
    font-size: 30px;
    color: #003091;
}
.about_profile .countList li .num {
    font-size: 30px;
    color: #ef8642;
}
.about_profile .countList li .tip {
    padding: 0 28px 0 10px;
    font-size: 15px;
    color: #5691ba;
    border-radius: 0 24px 24px 0;
}
/*领导致辞*/
.about_speech .speech_tit{
    background: #fafafa;
}
.about_speech .chairman_pic{
    width: 360px;
    height: 240px;
    overflow: hidden;
}
.about_speech .chairman_pic img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.about_speech .speech_tit:hover .chairman_pic img{
    transform: scale(1.2,1.2);
}
.about_speech .chairman_txt{
    width: 790px;
    margin-left: 50px;
}
.about_speech .saying h2{
    font-size: 24px;
    color: #003091;
    font-weight: 600;
    padding: 25px 0 30px;
    background: url(../images/about/chairmanEn.png) no-repeat left 15px;
}
.about_speech .saying span{
    display: block;
    font-size: 36px;
    text-align: center;
}
.about_speech .name{
    margin-top: 35px;
}
.about_speech .name h3{
    font-size: 24px;
}
.about_speech .name span{
    color: #666;
}
.about_speech .speech_txt{
    margin-top: 50px;
}
.about_speech .speech_txt p{
    color: #666;
    text-indent: 28px;
    line-height: 26px;
    margin-bottom: 15px;
}
.about_speech .speech_txt .autograph{
    text-align: right;
}
.about_speech .speech_txt .autograph span{
    display: block;
    margin-bottom: 10px;
}
/* 集团荣誉 */
.about_honor p{
	float: left;
	width: 285px;
	height: 190px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.about_honor p:nth-child(4n+4){
	margin-right: 0;
}
.about_honor p img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.about_honor p:hover img{
	transform: scale(1.05);
}

/* 企业文化 */
.idea {
    max-width:1200px;
    margin:40px auto;
}
.idea .title, .values .title{
    font-size: 24px;
    margin-bottom: 15px;
    border-left: 5px solid #ef8642;
    padding-left: 15px;
    color: #003091;
    font-weight: bold;
}
.w-imgText {
    position:relative;
    overflow:visible;
}
.w-imgText ul,.w-imgText li {
    list-style:none;
    padding:0;
    margin:0;
}
.w-imgText .item {
    position:relative;
}
.w-imgText .swiperBox {
    overflow:hidden;
    padding-right:4%;
}
.w-imgText .imTB {
    overflow:hidden;
}
.w-imgText .img {
    width:50%;
}
.w-imgText .img img {
    width:100%;
}
.w-imgText .textB {
    position:absolute;
    left:50%;
    right:0;
    top:0;
    bottom:0;
    padding:15px 4%;
    line-height:1.7;
}
.w-imgText .textB .bg_x {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:0;
}
.w-imgText .textB .text_x {
    position:relative;
    z-index:1;
    max-height:100%;
    overflow:hidden;
}
.w-imgText .textB .text_x .tt_h {
    font-size:20px;
    color:#003091;
    font-weight:bold;
    line-height:1.5;
    margin-bottom: 20px;
}
.w-imgText .textB .text_x p {
    color:#808080;
    line-height: 32px;
}
.w-imgText .textB .text_x .btn {
    display: inline-block;
    margin-top: 20px;
    line-height: 2.5;
    font-size: 13px;
    padding: 5px 30px;
    color:#999;
    text-transform: uppercase;
    border: 1px solid #bbb;
}
.w-imgText .last .textB .text_x p{
	font-size: 32px;
	text-align: center;
}
.w-imgText .igt_page {
    position:absolute;
    z-index:10;
    left:auto;
    width:auto;
    right:50px;
    bottom:30px;
    font-size:20px;
    color:#999;
}
.w-imgText .igt_page span.on {
    color:#ef8642;
    font-size:200%;
}
.igt_page_text {
    margin-bottom: 30px;
}
.igt_page_text ul,.igt_page_text li {
    list-style:none;
    padding:0;
    margin:0;
}
.igt_page_text li {
    float:left;
    text-align:center;
    overflow:hidden;
    opacity:0.5;
    cursor:pointer;
}
.igt_page_text li:hover,.igt_page_text li.on {
    opacity:1;
}
.igt_page_text li .item_span {
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:0 1em 0 0;
    position:relative;
}
.igt_page_text li .item_span:before,.igt_page_text li .item_span:after {
    content:'';
    position:absolute;
    height:1px;
    width:600px;
    top:50%;
    background:#e3e7ed;
}
.igt_page_text li .item_span:before {
    right:100%;
}
.igt_page_text li .item_span:after {
    left:100%;
}
.igt_page_text li .item_span > div {
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:middle;
}
.igt_page_text li .item_span .num {
    width:1em;
    color:#c4c4c4;
    font-size:100px;
    font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
}
.igt_page_text li .item_span .tit {
    margin-left:0.5em;
    font-size:16px;
}
.igt_page_text li:hover .item_span .num,.igt_page_text li.on .item_span .num {
    visibility:visible;
    color: #003091;
}
.igt_page_text li .item_span .adore {
    display:block;
    width:1em;
    height:1em;
    background:#e0e0e0;
    border-radius:50%;
    -webkit-border-radius:50%;
    position:absolute;
    top:50%;
    margin-top:-0.5em;
    left:77px;
}
.igt_page_text li.on .item_span .adore {
    background:#f60;
}


/* 企业历程 */
.course {
    position:relative;
    width: 100%;
    min-height: 240px;
    /*background: #fafafa;*/
}
.course .wrapper {
    position: relative;
    width: 100%;
}
.course .main {
    background: url("../images/about/line-bg.png") repeat-y 249px 0;
}
.course .main .title {
    position: absolute;
    line-height: 40px;
    padding-left: 67px;
    left: 230px;
    top: 0;
    color: #003091;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/about/clock.png") no-repeat left top;
}
.course .main .year {
    position: relative;
    z-index: 100;
}
.course .main .year h2 {
    height: 40px;
    width: 170px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
}
.course .main .year h2 a {
    color: #003091;
}
.course .main .year h2 i{
    display:block;
    position:relative;
    height:0;
    width:0;
    left:190px;
    top:-20px;
    border-width:6px;
    border-style:solid;
    border-color:#003091 transparent transparent transparent;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    -webkit-transform-origin:6px 3px;
    -moz-transform-origin:6px 3px;
    -ms-transform-origin:6px 3px;
    -o-transform-origin:6px 3px;
    transform-origin:6px 3px
}
.course .main .year .list{
    margin:10px 0;
    position:relative;
    overflow:hidden;
    -webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
}
.course .main .year .list ul {
    bottom: 0;
}
.course .main .year .list ul li {
    background: url("../images/about/circle.png") no-repeat 235px 31px;
    padding: 30px 0;
    color: #a1a4b8;
}
.course .main .year .list ul li.highlight {
    background-image: url("../images/about/circle.png");
}
.course .cls {
    zoom: 1;
}
.course .cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.course .main .year .list ul li.highlight .date, .course .main .year .list ul li.highlight .intro {
    color: #ec6a13;
}
.course .main .year .list ul li .date,.course .main .year .list ul li .version{
    float:left;
    display:block;
    clear:left;
    width:200px;
    line-height:24px;
    text-align:right
}
.course .main .year .list ul li .date{
    font-size:18px;
    line-height:32px;
    color:#bec1d5
}
.course .main .year .list ul li .intro, .course .main .year .list ul li .more {
    float: left;
    display: block;
    width: 800px;
    margin-left: 100px;
    line-height: 24px;
}
.course .main .year .list ul li .intro {
    font-size: 18px;
    line-height: 32px;
    color: #ef8642;
}
.course .wrapper:first-child .main .year.close h2 i{
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg)
}
.course .wrapper:first-child .main .year.close .list{
    opacity:0;
    height:0!important;
}
.ie7 .course .main .year h2 i{
    left:40px
}
.course .main .year .list ul li .more .cont_pic{
    width: 400px;
    height: 200px;
    margin: 10px 0;
    overflow: hidden;
}
.course .main .year .list ul li .more .cont_pic img{
    width: 100%;
    height: 100%;
}

.solution-cut{
    position: relative;
    width: 100%;
    margin-top:30px;
    background: url("../images/banner1.jpg") no-repeat;
    background-size: 100%;
    background-position: center;
}
.solution-cut ul:after {
    display:block;
    clear:both;
    content:'';
}
.solution-cut ul li {
    float:left;
    width:25%;
    height: 450px;
    overflow: hidden;
    text-align:center;
    color:#fff;
    position:relative;
}
.solution-cut ul li div {
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.5);
    transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    -webkit-transition:.3s;
}
.solution-cut ul li:nth-child(2) div,.solution-cut ul li:nth-child(4) div {
    background:rgba(0,0,0,.65);
    transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    -webkit-transition:.3s;
}
.solution-cut ul li img.icon{
    position: absolute;
    width: 64px;
    height: 64px;
    opacity: .85;
    left: 50%;
    bottom: 60%;
    margin-left: -32px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;

}
.solution-cut ul li i {
    font-size:20px;
    opacity:.85;
    position:absolute;
    width:100%;
    left:0;
    bottom: 50%;
    transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    -webkit-transition:.3s;
}
.solution-cut ul li hr {
    width:30px;
    height:2px;
    background:#fff;
    border:none;
    position:absolute;
    left:50%;
    top:55%;
    margin:0 0 0 -15px;
    padding:0;
    transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    -webkit-transition:.3s;
}
.solution-cut ul li h3 {
    font-size:24px;
    position:absolute;
    width:100%;
    left:0;
    top:60%;
    transition:.3s;
}
.solution-cut ul li p {
    width:80%;
    position:absolute;
    left:10%;
    top:70%;
    line-height: 24px;
    text-align: justify;
    text-indent: 28px;
    opacity:0;
    transition:.3s;
}
.solution-cut ul li img.bg {
    display:block;
    width:100%;
}
.solution-cut ul li:hover div {
    background:rgba(0,48,145,.85);
}
.solution-cut ul li:hover img.icon{
    bottom: 75%;
}
.solution-cut ul li:hover i {
    bottom:68%;
}
.solution-cut ul li:hover hr {
    top:40%;
    opacity:0;
}
.solution-cut ul li:hover h3 {
    top:38%;
    color: #ef8642;
}
.solution-cut ul li:hover p {
    top:50%;
    opacity:1;
}
.solution-cut ul li:hover a {
    top:75%;
    opacity:1;
}


/****** 新闻中心-news ******/
/*.news{
    background: url("../images/news_bg.png") no-repeat center bottom,
                url("../images/news_bg1.png") no-repeat center top, #f6f9fb;
    background: #f6f9fb;
}*/
.news_list{
    width: 100%;
}
.news_list a.news_strip{
    display: block;
    margin-bottom: 20px;
}
.news .news_time {
    float: left;
    width: 10%;
    margin-top: 30px;
    font-size: 32px;
    line-height: 30px;
}
.news .news_time > span {
    display: block;
    position: relative;
    font-size: 13px;
    margin-top: 10px;
    color: #666;
}
.news .news_time > span::before{
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 10;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
}
.news .news_tex_box{
    float: right;
    padding: 15px 0;
    width: 70%;
    transition: all .5s ease;
    padding-right: 5%;
}
.news .news_tex_box > img {
    width: 180px;
    height: 100px;
    margin-left: -10%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .5s ease;
}
.news .news_tex_box > div{
    width: 80%;
}
.news_list a.news_strip:hover .news_tex_box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 20px 0.6px rgba(0, 0, 0, 0.1);
}
.news_list a.news_strip:hover .news_tex_box > img{
    margin-left: -18%;
    box-shadow: 0px 6px 20px 0.6px rgba(0, 0, 0, 0.3);
}
.news_list a.news_strip:hover .news_title{
    color: #003091;
}
.news .news_title { 
	width: 100%; 
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
    transition: all .5s ease;
}
.news .news_info{
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    transition: all .5s ease;
    text-align: justify;    
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/************ member企业成员 ************/
.mainBox .mHd .nodeEn, .mainBox .mHd h3 {
    position: relative;
    z-index: 1;
    padding-left: 24px;
    font-weight: bold;
}
.mainBox .mHd .nodeEn::after, .mainBox .mHd h3::after {
    position: absolute;
    z-index: 1;
    left: 0;
    content: '';
    width: 3px;
    float: left;
    background-color: #003091;
}
.mainBox .mHd{
    padding-top: 10px;
}
.mainBox .mHd .nodeEn {
    height: 34px;
    line-height: 34px;
    color: #666;
    text-transform: uppercase;
}
.mainBox .mHd .nodeEn::after {
    height: 36px;
    line-height: 36px;
    bottom: -8px;
}
.mainBox .mHd h3 {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #003091;
}
.mainBox .mHd h3::after {
    height: 24px;
    line-height: 24px;
    top: 8px;
}
/* 成员列表 */
.subsidiaryLinkList {
    overflow:hidden;
}
.subsidiaryLinkList li {
    position: relative;
    float:left;
    width: 380px;
    height: 260px;
    margin: 0px 30px 20px 0;
    overflow: hidden;
    z-index:1;
}
.subsidiaryLinkList li:nth-child(3n+3) {
	margin-right: 0;
}
.subsidiaryLinkList li a{
	display: block;
}
.subsidiaryLinkList li .subsidiary-pic{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.subsidiaryLinkList li .subsidiary-pic img{
	width: 100%;
	height: 100%;
    transition: all 0.5s;
}
.subsidiaryLinkList li .subsidiary-name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
    transition: all 0.5s;
}
.subsidiaryLinkList li a:hover img{	
    transform: scale(1.1);
}
.subsidiaryLinkList li a:hover .subsidiary-name{	
    color: #003091;
}

/*成员详情页*/
.member_cont{
	padding: 50px 0;
}
.member_l{
	width: 800px;
}
.member_l .member_tit h2{
	font-size: 28px;
	font-weight: bold;
}
.member_l .member_tit p{
	font-size: 12px;
	text-transform: uppercase;
}
.member_l .memer_txt p{
	margin-top: 20px;
	font-size: 15px;
	line-height: 30px;
	text-indent: 30px;
	color: #666;
}
.member_r{
	width: 350px;
	height: 420px;
	background-color: #f0faff;
}
.member_r .member_pic{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.member_r .member_pic img{
	width: 100%;
	height: 100%;
}
.member_r .member_info{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}
.member_r .member_info p{
	margin: 10px 0;
	font-size: 13px;
	overflow: hidden;
}
.member_r .member_info span{
	display: block;
	width: 25%;
	color: #666;
}
.member_r .member_info i{
	display: block;
	width: 75%;
}
.member_r .member_info a{
	color: #003091;
	text-decoration: underline;
}
.member_r .member_info a:hover{
	color: #ef8642;
}


/***** 招标采购 *****/
.bid_tab{
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fafafa;
    margin-bottom: 10px;
    cursor: pointer;    
}
.bid_tab_box .on{
    color: #fff;
    background: #ef8642;
}
.bid_cont_box{
    width: 900px;
    min-height: 420px;
    padding: 30px;
    background: #fafafa;
}
.bid_cont{
    display: none;
    width: 100%;
}
.bid_cont.on{
    display: block;
}

.bidding {
    overflow:hidden;
}
.bidding .biddingBox {
    position: relative;
	display: block;
    width: 100%;
    height: 120px;
    text-align:left;
}
.bidding .biddingBox.odd {
    margin-right: 100px
}
.biddingBox .time {
    width: 72px;
    height: 72px;
    background:#003091;
    text-align:center;
    margin-right:30px;
    float:left
}
.biddingBox .time .day {
    font-size:20px;
    color:#fff;
    padding:6px 0 0 0;
    margin-top: 10px;
}
.biddingBox .time .ym {
    font-size:12px;
    color:#b3b9f5
}
.biddingBox:hover .time {
    background:#ef8642
}
.biddingBox:hover .day {
    color:#fff
}
.biddingBox:hover .ym {
    color:#fff
}
.bidding .newsContent{
	float: left;
	width: 90%;
}
.bidding .biddingBox .newsTitle {
    float: left;
    width: 90%;
    height: 50px;
    line-height: 44px;
    font-size: 18px;
    color:#333;
    white-space: nowrap;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis
}
.bidding .biddingBox:hover .newsTitle{
	color: #ef8642;
}
.bidding .biddingBox .newsTitle span{
    color: #ef8642;
    margin-right: 5px;
}
.bidding .biddingBox .bidCont {
    width:100%;
    height:50px;
    line-height: 18px;
    font-size:14px;
    color:#b0b0b0;
    overflow:hidden;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis
}
.bidding .biddingBox .newsTitleIcon {
    width:19px;
    height:19px;
    background:url(../images/bidding/plus.png) center no-repeat;
    background-color:#a6a6a6;
    position:absolute;
    right:0;
    top:14px
}
.bidding a.biddingBox:hover .newsTitleIcon {
    background-color:#ef8642
}
.bidding .biddingBox .border {
    position:absolute;
    left:87px;
    top:44px;
    width:21px;
    border-top:1px solid #003091
}

/***** 人力资源 *****/
.hr_title{
    width: 240px;
    height: 320px;
    padding: 40px;
    color: #fff;    
    background: url(../images/hr/hr_tit_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.hr_title span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;  
}
.hr_title h3{
    display: block;
    position: relative;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}
.hr_title h3::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 28px;
    height: 3px;
    background: #fff;
}
.hr_txt{
    width: 800px;
    height: 320px;
    padding: 40px;
    overflow: hidden;
    background: url(../images/hr/hr_txt_bg.png) no-repeat top center;
    background-size: 100% auto;
    box-shadow: 0px 1px 6px 0px rgba(41, 41, 41, 0.1);
}
.hr_txt h2{
    font-size: 32px;
    color: #ef8642;
    text-align: center;
    margin-top: 20px;
}
.hr_txt p{
    margin-top: 50px;
    line-height: 32px;
    text-indent: 32px;
    font-size: 16px;
    color: #666;
}
.hr_txt_item{
	width: 27%;
	margin: 0 3%;
}
.hr_txt_item b{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ef8642;
	padding-bottom: 20px;
}
.hr_txt_item b::after{
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #999;
	content: ' ';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.hr_txt_item p{
	margin-top: 30px;
	line-height: 26px;
	text-indent: 26px;
	font-size: 13px;
	text-align: justify;
}
/* 人才结构 */
.hr_struc_p{
	line-height: 28px;
	font-size: 16px;
	text-indent: 32px;
	text-align: justify;
}
.hr_struc_content{
	margin-top: 20px;
	overflow: hidden;
}
.hr_struc_item{
	position: relative;
	width: 510px;
	height: 150px;
	padding: 40px;
	margin: 0px 20px 20px 0;
	background-color: #ebf2ff;
}
.hr_struc_item:nth-child(even){
	margin-right: 0;
	 margin-bottom: 0;
}
.hr_struc_item .hr_struc_name{
	text-align: center;
}
.hr_struc_item .hr_struc_name span{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
}
.hr_struc_item:first-child .hr_struc_name span{	
	background-image: -moz-linear-gradient( 120deg, rgb(253,144,37) 0%, rgb(254,213,82) 100%);
	background-image: -webkit-linear-gradient( 120deg, rgb(253,144,37) 0%, rgb(254,213,82) 100%);
	background-image: -ms-linear-gradient( 120deg, rgb(253,144,37) 0%, rgb(254,213,82) 100%);
	box-shadow: 0px 12px 29px 0px rgba(253, 189, 54, 0.36);
}
.hr_struc_item:nth-child(2) .hr_struc_name span{
	background-image: -moz-linear-gradient( 120deg, rgb(60,95,251) 0%, rgb(44,141,250) 99%);
	background-image: -webkit-linear-gradient( 120deg, rgb(60,95,251) 0%, rgb(44,141,250) 99%);
	background-image: -ms-linear-gradient( 120deg, rgb(60,95,251) 0%, rgb(44,141,250) 99%);
	box-shadow: 0px 12px 29px 0px rgba(57, 103, 251, 0.36);
}
.hr_struc_item:nth-child(3) .hr_struc_name span{
	background-image: -moz-linear-gradient( 120deg, rgb(237,30,90) 0%, rgb(253,143,181) 99%);
	background-image: -webkit-linear-gradient( 120deg, rgb(237,30,90) 0%, rgb(253,143,181) 99%);
	background-image: -ms-linear-gradient( 120deg, rgb(237,30,90) 0%, rgb(253,143,181) 99%);
	box-shadow: 0px 12px 29px 0px rgba(239, 41, 99, 0.36);
}
.hr_struc_item:last-child .hr_struc_name span{
	background-image: -moz-linear-gradient( 120deg, rgb(41,185,252) 0%, rgb(126,220,253) 99%);
	background-image: -webkit-linear-gradient( 120deg, rgb(41,185,252) 0%, rgb(126,220,253) 99%);
	background-image: -ms-linear-gradient( 120deg, rgb(41,185,252) 0%, rgb(126,220,253) 99%);
	box-shadow: 0px 12px 29px 0px rgba(46, 188, 252, 0.36);
}
.hr_struc_item .hr_struc_name h3{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.hr_struc_item .hr_struc_txt{
	position: relative;
	width: 350px;
	line-height: 20px;
	text-align: justify;
	top: 50%;
	transform: translateY(-50%);
}

.heart {
    background: url(../images/hr/web_heart_animation.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    cursor: pointer;
    position: absolute;
    left: -14px;
    background-size: 2900%;
}
.heart:hover, .heart:focus {
    background-position: right;
}
@-webkit-keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}
@keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}
.heartAnimation {
    display: inline-block;
    -webkit-animation-name: heartBlast;
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(28);
    animation-timing-function: steps(28);
    background-position: right;
}
.feed h3 {
    font-size: 15px;
    margin-top: 20px;
    color: #ef8642;
    text-indent: 28px;
}
.feed {
    clear: both;
    margin-bottom: 20px;
    height: 150px;
    position: relative;
}
.likeCount {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 32px;
    margin-left: 68px;
    font-size: 25px;
    color:#999999
}
.recruit table th,.recruit table td{
    border: 1px solid #ebebeb;
}
.recruit table{
    width: 100%;
    text-align: center;
}
.recruit table th{
    text-align: center;
    height: 48px;
    background: #ccc;
}
.recruit table td{
    padding: 10px 0;
    font-size: 12px;
    color: #666;
}
.recruit table tr:nth-child(even){
    background: #ebebeb;
} 
.recruit table tr:hover{
    background: #b5ceff;
}
.recruit table td a{
    color: #ef8642;
}
/*培训风采*/
.photo .photo-list{
	display: block;
	overflow: hidden;
}
.photo .photo-list li{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.photo .photo-list li:nth-child(4n+4){
	margin-right: 0;
}
.photo .photo-list li a{
	display: block;
	width: 285px;
	height: 220px;
}
.photo .photo-list .photo-pic{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.photo .photo-list .photo-pic img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.photo .photo-list .photo-txt{
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	padding: 0 5%;
	background: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.photo .photo-list li a:hover img{
	transform: scale(1.1);
}
.photo_detail{
	overflow: hidden;
}
.photo_detail p{
	display: block;
	float: left;
	width: 285px!important;
	height: 190px!important;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.photo_detail p:nth-child(4n+4){
	margin-right: 0;
}
.photo_detail p img{
	width: 100%;
	height: 100%;
}
.photo_detail img:hover{
	cursor: pointer;
}

/***** 廉润港投 *****/
.honest_list ul li{
    display: block;
    float: left;
    width: 26%;
    margin: 0 1.5% 2% 1.5%;
    padding: 2%;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.honest_list .honfix{
    display: block;
    transition: 350ms
}
.honest_list .honfix .time{
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
}
.honest_list .honfix h3{
	width: 100%;
    margin-bottom: 11px;
    line-height: 28px;
    color: #535353;
    font-size: 18px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.honest_list .honfix figure{
    display: block;
    line-height: normal;
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 14px;
}
.honest_list .honfix figure img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 350ms linear;
}
.honest_list .honfix p{
	height: 56px;
	color: #8c8c8c;
    text-indent: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.honest_list .honfix .more{
    display: block;
    width: 74px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-size: 12px;
    background: #777777;
    -vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.honest_list .honfix:hover h3{
    color: #003091;
}
.honest_list .honfix:hover img{
    transform: scale(1.1);
}
.honest_list .honfix:hover p{
    color: #666;
}
.honest_list .honfix:hover .more{
    background: #003091;
}

/***** 党群建设 *****/
.party_tit{
    background: url(../images/party/party_tit_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.party_tit span{
    margin-top: 50px;
    opacity: 0.4;
}
.part_org{
	box-shadow: 0px 1px 6px 3px rgb(41 41 41 / 10%);
}
.part_org .org_img{
	width: 100%;
	overflow: hidden;
}
.part_org .org_img img{
	width: 100%;
	height: auto;
}
/* 党内法规 */
.party-affairs li{
	display: block;
	float: left;
	width: 260px;
	height: 320px;
	margin: 0 50px 50px 0;
}
.party-affairs li:nth-child(4n+4){
	margin-right: 0;
}
.party-affairs li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/party/party-affairs-bg1.jpg) no-repeat center/100%;
    transition: all 0.5s;
}
.party-affairs li a h3{
	position: absolute;
	width: 90%;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #fff;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
}
.party-affairs li a span{
	position: absolute;
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	color: #c6271d;
	background-color: #fff;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
    transition: all 0.5s;
}
.party-affairs li a:hover{
	background: url(../images/party/party-affairs-bg2.jpg) no-repeat center/100%;
}
.party-affairs li a:hover span{
	color: #fff;
	background-color: #c6271d;	
}

/***** 法治港投 *****/
.law_news > a{
	position: relative;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.law_news .pic{
    width: 300px;
    height: 160px;
    margin-left: 20px;
    overflow: hidden;
}
.law_news .pic img{
    width: 100%;
    transition: 500ms;
}
.law_news .text{
    width: 690px;
    margin-left: 50px;
    margin-top: 20px;
}
.law_news .text h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.law_news .text p{
    font-size: 13px;
    line-height: 25px;
    text-indent: 26px;
    margin-top: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.law_news .oper{
    width: 150px;
    position: relative;
}
.law_news .time{
	margin-top: 40px;
}
.law_news .time h3{
	font-size: 32px;	
}
.law_news .time p{
	position: relative;
	color: #666;
	font-size: 13px;
	margin-top: 10px;
	padding-top: 10px;
}
.law_news .time p::before{
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 10;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;	
}
.law_news .btn{
    position: absolute;
    color: #666;
    text-transform: uppercase;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 60px;
    right: 0;
    background: #ebebeb;
    transition: 0.5s;
}
.law_news .btn:after{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #003091;
    content: '';
    width: 0%;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
}
.law_news > a:hover .pic img{
    transform: scale(1.1);
}
.law_news > a:hover .text h3{
    color: #003091;
}
.law_news > a:hover .btn{
    color: #fff;
}
.law_news > a:hover .btn:after{
    width: 100%;
    content: "MORE";
    z-index: 1;
}

/***** 联系我们 *****/
.contactPage{
    padding: 50px 0;
    background: #f8f8f8 url(../images/contact/contactBg.png) no-repeat center;
    border-bottom: 1px solid #e5e5e5;
}
.contactPage .text{
    width: 480px;
}
.contactPage .en{
    font-size: 52px;
    margin: 20px 0;
    color: #e4e4e4;
}
.contactPage .en span{
    font-weight: bold;  
}
.contactPage .l_p{
    font-size: 15px;
    color: #666;
    line-height: 38px;
    padding-left: 36px;
    margin-bottom: 20px;
}
.contactPage .ico1{
    background: url(../images/contact/add.png) no-repeat center left;    
}
.contactPage .ico2{
    background: url(../images/contact/email.png) no-repeat center left;    
}
.contactPage .ico3{
    background: url(../images/contact/fax.png) no-repeat center left;    
}
.contactPage .ico4{
    background: url(../images/contact/tel.png) no-repeat center left;    
}
.contactPage .ico5{
    background: url(../images/contact/no.png) no-repeat center left;    
}
#map{
    width: 700px;
    height: 420px;
    background: #fff;
}


/***** 详情页 *****/
/*.detailPage{
     background: url(../images/news/news_bg.png) no-repeat center;
     background-size: 100% 100%;
}*/
.detailPage .webNav{
     left: 12%;
}
.detail_box{
     background: #fff;
     margin-top: 10px;
     /*padding: 30px;*/
}
.detail_box .detail_tit{	
     padding: 30px;	
     text-align: center;
     border-bottom: 5px solid transparent;
     border-image: url(../images/border_bg.png) 10 11 round;
}
.detail_box .detail_tit h2{
     font-size: 26px;
     color: #535353;
     font-weight: bold;
}
.detail_box .detail_tit .detail_info{
	overflow: hidden;
	margin-top: 10px;
}
.detail_box .detail_tit .detail_info span{
	display: inline-block;
	margin: 0 10px;
	color: #999;
}
.detail_box .detail_tit .detail_info span i{
	color: #666;
}
.detail_box .detail_tit b{
     display: block;
     width: 100px;
     margin: 10px auto;
     padding-left: 10px;
     font-size: 15px;
     font-weight: normal;
     text-align: center;
     color: #ef8642;
     background: url(../images/detail_icon01.png) no-repeat left center/16px;
}
.detail_box .detail_cont{
     width: 100%;
     min-height: 400px;
     margin-top: 20px;
     /*overflow: hidden;*/
}
.detail_box .detail_cont p{
	with:100%;
     font-family: 微软雅黑, "Microsoft YaHei";
     font-size: 16px;
     margin-bottom: 10px;
     line-height: 2em;
     text-indent: 32px;
}
.detail_box .detail_btn{
     overflow: hidden;
     width: 640px;
     height: 48px;
     line-height: 48px;
     margin: 0 auto;
     font-size: 12px;
}
.detail_box .detail_btn a{
     display: block;
     float: left;
     text-align: center;
}
.detail_box .detail_btn a:hover{
     cursor: pointer;
}
.detail_box .detail_btn .detail_return{
     width: 160px;
     height: 48px;
     color: #fff;
     background: #003091;
}
.detail_box .detail_btn .detail_prev{
     width: 108px;
     height: 48px;
     padding-left: 58px;
     margin-right: 74px;
     background: url(../images/prev.jpg) no-repeat left center;
     background-size: 48px;
     transition: all 0.5s;
}
.detail_box .detail_btn .detail_prev:hover{
     background: url(../images/prev_on.jpg) no-repeat left center;
     background-size: 48px;
     color: #ef8642;
}
.detail_box .detail_btn .detail_next{
     width: 108px;
     height: 48px;
     padding-right: 58px;
     margin-left: 74px;
     background: url(../images/next.jpg) no-repeat right center;
     background-size: 48px;
     transition: all 0.5s;
}
.detail_box .detail_btn .detail_next:hover{
     background: url(../images/next_on.jpg) no-repeat right center;
     background-size: 48px;
     color: #ef8642;
}

/*************** 搜索页面 ***************/
.search .webNav{
     left: 12%;
}
.search_box{
     background: #fff;
     margin-top: 50px;
     padding: 30px;
}
.search_box .search_tit h2{
     font-size: 24px;
     font-weight: bold;
     color: #ef8642;
     margin-bottom: 20px;
}
.search_box .search_tit span{
     font-size: 13px;
     color: #666;
}
.search_box .search_tit span i{
     color: #cc1010;
}
.search_box .search_list li{
     padding: 40px 0;
     border-bottom: 1px solid #d1e0ff;
     overflow: hidden;
}
.search_box .search_list li a{
     display: block;
     width: 100%;
     height: 100%;
}
.search_box .search_list li a .num{
     float: left;
     width: 85px;
     height: 90px;
     background: #e3ecff;
     font-family: 'Arial';
     padding: 12px 12px 0 0;
     text-align: right;
}
.search_box .search_list li a .num em{
     font-size: 40px;
     color: #003091;
}
.search_box .search_list li a .num span{
     font-size: 16px;
     color: #666;
}
.search_box .search_list li a .text{
     float: left;
     width: 1025px;
     margin-left: 30px;
}
.search_box .search_list li a .text h3{
     font-size: 18px;
     color: #44494d;
     transition: all .6s;
}
.search_box .search_list li a:hover .text h3{
     color: #ef8642!important;
}
.search_box .search_list li a .text p{
     font-size: 14px;
     color: #44494d;
     opacity: .7;
     filter: alpha(opacity=70);
     line-height: 25px;
     margin-top: 15px;
}


/***** 按钮移入样式 *****/
.btn {
  display:inline-block;
  *display:inline;
  *zoom:1;
  text-decoration:none;
  position:relative;
}
.btn1 .btnbg-x {
  position:absolute;
  left:50%;
  width:0;
  top:0;
  bottom:0;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
}
.btn1:hover {
  color:#ef8642;
}
.btn1:hover .btnbg-x {
  width:100%;
  left:0;
  border-color:#ef8642;
}
.btn1 .btn-inner {
  padding:0 12px;
  position:relative;
  z-index:1;
}
.btn1:hover .btn-inner {
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.btn2 {
  border:1px solid #d0d0d0;
  position:relative;
  color:#666;
  overflow:hidden;
  -webkit-transition:all .6s;
  transition:all .6s;
}
.btn2:hover {
  color:#fff;
  border-color:#003cb3;
}
.btn2 .bgsqr1 {
  content:'';
  width:0;
  height:0;
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  border-style:solid;
  border-width:0;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:#003cb3;
  position:absolute;
  bottom:0;
  left:0;
  -webkit-transition:all 0.6s;
  transition:all 0.6s;
}
.btn2 .bgsqr2 {
  content:'';
  width:0;
  height:0;
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  border-style:solid;
  border-width:0;
  border-top-color:transparent;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-right-color:#003cb3;
  position:absolute;
  top:0;
  right:0;
  -webkit-transition:all 0.6s;
  transition:all 0.6s;
}
.btn2:hover .bgsqr1 {
  border-width:200px 0 0 200px;
}
.btn2:hover .bgsqr2 {
  border-width:0 200px 200px 0;
}
.btn2 span {
  position:relative;
  font-size: 15px;
  z-index:1;
}
.btn2:hover span{
	color: #fff;
	cursor: pointer;
}

.swiper-slide{height:1px} /* 随意指定一个height值即可 */    
.swiper-slide-active { height:auto}


@media screen and (max-width:756px){
	.w1200, .w800{
		width: 90%;
	}
	/* banner */
	#banner .banner_img{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#banner .banner_img img{
		display: block;
		position: absolute;
		width: auto;
		left: -50%;
	}
	#banner .banner_text{
		top: 30%;
		left: 0;
		right: 0;
		width: 96%;
    	margin: 0 auto;
    	text-align: center;
	}
	#banner .banner_text b{
		font-size: 32px;
	}
	#banner .banner_text span{
		font-size: 14px;
		margin-top: 10px;
	}
	#banner .swiper-container-horizontal>.swiper-pagination{
		bottom: 8%;
	}
	.swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.index_news .news_tit{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.index_news .news_tit.fl, .index_tabs.fr, .news_big.fl, .news_list.fr{
		float: none;
	}
	.index_tit .en{
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.index_tit .en::after{
		width: 100px;
		height: 1px;
		left: 50%;
		background: #bebec1;
		transform: translateX(-50%);
	}	
	.index_news .index_tabs ul li{
		display: none;
	}
	.index_news .index_tabs ul .readMore{
		width: 80%;
		margin: 0 auto;
	}
	.index_news .news_box{
		padding-top: 0;
	}
	.index_news .news_big{
		width: 100%;
		height: 240px;
	}
	.index_news .news_big_box{
		height: 240px;		
	}
	.index_news .news_list .date{
		width: 25%;
	}
	.index_news .news_list .date .yaer{
		color: #b0c2e3;
	}
	.index_news .news_big_cont{
		width: 70%;
    	height: 140px;
    	padding: 5%;
    	margin: 10%;
	}
	.index_news .big_news_tit h2{
		width: 90%; 
		margin: 0 auto;
		font-size: 18px;
		text-align: center;
		display: inline-block;
		white-space: nowrap; 
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.index_news .big_news_date .year{
		font-size: 28px;
	}
	.index_news .big_news_date .time{
		font-size: 12px;
	}
	.index_news .big_news_tit{
		margin: 0;
	}
	.index_news .swiper-num{
		margin-top: -40px;		
    	right: 90px;
	}
	.index_news .swiper-num .active{
		font-size: 18px;
	}
	.index_news .swiper-num .total{
		font-size: 12px;
		color: #666;
	}
	.index_news .news_pagination{
		width: 30%;
		left: 10%;
	}
	.index_news .news_list{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.index_news .news_list .news_cont {
	    width: 70%;
	    margin-left: 10px;
	}
	.index_news .news_list ul li{
		width: 100%;
		margin: 10px auto;
	}
	.index_news .news_list .news_cont h2{
		width: 200px;
	}
	.index_about{
		border-top: 1px solid #ccc;
	}
	.index_about .about_txt h2{
		text-align: center;
	}
	.index_about .about_txt span{
		font-size: 12px;
		text-align: center;
		margin: 10px auto;
	}
	.index_about .about_txt{
		margin-bottom: 15px;
	}
	.index_about .about_date ul li .info{
		font-size: 12px;		
	}
	.index_about .about_date ul li .info b{
		font-size: 24px;
		margin-right: 3px;
	}
	.index_tit .cn, .index_tit .en{
		text-align: center;
	}
	.index_biz{
		padding-bottom: 0px;
	}
	.businessList{
		height: auto;
		padding: 20px 0;
		margin-top: 0px;
	}
	.businessList li{
		float: none;
		width: 100%;
		height: 120px;
		margin-bottom: 20px;
	}
	.businessList li .pic img, .businessList li .title, .businessList li .info, .businessList li .tit, .businessList li .con{
		height: 120px;
	}
	.businessList li .tit .tit_pic{
		width: 56px;
		height: 56px;
	}
	.businessList li .tit .tit_pic img{
		width: 28px;
	}
	.businessList li .tit span{
		font-size: 18px;
		line-height: 18px;
	}
	.businessList li .info{
		display: none;
	}
	#index_party, #index_party .pic img{
		height: 80px;
	}
	.detail_box .detail_tit{
		padding: 20px 0;
	}
	.detail_box .detail_tit h2{
		font-size: 18px;
	}
	.detail_box .detail_tit .detail_info{
		font-size: 12px;
	}
	.detail_box .detail_cont img{
		width: 100%!important;
		height: auto!important;
	}
	.about_profile .profile_text.fl{
		float: none;
	}
	.about_profile .profile_text{
		width: 100%;
	}
	.about_profile .profile_tit{
		margin-bottom: 10px;
	}
	.about_profile .name_cn{
		font-size: 24px;
	}
	.about_profile .profile_text p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.about_profile .profile_pic{
		display: none;
	}
	.idea{
		margin: 10px auto;
	}
	.igt_page_text li .item_span .adore{
		left: 74px;
	}
	.igt_page_text li .item_span .num{
		font-size: 22px;
	}
	.igt_page_text li .item_span .tit{
		font-size: 12px;
	}
	.igt_page_text{
		margin-bottom: 0;
	}
	#imgText .swiper-slide{
		padding: 0;
	}
	.w-imgText .textB .text_x .tt_h{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.w-imgText .img{
		display: none;
	}
	.w-imgText .textB{
		position: static;
		width: 100%;
	}
	.w-imgText .textB .text_x p{
		font-size: 12px;
		line-height: 20px;
		text-align: justify;
		text-indent: 24px;
	}
	.w-imgText .textB .bg_x, .w-imgText .textB .text_x .btn{
		display: none;
	}
	.w-imgText .igt_page{
		display: none;
	}
	.solution-cut{
		background-size: auto 100%;
	}
	.solution-cut ul li{
		width: 50%;
		height: 300px;
	}
	.solution-cut ul li img.icon{
		width: 42px;
		height: 42px;
		margin-left: -20px;
	}
	.solution-cut ul li i{
		font-size: 14px;
	}
	.solution-cut ul li hr{
		height: 1px;
	}
	.solution-cut ul li h3{
		font-size: 16px;
	}
	.solution-cut ul li p{
		font-size: 12px;
		line-height: 18px;
	}
	.about_honor p{
		float: none;
		width: 100%;
	}
	.contactPage{
		padding: 10px 0;
	}
	.contactPage .text{
		width: 100%;
	}
	.contactPage .en{
		display: none;
	}
	.contactPage .l_p{
		line-height: 30px;
		margin-bottom: 10px;
	}
	.contactPage .text.fl, #map.fr{
		float: none;
	}
	#map{
		width: 100%;
	}
	/**** 新闻中心 ****/
	.law_news .fl{
		float: none;
	}
	.law_news .time{
		margin-top: 0;
	}
	.law_news .pic, .law_news .text{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.law_news .text p{
		margin-top: 5px;
	}
	.detail_box, .detail_box .detail_cont{
		margin-top: 0;
	}
	.part_org.w1200{
		width: 100%;		
	}
	.part_org .fl, .part_org .fr{
		float: none;	
	}
	.hr_txt{
		width: 90%;
		height: auto;
		padding: 5%;
	}
	.hr_txt h2{
		margin-top: 5px;
		font-size: 28px;
	}
	.hr_txt p{
		margin-top: 10px;
		font-size: 15px;
		line-height: 28px;
		text-align: justify;
	}
	/**** 党建 ****/
	.party_tit{
		display: none;
	}
	.party-affairs li{
		float:none;
		width: 100%;
		margin: 10px auto;
	}
	/**** 企业成员 ****/
	.subsidiaryLinkList li{
		float:none;
		width: 100%;
		margin: 20px auto;
	}
	/**** 招标公告 ****/
	.bidding .biddingBox{
		height: 90px;
	}
	.biddingBox .time{
		width: 20%;
		margin-right: 10px;
	}
	.bidding .newsContent{
		width: 70%;
	}
	.bidding .biddingBox .newsTitle{
		height: auto;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.bidding .biddingBox .bidCont{
		height: auto;
		line-height: 18px;
		overflow:hidden;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		white-space:normal;
	}
	/**** 人力资源 ****/
	.hr_struc_content{
		margin: 0px 0px 10px 0px;
	}
	.hr_struc_item.fl{
		float: none;
	}
	.hr_struc_item{
		width: 90%;
		height: 200px;
		padding: 5%;
		margin: 10px auto;
	}
	.hr_struc_item .hr_struc_name{
		margin: 45px 0 0 10px;		
	}
	.hr_struc_item .hr_struc_name span{
		width: 72px;
		height: 72px;
	}
	.hr_struc_item .hr_struc_name span img{
		width: 100%;
	}
	.hr_struc_item .hr_struc_txt{
		width: 65%;
	}
	.photo .photo-list li{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.photo .photo-list li a{
		width: 100%;
	}
	.photo_detail p{
		float: none;
		width: 100%!important;
		margin: 0 0 20px 0;
	}
}
