*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
/* body{
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
} */
a{
    color: #1b6db6;
    display: inline-block;
}
/* header */
header{
    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: 85px;
    background: #fff;
}
header .headCon{
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 980px;
    height: 85px;
    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{
    position: absolute;
    top: 18px;
    right: 0;
    width: 612px;
    /* background: red; */
    height: 50px;
    line-height: 25px;
}
header .navWrap .headCon .navCon strong{
    display: inline-block;
    font-size: 16px;
    width: 40px;
    margin-left: 25px;
}
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{
    margin-top: 10px;
    /* height: 35px; */
}
.sortName{
    height: 35px;
    border: 1px solid #b8b8b8;
    border-top: 3px solid #1b6db6;
    color: #1b6db6;
    background: #f2f2f2;
    line-height: 35px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.sortName strong a{
    color: #1b6db6;
}
.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{
    padding: 0 10px;
    font-size: 14px;
}
.sortList{
    height: 30px;
    line-height: 30px;
    word-wrap: break-all;
    overflow: hidden;
}
.recruitUl{
    position: relative;
    top: 0;
    left: 0;
}
.recruitList a{
    position: absolute;
    display: inline-block;
    width: 70%;
}
.recruitList span{
    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{
    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{
    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{
    display: inline-block;
    font-size: 0;
    width: 102px;
    height: 64px;
    margin-right: 3px;
    margin-bottom: 10px;
}
.content6 .coopCon .slide1 li:nth-of-type(9n+9){
    margin-right: 0;
}
.content6 .coopCon img{
    width: 102px;
    height: 64px;
    /* margin-right: 15px;
    margin-bottom: 20px; */
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
}
.linkWrap .fridLink .fridLinkList{
    float: left;
    height: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.linkWrap .fridLink .fridLinkList a{
    font-size: 14px;
}
.linkWrap::after{
    content: "";
    clear: both;
    display: block;
}
.videoWrap .videoSortName{
    margin-bottom: 0;
}
/* footer */
footer{
    background: #1b6db6;
    height: 45px;
    /* margin-top: 20px; */
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}
footer .footWrap{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
footer .footWrap a{
    color: #fff!important;
}
/* lunbo */
.pb-carouselWarp {
    position: relative;
    width: 380px;
    height: 290px;
    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;
}
