@charset "utf-8";
/* CSS Document */
  /* 清除默认样式 */
*{
	margin:0;
	padding:0;
}
body {
    font-family: Microsoft YaHei;
}
.box1{
	width: 100%;
    height:636px;
	background:url("../images/banner.png")  no-repeat top center;
	background-size: 1920px 100%;
	margin: 0 auto;
	min-width:1300px;
}
a{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.new-tltle a{
	float: right;
}
/*新闻动态部分*/
.new{
	width: 100%;
	height:744px;
	background:url("../images/bg.png") no-repeat center;
	background-size: 1920px 100%;
	float: left;
	margin: 0 auto;
	min-width:1300px;
}
.main-box{
	width: 1300px;
	height: 674px;
	margin:40px auto 30px auto;
}
.new-tltle{
	width: 1300px;
	float: left;
}
.title1{
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.title_img{
	width: 49px;
	height:48px;
	background: url("../images/title.png");
	float: left;
}
.title_text{
	font-family: Microsoft YaHei;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-left: 20px;
}
.contant1{
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.contant_text{
	font-family: Microsoft YaHei;
	font-size: 17px;
	color: #999999;
	margin-top: 20px;
    float: left;
}
.contant_more{
	width: 127px;
    height: 44px;
    background-color: #FFFFFF;
    border: 1px solid #00CCA8;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00CCA8;
    cursor: pointer;
	float: right;
}
.contant_more>span{
    margin-right: 10px;
}
.contant2{
	width: 1300px;
	float: left;
	margin-top: 30px;
}
.new_left{
	width:488px;
	height: 420px;
	background-color: #ffffff;
	margin-right: 16px;
	float:left;
}
.img{
	width: 488px;
	height: 325px;
	margin-bottom: 12px;
}
.left_text{
	display: block; 
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.new_right{
	width: 796px;
	height: 420px;
	background-color: #ffffff;
	float: left;
}
.new_right_top{
	width:736px;
	margin:28px auto 0px auto;
}
.right_title{
   font-size: 22px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   color: #2C927C;
   text-align: center;
   margin: auto;
}
.right_top_text{ 
   font-size: 16px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   color: #555555;
   line-height: 32px;
   margin-top: 15px;
}
.new_right_bottom{
   width:736px;
   margin: 22px auto 0 auto;
}
.new_right_bottom ul li{
	display: flex;
	justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.new_right_bottom ul li span{
	width: 606px;
	margin-right: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #343434;
	line-height: 36px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_right_bottom ul li:hover span,
.new_right_bottom ul li:hover div
{
	color: #2C927C;
}
.new_right_bottom ul li div{
	width:90px;
	font-weight: 400;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #999999;
	line-height: 36px;
}
.contant3{
	width: 100%;
	height: 102px;
	/*background: url("images/banner2.png") no-repeat;*/
	float:left;
	margin-top:30px;
}

/*百强名单部分*/
.quanshenbaiqiang{
	width: 100%;
	height:1184px;
	min-width: 1300px;
	background:top center;
	float: left;
	background-size: 1920px 100%;
	margin: 0 auto;
}
.list_title{
	width:1300px;
	height: 70px;
	background: url("../images/baiqiangmingdan.png") no-repeat;
	margin: 26px auto 28px auto;
}
.list_box{
	width: 1300px;
	margin:0 auto;
}
.list_box1,.list_box2{
	width:432px;
	height:1020px;
	float: left;
	margin-right: 2px;
}
.list_box3{
	width:432px;
	height:1020px;
	float: left;
}
.list_box1 ul li,.list_box2 ul li,.list_box3 ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.list_box1 ul li p,.list_box2 ul li p,.list_box3 ul li p{
	 width: 5px;
     height: 5px;
     background: #999999;
     border-radius: 50%;
}
.list_box1 ul li span,.list_box2 ul li span,.list_box3 ul li span{
	width:421px;
	margin-left: 6px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #555555;
	line-height: 30px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*领导发言部分*/
.lingdaofayan{
	width: 100%;
	height:660px;
	background: url("../images/pic.png") no-repeat center;
	float: left;
	min-width: 1300px;
}
.leaderspeak{
	width: 1300px;
	height: 560px;
	margin:50px auto 50px auto;
}
.contant_box{
	width: 1300px;
	height:390px;
	margin:30px auto 0 auto;
	float: left;
}
.contant_box1,.contant_box2{
	width: 420px;
	height: 390px;
	float: left;
	background-color: #ffffff;
	margin-right: 20px;
}
.contant_box3{
	width: 420px;
	height: 390px;
	float: left;
	background-color: #ffffff;
}
.box1_title{
	display: block;
	font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
	margin: 25px 20px 10px 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box1_date{
	display: block;
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
	text-align: center;
	margin: 0px auto 10px auto;
}
.box1_line{
	width: 370px;
    height: 2px;
    background: #339580;
	margin: auto;
}
.box1_contant{
	width: 380px;
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	margin: 20px auto 20px auto;
}
.detail{
	width: 90px;
    height: 36px;
    background: #2C927C;
    border-radius: 4px;
	margin-left: 20px;
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
	text-align: center;
}
.lingdaofayan_button{
	width: 1300px;
	height: 14px;
	float: left;
	margin: 40px auto 0 auto;
	text-align: center;
	line-height: 14px;
}
.lingdaofayan_button ul{
	display: inline-block;
}
.lingdaofayan_button ul li{
	width: 14px;
	height: 14px;
	display: inline;
	float: left;
	background-color: #A0A0A0;
}
.lingdaofayan_button ul li:nth-child(2){
	margin:0px 20px 0px 20px
}
.lingdaofayan_button1{
	width: 14px;
	height: 14px;
	border-radius:0%;
	background: linear-gradient(180deg, #09FFCB 0%, #39825C 84%); 
	transform: rotate(45deg);
}
.lingdaofayan_button2,.lingdaofayan_button3{
	border-radius:50%;
}
/*现场集锦部分*/
.xianchangjijing{
	width: 100%;
	background: url("../images/xcjj_bg.png") no-repeat center;
	float: left;
	background-size: 1920px 100%;
	min-width: 1300px;
	margin: 0 auto;
}
.jijing{
	width: 1300px;
	height:575px;
	margin: 40px auto 40px auto;
}
.jijing_contant{
	width:1300px;
	height: 445px;
	float: left;
	margin-top: 30px;
}
.left_img{
	width: 630px;
	height: 445px;
	float: left;
	/*background: url("images/jijing_pic1.png");*/
	margin-right: 14px;
}
.right_img{
	width: 656px;
	height: 445px;
	float: right;
}
.right_top{
	width:656px;
	height:214px;
	float: left;
	margin-bottom: 17px;
}
.right_bottom{
	width:655px;
	height:214px;
	float: left;
}
.top_box_left{
	width: 320px;
	height: 214px;
	margin-right: 15px;
	float: left;
	/*background: url("images/jijing_pic4.png") no-repeat;*/
}
.top_box_right{
	width: 320px;
	height: 214px;
	float: right;
	/*background: url("images/jijing_pic2.png") no-repeat;*/
}
.bottom_box_left{
	width: 320px;
	height: 214px;
	margin-right: 15px;
	float: left;
	/*background: url("images/jijing_pic3.png") no-repeat;*/
}
.bottom_box_right{
	width: 320px;
	height: 214px;
	float: right;
	/*background: url("images/jijing_pic5.png") no-repeat;*/
}
/*底部样式*/
footer * {
    box-sizing: border-box;
}
a{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.footer {
    width: 100%;
    height: 260px;
    background: url("../images/footer.png") no-repeat center;
	float: left;
	background-size: 1920px 100%;
	min-width: 1300px;
	margin: 0 auto;
}

.footer-center {
    width: 1300px;
    margin: auto;
    display: flex;
}

.footer-top {
    flex: 1;
    height: 104px;
    padding-top: 45px;
    padding-bottom: 50px;
	float:left;
}

.footer-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 16px;
}

.footer-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height:24px;
    margin-bottom: 20px;
    display: flex;
    height: 24px;
}

.footer-text a {
    margin-right: 30px;
    cursor: pointer;
    display: flex;
	color:#fff;
    align-items: center;
}

.footer-line {
    width: 100%;
    height: 1px;
	float: left;
    background: #ffffff;
}

.footer-text img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.footer-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    height: 60px;
}

.footer-bottom span {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
	
}
.footer-bottom div{
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
	margin-left: 40px;
}
