/* banner */
.banner{width:100%;position:relative; overflow:hidden;height:500px; animation: topIn 1s ease;}
.banner .banner-img{min-width: 1200px;height:500px;margin-top: 80px; display:block; position:absolute; left:50%; margin-left:-960px;}
.banner .banner-img img{width:1920px;height:420px;}
/* home */
#home{width: 100%;height: 80px;}
.home_text{width: 1200px;height: 80px;margin: 0 auto;}
.home_text p{font-size:18px;color: #14599d;line-height: 80px;text-align: left;cursor: pointer;}
.home_text p a{color: #14599d;}
.home_text a:hover{color: #1a7ee1;text-decoration: none;}
/* content */
#content{width:100%;overflow:hidden;}
.mainContent{width:1200px;margin: 0 auto;}
/*.mainContent .title{width:1200px;}*/
.slideTxtBox{ width:1200px;min-width: 1200px;}
.slideTxtBox .hd{width:1200px;height:196px;background: #f0f0f0;/*margin-top: -100px;*/position: absolute; }
		.slideTxtBox .hd ul{width:1200px; float:left;  position:absolute; height:321px;/*left: 25%;*/padding-left: 8%;}
		.slideTxtBox .hd ul li.on b{color: white;}
		.slideTxtBox .hd ul li b{display:inline-block;margin-left:-50px;height:321px;width: 185px;overflow: hidden;white-space: nowrap;line-height: 335px;font-family: "microsoft yahei";color: #1A7EE1;font-weight: normal;font-size: 20px;}
		.slideTxtBox .hd ul li{width:268px;height:321px; float:left;cursor:pointer;}
		.slideTxtBox .hd ul li:first-child{background: url(../img/investor-icon2.png) no-repeat;}
		.slideTxtBox .hd ul li:nth-child(2){background: url(../img/investor-icon3.png) no-repeat;margin-left: 44%;}
		.slideTxtBox .hd ul li:first-child.on{height:321px;background: url(../img/investor-icon1.png) no-repeat;}
		.slideTxtBox .hd ul li:nth-child(2).on{height:321px;background: url(../img/investor-icon4.png) no-repeat;}
		.slideTxtBox .bd{float: left;margin-top: 250px;margin-bottom: 70px;}
		.slideTxtBox .bd table tr td{overflow:hidden;position:relative;border-top: 0;border-right: 0; border-bottom: 0; border-left: 0;cursor: pointer;}
		.slideTxtBox .bd .content{ width:1200px;height:790px;background: url(../img/investor-bg.jpg) no-repeat;margin-top: 60px;display: block;}
	    .bd_text{width:838px;height: 270px;margin-top: 350px;}
	    .bd_text_a{text-align:left;color: #ffffff;font-size: 16px;line-height: 26px;letter-spacing: 1px;margin-left: 60px;}	 
		.bd_text_a li:first-child{font-size: 18px;height: 60px;font-weight: bold;}
		
		.bd .text-right{line-height:25px;margin-left: 60px;letter-spacing:1px;color:#fff;font-size: 14px;margin-right: 300px;opacity: 0.7;text-align: left;}		
        .bd .text-right p{display:inline-block;width:840px;height: 75px;}*
/*investor-list*/	
.investor-list{width: 1200px;}	
.investor-list tr td{padding-top: 0;display: block;margin-top: 60px;}
.list{width: 1195px;}
.list_text{width: 1195px;}
.list_text li{width: 1200px;height: 80px;margin-top:20px;background:#f9f9f9;cursor: pointer;margin-left: 5px;}
.list_text li:last-child{margin-bottom: 0;}
.list_text li:hover{background:#FFFFFF;box-shadow:rgb(26,126,225,0.2) 0px 0px 8px;}
.list_text .date{float: right;width: 190px;height: 80px;background: #1a7ee1;color: #FFFF;line-height: 80px;}
.list_text .date span{font-size: 19px;}
.list_text_right{text-align: left;font-family: "microsoft yahei";color: #444444;padding-left: 40px;padding-top: 35px;}
.list_text_right .text{width: 900px;font-size: 16px;color: #666666;line-height: 20px;}
.list_text_right p{float: left;letter-spacing: 0px;margin-left: 15px;width:833px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.list_text_right i{float: left;}
.list .pagination{width: 1200px;height:50px;margin-top: 60px;text-align:center;}
.list .pagination ol{width: 380px;height:50px;margin: 0 auto;padding-left: 19%}
.list .pagination li{float: left;cursor: pointer;}
.list .pagination li:first-child:hover a{background: #1A7EE1;color: #fff;}
.list .pagination li:last-child:hover a{background: #1A7EE1;color: #fff;}
.list .pagination li:first-child {margin-right: 10px}
.list .pagination li:last-child {margin-left: 10px}
.list .pagination li a{display: inline-block;height: 30px;line-height: 30px;color: #808080;font-size: 18px;text-align: center;text-decoration: none;}
.list .pagination li input{width: 40px;margin-left: 20px;display: inline-block;height: 30px;line-height: 30px;color: #808080;font-size: 18px;text-align: center;text-decoration: none;}
.list .pagination .disabled span{display: block;font-size:16px;color: #808080;width: 30px;height: 15px;line-height: 15px;text-align: center;}

/*尾部连接*/
.link{width: 100%;min-width:1200px;height: 280px;background: #393945;animation: topIn 1s ease;border-bottom: 0.5px solid #43444f;}
.link ul{width:1200px;height: 25em;margin: 0 auto;font-family: "microsoft yahei";padding-top: 50px;}
.link ul li{position:relative;float: left;color: #fff;width: 150px;}
.link ul li dl dt{font-size:15px;height: 3em;}
.link ul li dl dd{height: 3em;cursor: pointer;}
.link ul li dl dd a{text-decoration: none;cursor: pointer;color: #9e9e9e;font-size:13px;}
.link ul li dl dd a:hover{opacity: 0.7;}
.link ul li:last-child{padding-top: 20px;padding-left: 150px;}
