*{
    /* background-color: red; */
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
 body{
    background-image: url(/style/images/bg_page.gif);
} 
a{
    color: #000000;
    display: inline-block;
}


.sc-form {
	margin-top: 50px;
	margin-right: 18px;
	float: right;
	margin-top: 60px;
}
.sc-form input {
	float: left;
	padding: 7px 12px;
	font-size: 12px;
	border: 1px solid transparent;
	width: 100px;
}
.sc-form button {
	float: right;
	padding: 0;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 83px;
	background: url(/style/images/btntz01.gif) no-repeat center;
}


















.logo{

background: url(/style/images/logo.jpg);

height: 120px;
}
/* header */
header{
    margin-bottom: 5px;
    /* background: #1b6db6; */
    /* overflow: hidden; */
}
header .searchWrap{
    position: relative;
    width: 980px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    background: #1b6db6;
}
header .searchWrap a{
    color: #fff;
}
header .searchWrap .dateWrap::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/alarm_white.png);
    background-size: 100%;
    vertical-align: -7px;
}
header .searchWrap .dateWrap{
    color: #fff;
}
header .searchWrap .searchBox{
    width: 370px;
    float: right;
    position: relative;
    top: -3px;
    right: 0px;
}
header .searchWrap .searchBox #field{
    position: absolute;
    top: 7px;
    width: 96px;
    height: 32px;
    border: 1px solid #ddd;
}
header .searchWrap .searchBox input{
    position: absolute;
    right: 35px;
    top: 7px;
    width: 230px;
    height: 30px;
    border: 1px solid #ddd;
    border-right-width: 0;
    padding-left: 10px;
    outline: none;
    font-size: 13px;
    color: #6d6d6d;
}
header .searchWrap .searchBox button{
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 32px;
    background: #fff;
    margin-top: 2px;
    border: none;
    line-height: 11px;
}
header .searchWrap .searchBox img{
    width: 23px;
    height: 23px;
}
header .navWrap{
    width: 100%;
    height: 155px;
    /* background: #fff; */
}
header .headCon{
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 980px;
    height: 120px;
    color: #1b6db6;
    font-size: 14px;
    background: #fff;
    /* border-bottom: 5px solid #1b6db6; */
}
header .headCon .logoImg{
    position: absolute;
    left: 0;
    /* top: -8px; */
    right: 40px;
}
header .headCon .logoImg img{
    width: 348px;
    height: 85px;
}
header .navWrap .headCon .navCon{
    margin-top: -2px;
    /* position: absolute; */
    /* top: 18px; */
    /* right: 0; */
    width: 980px;
    background: #0c5eaa;
    height: 35px;
    line-height: 35px;
}
header .navWrap .headCon .navCon a{
  color:white;
  padding: 0px 3.3%;
  font-size: 14px;
}
header .navWrap .headCon .navCon strong:nth-of-type(3){
    width: 30px;
}
header .navWrap .headCon .navCon strong:nth-of-type(4),
header .navWrap .headCon .navCon strong:nth-of-type(5){
    margin-left: 15px;
}
header .navWrap .headCon .navCon .childCon{
    display: inline-block;
    width: 38px;
}
header .navWrap .headCon .navCon .childCon:nth-of-type(3){
    display: inline-block;
    width: 55px;
}
header .navWrap .headCon .navCon .childCon:nth-of-type(4){
    display: inline-block;
    width: 110px;
}
header .navWrap .headCon .navCon .childCon:nth-of-type(5){
    display: inline-block;
    width: 38px;
}
header .navWrap .headCon .navCon .childCon a{
    color: #1b6db6;
    margin-right: 10px;
}
/* index */
.indexWrap{
    width: 980px;
    margin: 0 auto;
    /* background: #fff;
    padding: 0 20px; */
}
.indexWrap a{
    color: #000;
}
.indexWrap a:hover{
    color: #1b6db6;
}
.indexWrap .banner{
    height: 430px;
}
.indexWrap .banner img{
    width: 980px;
    height: 400px;
    margin-top: 30px;
}
.indexWrap .content1{
    display: flex;
    height: 310px;
    margin-top: 30px;
}
.indexWrap .content4,
.indexWrap .content5{
    display: flex;
    height: 350px;
    margin-top: 30px;
}
.indexWrap .content1 .newsWrap,
.indexWrap .content4 .projWrap,
.indexWrap .content5 .conventWrap{
    flex: 2;
    /* background: red; */
}
.indexWrap .content1 .centerBannerWrap,
.indexWrap .content4 .policyWrap,
.indexWrap .content5 .enterpWrap{
    flex: 3;
    /* background: yellow; */
    margin: 0 20px;
}
.indexWrap .content1 .recruitWrap,
.indexWrap .content4 .assWrap,
.indexWrap .content5 .expertsWrap{
    flex: 2;
    /* background: orangered; */
}
.indexWrap .content2,
.indexWrap .content3{
    display: flex;
    width: 980px;
    margin: 0 auto;
    margin-top: 30px;
}
.indexWrap .content2 .tenderWrap,
.indexWrap .content3 .tenderWrap{
    flex: 5;
    /* background: red; */
    padding-right: 15px;
}
.indexWrap .content2 .forumWrap,
.indexWrap .content3 .videoWrap{
    flex: 2;
    /* background: yellow; */
    margin-left: 20px;
}
.indexWrap .img1 img,
.indexWrap .img2 img{
    width: 980px;
    height: 90px;
    margin-top: 30px;
    /* background: rosybrown; */
}
.indexWrap .content6{
    margin-top: 30px;
}
.indexWrap .linkWrap{
    padding: 5px;
    background-color: #e5e5e5;
    margin-top: 10px;
    /* height: 35px; */
}


.indexWrap .linkWrap a{
    display: contents;
    line-height: 20px;
    font-size: 14px;
    /* float: left; */
    /* height: 20px; */
    /* margin-right: 6px; */
    /* margin-bottom: 10px; */
    /* color: #1b6db6; */
    }





.sortName{
    -webkit-border-radius: 10px 20px 30px;
    -moz-border-radius: 10px 20px 30px;
    border-radius: 5px 5px 5px;
    background-image: url(/style/images/title_cen_bg.jpg);
    /* background-color: #e7e7e7; */
    /* background-image: url(../images/jjjt.jpg); */
    /* background-position: 6px; */
    /* background-repeat: no-repeat; */
    font-size: 14px;
    height: 35px;
    /* border: 1px solid #b8b8b8; */
    color: #a50034;
    line-height: 35px;
    padding-left: 10px;
}
.sortName strong a{
    color: #0c5eaa;
}


.content1 .newsWrap .newsCon .newsToTop{
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
} 
.content1 .newsWrap .newsCon .newsToTop img{
    width: 110px;
    height: 80px;
}
.content1 .newsWrap .newsCon .newsToTop .newsTitle{
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 16px;
    width: 150px;
}
.sortUl{
    border: 1px solid #b8b8b8;
    padding: 0 10px;
    font-size: 14px;
}
.sortList{
    height: 30px;
    line-height: 30px;
    word-wrap: break-all;
    overflow: hidden;
    border-bottom: 1px dotted #BCBCBC;
}
.recruitUl{
    border: 1px solid #b8b8b8;
    position: relative;
    top: 0;
    left: 0;
}
.recruitList a{
    position: absolute;
    display: inline-block;
    /* width: 70%; */
}
.recruitList span{
    float: right;
    /* margin-right: 5px; */
    /* position: absolute; */
    /* right: 0; */
}
.tenderSortName{
    position: relative;
    top: 0;
    left: 0;
    /* width: 98%; */
}
.tenderSortName .sortNav{
    position: absolute;
    right: 0;
    display: inline-block;
}
.tenderSortName .sortNav .sortNavLi{
    float: left;
}
.tenderSortName .sortNav .sortLink{
    display: inline-block;
    width: 125px;
    text-align: center;
    height: 36px;
}
.tenderSortName .sortNav .sortNavLi:nth-of-type(1){
    background: #fff;
    border-left: 1px solid #b8b8b8;
}
.tenderSortName .sortNav .sortNavLi:nth-of-type(2){
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
}
.tenderUl{
    margin-top: 10px;
    /* margin-right: 10px; */
    position: relative;
    top: 0;
    left: 0;
    display: none;
}
.tenderUl:nth-of-type(2){
    position: relative;
    top: 0px;
}
.tenderUl:nth-of-type(3){
    position: relative;
    top: 0px;
}
.tenderUl .tenderList a{
    width: 560px;
}
.tenderUl .tenderList span{
margin-right: 10px;
    position: absolute;
    right: 0;
}
.forumWrap .forumUl .forumList{
    position: relative;
    top: 0;
    left: 0;
    height: 103px;
}
.forumWrap .forumUl .forumList img{
    width: 122px;
    height: 85px;
}
.forumWrap .forumUl .forumList strong{
    position: absolute;
    right: 0;
    font-size: 15px;
    width: 130px;
    display: inline-block;
}
.content4 .projSortName,
.content4 .assSortName{
    margin-bottom: 0;
}
.content4 .projUl{
    height: 185px;
    border: 1px solid #b8b8b8;
    border-top-width: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}
.content4 .projWrap img{
    width: 268px;
}
.content4 .assUl{
    height: 100px;
    border: 1px solid #b8b8b8;
    border-top-width: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}
.content5 .expertsUl .expertsList{
    display: flex;
    height: 52px;
    border-bottom: 1px solid #b8b8b8;
    padding: 10px;
}
.content5 .expertsUl img{
    flex: 1;
    width: 70px;
    height: 50px;
    border-radius: 5px;
}
.content5 .expertsUl .expertsNavWrap{
    flex: 2;
    margin-left: 10px;
}
.expertsNavTitle{
    display: block;
    line-height: 24px;
}
.expertsNavTitle a{
    color: #1b6db6;
}
.expertsNavWrap span{
    display: inline-block;
    font-size: 12px;
    width: 55px;
}
.content6 .coopCon .slide1{
    width: 980px;
}
.content6 .coopCon .slide1 li{
    padding: 10px 0px;
    margin-left: 1.6px;
    display: inline-block;
    font-size: 0;
    width: 156px;
    height: 110px;
    margin-right: 1.5px;
    margin-bottom: 10px;
}
.content6 .coopCon .slide1 li:nth-of-type(9n+9){
    margin-right: 0;
}
.content6 .coopCon img{
    height: 110px;
    width: 100%;
    /* height: 64px; */
    /* margin-right: 15px;
    margin-bottom: 20px; */
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
}
.linkWrap .fridLink .fridLinkList{
    line-height: 20px;
    font-size: 14px;
    float: left;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #1b6db6;
}
.linkWrap .fridLink .fridLinkList a{
    font-size: 14px;
}
.linkWrap::after{
    content: "";
    clear: both;
    display: block;
}
.videoWrap .videoSortName{
    margin-bottom: 0;
}
/* footer */
footer{
    background: #ffffff;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    color: #000000;
    font-size: 14px;
    line-height: 45px;
}
footer .footWrap{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

footer .footWrap p{line-height: 20px;height: 20px;}



footer .footWrap a{
    color: #000!important;
}
/* lunbo */
.pb-carouselWarp {
    position: relative;
    width: 325px;
    height: 226px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 50px; */
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li a {
    width: 100%;
    height: 100%;
}
.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pb-carouselWarp .pb-carousel li:nth-of-type(1) {
  display: block;
  left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind li:nth-of-type(1) {
  background-color: #000;
}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}
.pb-carouselWarp .pb-arrow-prev {
  left: 20px;
  background: #000000 url(../images/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: 20px;
  background: #000000 url(../images/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
  top: 20px;
  background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
  top: auto;
  bottom: 20px;
  background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}
.main{height: 100%;background-color: white;margin: 0 auto;width: 980px;}



.sortName2{
    text-align: center;
    height: 35px;
    /* border: 1px solid #b8b8b8; */
    /* border-top: 3px solid #1b6db6; */
    color: #ffffff;
    background: #0c5eaa;
    line-height: 35px;
    /* padding-left: 30px; */
    /* margin-bottom: 20px; */
}
.sortName2  a{
    padding: 0px 5px;
    font-size: 14px;
    color: #ffffff;
}/* 
body{

    background-image: url(/style/images/cnz07_bg.gif);

}*/

.menu_nav {border: 1px solid #b8b8b8;}

.menu_nav li {
	font-size: 14px;
	line-height: 35px;
	background-color: #f1f8fe;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #867d7d;
	background-image: url(../images/dian5.jpg);
	background-position: 18px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.menu_nav a {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
}



.menu_nav2 {border: 1px solid #b8b8b8;}

.menu_nav2 li {
	height: 80px;
	line-height: 30px;
	background-color: #f9fafc;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #867d7d;
	background-image: url(../images/dian5.jpg);
	background-position: 18px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.menu_nav2 a {font-size:14px;font-weight: bold;color: #303030;}
















.centerBannerWrap {width: 325px;float:left;margin-bottom:10px;}
.recruitWrap{width: 295px;float:right;margin-bottom:10px;}
.newsWrap{margin:0px 10px;float:left;width: 340px;margin-bottom:10px;}
.content1{width:100%;height: 236px;}
.content2{width:100%;height: 890px;}
.recruitWrap2{width: 325px;float:left;margin-bottom:10px;}
.mainleft{float:left;width: 325px;}
.mainright{background-color: #f9fafc;width: 295px;float:right;}
.mainright2{width: 360px;float:right;}
.more a{

font-weight: bold;

font-size: 12px;

color: #303030;

float: right;

margin-right: 10px;
}
.bm_nav {
    line-height: 30px;
    padding-left: 13px;
}

.foot_menu {
	margin-top: 5px;
	font-size: 14px;
	background-color: #2274c0;
	line-height: 27px;
	color: #ffffff;
	text-align: center;
	height: 27px;
	/* background-color: #cccccc; */
	/* margin: 5px; */
}
.foot_menu a {
	color: #ffffff;
}