/* è½®æ’­ nav */
.slide_nav {
	width: 100%;
	/* height: 470px; */
	position: relative;
}

/* é€šçŸ¥å…¬å‘Š */
.notice_box {
	width: 100%;
	background-color: #fff;
}

.notice {
	height: 50px!important;
	box-sizing: border-box;
	padding: 0 45px;
	overflow: hidden;
}

.notice ul li {
	height: 30px;
	line-height: 30px;
	margin-top: 10px!important;
	font-size: 18px;
	float: left;
}

.notice ul li img {
	margin-top: -6px;
	vertical-align: middle;
	margin-right: 10px;
}

.notice .notice_con {
	/* width: 500px; */
}

.notice .a1 {
	box-sizing: border-box;
	padding-right: 10px;
	border-right: none!important;
}

.notice .a1 a,
.notice .a2 a {
	vertical-align: middle;
	display: inline-block;
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice .a1 i.notice .a2 i {
	vertical-align: middle;
	margin-left: 10px;
}

.notice .a2 {
	margin-left: 10px;
}

.notice ul li:last-child {
	float: right;
}

.notice ul li:last-child a {
	color: #008fd1;
}

.notice ul li:last-child a:hover {
	text-decoration: underline;
}

.notice .notice_con:hover a {
	text-decoration: underline;
	color: #008fd1;
}

.notice .notice_con:hover i {
	color: #008fd1;
}
/* æ–°é—»å±•ç¤º */
.new_box {
	width: 100%;
	height: 465px;
	overflow: hidden;
	background-color: #f3f3f3;
}

.new_con {
	height: 365px;
	margin-top: 43px;
	box-sizing: border-box;
	padding: 0 15px;
}

.new_l {
	width: 525px;
	height: 100%;
}

.new_slide {
	height: 365px !important;
}

.new_slide .bd img {
	height: 365px !important;
}

.new_slide .bd ul {
	height: 365px !important;
}

.new_slide .hd ul li {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
}

.new_slide .hd {
	bottom: 15px !important;
	right: 15px !important;
	margin-right: 0 !important;
}

.new_slide .bd ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(75, 111, 129, 0.7);
}

.new_slide .bd ul li p a {
	display: inline-block;
	color: #fff;
	max-width: 410px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_slide .bd ul li p a:hover {
	text-decoration: underline;
}

.new_r {
	overflow: hidden;
	width: 615px;
	height: 100%;
}

.new_r_top {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #008fd1;
}

.new_r_top span {
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	height: 100%;
	width: 100px;
	text-align: center;
}

.new_r_top span.active {
	transition: 0.5s;
	color: #fff;
	background-color: #008fd1;
}

.new_r_top a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #008fd1;
}

.new_r_top a:hover {
	text-decoration: underline;
}

.new_r_bot {
	position: relative;
	width: 100%;
	height: 315px;
}

.new_r_bot .new_r_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 315px;
	overflow: hidden;
	opacity: 0;
}

.new_r_bot .new_r_item.active {
	opacity: 1;
	transition: 1s;
	z-index: 2;
}

.new_r_item ul li {
	width: 100%;
	height: 63px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 25px 5px 0 10px;
}

.new_item_title {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}

.new_item_title a:hover {
	color: #008fd1;
	text-decoration: underline;
}

.new_item_desc {
	font-size: 14px;
}

/* å…šå»ºå·¥ä½œ */
.build {
	width: 100%;
	height: 475px;
	overflow: hidden;
}

.buildCon>div {
	float: left;
}

.buildConLeft {
	width: 450px;
	height: 445px;
}

.buildConLeft>p:first-child {
	height: 67px;
	line-height: 90px;
}

.buildConLeft>p:first-child span {
	font-size: 20px;
	font-weight: bold;
}

.buildConLeft>p:first-child a {
	float: right;
	color: #008fd1;
	font-size: 18px;
}

.buildConLeft>p:first-child a:hover {
	text-decoration: underline;
}

.buildConLeft ul {
	margin-top: 10px;
}

.buildConLeft ul li {
	font-size: 14px;
	line-height: 25px;
	height: 32px;
}

.buildConLeft ul li a {
	display: inline-block;
	color: #222;
	max-width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.buildConLeft ul li i {
	margin-right: 10px;
	display: inline-block;
	float: right;
}

.buildConLeft ul li:hover a {
	text-decoration: underline;
	color: #00796a;
}

.buildConLeft ul li:hover i {
	color: #00796a;
}

.bulidImg {
	width: 100%;
	height: 175px;
	overflow: hidden;
}

.bulidImg img {
	width: 100%;
	height: 100%;
}

.bulidImg img:hover {
	transition: 1s;
	transform: scale(1.1);
}

.buildConRight {
	width: 715px;
	/* overflow: hidden; */
	margin-top: 40px;
	margin-left: 30px;
}

.buildConRightImg {
	width: 715px;
	height: 250px;
	overflow: hidden;
}

.buildConRightImg a{
        display:block;
        overflow: hidden;
}
.buildConRightImg a:last-child{
       margin-top:10px;
}
.buildConRightImg img {
	width: 715px;
	/* height: 120px; */
    height: auto;
}

.buildConRightImg img:hover {
	transition: 1s;
	transform: scale(1.1);
}

.pic img {
	width: 195px;
	height: 135px;
}

.picList li {
	float: left;
	width: 210px;
}

.picScroll-left .hd {
	position: absolute;
	z-index: 4;
}

.picScroll-left .bd .pic img:hover {
	transition: 0.6s;
	transform: scale(1.1);
}

.picScroll-left .hd .next,
.picScroll-left .hd .prev {
	width: 35px;
	height: 45px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	top: 45px;
	text-align: center;
	line-height: 41px;
	opacity: .7;
	font-size: 30px;
	cursor: pointer;
}

.picScroll-left .hd .next{
	left: 680px;
}

.buildConRightSlider {
	margin-top: 18px;
}

/* äº§å“ä¸ŽæœåŠ¡ */
.product_box {
	width: 100%;
	/* background-color: #e0f0f5; */
	box-sizing: border-box;
	padding: 40px 0 55px 0;
}

.product {
	/* height: 825px; */
}

.pro_l {
	width: 795px;
}

.pro_l_title span {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}

.pro_l_title a {
	margin-top: 3px;
	vertical-align: middle;
	font-size: 16px;
	float: right;
	color: #008fd1;
}

.pro_l_title a:hover {
	text-decoration: underline;
}

.pro_l_con {
	width: 100%;
	height: 765px;
	overflow: hidden;
	margin-top: 20px;
}

.pro_l_top {
	width: 100%;
	height: 335px;
	overflow: hidden;
}

.pro_l_top_l {
	width: 515px;
	height: 100%;
}

.pro_l_top_r {
	width: 280px;
	height: 100%;
}

.pro_l_top_r img {
	width: 280px;
	height: 335px;
}

.pro_l_top_l_t {
	width: 100%;
	height: 180px;
}

.pro_l_top_l_tl {
	width: 257px;
	height: 100%;
}

.pro_l_top_l_tl img {
	width: 257px;
	height: 180px;
}

.pro_l_top_l_tr {
	width: 258px;
	height: 100%;
	background-color: #31981d;
	box-sizing: border-box;
	padding: 65px 20px 60px 20px;
}

.pro_l_top_l_tr>p span {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 48%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.pro_l_top_l_tr>p span a {
	color: #fff;
}

.pro_l_top_l_tr>p span:nth-of-type(1) {
	border-right: 1px solid #fff;
}

.pro_l_top_l_b {
	width: 100%;
	height: 155px;
}

.pro_l_top_l_bl {
	width: 257px;
	height: 155px;
	background-color: #ce3117;
}

.pro_l_top_l_bl a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 155px;
	text-align: center;
	background-color: #ce3117;
}

.pro_l_top_l_br {
	width: 258px;
	height: 155px;
}

.pro_l_top_l_br img {
	width: 258px;
	height: 155px;
}

.pro_l_cen {
	width: 100%;
	height: 240px;
}

.pro_l_cen_l {
	width: 257px;
	height: 100%;
}

.pro_l_cen_l img {
	width: 257px;
	height: 240px;
}

.pro_l_cen_c {
	width: 258px;
	height: 100%;
}

.pro_l_cen_c img {
	width: 258px;
	height: 240px;
}

.pro_l_cen_r {
	width: 280px;
	height: 240px;
	background-color: #1c6594;
	box-sizing: border-box;
	padding: 95px 20px;
}

.pro_l_cen_r>p span {
	display: inline-block;
	width: 48%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.pro_l_cen_r>p span:nth-of-type(1) {
	border-right: 1px solid #fff;
}

.pro_l_cen_r>p span a {
	color: #fff;
}

.pro_l_bot {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.pro_l_bot_l {
	background-color: #89632d;
	width: 257px;
	height: 100%;
	box-sizing: border-box;
	padding: 70px 20px;
}

.pro_l_bot_l>p span {
	display: inline-block;
	width: 48%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.pro_l_bot_l>p span:nth-of-type(1) {
	border-right: 1px solid #fff;
}

.pro_l_bot_l>p span a {
	color: #fff;
}

.pro_l_bot_c {
	width: 258px;
	height: 100%;
}

.pro_l_bot_c img {
	width: 258px;
	height: 190px;
}

.pro_l_bot_r {
	width: 280px;
	height: 100%;
}

.pro_l_bot_r img {
	width: 280px;
	height: 190px;
}

.pro_l_con img:hover {
	transform: scale(1.05);
	transition: 0.6s;
}
.pro_l_con a{
	cursor: default;
}
.pro_l_con a:hover {
	text-decoration: underline;
}

.pro_r {
	width: 370px;
	height: 811px;
}

.pro_r_title span {
	font-size: 20px;
	font-weight: bold;
}

.pro_r_title a {
	margin-top: 3px;
	float: right;
	font-size: 16px;
	color: #008fd1;
}

.pro_r_title a:hover {
	text-decoration: underline;
}

.video {
	margin-top: 20px;
}

.video_item {
	width: 100%;
	height: 240px;
}

.video_item video {
        outline: none;
	width: 370px;
	height: 240px;
}

.video .video_item:nth-of-type(n+2) {
	margin-top: 23px;
}

/* echartsåœ°å›¾ */
.echarts_box {
	width: 100%;
	height: 650px;
	background-image: url(../png/gj_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.echarts_con {
	height: 620px;
}

/* 招标专区 */
.zbzq_bgc{
	background-color: #e0f0f5;
}
.zbzq{
	margin: 0 auto;
	width: 1200px;
	padding-top: 60px;
	/* padding-bottom: 90px; */
	padding-bottom: 60px;
	margin-bottom: 30px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 0;
}
.zbzq *{
	box-sizing: border-box;
}
.zbzq_left{
	height: 400px;
}
.zbzq_right{
	width: 400px;
	height: 400px;
	background: #F6F6F6;
	padding: 25px 0;
	text-align: center;
}
.zbzq_right_name{
	color: #0D8FD1;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.zbzq_right_svg1{
	display: inline-block;
	width: 40px;
	height: 40px;
}
.zbzq_right_svg1 svg{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.zbzq_right_li{
	height: 82px;
	width: 340px;
	display: inline-block;
	margin-top: 24px;
}
.zbzq_right_a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.zbzq_right_bgc{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.zbzq_right_bgc img{
	width: 100%;
}
.zbzq_right_c{
	z-index: 1;
	height: 100%;
	padding-left: 30px;
	padding-right: 38px;
}
.zbzq_right_svg2{
	width: 20px;
	display: inline-block;
}
.zbzq_right_svg2 svg{
	width: 100%;
}
.zbzq_right_p1{
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;

}
.zbzq_left{
	width: 737px;
}
.zbzq_left_top_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D1D1D1;
}
.zbzq_left_top_title{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	padding: 5px 15px;
}
.zbzq_left_top_title:hover{
	background: #0D8FD1;
	color: #FFFFFF;
	transition:  all 0.4s;
}
.act_zb{
	background: #0D8FD1;
	color: #FFFFFF;
}
.zbzq_left_top_gd{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #D1D1D1;

}
.zbzq_left_top_gd svg{
	margin-left: 6px;

}
.zbzq_left_cen{
	padding-left: 20px;
	padding-right: 16px;
}
.zbzq_left_cen_p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 62px;
	border-bottom: 1px dashed #CECECE;
}
.zbzq_left_cen_p:last-child{
	border-bottom: 0;
}
.zbzq_left_cen_p span{
	font-size: 16px;
	font-weight: 400;
	color: #989898;
	flex: none;
	margin-left: 20px;
}
.zbzq_left_cen_p a{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	display: inline-block;
}
.zbzq_left_cen_li{
	display: none;
}
.act_zb2{
	display: block !important;
}