a{
    text-decoration: none;
    color:#fff;
}


.middle{
    background-repeat: no-repeat;
    width:100%;
    min-width: 1200px;
    background-size: 100% 336px;
}
.contactBanner{
    background-image: url(../upfile/img/contact.jpg);
}
.newsBanner{
    background-image: url(../upfile/img/news.jpg);
}
.activiteBanner{
    background-image: url(../upfile/img/activite.jpg);
}
.aboutBanner{
    background-image: url(../upfile/img/about.jpg);
}
.businessBanner{
    background-image: url(../upfile/img/business.jpg);
}

.middleContent{
    width:1200px;
   
    background-color: #fff;
    margin:60px auto 0 auto;
    
    position: relative;
	
}
.middleContentLeft{
    width:200px;
    min-height:100px;
	
    float:left;
	padding:50px 0px 0px 0px;
}

.middleContentLeftE{
  width:200px;
  min-height:100px;
  float:left;
  margin-top:-11px;
  position: relative;
  z-index:10
}

.middleContentLeft ul{
    width:173px;
    margin-left:27px;
}
.middleContentLeftE ul{
  width:173px;
  margin-left:27px;
}
.middleContentLeft ul li{
    min-width:100px;
    height:17px;
    font-size: 16px;
    cursor: pointer;
    margin-top:19px;
}
.middleContentLeftE ul li{
  min-width:100px;
  font-size: 16px;
  cursor: pointer;
  margin-top:19px;
  margin-bottom: 20px;
}
.middleContentRight{
    width:980px;
    min-height:100px;
    float:left;
    z-index:1;
}
.middleContentRight .navBread{
    height:20px;
    line-height: 20px;
    margin-top:8px;
    margin-bottom: 20px;
    text-align: right;
}
.middleContentRight .navBread a{
    text-decoration: none;
    font-size: 16px;
    color:#626262;
}

.liNormal{
    color: #102e58;
    padding-left:20px;
}
.liActive{
    color:#102e58;
    padding-left: 16px;
    border-left:4px solid #102e58
}

.contentLeft{
    clear: both;
    float:left;
    padding-top:115px;
}
.contentRightLogoIcon{
  clear: both;
  float:left;
  margin-right: 20px;
}
.contentRight{
    /*clear: both;*/
    float:right;
    width:980px;
}

.middleContentRight h1{
    font-size: 26px;
    color: #434343;
}
.middleContentRight h2{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.middleContentRight .middleCurrentCategoryName{
    text-align: center;
    margin-top:49px;
}

.middleContentBox{
    margin:0 -60px 100px -173px;
}
.displayFlex{
   /* display:flex;*/
    margin-top:73px;
}



/*----flex 布局暂时无代码使用 -----*/
.businessContent{
   /* display: flex;
    flex-direction: column;*/
}
.businessContentH{
    height:386px;
}
.businessContentH h2{
    color:#2c2e37;
    font-weight: 600;
    text-align: left;
}
.businessContentText{
    width:328px;
    margin:0 auto;
    display: table-cell;
    vertical-align: middle;
    /*padding-left:10%;*/
}

.businessContent p{
    font-size: 10px;
    color:#ababab;
    margin-top:25px;
}

.serviceArea{
    width:521px;display: flex;margin-top:40px
}
.serviceAreaContent{
    display: flex;flex-direction: column;
    color:#2c2e37;
}
.serviceAreaContent h3{font-size: 16px;}
.serviceAreaContent li{padding-top:15px}


/* ---------------------------------------- CONTENT 模块 --------------------------------------*/

.content{
    box-sizing: border-box;
    position: relative;
}
.content hr{
    margin-top: 50px;
}
.content ul{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-right: 10px;
    font-size: 16px;
    color: #626262;
}
.content ul li{
    cursor: pointer;
    padding-right:35px;
}
.contentImg{
    margin-top: 40px;
    margin-bottom: 30px;
}
.contentImg img{
    width:100%;
    height:auto;
}
.contentImg p{
    color:#6f6d6c;
    font-size: 12px;
    text-align: center;
    padding-top:10px;
}
.contentText{
    margin-bottom: 35px;
}
.contentText p{
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
	text-align:justify;
	
}
.businessParticulars .contentText p{
  font-size: 14px;
  color: #434343;
  line-height: 36px;
}

/* ----------------------------------------IR PAGE--------------------------------------*/
.downloadIcon{
    position: absolute;
    width: 31px;
    right: 25px;
    bottom: 20px;
}
.IRContentTop{
    width:890px;
    height:137px;
    background-color: #df5412;
    color:#fff;
    padding-left: 34px;
}
.IRTopTable{
    width:782px;
    height:90px;
    margin-top:45px;
}
.IRTopTable th{
    font-size: 14px;
    vertical-align: bottom;
}

.IRTopTable th:first-of-type {
    text-align: left;
}

.IRTopTable td:first-of-type span {
    font-size: 24px;
    margin-left: 33px;
}

.IRTopTable td {
    font-size: 24px;
    text-align: center;
}

.IRTopTable td:first-of-type {
    font-size: 36px;
    text-align: left;
}

.IRContentText {
    margin-top: 14px;
}

.IRContentDate {
    margin-top: 44px;
    padding-left: 30px;
    margin-bottom: 50px;
}

.report_year {
    display: inline-block;
    margin-right: 10px;
    height: 25px;
    width: 84px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    color: gray;
    font-size: 14px;
    border: 1px solid #df5412;
    cursor: pointer;
}

.report_year_bg {
    background-color: #df5412;
    color: white
}

.is_report_bg {
    background-color: #e0e1e3;
}

.time_sort {
    border: 1px solid gray !important
}

.report_list tr, .report_list th, .report_list td {
    height: 60px;
    vertical-align: middle !important; /*设置垂直居中*/
}

.IRTopTable tr, .IRTopTable th, .IRTopTable td {
    vertical-align: middle !important;
    text-align: center !important;

}

/* ----------------------------------------ABOUT PAGE--------------------------------------*/


.linkTypeStyle {
    border-left: 1px solid #7d7d7d;
    padding-left: 35px;
}
.red-color{
    color: #eb6100;
}
.branchOfficeContainer{
    margin-top: 30px;
}

/*.contentTextStyle{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width:100%;
    margin-top: 60px;;
    position: relative;
}*/

.line{
    position: absolute;
    width:50%;
    height:100%;
    border-right:2px dotted #616161;
    top:-50px;
}
.contentTextBox{
    width:38%;
    min-height:200px;
    background-color: #fff;
    margin:-80px 0 60px 0;
    position: relative;
}
.contentTextBoxHide{
    width:38%;
    min-height:200px;
    background-color: #eaecec;
    margin:-60px 0 50px 0;
    position: relative;
}
.contentTextBoxHide img{
    width:0;
    height:0
}
.historyImg1{
    width:46px;
    position: absolute;
    top:0;
}
.historyImg2{
    width:31.5%;
    position: absolute;
    top:25px;
}
.contentTextBox:nth-of-type(2n+1) .historyImg1{
    right:0;
}

.contentTextBox:nth-of-type(2n+1) .historyImg2{
    right:0;
    transform: translate(100%);
}
.contentTextBox:nth-of-type(2n) .historyImg2{
    left:0;
    transform: translate(-100%);
}
.contentTextBox p:first-of-type{
    color:#fff;
    text-align: center;
    height:46px;
    line-height: 46px;
    background-color: #666;
    font-size: 20px;
    box-sizing: border-box;
}
.contentTextBox p:last-of-type{
    padding: 25px;
    color:#6c6f72;
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 2px;
}

/* ----------------------------------------大事记 PAGE--------------------------------------*/

.newNewsTop {
    /*display: flex;
    flex-direction: row;*/
    padding-bottom: 30px;
    float:left
}

.newNewsTopLeft {
   /* display: flex;
    flex: 2;
    flex-direction: column;*/
    max-width: 400px;
}

.newNewsTopRight {
  /*  display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 3;*/
    padding-left: 20px;
    float:left;
    width:400px;
}

.activeleft{float:left;
	width:490px;
	padding:0px 30px 0px 0px;
	
}

.contentText .newNewsTopTitle {
    color: #df5412;
    font-size: 18px;
    font-weight: bold;
}

.contentText .newNewsTopTime {
    color: #df5412;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}

.contentText .newNewsTopText {
    padding-left: 10px;
    padding-top: 10px;
    color: #7d7d7d;
    font-size: 14px;
    text-align: justify
}

.newNewsTopBtn {
    background-color: #d3d3d4;
    padding: 5px 0;
}

.newNewsTopBtn:hover {
    background-color: #df5412;
    cursor: pointer;
}

.newNewsCenter {
    padding-top: 20px;
    clear:both;
}

.newNewsRow {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	height:165px;
}

.newNewsCenterLeft { width:250px;}
.newNewsCenterLeft a:hover img{transform:scale(1.1);transition:all 0.2s}
.newNewsCenterRight {
    padding-left: 20px;
    flex-direction: column;
    width:550px;
    float:left;
}

.contentText .newNewsCenterRightTitle {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.contentText .newNewsRow:hover .newNewsCenterRightTitle {
    color: #df5412;
    cursor: pointer;
}
.contentText .newNewsRow:hover .newNewsCenterRightText {
  color: #333;
  cursor: pointer;
}

.contentText .newNewsCenterRightText {
    margin-bottom: 10px;
    color: #474545;
    font-size: 12px;
}

.contentText .newNewsCenterRightTime {
    margin-bottom: 5px;
    color: #7d7d7d;
    font-size: 10px;
}

.newsParticularsSource {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
}
.memorabiliaWrap{
    /*margin:40px -60px 100px -210px;*/
    margin:40px -60px 100px -7px;
    overflow: hidden;
    width:980px;
    height:431px;
    position: relative;
}
.memorabiliaImg{
    width: 10000px;
    position: absolute;
    top:0;
}
.memorabiliaImg img{
    margin-right: 15px;
}
.memorabiliaLeftArrow{
    position: absolute;
    /*left:-180px;*/
  left: -65px;
    top:300px
}
.memorabiliaRightArrow{
    position: absolute;
    /*right:-20px;*/
    right:-195px;
    top:300px
}

/*------------------------------SEARCH PAGE --------------------------*/


.searchTitle {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 120px;
    position: relative
}

.searchRight {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}
.searchRight:hover{
    cursor: pointer;
}

.contentText .searchRight:hover .searchRightTitle{
    color: #da5638;
}
.contentText .searchRight:hover .searchRightText{
    color: #333;
}

.contentText .searchInformation {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #474545;
    margin-bottom: 0;
}

.contentText .searchInformationSpan {
    color: #da5638;
}

.contentText .newNewsCenterRightTitle {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.contentText .searchRightTitle {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contentText .newNewsRow:hover .newNewsCenterRightTitle {
    color: #df5412;
    cursor: pointer;
}

.contentText .newNewsCenterRightText {
    margin-bottom: 5px;
    color: #474545;
    font-size: 12px;
}

.contentText .searchRightText {
    margin-bottom: 10px;
    color: #474545;
    font-size: 12px;
}


/*-------------------------------------- newsParticulars ---------------------------------------*/

.newsParticularsTime {
    display: flex;
    flex: 1;
    padding: 10px;
    flex-direction: column;
    background-color: #d3d3d4;
    color: #7d7d7d;
    font-size: 28px;
}

.newsParticularsTopTime {
    color: #df5412;
    font-size: 30px;
    /*font-weight: bold;*/
}

.newsParticularsCenter {
    display: flex;
    flex: 10;
    padding-left: 20px;
    flex-direction: column;
}

.newNewsSpace {
    padding-top: 20px;
}

.contentText .newsParticularsText {
    font-size: 14px;
    color: #474545;
    margin-bottom: 0px;
}
.contentText .newsParticularsText:hover{
 cursor: pointer;
  color: #df5412;
}


.investment{
    position: absolute;
    left: 265px;
    bottom: 230px;
}
.exit{
    position: absolute;
    right: 0;
    bottom: 230px;
}
.valuation{
    position: absolute;
    left: 0;
    top: 230px;
}
.management{
    position: absolute;
    right: 265px;
    top: 230px;
}
.teamworkActivity{
    float: left;
    margin-right: 8px;
}




  /*-----------*/
.displayLine{margin-top:50px;}
.displayLine p {margin-bottom:10px;}
.displayLineBanner{
  text-align: center;
  font-weight:bold;
}


 .divleft{float:left;
  	width:490px;
	height:700px;
	}
  
  .divright{float:right;
  	width:490px;
	height:700px;
	}
.divleft1{float:left;
	width:310px;
	height:300px;}
.login-button {
	width: 270px; /* 宽度 */
	height: 40px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #8090a0; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
	font-size: 17px; /* 字体大小 */
}
.login-button:hover { /* 鼠标移入按钮范围时改变颜色 */
	background: #076ce0;
}
.footer{color:#FFFFFF;
	width:100%;
	font-size:14px;
	line-height:250%;
	text-align:center;
}