/*
* @Author: yanglx
* @Date:   2017-12-15 15:46:43
* @Last Modified by:   anchen
* @Last Modified time: 2017-12-26 20:03:39
*/
body{
    color: #333;
    font-family: "寰蒋闆呴粦";
    font-size: 14px;
    margin:0px;
}
dt+dd,dd,dt,ul,ol,p,span{padding:0px;margin:0px;font-weight: normal;}
.titleLine{
    width: 100%;
    height: 5px;
    background-color: rgba(41, 127, 223, 1);
}
.siteitembody{
	/* background: #f9f9f9; */
}
.homeHeader-Wrap{
	width:100%;background:#fff;
}

.homeHeader{
    width: 1200px;
    /*height: 90px;*/
    line-height: 90px;
    margin: 0 auto;
}
.homeHeader img{
   /* width: 481px;*/
    height: 70px;
    margin-top: 15px;
}
.navBox{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #0F60A6;
    box-shadow: 0px 2px 5px 0px rgba(21, 36, 60, 0.45);
    margin: 0 auto;
}
.navBox ul{
    width: 1200px;
    text-align: center;
    margin: 0px auto;
}
.navBox ul li{
    position: relative;
    width:109px;
    height: 50px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    margin: 0px 10px;
    vertical-align: middle;
    color:#fefefe;
    font-size: 16px;
    line-height: 50px;
    cursor:pointer;
}
.navBox a{
	color:#fff;
}
.navBox a:hover{
    color:#fff;
}
.navBox ul li.navActive:after,.navBox ul li:hover:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #FFFFFF;
    color:#fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.homeBannerBox{
    width:100%;
    height:339px;
}
.homeBannerBox img{
    width:100%;
    height:339px;
}

.plBodyBox{

}
.homeWhiteBox{
    width: 1200px;
    background: #fff;
    padding: 1px 0px;
    margin: 0 auto;
}
.homeGrayBox{
    background:#f9f9f9;
    padding: 1px 0px;
}
/** 棣栭〉澶撮儴 start**/
.homeHeaderBox{
    position: relative;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #3273e0;
    margin:0px 10px;
    border-bottom: 1px solid #bfd4ec;
}
.homeHeaderBox a{
    display: inline;
    position: absolute;
    top: 6px;
}
.homeHeaderBox span{
    height: 45px;
    line-height: 45px;
    color: #3273e0;
}
.homeHeaderBoxMore{
    float: right;
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    line-height: 48px;
    margin-right: 10px;
}
.homeHeaderBoxMore:hover{
    cursor: pointer;
    color: rgba(41, 127, 223, 1);
}
/** 閿熸枻鎷烽〉澶撮敓鏂ゆ嫹 end**/
.homeNews{
    width:1200px;
    overflow:hidden;
    margin:0px auto 10px;
}
.homeNoticeBox{
    width:1200px;
    height:60px;
    line-height: 44px;
    overflow: hidden;
    margin:20px auto;
    border: 1px solid #EAEAEA;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
}
.homeNoticeLeftBox{
    width: 86px;
    float: left;
    position: relative;
    padding-left: 44px;
}
.homeNoticeLeftBox i{
    width: 25px;
    height: 44px;
    display: inline-block;
    background: url(../images/index_notice.png) center no-repeat;
    position: absolute;
    left: 16px;
    top: 0px;
    -webkit-background-size: 80%;
    background-size: 80%;
}
.homeNoticeLeftBox span{
    width: 76px;
    display: inline-block;
    color: #e14949;
    font-size: 14px;
    padding-left: 4px;
}
.homeNoticeRightBox{
    overflow: hidden;
    width: 1060px;
}
.homeNoticeRightMarqueeBox{
    overflow: hidden;
    margin: 0 auto;
    width: 9000px;
}
.homeNoticeListBox{
    float:left;
    width:auto;
    min-width: 1069px;
}
.homeNoticeListBox ul{
    float:left;
    overflow:hidden;
    margin:0 auto;
}
.homeNoticeListBox ul li{
    float:left;
    display: inline-flex;
    margin-left: 30px;
}
.homeNoticeListBox a{
	color: #0053ff;
	font-size: 20px;
}
.homeNoticeListBox a:hover{
	color: #5629c2;
}
.homeNewsBox{
    overflow: hidden;
    margin:10px auto;
    height:305px;
}
.homeNewsLeftBox{
    width:456px;
    height: 100%;
    float: left;
}
.swiper-container{
	width:100%;
	height:100%;
}
.homeNewsLeftBox .swiper-pagination-bullet{
	background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius:0;
}
.homeNewsLeftBox .swiper-pagination-bullet-active {
    background-color: #297fdf;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide>a {
    color: #111;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: default;
}
.swiper-slide>a>img{
	width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.swiper-slide>a .gsRunBtoPicText{
	position: absolute;
    background-color: #272727;
    opacity: 0.8;
    bottom: 0px;
    left: 0px;
    height: 36px;
    line-height: 36px;
    width: 100%;
}
.gsRunBtoPicText>p{
	width: 338px;
    text-align: left;
    text-indent: 15px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homeNewsLeftBox .swiperPointer{
	width: auto;
    left: auto;
    right: 10px;
}
.homeNewsRightBox{
    width:725px;
    height: 100%;
    float:right;
    overflow:hidden;
}
.homeNewsTitleBox{
	overflow:hidden;
    margin-bottom: 8px;
}
.homeNewsTitle{
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    float: left;
}
.homeNewsTitleMore{
	float:right;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color:#999;
	font-size:12px;
}
.homeNewsTitleMore:hover{
	color:#297fdf;
}
.homeNewsTitle li{
    float:left;
    display:inline-block;
    width: 96px;
    height: 24px;
    margin: 4px;
    font-size: 16px;
    cursor:pointer;
}
.homeNewsTitleActive{
    border-bottom: 2px solid #3260AF;
}
.gsRunBtoNewListh{
	display: block;
    width: 100%;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    color: #666666;
    text-decoration: none;
}
.gsRunBtoNewListh:hover{
	color: #333;
}
.gsRunBtoPoint{
	float: left;
	position: relative;
	width: 12px;
	height: 38px;
    margin-right: 5px;
}
.gsRunBtoPoint>i{
	display: block;
	height: 6px;width: 6px;
	background-color: #666;
    border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 16px;
}
.gsRunBtoNewListh:hover .gsRunBtoPoint>i{
	background-color: #0077bb;
}
.gsRunBtoNewListh>span{
	display: block;
	float: right;
	width: 80px;
	color: #999999;
}
.gsRunBtoNewListh>p{
	float: left;
	max-width: 600px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homeNewsList{

}
.homeNewsList li{
    width: 100%;
    height: 30px;
    float:left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    cursor:pointer;
}
.homeNewsList li:hover{
	color:#333;
}
.homeNewsList li:hover .newsPoint{
	background-color: #297fdf;
}
.homeNewsList li i{
	display: block;
    height: 5px;
    width: 5px;
    background-color: #666;
    border-radius: 50%;
    float:left;
    margin-left: 4px;
    margin-top: 14px;
}
.homeNewsList li p{
    width: 84%;
    float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 6px;
}
.homeNewsList li span{
    float:right;
}
.homeTradeBox{
    width:1200px;
    height:542px;
    overflow: hidden;
    margin:16px auto;
}
.homeTradeLeftBox{
    width:850px;
    height:100%;
    float:left;
}
.homeTradeRightBox{
    width: 338px;
    height: 100%;
    float: right;
}
.homeAnnoBox{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 450px;
    display: inline-flex;
}
.homeAnnoLeftBox{
    width:177px;
    height:100%;
}
.homeAnnoLeftBox li{
    height:46px;
    line-height: 46px;
    width:177px;
    background:#fff;
    text-align: center;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    margin:2px 0px;
    cursor: pointer;
    color:#666;
}
.homeAnnoLeftBox li p{
	display: none;
}
.homeAnnoLeftBox .homeAnnoActive>p{
	display:block;
	width: 86px;
    background: url(../images/index_trade_bg.png) center no-repeat;
    color: #fff;
    float: left;
    font-size: 16px;
}
.homeAnnoActive>span{
	color:#333;
}
.homeAnnoRightBox{
    width:670px;
    height:100%;
    background:#fff;
    margin-left: 10px;
    margin-top: 1px;
}
.homeAnnoListBox{
	margin-top:6px;
}
.homeAnnoListBox img{
	height:33%;
}
.homeAnnoListBox li{
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    width:640px;
    height:40px;
    line-height:40px;
    padding: 0px 10px;
    cursor:pointer;
}
.homeAnnoListBox li:hover{
	background: #eaeff7;
}
.homeAnnoListBox li:hover .homeAnnoListTitle{
	color: #297fdf;
}
.homeAnnoListType {
    float:left;
    color:#333;
    margin:0px 4px;
}
.homeAnnoListTitle {
    width: auto;
    max-width: 430px;
    float:left;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homeAnnoListTime{
    float:right;
    font-size: 13px;
    color:#999;
}

.homeTradeLeftOther{
    width: 100%;
    height: 85px;
    margin:10px auto 0px;
    overflow:hidden;
}
.homeTradeSearch{
    width:420px;
    height:100%;
    background:#fff;
    overflow:hidden;
    margin:0 auto;
}
.homeTradeProgress{
    float:left;

}
.homeTradeMargin{
    float:right;
}
.homeTradeSearch img{
    float:left;
}
.homeTradeSearchRight{
    float: left;
    margin: 6px 0px 0px 10px;
}
.homeTradeSearchRight>p{
    line-height: 28px;
    font-size: 16px;
}
.homeTradeSearchBox{
    float: right;
    width: 300px;
    height: 34px;
    text-align: center;
    position: relative;
}
.homeTradeSearchBox>input{
    width: 280px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #a0a0a0;
    outline: none;
    padding: 0px 15px;
    border: solid 1px rgba(170, 170, 170, 1);
    font-size: 13px;
    float:left;
}
.homeTradeSearchBox>i{
    position: absolute;
    right: 35px;
    width: 0.5px;
    height: 30px;
    top: 2px;
    background: #a0a0a0;
}
.homeTradeSearchBox>span{
    position: absolute;
    right: -1px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color:#333;
    cursor: pointer;
}
.homeTradeSearchBox>span:hover{
    color:#297fdf;
}
.homeTradeSearchBox>img{
    position: absolute;
    right: -1px;
    width: 22px;
    height: 22px;
    top: 6px;
    color: #333;
    cursor: pointer;
}
/**棣栭〉浜ゆ槗鏃ュ巻 start**/
.homeDailyBiddingbox{
    width:100%;
    height:361px;
    background:#fff;
}
.homeDailyBiddingContent{
    height: 302px;
    overflow: hidden;
}
.homeDailyBidding{
    height:auto;
    min-height: 302px;
}
.homeDailyBiddingItem{
    display: block;
    text-decoration: none;
    padding: 10px;
    margin-top: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin:4px 10px;
    cursor: pointer;
}
.homeDailyBiddingItem>p{
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: left;
}
.homeDailyBiddingItem>ul{
    height:32px;
}
.homeDailyBiddingPlace{
    float: left;
    color: #999;
    display: block;
}
.homeDailyBiddingTime{
    float: right;
    color: #999;
    display: block;
}
.noDailyBiddingInfo{
    text-align: center;
    line-height: 200px;
    font-size: 16px;
}
/**閿熸枻鎷烽〉閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹 end **/

/** 閿熸枻鎷烽敓鏂ゆ嫹閿熺獤锟絪tart**/
.homeBiddingBodyBox{
    background: #fff;
    height: 172px;
    margin-top: 10px;
}
.homeBiddingBodyContent{
    margin: 14px 20px;
}
.homeBiddingBodyContent p{
    margin-bottom: 20px;
}
/** 涓讳綋鏌ヨend**/
/**澶ф暟鎹�start **/

.homeBigdatasBox{
    width:1198px;
    margin:0 auto 10px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #bfd4ec;
}
.homeBigdatasContent{
    height:280px;
}
.homeBigdatasLeft{
    width:320px;
    float: left;
    padding: 20px;
    margin-right: -20px;
    margin-left: 20px;
}
.homeBigdatasLeft>dl>dd {
    float: left;
    width: 190px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-align: right;
    font-weight: 600;
}
.homeBigdatasLeft>dl>dt {
    float: left;
    width: 110px;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-left: 20px;
    text-align: left;
    font-weight: bold;
}
.homeBigdatasRight{
    width: 806px;
    height: 255px;
    margin-top: 30px;
    margin-right: 20px;
    float: right;
}
.homeBigdatasRight iframe{
    border:none;
}
/**澶ф暟鎹�end **/
/**鍔炰簨鎸囧崡**/
.homeGuideBox{
    width:1200px;
    height:186px;
    margin:0 auto;
    margin-top: 10px;
}
.homeGuideLeftBox{
    width:611px;
    height:166px;
    background:#fff;
    float:left;
}
.homeGuideLeftContent{
    width: 600px;
    margin: 10px 0px 0px;
    padding: 3px 0px 8px;
    border: 1px solid #ddd;
}

.homeGuideRightBox{
    width: 589px;
    height: 166px;
    float: right;
}
.homeServiceBox{
    height:40px;
    margin: 5px 0px 0px 55px;
}
.homeServiceBox>p{
    float:left;
    line-height: 40px;
    margin-right: 20px;
}
.homeServiceBox ul{
    float:left;
}
.homeServiceBox ul li{
    display:inline-block;
    width: 127px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #dddddd;
    text-align: center;
    cursor:pointer;
    color: #333;
}
.homeServiceBox ul li:hover{
	 border: solid 1px #367fdc;
}
.homeServiceBox ul li>img{
    padding: 0px 5px;
}
.homeExchangeBox{
    width: 568px;
    margin:10px auto;
    padding: 15px 0px;
    text-align: center;
    border: solid 1px #dddddd;
    overflow: hidden;
}
.homeExchangeBox li{
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 155px;
    height: 60px;
    line-height: 60px;
    margin: 5px;
    color:#fff;
    text-align: center;
    background-color: #367fdc;
    cursor:pointer;
    *float:left;
    _float:left;
}
.homeExchangeBox li:hover{
	background-color: #3260AF;
}

/**鍙嬫儏閾炬帴 start**/
.homePhoneBox{
    width:1200px;
    height: 290px;
    margin:0 auto;
    margin-top: 10px;
    overflow:hidden;
}
.homePhoneContent{
    width: 280px;
    height: 212px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddddd;
    float:left;
    margin:30px 0px;
    margin-left:24px;
    text-align: center;;
}
.homePhoneContent:first-child{
	margin-left:0px;
}
.homePhoneContent ul li{
    height:24px;
    display: inline-block;
    *zoom:1;
    *display: inline;
}

.homePhoneContent h2 {
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
}
.homePhoneContent ul li{
    width:100%;
}
.homeLinkBox{
    width:1200px;
    margin: 0 auto;
    overflow:hidden;
    margin-bottom: 20px;
}
.homeLinkBox>p{
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    float:left;
    margin-right: 5px;
}
.homeLinkContent{
    position: relative;
    float: left;
    color: #999999;
    width: 270px;
    height: 38px;
    line-height: 38px;
    margin-left: 5px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    overflow: hidden;
}
.homeLinkTitle>p{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 10px;
    color: #666;
    font-size: 14px;
    line-height: 38px;
}
.homeLinkTitle>img{
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 14px;
}
.homeLinkContent select{
    width: 100%;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity: 0);
    background-color: #41403f;
    font: 14px/20px "Microsoft YaHei";
    font-size: 14px;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
}
.homeLinkContent select option{
    text-indent: 10px;
    height: 30px;
    line-height: 32px;
    background-color: #fff;
}
/**鍙嬫儏閾炬帴 end**/

/**Footer start**/
.plFooterBox{
    width:100%;
    height: 234px;
    background-color: #297fdf;
    text-align: center;
}
.plFooterBox ul{
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.plFooterBox ul li{
    display:block;
    font-size: 14px;
    color: #c4e0ff;
    line-height: 26px;
}
.plFooterBox img{
    width:50px;
    height:50px;
}
/**Footer end**/

.singleNewList{
	width:1170px;padding:15px;
	min-height:500px;
	margin:0px auto 15px;;
	background: #fff;
}


/* <!-- *****鏈�《閮�** --> */
.plTop_Wrap{
	width: 1200px;margin: auto;
	height: 32px;line-height: 32px;
}
.plDate{
	float: left;
}
.plTopleft{
	float: right;
}
.plTopleft ul li{
	float: left;
	text-align: center;
	margin-right: 10px;
}
.plTopleft ul li img,.plTopleft ul li a{
	text-decoration: none;
	*float: left;
	_float: left;
	display: inline-block;
    *zoom:1;
    *display: inline;
    border:none;
}
.plTopleft ul li img{
	vertical-align: top;
    margin-top: 4px;
}
.plTopleft ul li a{
	margin:0px 5px 0px -3px;
}
.plTopleft ul li a:hover{
	color:#567dc0;
}

/*鏃х綉绔欓摼鎺�/
.plOldWeb{
	font-size: 14px;
	color: #437ED9;
	padding: 8px 15px 8px 45px;
	position: relative;
    float: right;
    z-index: 99999;
    cursor: pointer;
}

/*12-31淇敼*/
.homeHeader img{/*width:110px;*//*height: 75px;*/}
.plqiehuansx{font-size: 16px;color: #437ED9;border: 1px solid #437ED9;border-radius: 40px;padding: 8px 15px 8px 45px;position: relative;background: url(../images/xianshi.png) no-repeat 15px center;
    float: right;z-index: 99999;
    cursor: pointer;
    margin-top: 25px;
}

.plzisxlist{
    position: absolute;width: 100px;left: 50%;margin-left: -50px;top: 38px;padding-top: 20px;display: none;
}
.plqiehuansx:hover .plzisxlist{
    display: block;
}

.plzisxlist ul{padding: 15px;background-color: #F6FAFE;border:1px solid #E1E9FA;border-radius: 5px;position: relative}
.plzisxlist ul:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #F6FAFE;
    position: absolute;
    left: 50%;margin-left: -5px;top:-10px;z-index: 1;

}
.plzisxlist li{line-height: 24px;}
.plzisxlist li a{font-size: 14px;color: #437ED9;}
.plzisxlist li a:hover{font-weight: bold}
.plzisxlist li a:hover i{background-color: #437ED9;}
.plzisxlist li i{width: 7px;height: 7px;background-color: #C8C8C8;display: inline-block;border-radius: 50%;margin-right: 10px;margin-left: 10px;}
.plprotiaoshu{
    width: 1200px;
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #EAEAEA;
    padding: 10px 0px;
}
.plprotiaoshu .item{float: left;border-right: 1px solid #EAEAEA;padding: 0px 25px}
.plprotiaoshu .item:last-child{border: 0px;}
.plprotiaoshu .item .ts{font-size: 24px;font-weight: bold;color: #EF8633;}
.plprotiaoshu .item .ts i{display: inline-block;font-size: 12px;font-weight: 100;}
.plprotiaoshu .item .pro{font-size: 16px;color: #333;}
.plTradingType li{height: 64px;margin-bottom: 0px;border-radius: 0px;border-bottom: 1px solid #E6EAF0;}
.plTradingType li .tit{line-height: 34px;background-color: #fff;height: 100%;background-image: url("../images/plicon.png");background-repeat: no-repeat;
    border-left: 5px solid #E6EAF0;border-right: 1px solid #E6EAF0;
}
.plTradingType .plTradingType-Active .tit,.plTradingType li .tit:hover{background-color: #5892F1;border-color: #2862C1;border-right-color:#5892F1;}
.plTradingType li:nth-child(1) .tit{background-position: -55px -66px;border-top: 1px solid #E6EAF0;}
.plTradingType li:nth-child(2) .tit{background-position: -55px -190px;}
.plTradingType li:nth-child(3) .tit{background-position: -55px -310px;}
.plTradingType li:nth-child(4) .tit{background-position: -55px -434px;}
.plTradingType li:nth-child(5) .tit{background-position: -55px -557px;}
.plTradingType li:nth-child(6) .tit{background-position: -55px -679px;}
.plTradingType li:nth-child(7) .tit{background-position: -55px -800px;}
.plTradingType li:nth-child(8) .tit{background-position: -55px -920px;}
.plTradingType li:nth-child(9) .tit{background-position: -55px -1044px;}

.plTradingType li.plTradingType-Active:nth-child(1) .tit,.plTradingType li:nth-child(1) .tit:hover{background-position: -283px -66px;}
.plTradingType li.plTradingType-Active:nth-child(2) .tit,.plTradingType li:nth-child(2) .tit:hover{background-position: -283px -190px;}
.plTradingType li.plTradingType-Active:nth-child(3) .tit,.plTradingType li:nth-child(3) .tit:hover{background-position: -283px -310px;}
.plTradingType li.plTradingType-Active:nth-child(4) .tit,.plTradingType li:nth-child(4) .tit:hover{background-position: -283px -434px;}
.plTradingType li.plTradingType-Active:nth-child(5) .tit,.plTradingType li:nth-child(5) .tit:hover{background-position: -283px -557px;}
.plTradingType li.plTradingType-Active:nth-child(6) .tit,.plTradingType li:nth-child(6) .tit:hover{background-position: -283px -679px;}
.plTradingType li.plTradingType-Active:nth-child(7) .tit,.plTradingType li:nth-child(7) .tit:hover{background-position: -283px -800px;}
.plTradingType li.plTradingType-Active:nth-child(8) .tit,.plTradingType li:nth-child(8) .tit:hover{background-position: -283px -920px;}
.plTradingType li.plTradingType-Active:nth-child(9) .tit,.plTradingType li:nth-child(9) .tit:hover{background-position: -283px -1044px;}

.plindexnewsbox{width: 1200px;margin: 0px auto;}
.plHomeNotice{width: 572px;float:left;}
.plfwptbox{padding-top: 15px;margin-bottom: 10px;}
.plfwptbox li{float: left;width: 120px;height: 100px;margin-bottom: 14px;}
.plfwptbox li:nth-child(odd){margin-right: 27px;}
.plfwptbox li a{-webkit-transition: .1s ease-in;transition: .1s ease-in;}
.plfwptlist li{height: 45px;text-align: center;color: #fff;border-radius: 24px;background: #5892F1;margin-bottom: 10px;padding-top:14px;box-sizing: border-box;}
.plfwptlist li a{color: #fff;}
.plfwptbox li a:hover{margin-top: -2px;}
.plfwptlist li:hover{opacity: 0.9}
.informatization_box{
    width: 1200px;
    margin: 0 auto 10px;
    padding: 0 13px 13px;
    border: 1px solid #bfd4ec;
    box-sizing: border-box;
}
.informatization_box .head{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #bfd4ec;
    font-size: 18px;
    font-weight: bold;
    color: #3E73D2;
    margin-bottom: 24px;
}
.informatization_box .link_optionBox ul li{
    float: left;
    width: 16%;
}
.informatization_box .link_optionBox ul li:hover{
    transform: translate(0,-6px);
    transition: .5s;
}
.informatization_box .link_optionBox ul li a{
    display: block;
    width: 210px;
    height: 86px;
    margin: 0 auto;
}
.informatization_box .link_optionBox ul li a img{
    width: 90%;
    height: 100%;
}
.date_newsLeft{
    width: 734px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #bfd4ec;
    padding: 0 13px;
    margin-right: 10px;
}
.date_newsLeft .leftCalendarBox{
    float: left;
    width: 287px;
    margin-right: 10px;
}
.date_newsLeft .today_news .head,
.date_newsLeft .leftCalendarBox .head{
    position: relative;
    font-size: 18px;
    color: #3E73D2;
    height: 48px;
    font-weight: bold;
    line-height: 48px;
    box-sizing: border-box;
}
.date_newsLeft .leftCalendarBox .calendarBox{
    width: 287px;
    height: 258px;
}
body .date_newsLeft .leftCalendarBox .layui-laydate-header{
    line-height: 20px;
}
.date_newsLeft .today_news{
    width: 409px;
    float: left;
}
.date_newsLeft .today_news .head{
    border-bottom: 1px solid #bfd4ec;
}
.date_newsLeft .today_news .head .more{
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: normal;
    font-size: 14px;
}
.date_newsLeft .today_news .scrollBox {
    width: 100%;
    height: 235px;
    box-sizing: border-box;
    margin-top: 10px;
    overflow: hidden;
}
.date_newsLeft .today_news .scrollBox ul li a{
    display: block;
    margin-bottom: 8px;
}
.date_newsLeft .today_news .scrollBox ul li a:after{
    content: '';
    display: block;
    clear: both;
}
.date_newsLeft .today_news .scrollBox ul li a .title{
    float: left;
    width: 71%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    padding: 0;
    height: 25px;
    line-height: 25px;
    margin-right: 1%;
    border: none;
}
.date_newsLeft .today_news .scrollBox ul li a .timeDate{
    float: left;
    width: 28%;
    color: #999;
}
.date_newsLeft .today_news .scrollBox ul li:hover a .title,
.date_newsLeft .today_news .scrollBox ul li:hover a .timeDate{
    color: #3E73D2;
}
.seach_interactionRight{
    float: left;
    width: 454px;
    border: 1px solid #bfd4ec;
}
.seach_interactionRight .plnSearchcot2{
    background: #fff;
    margin: 10px auto 0;
    padding: 0;
    width: 401px;
}
.homeHeaderBox{
    height: 40px;
    line-height: 40px;
    padding-top: 13px;
}
.link_optionBtnArr .plInteractionMenu{
    float: left;
    width: 128px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #5892f1;
    border-radius: 5px;
    color: #fff;
    margin: 18px 0 13px 25px;
}
.link_optionBtnArr .plInteractionMenu:first-child{
    margin-left: 10px;
}
body .date_newsLeft .layui-laydate, .layui-laydate-hint,
body .date_newsLeft #layui-laydate1 .layui-laydate-header{
    background-color: #F9F9F9;
    box-shadow: none;
    border-radius: 5px;
}
body .date_newsLeft .laydate-theme-molv .layui-laydate-header i,
body .date_newsLeft .laydate-theme-molv .layui-laydate-header span{
    color: #333;
}
body .date_newsLeft .layui-laydate-content{
    padding: 0 10px 5px;
    border: none;
}
body .date_newsLeft #layui-laydate1 .layui-this{
    border-radius: 25px;
}
.plHomeMargin{
    height: 98px;
}
.plHomeMargin .leftImgsBox{
    width: 80px;
    height: 138px;
    float: left;
}
.plHomeMargin .leftImgsBox img{
    width: 100%;
    height: 138px;
}
.plHomeMargin .crnterSeachBox{
    width: 304px;
    height: 98px;
    float: left;
}
.plHomeMargin .crnterSeachBox .headTitle{
    font-size: 14px;
    color: #333;
    margin: 15px 0 10px 20px;
}
.plHomeMargin .crnterSeachBox .seachs{
    position: relative;
    width: 265px;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
}
.plHomeMargin .crnterSeachBox .seachs input{
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 45px 0 5px;
}
.plHomeMargin .crnterSeachBox .seachs button{
    position: absolute;
    width: 43px;
    height: 24px;
    line-height: 25px;
    border: none;
    border-left: 1px solid #aaa;
    top: 50%;
    right: 1px;
    margin-top: -12px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
}
.plHomeMargin .liuchengImgBox{
    width: 814px;
    height: 98px;
    float: left;
}
.plHomeMargin .liuchengImgBox .headTitle{
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #333;
    /*font-weight: bold;*/
}
.optionSelectBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -165px;
    width: 332px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #5892f1;
    border-radius: 15px;
    overflow: hidden;
}
.optionSelectBtn ul li{
    float: left;
    width: 109px;
    border-right: 1px solid #5892f1;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.optionSelectBtn ul li:last-child{
    border-right: none;
}
.optionSelectBtn ul li.active{
    background-color: #5892f1;
    color: #fff;
}
.yearSelect{
    position: absolute;
    width: 268px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    right: 18px;
    margin: -15px 0 0 0;
}
.yearSelect span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.yearSelect select{
    width: 190px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 5px;
    color: #555;
    box-sizing: border-box;
}
.homeBigdatasContent{
    padding-top: 25px;
}
.homeBigdatasContent .link_systemArr{
    width: 210px;
    float: left;
    padding-left: 5px;
}
.homeBigdatasContent .link_systemArr ul li{
    cursor: pointer;
    margin-top: 20px;
}
.homeBigdatasContent .link_systemArr ul li:first-child{
    margin-top: 10px;
}
.homeBigdatasContent .link_systemArr ul li a{
    display: block;
}
.homeBigdatasContent .link_systemArr ul li a img{
    width: 200px;
    height: 50px;
}
.AlertLoginMain{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 999999;
    display: none;
}
.AlertLoginMain .Boxmain{
    width: 660px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -330px;
    background-color: #fff;
}
.AlertLoginMain .Boxmain .opeartion_head{
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: #5792f0;
    color: #fff;
}
.AlertLoginMain .Boxmain .opeartion_head h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.AlertLoginMain .Boxmain .opeartion_head img{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 30px;
    margin: -11px 0 0 0;
    cursor: pointer;
}
.AlertLoginMain .Boxmain ul li{
    width: 50%;
    float: left;
    margin: 30px 0 0;
}
.AlertLoginMain .Boxmain ul li a{
    display: block;
    width: 267px;
    margin: 0 auto;
}
.AlertLoginMain .Boxmain ul li a button{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #5792f0;
    border: 1px solid #5892f1;
    border-radius: 25px;
    cursor: pointer;
    background-color: #fff;
}
.AlertLoginMain .Boxmain ul li a button:hover{
    background-color: #5892f1;
    color: #fff;
}
.tenderName{
    float: left;
    margin-left: 64px;
    padding: 10px;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;
    color:#3E73D2;
}
.openTime{
    float: right;
    margin-right: 20px;
    padding: 10px;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;
    color:#3E73D2;
}
