




/* 清除内外边距 */
body{
	overflow-x: hidden;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
table,
figure {
	margin: 0;
	padding: 0;
	_background-image: url(about:blank);
	_background-attachment: fixed;
	letter-spacing: .8px;
	outline: none;
}



/* 设置默认字体 */

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑",sans-serif,"microsoft yahei";
}


i,em {
	font-style: inherit;
}


select{
	position:relative ;
}

option{
	display: block;
	padding: 0px 0;
}

/* 列表元素 */

ul,
ol,
li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}


/* a标签 */

a {
	/*transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.big img{
    transition: all 0.3s;
}

.big:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}


.font_over1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.font_over2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.font_over3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.unit-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}



.clear:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}


/*公共样式结束*/


/*通用样式*/

.d_site{
	
}

.bg_f8{
	background-color: #f8f8f8;
}

.site_auto{
	margin: 0 auto;
	width: 1240px;
	position: relative;
}

.site_nav{
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_l{
	float: left;
}

.f_r{
	float: right;
}

.font_12{
	font-size: 12px;
}

.font_13{
	font-size: 13px;
}

.font_14{
	font-size: 14px;
}

.font_16{
	font-size: 16px;
}

.font_18{
	font-size: 18px;
}

.font_20{
	font-size: 20px;
}

.font_24{
	font-size: 24px;
}

.font_32{
	font-size: 32px;
}

.h_line_24{
	line-height: 24px;
}

.h_line_32{
	line-height: 32px;
}

a{
	color: #333333;
}

.color_white{
	color: #fff;
}

.color_blue{
	color: #d0121b;
}

.color_blue1{
	color: #468df9;
}

.color_green{
	color: #15b5ae;
}

.color_yellow{
	color: #ed6b24;
}

.color_666{
	color: #666666;
}

a.color_666:hover{
	color: #d0121b;
}

.color_333{
	color: #333;
}

.color_bbb{
	color: #bbb;
}

.color_fff{
	color: #fff;
}

.font_wei{
	font-weight: bold;
}

.inline_bk{
	display: inline-block;
}

.mg_r_10{
	margin-right: 10px;
}


.mg_r_6{
	margin-right: 6px;
}

.mg_t_10{
	margin-top: 10px;
}

.mg_t_30{
	margin-top: 30px;
}

.mg_t_3{
	margin-top: 3px;
}

.mg_t_5{
	margin-top: 5px;
}

.mg_t_15{
	margin-top: 15px;
}

.mg_t_20{
	margin-top: 20px;
}

.mg_t_25{
	margin-top: 25px;
}

.mg_t_45{
	margin-top: 45px;
}

.mg_t_50{
	margin-top: 50px;
}

.mg_t_60{
	margin-top: 60px;
}

.p_t_25{
	padding-top: 25px;
}

.p_t_50{
	padding-top: 50px;
}

.p_b_30{
	padding-bottom: 30px;
}

.p_b_80{
	padding-bottom: 80px;
}

.icon{
	display: inline-block;
    background: url(../image/icons.png) no-repeat;
    vertical-align: middle;
    overflow: hidden;
}

/*通用样式结束*/



.infor_blk_com{
	width: 12px;
    height: 12px;
    background-position: 0px 0px;
}

.tel_blk_com{
	width: 9px;
    height: 12px;
    background-position: -12px 0px;
}




/*头部*/

.site_nav_li{
	position: relative;
    
}

.site_nav ul{
	height: 32px;
	margin-left: 24px;
}

.site_nav ul li{
	display: inline-block;
	float: left;
	margin-right: 4px;
}


.header_con{
	height: 100px;
	background-color: #FFFFFF;
	position: relative;
}

.box_shad{
	box-shadow: 0 0px 6px #E9E9E9;
}

.head_logo{
	padding-top: 24px;
	height: 52px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin-left: -7px;
}

.navs{
	
} 

.navs ul li{
	display: block;
	height: 100px;
	line-height: 100px;
	float: left;
	padding: 0 25px;
	cursor: pointer;
}

.navs ul li:last-child{
	padding-right: 0;
}

.navs ul li a{
	color: #333333;
	position: relative;
	display: block;
}

.navs ul li:hover a{
	color: #d0121b;
}

.navs ul li:hover a:after{
	position: absolute;
	left: 0;
	bottom: 30px;
	display: block;
	content: "";
	width:100%;
	height: 2px;
	background: #d0121b;
}

.navs ul li.act a{
	color: #d0121b;
}

.navs ul li.act a:after{
	position: absolute;
	left: 0;
	bottom: 30px;
	display: block;
	content: "";
	width:100%;
	height: 2px;
	background: #d0121b;
}

.navs ul li .submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0;
	padding: 0px 0;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
}

.navs ul li:hover .submenu{
	top: 100px;
	opacity: 1;
	padding: 30px 0;
	height: auto;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.submenu .site_auto{
	width: 1170px;
	padding: 0 35px;
}

.submenu_l{
	line-height: initial;
	cursor: initial;
}

.submenu_l:first-child{
	float: left;
	width: 45%;
}

.submenu_l:last-child{
	float: right;
	width: 45%;
	padding-left: 5%;
	border-left: 1px dashed #EEEEEE;
}


.submenu_l i{ 
    color: #d0121b;
    line-height: 32px;
    font-size: 14px;
    position: relative;
} 

.submenu_l i:after{
    position: absolute;
    right: -18px;
    top: 5px;
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    background: url(../image/icons.png) -46px -160px no-repeat;
}

.navs ul li ul{
	margin-top: 2px;
}

.navs ul li ul li{
    display: block;
    margin-right: 28px;
    height: 28px;
    line-height: 28px;
    float: left;
    padding: initial;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0;
}

.navs ul li:hover ul li a {
    color: #666666;
}

.navs ul li:hover ul li a:hover {
    color: #d0121b;
}

.navs ul li:hover ul li a:after {
    position: initial;
    left: initial;
    bottom: initial;
    display: initial;
    content: initial;
    width: initial;
    height: initial;
    background: initial;
}



#mnavh {
	display: none;
	margin: 26px 0 0 0;
	width: 16px;
	height: 24px;
	float: right;
	text-align: center;
	padding: 0 2% 0 0;
	right: 3%;
}


.navicon {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	background-color: #666;
	bottom: -8px;
	cursor: pointer;
}

.navicon:before,
.navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #666;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.navicon:before {
	margin-top: -8px;
}

.navicon:after {
	margin-top: 8px;
}

.open .navicon {
	background: none
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #666;
}




/*底部*/

.footer{
	background: #1f1f1f;
	padding: 50px 0 40px 0;
}



.f_com{
	width: 530px;
}

.f_com p{
	font-size: 13px;
	color: #858585;
	line-height: 26px;
}


.f_coop{
	width: 350px;
}

.f_coop h4{
	font-size: 16px;
	color: #FFFFFF;
}

.f_coop ul li{
	float: left;
	width: 33.33%;
	margin-top: 20px;
	height: 28px;
	line-height: 28px;
}

.f_coop ul li a{
	display: inline-block;
}

.f_coop ul li img{
	
}


.f_tel{
	width: 200px;
}


.f_tel em{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-align: right;
}

.f_tel i{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-top: 12px;
}

.f_tel a{
	font-size: 12px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 25px;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #d0121b;
	border-radius: 3px;
	float: right;
}

.f_tel_icon{
	width: 17px;
	height: 14px;
	background-position: -93px -74px;
	margin-right: 7px;
}


.menu_copy_wx{
	margin-top: 25px;
	padding-top: 35px;
	border-top: 1px solid #444;
}


.f_menu_copy{
	width: 67%;
	color: #FFFFFF;
}

.f_menu_copy a{
	color: #FFFFFF;
	margin-right: 20px;
	font-size: 14px;
}


.f_copy{
	margin-top: 25px;
	color: #858585;
	font-size: 12px;
	line-height: 20px;
}


.f_copy .copy_per{
	margin-top: 12px;
	color: #666666;
	font-size: 12px;
}

.f_copy .copy_per a{
	color: #666666;
	font-size: 12px;
}


.copy_gov{
	margin-top: 46px;
	color: #858585;
}

.copy_gov p{
	display: flex;
	line-height: 24px;
}

.copy_gov i{
	margin: 0 20px 0 10px; 
}


.f_wx{
	width: 130px;
	text-align: center;
}

.f_wx i{
	font-size: 13px;
	color: #ffffff;
	display: block;
	margin-top: 10px;
}


/*底部 end*/



.head-user{
	margin-right: 20px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}

.pos{
	display: block;
	position: relative;
}

.head-user:after{
	position: absolute;
	right: 0px;
	top: 7px;
	width: 1px;
	height: 16px;
	display: block;
	content: "";
	background: #ddd;
}

.head-user i{
	width: auto;
	height: 19px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 4px;
	display: inline-block;
	margin-right: 8px;
	float: left;
	border: 1px solid #ddd;
	background: #FFFFFF;
}

.head-user img{
	height: 19px;
	max-width: initial;
	
}

.head-user em{
	font-size: 12px;
	color: #666666;
	max-width: 80px;
	max-height: 30px;
	overflow: hidden;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	float: left;
	position: relative;
	line-height: 29px;
}

.head-user:before{
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	content: "";
	width: 11px;
	height: 6px;
	background: url(../image/user_jt.png) center top no-repeat;
}

.head-user:hover .user-list{
	height: 170px;
	padding-top: 8px;
	transition: all 0.3s;
}

.pos:hover .user-list{
	height: 170px;
	padding-top: 8px;
	transition: all 0.3s;
}


.pos .user-list{
	left: -20px;
}

.pos .user-list ul li a{
	padding-left: 20px;
}

.user-list{
	position: absolute;
	z-index: 9;
	top: 30px;
	left: 0;
	width: 130px;
	height: 0;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding-top: 0;
	transition: all 0.3s;
	overflow: hidden;
}

.user-list ul{
	margin-left: 0;
}

.user-list ul li{
	width: 100%;
	line-height: 32px;
	font-size: 14px;
}

.user-list ul li a{
	color: #999999;
	padding-left: 20px;
}

.user-list ul li a span{
	font-size: 12px;
	color: #d0121b;
}

.user-list ul li a:hover{
	color: #d0121b;
}



.c-check-box input[type=checkbox],.know-collect-list .news_item .k-n-check  input[type=checkbox] {
        cursor: pointer;
        position: relative;
        top: 1px;
    }

.c-check-box input[type=checkbox]::after,.know-collect-list .news_item .k-n-check input[type=checkbox]::after {
        position: absolute;
        top: 0;
        background-color: rgba(255,255,255,1);
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #999;
    }

.c-check-box input[type=checkbox]:checked::after,.know-collect-list .news_item .k-n-check input[type=checkbox]:checked::after {
        content: "";
        background-color: #d0121b;
        border-color: #d0121b;
    }

.c-check-box input[type=checkbox]:checked::before,.know-collect-list .news_item .k-n-check input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
}



.gotop{
	width: 56px;
	height: 56px;
	background: #333 url(../image/top.png) center center no-repeat;
}

.gotop:hover{
	background: #333 url(../image/top_a.png) center center no-repeat;
}





#goodcover {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 400px;
	height: 706px;
	background-color: #fff;
	padding: 24px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	text-align: right
}

.goodtxt{
	margin-top: -24px;
}

.claim-con .title{
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.claim-con .title h2{
	font-size: 18px;
	color: #333333;
}

.claim-con .title b{
	color: #d0121b;
}

.claim-type,.claim-contact{
	margin-bottom: 18px;
}

.claim-type i,.claim-tel i,.claim-contact i,.logo_upload i{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 16px;
	color: #333333;  
}

.claim-type span,.claim-tel span,.claim-contact span,.logo_upload span{
	font-size: 16px;
	color: #d0121b;
	font-weight: bold;
}

.claim-type select{
	width: 100%;
	height: 36px;
	border: 1px solid #e5e5e5;
	padding: 0 3%;
	font-size: 14px;
	color: #666;
	outline: initial;
	background: #F8F8F8;
}


.claim-contact .claimBtn,.claim-tel .claimTel,.claim-contact .txtpass{
	width: 94%;
	height: 36px;
	border: 1px solid #e5e5e5;
	padding: 0 3%;
	font-size: 14px;
	color: #666;
	outline: initial;
}


.claim-box{
	margin-top: 14px;
	margin-bottom: 16px;
}

.claim-box .Comple{
	width: 55%;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 0 3.5%;
	font-size: 14px;
	color: #333;
	float: left;
}


.claim-box .btn{
	float: right;
	width: 33.3%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d0121b;
	text-align: center;
	color: #d0121b;
	font-size: 14px;
	background: initial;
	cursor: pointer;
}



.claim-con .logo-upload-tp{
	overflow: hidden;
	margin-top: 12px;
	width: 100%;
	height: 160px;
	border: 1px solid #eeeeee;
	background: #f8f8f8 url(../image/bus_lic_bg.png) center center no-repeat;
	background-size: auto 100px;
	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;
	position: relative;
}


.claim-con .logo-upload-tp input{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	font-size: 0;
	background: initial;
	border: initial;
	margin-top: 0;
	cursor: pointer;
	color: initial;
	outline: initial;
	opacity: 0;
	z-index: 9;
}


.claim-con .logo-upload-tp .tp img{
	height: 200px;
}

.claim-con .logo-upload-tp .tp p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94%;
	padding: 7px 3% 7px 3%;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	line-height: 18px;
	font-size: 12px;
	z-index: 8;
	text-align: center;
}

.claim-con .logo-upload-tp .tp p i{
	display: block;
	color: #FFFFFF;
	font-size: 12px;
}
 

.claim-examine{
	margin-top: 20px;
}

.claim-examine a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background: #d0121b;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}





.error-404{
	text-align: center;
	padding: 240px 0;
}


.error-con h2{
	font-size: 28px;
	color: #333333;
	font-weight: initial;
}

.error-return{
	margin-top: 40px;
}

.error-return .return-home{
	height: 36px;
	line-height: 34px;
	background: #d0121b;
	display: inline-block;
	padding: 0 26px;
	margin: 0 10px;
	border-radius: 5px;
	color: #FFFFFF;
}

.error-return .return-back{
	height: 34px;
	line-height: 32px;
	border: 1px solid #d0121b;
	display: inline-block;
	padding: 0 24px;
	margin: 0 10px;
	border-radius: 5px;
	color: #d0121b;
}


.gicon-vip{
	float: left;
	display: block;
	width: 80px;
	height: 19px;
	background: url(../image/vip_but.png) center top no-repeat;
	margin-right: 12px;
	margin-top: 6px;
}

.gicon-vip:hover{
	background: url(../image/vip_but.png) center bottom no-repeat;
}




.p_t_40{
	padding-top: 40px;
}





.member-float{
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 999;
}

.member-float:hover .dialog{
	display: block;
}

.vip-recruit{
	background: url(../image/vip_recruit.gif) center center no-repeat;
	width: 80px;
	height: 74px;
	cursor: pointer;
}

.dialog{
	position: absolute;
	left: -264px;
	bottom: -10px;
	width: 272px;
	height: 218px;
	background: url(../image/vip_recruit_content.png) center left no-repeat;
	display: none;
}

.dialog-a{
	position: absolute;
	width: 272px;
	height: 218px;
}

.dialog .title{
	font-size: 16px;
	color: #c77f3e;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}

.vip-rec-but{
	position: absolute;left: 50%;bottom: 26px;transform: translateX(-50%);width: 96%;text-align: center;
}

.vip-rec-but .btns{
	width: 88px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #d0121b;
	border: 1px solid #D0121B;
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.vip-rec-but .btns:hover{
	background: #D0121B;
	color: #FFFFFF;
}

.vip-rec-but .btn{
	background: #D0121B;
	color: #FFFFFF;
	width: 88px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border: 1px solid #D0121B;
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.vip-rec-but .btn:hover{
	background: #e5212b;
}





.tender-adver{
	position: fixed;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,.72);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.tender-adver.tender-adver-dis{
	bottom: 0px;
}


.tender-adver .site_auto{
	display: flex;
}

.tender-adver .title{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	line-height: 80px;
	margin-left: 12%;
	position: relative;
}

.tender-adver .title p{
	position: relative;
	z-index: 9;
}

.tender-adver .title p a{
	color: #ffffff;
}

/*.tender-adver .title:after{
	display: block;
	width: 100%;
	height: 6px;
	content: "";
	background: #D0121B;
	position: absolute;
	left: 0;
	bottom: 22px;
	z-index: 1;
}*/

.ten-adv-but{
	margin-top: 22px;
	margin-left: 8%;
}

.ten-adv-but a{
	display: inline-block;
	background: olive linear-gradient(to right, rgba(255,90,18,1), rgba(224,25,34,1));
    background-color: #e01922;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    color: #FFF;
    font-weight: bold;
}


.ten-adv-dis{
	width: 20px;
	height: 20px;
	background: url(../image/ten_adv_dis.png) center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}


.union-float{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 999;
}