body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", arial;
	font-size: 14px;
	/* background: #f0f2f5 !important; */
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
}

a {
	color: #000;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.container{
	padding: 0 !important;
	width: 1200px;
}

/* 最上层 */
.topwrap{
    
    background: #FFFFFF;
}
.topwrap .pull-right .item{
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.topwrap .pull-right .item img{
	margin-right: 5px;
}

.topwrap .login_y a{
	color: #222222;
	margin-right: 10px;
}

.topwrap .flexbox{
	/*height: 100px;*/
	padding: 15px 0;
}

.flexbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexbox .ltit{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    font-family: PingFangSC-Medium, PingFang SC;
}

.flexbox a{
    /*color: #227CD9;*/
}

.flexbox .fa-question-circle{
    margin-left: 16px;
}

.flexbox button{
    width: 60px;
    height: 28px;
    line-height: 25px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    border: 1px solid #D3D2D2;
    color: #222222;
}

/* banner */
.banner img{
    width: 100%;
}

/* 导航菜单 */
#navbox .nav-sumbox{min-width: 100px;display: none; z-index: 99999; background: #fff;padding: 15px 0; position: absolute;top: 60px;box-shadow: rgba(0,0,0,.2) 0 5px 15px;}
#navbox .nav-sumbox a{width:100%;height: 40px;line-height: 40px;font-size: 16px;display: block;text-align: center;color:#222}
#navbox .nav-sumbox a:hover{color: #002e97;}
.navwrap{
    height: 50px;
    background: rgb(35,99,235);
}

.navwrap .container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.navwrap img{
	display: block;
	height: 38px;
}

.navwrap .pull-right{
    margin-bottom: 0;
	align-items: center;
}

.navwrap .title {
	line-height: 60px;
	font-size: 30px;
}

.navwrap ul li {
	line-height: 50px;
	font-size: 16px;
	flex-shrink: 0;
}

.navwrap ul{
	display: flex;
}


.navwrap ul li a {
	/*padding: 0 30px;*/
	padding: 0 44px;
	color: #fff;
	display: block;
}

.navwrap ul li a:hover {
	/*background: rgba(0, 0, 0, .2);*/
	text-decoration: none;
}

.navwrap ul li a.actived {
	background: rgba(0, 0, 0, .2);
	text-decoration: none;
}

.navwrap ul li:hover .nav-sumbox{
    display: block!important;
}

.homenav li{position: relative;}
.homenav .nav-sumbox{top:50px!important;}

/* 内容部分 */
.pagewrap{
    margin-top:30px;
}

/* 什么是创新券 */
.home-about {
	width: 695px;
	height: 275px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D6D9;
    position: relative;
}

.home-about.box {
	padding: 0;
}

.home-about .icon-gril {
	position: absolute;
	left: 140px;
	top: -20px;
}
.home-about .icon-gril img{width: 75%}

.home-about .box-title {
	margin-bottom: 0;
	width: 100%;
	height: 40px;
	background: url(../img/sq.png) no-repeat center center;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}

.home-about .box-title b {
	margin: 0 auto;
}

.home-about .box-body {
	padding: 18px 30px;
}

.home-about .box-body p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.home-about .box-body .btnbox {
	padding-top: 13px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-about .box-body .btnbox a {
    text-align: center;
	width: 100px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 23px;
    border: 1px solid #227CD9;
	color:rgb(65,115,176);
}

.home-about .box-body .btnbox a:hover {
	text-decoration: none;
	background: #227cd9;
	color: #fff;
}

/* 政策新闻 */
.home-news{
    margin-left: 28px;
    width: 476px;
    height: 275px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D6D9;
    padding: 20px 28px;
}
/* 通用样式 */
.box-title{
    align-items: center;
}

.box-title p{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.home-news .box-body{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
	height: 200px;
}

.home-news .box-body li{
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.home-news .box-body li a{
    display: block;
    max-width: 280px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;    
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.totalbox{
	padding: 0 30px;
    margin-top: 30px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D6D9;
    align-items: center;
}

.totalbox li{
    display: flex;
    flex-direction: column;
	align-items: center;
}

.totalbox li h1{
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
	padding: 15px 0 10px;
	text-align: center;
}

.totalbox li p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
}

/* 交易动态、常见问题 */
.wbox{
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D3D6D9;
    box-sizing: border-box;
    margin-top: 30px;
}

.mt20{
	margin-top: 20px;
}

.wbox .box-half{
	height: 385px;
}



.wbox.flex{
	padding: 0 30px;
}

.wbox .line{
	width: 1px;
	background-color: #D3D6D9;
	margin: 10px 0;
}


.wbox .box-title{
    height: 80px;
}

.wbox .success-list li{
    height: 40px;
}

.wbox .help-list li{
    height: 40px;
}

.wbox .help-list li a{
	color: #666666;
}

.wbox .help-list img{
	margin-right: 14px;
}

/* 热门产品 */
.boxwrap{
    background: #FFFFFF;
    border-radius: 3px;
}

.boxwrap .itemlist{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.boxwrap .itemlist .item{
    width: 25%;
    margin: 8px;
    border: 1px solid #eee;
}

.boxwrap .itemlist .item:hover{
    border: 1px solid #DE3854;
}

/* 用券企业、服务单位 */
.wbox .nav li{
    width: 50%;
}

.wbox .nav li a{
    border: 0;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    background: #ABBDD0;
    border-radius: 0;
    text-align: center;
	margin-right: 0;
}
.wbox .nav-tabs>li.active>a, 
.wbox .nav-tabs>li.active>a:focus, 
.wbox .nav-tabs>li.active>a:hover{
	background-color: #C1A470 !important;
	border: none !important;
	color: #fff !important;
}
.wbox .nav-tabs>li a:hover{
	background-color: #ABBDD0 !important;
	border: none !important;
	color: #fff !important;
}

.wbox .nav .active a{
    background: #C1A470;
    border: none;
    border-radius: 0;
    color: #fff;
}

.wbox .tab-pane{
    height: 260px;
    background: #FFFFFF;
    border-radius: 3px;
}

.wbox .flexbox{
	align-items: center;
	padding: 60px;
}

.wbox .flexbox .item{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wbox .flexbox .arrow{
	margin-bottom: 65px;
}

.wbox .flexbox i{
	color: #ccc;
	font-size: 30px;
}

.wbox .flexbox .item img{
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.wbox .flexbox .item p{
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #222222;
	margin-top: 35px;
}

/* 热门产品 */

.graywrap{
	background: #f5f5f5;
	width: 100%;
	margin-top: 30px;
}

.graywrap .box{
	background: #FFFFFF;
	border-radius: 3px;
	margin-top: 30px;
	padding: 0 30px;
}


.graywrap h4{    margin-top: 10px;
	margin-bottom: 10px;
}

.graywrap p{
	margin: 0 0 10px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-tabs.nav-tabs {
	border: none;
	height: 70px;
}

.item-tabs.nav-tabs>li {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 30px;
	position: relative;
}

.item-tabs.nav-tabs>li>a {
	color: #666;
	height: 100%;
	line-height: 70px;
	border: none;
	cursor: pointer;
	font-size: 24px;
	padding: 0;
}

.item-tabs.nav-tabs>li.active>a,
.item-tabs.nav-tabs>li.active>a:hover,
.item-tabs.nav-tabs>li.active>a:focus {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background: transparent;
}

.item-tabs.nav>li>a:hover,
.item-tabs.nav>li>a:focus {
	color: #000;
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background: transparent;
}

.item-tabs.nav-tabs>li>a:hover {
	border: none;
}

.itemlist{
	margin-top: 10px;
}

.itemlist .item {
	width: calc(100% / 4 - 15px);
	background: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	border: #f5f5f5 solid 1px;
}

.itemlist .item:hover {
	text-decoration: none;
	border: #f00 solid 1px;
}

.itemlist .item:nth-of-type(4n) {
	margin-right: 0;
}

.itemlist .item .pic {
	width: 100%;
	height: 210px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}

.itemlist .item .pic:before {
	content: "";
	display: block;
	padding-top: 75%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.itemlist .item .pic img {
	max-width: 100%;
	max-height: 201px;
	object-fit: cover;
}

.itemlist .item .info {
	padding: 10px;
}

.rightside .itemlist .item .info {
	padding: 10px 0;
}

.itemlist .moreinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemlist .moreinfo .pr{
	font-size: 14px;
	color: #f22121;
	width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.itemlist .moreinfo .br, .serviceNum p{
	font-size: 12px;
	color: #666;
}

.itemlist .moreinfo .br b,
.serviceNum p b{
	color: #222;
	margin-left: 5px;
	font-weight: 400;
}


.itemlist .item .info h4 a{
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 14px;
	color: #222;
}

.itemlist .item .info p a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}


/* 底部 */
.footerwrap {
	padding: 50px;
	background: #2e3954;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footerwrap p~p {
	margin-top: 5px;
}

.footerwrap p span {
	margin: 0 5px;
}

.footerwrap a {
	color: #fff;
}

.success-list{
	margin: 0px -20px;
}

.success-list li{
	float: left;
	display: flex;
	justify-content: space-between;
	width: 50%;
	padding: 0 20px ;
}

.showMoreNum{max-width:30px; font-style: normal; display: inline-block}

.listdisplay .graywrap:last-child{
	margin-top: 0px
}
.listdisplay .graywrap:last-child .box{
	margin-bottom: 30px;
}




.left_gg{
	position:fixed;
	left: 10px;
	bottom:70px;
}

.left_gg .ti-close{
	position: absolute;
	top:-23px;
	right:-10px;
	font-size: 24px;
	cursor: pointer;
}
.gotopbox{width: 50px;position: fixed;right: 0;top: 60%; z-index: 1;}
.gotopbox ul li{margin-bottom:10px }

.gotopbox .ewm{width: 140px; text-align: center; background: #fff;border: #ddd solid 1px; padding-bottom: 10px; position: absolute;bottom:67px;right: 60px;display: none;}
.gotopbox .ewm.active {display: block;}
.gotopbox .ewm span{font-size: 12px;margin: 0;}



.source-title{ display: flex; align-items: center; justify-content: space-between}
.source-title a:first-child{width: 80%; overflow: hidden; padding-right: 20px; text-overflow: ellipsis; white-space: nowrap;}
.source-title a:last-child{width: 20%;}
.yuyue-btn img{ margin-right: 5px}

@media screen and (max-width: 1366px) {
	.left_gg{display: none}
}


.cxqicon {
	background: url(../img/cxqicon.png);
	width: 28px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
}