/*===========网站头部===========*/
#header {
    width: 100%;
    height: 216px;
    position: relative;
    background: url(../images/img-db.png) no-repeat;
    background-position-y: -4px;
    background-size: cover;
}

.logobar{
    width: 100%;
    height: 170px;
    margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

.logobar .logobar-left {
	line-height: 110px;
	margin: 0px auto;
	float: left;
	position: relative;
}

.logobar-left .logo-img {
	margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    width: 645px;
    height: 85px;
    margin-top: 47px;
}

.logobar-left .separator {
	display: inline-block;
    position: relative;
    margin-right: 15px;
}

.logobar-left .logo-text {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: 2px;
	height: 80px;
	width: 250px;
}

.logobar-left .logo-text .text {
	display: block;
	width: 250px;
	height: 80px;
	line-height: 75px;
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	text-align: left;
	color: rgba(0,0,0,0.75);
}

/*===========导航部分===========*/
.nav_main {
	width: 100%;
	background: #369ce0;
}

.nav_main ul li {
	position: relative;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}

.nav_main .nav_item {
	cursor: pointer;
	width: 165px;
	height: 46px;
	line-height: 46px;
}
.nav_main .nav_item:first-child,
.nav_main .nav_item:last-child{
	width: 165px;
}

.nav_main .nav_item:hover {
	background: #3dabff;
}

.nav_main .nav_item a {
	color: #fff;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 500;
}

.nav_main .nav_item a:hover {
	text-decoration: none;
}

.nav_main ul li ul {
	position: absolute;
	z-index: 99;
	background: rgb(35 121 208 / 67%);;
	text-align: center;
	width: 100%;
}

.nav_main ul li ul li {
	height: 50px;
	width: 100%;
}

.nav_main ul li ul li a {
	line-height: 50px;
	font-size: 16px;
}

.nav_main ul li ul li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.seach_box {
	width: 190px;
    height: 34px;
    overflow: hidden;
    float: right;
    position: relative;
    top: 78px;
    z-index: 999;
}

.seach_box:hover {
	text-decoration: none;
}

.seach_box .head_input {
	width: 190px;
    height: 34px;
    border: 1px solid #fff;
    background: #fff;
    padding-left: 15px;
    outline: none;
    padding-bottom: 0px;
    color: #fff;
}
.seach_box .head_input::placeholder {
    color: rgba(0,0,0,0.65);
}

.seach_box .seach {
	position: relative;
    top: -34px;
    right: 0px;
    background: url(../images/search.png) #e9ab05 no-repeat;
    background-size: 100%;
    background-origin: content-box;
    padding: 5px;
    width: 34px;
    height: 34px;
    float: right;
    cursor: pointer;
}

.head_input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
	width: 84px;
	height: 18px;
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: Regular;
	color: fff;
	line-height: 14px;
}

.nav-btn {
	display: none;
}
/*===========轮播图片===========*/
.swiper {
	height: 456px;
}
.swiper {
	width: 100%;
	position: relative;
}
.swiper .slider {
	width: 100%;
	height: 456px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper img {
	display: block;
	height: 456px;
	position: absolute;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-container {
    height: 100%;
}
/* ------------------------ */
.border {
/* 	border: 1px solid #ddd; */
}
#slide-img{
	position: relative;
	width: 100%;
	height: 400px;
}
/* 内容部分 */
.main {
    position: relative;
    width: 1200px;
    margin: 27px auto 0px auto;
}

/* 内容左侧 */
.main .content_left {
	width: 865px;
	float: left;
}
.main .content_mi {
	width: 430px;
	float: left;
    margin-left: 21px;
}

/* 通知公告 */
.work_notice_box {
	height: 301px;
	box-sizing: border-box;
}

.work_notice_box .img_box {
	width: 390px;
	margin: 10px 0px 10px 10px;
}
.img_box .swiper-container {
	height: 301px;
}
.img_box .swiper-container .swiper-slide img {
	height: 284px;
	width: 100%;
}

.work_notice_box .content_box {
	width: 450px;
	background: #fff;
	height: 299px;
}

.content_title {
	height: 45px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

.content_title .content_title_item {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.80);
	padding-left: 50px;
}

.content_title .content_title_item::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/icon-news.png");
	position: absolute;
	top: 9px;
	left: 15px;
}

.content_box .content {
	width: 450px;
}
.content_box .content ul {
	margin: 8px 0px;
}
.content_box .content ul li {
	position: relative;
	height: 40px;
	line-height: 20px;
	font-size:14px;
	padding: 0px 85px 0px 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_box .content ul li a:hover {
	color: #005BAC;
}
.content_box .content ul li:before {
	position: relative;
	content: "";
    display: block;
    width:5px;
    height: 5px;
    top: 15px;
    left: -10px;
    border-style: solid;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	border-left-color: #898989;
}
.content_box .content ul li span {
	position: absolute;
	display: block;
    font-size: 14px;
    color: #bbb;
    top: 10px;
    right: 5px;
    float: right;
}

.content_box .content ul li .text-content {
	float: right;
	width: 180px;
	margin-left: 15px;
}

.content_box .content ul li .text-content .text {
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	display: block;
	padding: 5px 0px;
}

/* -------------------------------------- */
.row_box {
	background: #fff;
}

.content_left .row_box {
	height: 360px;
    border: 1px solid #ddd;
}
.content_right .policy {
	height: 350px;	
}

.row_box .box_title {
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 45px;
	line-height: 25px;
}

.box_title .text {
	width: 243px;
    font-size: 18px;
    padding-left: 8px;
    position: relative;
    float: left;
    height: 45px;
    line-height: 45px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.box_title .text:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    order-radius: 5px;
    position: absolute;
    top: 11px;
    left: 7px;
}

.box_title .text.xq:before {
	background: url(../images/icon-cggl.png);
	background-size: cover;	
}

.box_title .text.gg:before {
	background: url(../images/icon-jggg.png);
}
.box_title .text.ht:before {
	background: url(../images/icon-gzdt.png);
}
.box_title .text.yx:before {
	background: url(../images/icon-tzgg.png);
}
.box_title .text.tz:before {
	background: url(../images/icon-bszn.png);
}
.box_title .text.bs:before {
	background: url(../images/icon-zcfg.png);
}

.box_title .text.xz:before {
	background: url(../images/icon-xzzx.png);
	background-size: cover;		
}
.box_title .text.gk:before {
	background: url(../images/icon-yxgk.png);
	background-size: cover;	
}
.box_title .text.jj:before {
	background: url(../images/icon-zbcjgg_1.png);
	background-size: cover;	
}
.box_title .text.gz:before {
	background: url(../images/icon-gzzd.png);
}

.qa .box_title .text:before {
	background: url(../images/icon-qa.png);
}

.box_title .tab_row {
	height: 45px;
	line-height: 45px;
	position: relative;
}

.tab_row .btn_tab {
	display: block;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin: 0 20px;
    float: left;
    position: relative;
    height: 45px;
    line-height: 48px;
    width: 125px;
}
/* .tab_row .btn_tab:hover {
	color: #3976e9;
} */
.btn_tab.active {
    color: #fff;
    font-weight: 600;
    z-index: 99;
}

.box_title a.more {
	font-size: 14px;
    top: 0px;
    right: 19px;
    color: #3190D2;
}

/* ------------------------------- */
/* 内容右侧 */
.main .content_right {
	width: 320px;
	float: right;
	margin-left: 15px;
    position: relative;
}

/* .sysportal {
	height: 301px;
	background: #f9fafa;
} */

/* 系统菜单 */
.sysportal-nav .content_title {
    height: 52px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.sysportal-nav .content_title .content_title_item {
    height: 52px;
    line-height: 52px;
    padding-left: 45px;
}
.sysportal-nav .content_title .content_title_item:before {
	background: url("../images/icon-cgrk.png");
}

.sysportal-nav .content_title .content_title_item::before {
	top: 13px;
	left: 12px;
}

.sysportal-nav div {
	height: 62px;
    position: relative;
    border: none;
    margin-bottom: 17px;
}


.sysportal-nav div:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 6px;
    left: 15px;
}

.linkafter {
	display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    right: 0px;
    color: #961E19;
}

.sysportal-nav div.bg1:before {
	background: url("../images/icon-ccglxt.png");
	background-size: cover;
}

.sysportal-nav div.bg2:before {
	background: url("../images/icon-cgythpt.png");
	background-size: cover;
}

.sysportal-nav div.bg3:before {
	background: url("../images/icon-wsghcs.png");
	background-size: cover;
}

.sysportal-nav div.bg4:before {
	background: url("../images/icon-xyghpt.png");
	background-size: cover;
}

.sysportal-nav div.bg5:before {
	background: url("../images/icon-gyszc.png");
    background-size: cover;
}

.sysportal-nav div.bg6:before {
	background: url("../images/icon-gysdl.png");
	background-size: cover;
}

.sysportal-nav div a {
    width: 140px;
    height: 50px;
    font-weight: 500;
    text-align: left;
    line-height: 58px;
    padding-left: 76px;
    font-size: 20px;
    color: #fff;
}

.sysportal-nav div :hover {
	opacity: 0.8;
}

/* 日历 */
.calendar {
	height: 350px;
	width: 300px;
	min-width: 300px;
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.calendar .title-f {
	width: 28px;
	text-align: center;
	color: #fff;
	background: #dd9a8c;
	padding: 10px 5px;
	border-radius: 0 5px 5px 0;
	box-shadow: inset 3px 0 4px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 10px;
	right: -28px;
}


.calendar:after {
	content: "采购日历"; 
	display: block; 
	width: 40px; 
	height: 151px; 
	background: url('../images/calendar-slider.png'); 
	position: absolute; 
	top: -1px; 
	right: -34px;
	line-height: 29px;
	color: #fff;
    font-size: 18px;
    padding-left: 11px;
    padding-top: 3px;
    border-radius: 3px;
}

/* 政策法规 */
.content_right .policy .textlist {
	padding: 7px 0px;
}
.content_right .policy .textlist li {
	height: 70px;
	padding: 0 15px 0 15px;
}
.content_right .policy .textlist li:before {
	display: none;
}

.content_right .policy ul li .text-content{
	float: right;
    width: 200px;
}

.content_right .policy ul li .text-content .text{
    font-size: 16px;
    height: 30px;
    display: block;
    word-wrap:break-word;
	word-break:normal; 
    line-height: 25px;
    white-space: normal;
    padding-bottom: 6px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    position: relative;
    top: 16px;
}

.square {
	float: left;
	width: 75px;
	height: 60px;
	text-align: center;
	border-radius: 8px;
	opacity: 1;
	border: 1px solid #ededed;
	position: relative;
	top: 10px;
}

.square .day {
	font-size: 16px;
	opacity: 1;
	height: 30px;
	line-height: 30px;
	display: block;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #fff;
	background: #961E19;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.square .year {
	display: block;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: rgba(0, 0, 0, 0.45);
	background: #fff;
	height: 30px;
	line-height: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* 常见问题 */
.content_right .qa {
	width: 100%;
    height: 300px;
}

/* 二级页面 */
.subpage {
	padding-left: 200px;
}

.subpage .listbar>.list td a {
	padding-left: 0px;
	font-size: 14px;
}

.subpage>.siderBar>.title {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}

.subpage .listbar>.title>span {
	font-size: 16px;
	margin-bottom: 0px;
}

.se_list.radio dd a.seled:link {
	color: #000;
}

.se_list dd a.seled:link,
.se_list dd a.seled:visited {
	color: #2F6BAB;
	border: 2px solid #2379d0;
	font-size: 16px;
}
.se_list dd a:link, .se_list dd a:visited {
	font-size: 16px;
}

.form-element-group > .form-element-label {
	font-size: 16px;
}
.btn-shadow.btn-default {
	margin-top: 7px;
}

.subpage .listbar>.list td {
	white-space: unset;
}

.swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.8);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* 页面底部 */
.foot {
    width: 100%;
    height: 193px;
    background: url(../images/img-dw.png) no-repeat,linear-gradient(to bottom, rgb(28 82 160), rgb(21 65 133)) ;
    background-position-x: center;
}

.foot .foot_first_ul {
	list-style: none;
	margin: 0 auto;
	width: 1100px;
	height: 60px;
	text-align: center;
	padding-top: 30px;
}

.foot_first_ul .first_ul_item {
	border-right: 1px solid #ccc;
	padding: 0 20px;
	line-height: 15px;
	display: inline;
	font-size: 16px;
}

.first_ul_item:last-child {
	border-right: 0;
}

.first_ul_item a {
	color: #FFFFFF;
	font-size: 16px;
}

.foot .line {
	background: #ffffff;
	height: 1px;
	width: 1100px;
	opacity: 0.3;
	margin: 10px auto 20px;
}

.foot_second_ul {
	list-style: none;
    width: 980px;
    text-align: center;
    height: 44px;
    line-height: 30px;
    float: left;
    margin-left: 360px;
    margin-top: 13px;
}

.second_ul_item {
    padding: 0 10px;
    line-height: 15px;
    color: #ffffff;
    font-size: 15px;
    display: inline;
    float: left;
}

.third_ul_item {
	padding: 0 10px;
	line-height: 15px;
	color: #ffffff;
	font-size: 14px;
    margin-top: 15px;
}
.banner{ width:100%; position:relative;}
.banner .slider{ width:100%; height:400px; text-align:center; overflow:hidden; position:relative; z-index:1;}
.banner img{ display:block; height:100%; position:absolute;}

.second_ul_item:last-child {
	border-right: 0;
}
#footer{
	width: 100%;
    line-height: 2em;
    min-height: 180px;
    text-align: center;
    color: #FFF;
	background: #2485c8;
    position: relative;
    z-index: 1;
    font-size: 16px;
    background-size: cover;
}
#footer ul{ 
	line-height: 27px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
    top: 16px;
    position: relative;
    }
#footer li{ display:inline-block; margin:0 9px;}
#footer li:after{ content:""; display:inline-block; width:1px; height:12px; border-left:1px solid #fff; margin-left:20px; position:relative; top:1px;}
#footer li:last-child:after{ display:none;}
#footer li a{ color:#fff; font-size:14px;}
#footer p{ margin-bottom:0;top: 43px;position: relative;}
#footer p span{ margin:0 10px;}
/* 联系我们 */
.contact-us {
	width: 100%;
	height: 360px;
}

.contact-us .column-title {
	height: 64px;
	background: url(../images/sys-panel.png);
}

.contact-us .column-content {
    height: 287px;
    width: 100%;
    background: #F3F8FF;
    padding: 10px 12px 10px 12px;
    border: 1px solid #ddd;
}
.column-content .line {
    height: 52px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.line .text-left {
	float:left;
	width: 115px;
	text-align: justify;
}
.line .text-left span {
	display: inline-block;
	padding-left: 100%;
}
.line .text-right {
	float:right;
	width: 159px;
	text-align: left;
}
.column-content .line:nth-child(7) .text-left,
.column-content .line:nth-child(7) .text-right{
	height: 60px;
}
.column-content .line:last-child .text-left{
	width: 95px;
}
.column-content .line:last-child .text-left:after{
	content: "：";
	position: relative;
    left: 100px;
    top: -30px;
}

/* .nav_main .nav_item :after{
	content: "";
    width: 1px;
    height: 47px;
    display: block;
    background: radial-gradient(#ffffff, rgba(255, 255, 255, 0.00));
    margin: -47px 0px 0px -2px;

} */
.nav_main .nav_item:first-child :after{
    display: none;
}
.linkimg{
    height: 124px;
    margin: 15px 12px 10px 14px;
}
.logo-line{
    top: -75px;
    left: 408px;
    position: relative;
    background: radial-gradient(#0873ee, rgba(255, 255, 255, 0.04));
    width: 2px;
    display: block;
    height: 43px;
}
.logo-text{
	top: 77px;
    left: 432px;
    position: absolute;
    display: block;
    width: 288px;
    height: 42px;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 7px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: Bold;
    text-align: left;
    color: #0873ee;
}
.selectUrl {
	width: 172px;
    height: 26px;
    font-size: 15px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    text-align: left;
    line-height: 22px;
    border-radius: 4px;
    border-color: #e7e7e7;
    margin-left: 75px;
}
.hs .ts:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    position: relative;
    top: 31px;
    left: 417px;
}
.hs .ts:before {
    background: url(../images/icon-cgrl.png);
}
.ts {
	position: relative;
    float: left;
    font-weight: 500;
    width: 100%;
    height: 23px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    color: #0D417E;
    line-height: 41px;
    text-align: center;
    padding-left: 13px;
    margin-left: -420px;
    top: -18px;
}
/* .btn_tab:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px;
} */

.tab_row .btn_tab1 {
	display: block;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin: 0 20px;
    float: left;
    position: relative;
    height: 45px;
    line-height: 48px;
    width: 50px;
}
/* .tab_row .btn_tab1:hover {
	color: #3976e9;
} */
.btn_tab1.active {
    color: #fff;
    font-weight: 600;
    z-index: 99;
    border-bottom: 2px solid #3592e7;
}
.btn_tab1.active:before {
    content: "";
    position: absolute;
    background: url(../images/title1.png);
    width: 140px;
    height: 36px;
    z-index: -1;
    margin-left: -20px;
    margin-top: 9px;
}
.btn_tab.active:before {
	content: "";
    position: absolute;
    background: url(../images/title1.png);
    width: 161px;
    height: 36px;
    background-size: cover;
    z-index: -1;
    margin-left: -28px;
    margin-top: 9px;
}
.box_title1.active:before {
	content: "";
    position: absolute;
    background: url(../images/title2.png);
    width: 250px;
    height: 41px;
    background-size: cover;
    z-index: 0;
    margin-left: 0px;
    margin-top: 4px;
}