html,
body,
h1 {
	margin: 0;
	padding: 0;
	font-size: initial !important;
	
}

body {
	font-family: "Microsoft YaHei", sans-serif;
}
body{
	    background: #fffbf3 url(../images/bg3.jpg) no-repeat center top !important;
	    background-size: 100% !important;
	    width: 100%;
}
ul,
li,
p {
	list-style: none;
}

input,
textarea {
	font-family: inherit;
}

textarea,
input[type=text],
input[type=password] {
	color: #0c0c0c;
	font-size: 16px;
	outline: none;
	-webkit-box-shadow: 0 0 0 1000px white inset;
	text-indent: 8px;
}

img {
	border: none;
	outline: none;
}

textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
	-webkit-appearance: none;
	box-shadow: 0 0 1000px #fff inset;
	-webkit-box-shadow: 0 0 1000px #fff inset;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 0 1000px white inset;
	text-indent: 8px;
}

.icon_name input.cmsName[type=text] {
	font-size: 15px;
}

/****/

textarea::-moz-input-placeholder,
input[type=text]::-moz-input-placeholder,
input[type=password]::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
	text-indent: 8px;
}

textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=password]::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.w1200 {
 width: 62.5%;
 margin: 0 auto;
 overflow: unset;
 /* min-width: 62.5%; */
 max-width: 1050px;
}

.w60 {
	width: 60% !important;
}

.redborder {
	border: 1px solid red;
}

.m_t_300 {
	margin-top: 300px;
}

.m_t_245 {
	margin-top: 245px;
}

.m_t_310 {
	margin-top: 310px;
}

.m_t_350 {
	margin-top: 350px;
}

.m_t_150 {
	margin-top: 150px;
}

.t-c {
	text-align: center;
}

#box_radio .active,
#orgtype_radio .active {
	color: #EF6E21 !important;
}

.m20 {
	margin: 20px;
}

/* 弹性盒子布局 */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* 暂无数据 */

.noData {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.noData p {
	line-height: 1.6;
	font-size: 16px;
	color: #1368BC;
	margin: 10px 0;
}

/* 短提示 */
.shortTips,
.loading {
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
}

.shortTips {
	min-width: 150px;
	max-width: 200px;
	min-height: 30px;
	line-height: 24px;
}

.loading {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, 0.5) url('../images/loading.gif') center center no-repeat;
	background-size: 50px auto;
	;
}


/******* 注册LIST ******/
#box_radio,
#orgtype_radio,
#orgtype_radio_zzsb {
	width: 650px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin-bottom: 24px;
}

#box_radio li,
#orgtype_radio li,
#orgtype_radio_zzsb li {
	float: left;
	margin: 0 10px 0 0;
}

#box_radio li label,
#orgtype_radio li label,
#orgtype_radio_zzsb li label {
	position: relative;
	color: #666;
	cursor: pointer;
	align-items: center;
	display: flex;
	display: -webkit-flex;
}

#box_radio li label input,
#orgtype_radio li label input,
#orgtype_radio_zzsb li label input {
	margin-right: 10px;
	opacity: 0;
}

/*
#box_radio li label p{position:absolute;width:13px;height:13px;}
#box_radio li label span{position:absolute;width;9px;height:9px;border-radius:50%;background-color:#f08137;}
*/

#box_radio p,
#orgtype_radio p,
#orgtype_radio_zzsb p {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px #dedede solid;
	border-radius: 50%;
	display: block;
	top: 4px;
	left: 3px;
	margin: 0 auto;
	background: #fff;
}

#box_radio .active p,
#orgtype_radio .active p,
#orgtype_radio_zzsb .active p {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px #EF6E21 solid;
	border-radius: 50%;
	display: block;
	top: 4px;
	left: 3px;
	margin: 0 auto;
	background: #fff;
}

#box .custom-select {
	display: inline-block;
	position: absolute;
	margin-top: -1px;
	border-left: none !important;
	border-right: none !important;
}

.icon_nature .custom-select,
.icon_job .custom-select {
	height: 48px !important;
}

#box_radio .active span,
#orgtype_radio .active span,
#orgtype_radio_zzsb .active span {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EF6E21;
	left: 7px;
	top: 8px;

}

#box dl {
	width: 650px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

#box dl dd {
	border: 1px solid #d9d9d9;
	margin: 10px 0 24px 0;
	height: auto;
	/* line-height: 45px; */
	padding-left: 50px;
	position: relative;
	background-size: 20px;
	border-radius: 2px;
}

#box dl dt {
	color: #666;
}

#box dl dt span {
	color: #ccc;
}

.icon_select_pt:after {
	content: '';
	background: url(../images/open-arrow.png) no-repeat;
	position: absolute;
	left: 50px;
	top: -7px;
	width: 20px;
	height: 20px;
}

#box dl dd p {
	float: right;
	width: 30%;
	height: 42px;
	padding: 0;
	margin: 0 auto;
	border: #fff 1px solid;
	border-left: 1px solid #ccc;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 9;
}

#box dl dd button {
	width: 170px;
	float: right;
	height: 42px;
	border: 1px solid #ef6e21;
	outline: none;
	background-color: #fff;
	color: #ef6e21;
	cursor: pointer;
	font-size: 16px;
}


#box {
	width: 650px;
	clear: both;
	margin: 0 auto;
	/*overflow:hidden;*/
}

#box div dl dd input {
	height: 48px;
	vertical-align: top;
	border: none;
	width: 99%;
	border-radius: 2px;
	/* -webkit-text-fill-color: rgba(0, 0, 0, 0.4); */
}

#box .submit-btn {
	margin: 20px auto;
	width: 300px;
	color: #fff;
	height: 40px;
	background: #ef6e21;
	border: none;
	cursor: pointer;
	font-size: 16px;
	display: block;
	border-radius: 5px;
}

#box .cmsCode {
	width: 57%;
	height: 40px;
}

.to-login {
	text-align: center;
	padding-bottom: 100px;
	font-size: 16px;
}

.icon_card {
	background: url(../images/icon_card.png) 15px no-repeat;
}

.icon_name {
	background: url(../images/icon_name.png) 15px no-repeat;
}

.icon_phone {
	background: url(../images/icon-phone.png) 15px no-repeat;
}

.icon_key {
	background: url(../images/icon_key.png) 15px no-repeat;
}

.icon_pass {
	background: url(../images/icon_pass.png) 15px no-repeat;
}

.icon_address {
	background: url(../images/icon_address.png) 15px 15px no-repeat;
}

.icon_birthday {
	background: url(../images/icon-birthday.png) 15px 15px no-repeat;
}

.icon_company {
	background: url(../images/icon-company.png) 15px 15px no-repeat;
}

.icon_edu {
	background: url(../images/icon-edu.png) 15px 15px no-repeat;
}

.icon_state {
	background: url(../images/icon-state.png) 15px 15px no-repeat;
}

.icon_sex {
	background: url(../images/icon-sex.png) 15px 15px no-repeat;
}

.icon_age {
	background: url(../images/iocn-age.png) 15px 15px no-repeat;
}

.icon_nature {
	background: url(../images/icon-danweixingzhi.png) 15px 15px no-repeat;
}

.icon_zhuanye {
	background: url(../images/icon-zhuanye.png) 15px 15px no-repeat;
}

.icon_job {
	background: url(../images/icon-job.png) 15px 15px no-repeat;
}

.icon_position {
	background: url(../images/icon-gangwei.png) 15px 15px no-repeat;
}

.icon_key input {
	height: 40px !important;
}


.icon_address textarea {
	width: 99%;
	height: 60px;
	border: none;
	padding: 15px 0;
	font-size: 16px;
	resize: none;
}




#cmsNameNum,
#cmsphoneNum,
#OrgName,
#GroupName,
#cmspzzhoneNum,
#cmsphoneZztjNum {
	position: absolute;
	right: 10px;
	color: rgba(0, 0, 0, 0.4);
	bottom: 12px;
}

#titleNum {
	float: right;
	margin-right: 10px;
	margin-top: -15px;
	color: rgba(0, 0, 0, 0.4);
	line-height: 1;
	position: absolute;
	bottom: 5px;
	right: 0;

}

/*** 上传 ***/
.a-upload input {
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.a-upload {
	position: relative;
	color: #fff;
	width: 180px;
	height: 32px;
	background: #EF6E21 url(../images/icon_upload.png) 10px no-repeat;
	background-size: 10%;
	border-radius: 4px;
	float: left;
	text-align: center;
	line-height: 32px;
	padding-left: 10px;
	cursor: pointer;
}

#box_zztj dl dt {
	/* background: #F8F8F8; */
	width: 650px;
	height: auto;
	overflow: hidden;
	position: relative;
}

#box_zztj dl dt p {
	width: auto;
	height: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #9197AD;
	text-align: left;
	margin: 0;
	padding-left: 20px;
	float: left;
}

#box_zztj dl dt span {
	clear: both;
	/*float: left;*/
	margin-top: 10px;
}

#box_zztj dl dt span.showFileName {
	/* background: url(../images/icon_hxz.png) left no-repeat; */
	/* background-size: 10%; */
	/* padding-left: 25px; */
	/* display: inline-flex!important; */
	cursor: pointer;
	height: 22px;
}




/*******登录*******/
.div_login {
	overflow: hidden;
	width: 72%;
	margin: 0 auto;
	/* padding-left: 150px; */
	max-width: 720px;
	margin: 0px auto;
	padding-left: 0px;
}

ul.div_login {}

.div_login li {
	width: 100%;
	float: left;
	margin-top: 24px;
}

.div_login li .tips,.div_login>.tips,
.org_reset .tips {
	color: #ccc;
	margin-bottom: 10px;
}

.div_login li .tips>label,.div_login>.tips>label,
.org_reset .tips>label {
	color: #666;
}

.div_login p.paperwork {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}

.div_login p.inputsub {
	/* padding: 5px; */
	padding-left:7%;
	height: 38px;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	FLOAT: LEFT;
	box-sizing: border-box;
}

.div_login p.account {
	background: url(../images/icon_phone.png) 10px no-repeat;
	background-size: 14px;
}
.div_login p.name{
	background: url(../images/name.png) 10px no-repeat;
	background-size: 14px;
}
.div_login p.zzmc{
	background: url(../images/zzmc.png) 10px no-repeat;
	background-size: 16px;
}
.div_login p.pass {
	background: url(../images/icon_pass.png) 10px no-repeat;
	background-size: 20px;
}

.inputsub input {
	width: 99%;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	outline: none;
	border: none;
}

.div_login p.inpucode {
	padding: 5px;
	padding-left: 50px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 51%;
	float: left;
}

.div_login p.inpucode input {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	outline: none;
	border: none;
}

.div_login p.inpucode img {
	width: 90px;
	height: 30px;
	outline: none;
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}

.loginsub {
	/* text-align:center; */
	margin: 0 auto;
	/* margin-left: 180px; */
	text-align: center;
	margin-top: 22px;
}

.loginsub button {
	width: 191px;
	height: 40px;
	/* background: #EF6E21; */
	color: #636363;
	outline: none;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	margin: 0px 23px;
}

.loginsub button:hover {
	background: #EF6E21;
	color: white;
}
.loginsub button.on{
	background: #EF6E21;
	color:white;
}

.loginsub a {
	margin: 6px;
	color: #000;
	text-decoration: none;
}



.div_gosub {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	z-index: 9;
}

.div_gosub .close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #FFFFFF;
	font-size: 36px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
}

.org_main h3,
.org_reset h3 {
	position: relative;
}

/* .org_main h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    /* left: 50%; */
/*   width: 102px;
    height: 20px;
    opacity: 0.19;
    background-image: linear-gradient(270deg, rgba(247,178,89,0.00) 0%, #ED7A2D 67%);
    z-index: 0;
    margin-left: -66px;
} */

/*.org_reset h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    /* left: 50%; */
/* width: 150px;
    height: 20px;
    opacity: 0.19;
    background-image: linear-gradient(270deg, rgba(247,178,89,0.00) 0%, #ED7A2D 67%);
    z-index: 0;
    margin-left: -130px; */
/* } */




#cmsState i,
#cmsEdu i,
#cmsCareer i,
#cmsNature i,
#cmsAge i,
#cmsSex i {
	background: url(../images/icon_down.png) center no-repeat;
}

#box div dl .icon_zhuanye:after,
#box div dl .icon_nature:after,
#box div dl .icon_job:after {
	content: '';
	background: url(../images/icon_down.png) center no-repeat;
	right: 20px;
	top: 20px;
	position: absolute;
	width: 10px;
	height: 10px;
}

.footer {
	text-align: center;
	padding: 30px 0;
	color: #727272;
}




#box_radio li>input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

#box_radio li>input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}

#box_radio li>input[type="radio"]:checked+label::before {
	background-color: #F78336;
	border: 1px solid #F78336;
	background-clip: content-box;
	padding: 3px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
}

.icon_birthday .datepicker::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 19px;
	width: 12px;
	height: 6px;
}

.goHome {
	padding: 30px 10px 0 0;
	position: absolute;
	z-index: 2;
	right: 10.75%;
	color: #053877;
	/* min-width: 1200px; */
	text-align: right;
	/* left: -600px; */
	/* margin-left: 50%; */
	top: 3%;
}
.goHome>span{
	position: relative;
	top: -3px;
	margin-left: 10px;
}
.goHome>span>a{
	font-size:20px;
}
.goHome>span>a img{
	position: relative;
	top: 6px;
}
.goHome .icon {
    margin-right: 5px;
    position: relative;
    top: 3px;
    width:28px;
    vertical-align: initial;
}

.goHome a {
	color: #053877;
	font-size: 28px;
	text-decoration: none;
}


/*** 下拉 背景 ***/

.combox-box {
	width: 160px;
	height: 24px;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
	font-size: 14px;
	padding: 0;
	white-space: nowrap;
}

/* .combox-box:hover { */
/* border-color: rgb(0, 185, 122); */
/* } */

/* .combox-box:focus { */
/* border-color: rgb(0, 185, 122); */
/* box-shadow: 0px 1px 6px rgba(0, 185, 122, 0.32); */
/* } */

.combox-warpper {
	z-index: 101;
	display: none;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	overflow: hidden;
}

.combox-warpper ul {
	height: auto;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	outline: none;
	padding: 0;
	margin: 0;
}

.combox-warpper .search-check {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0px 2px;
	border: 1px solid rgba(211, 223, 225, 1)
}

.combox-warpper.active {
	display: block;
}

.combox-warpper {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 222, 228, 1);
	box-shadow: 0px 2px 4px rgba(0, 28, 41, 0.08);
}

.combox-warpper li {
	cursor: pointer;
	clear: both;
	line-height: 46px;
	white-space: nowrap;
	padding: 2px 4px;
	padding-left: 8px;
	margin: 0;
	font-size: 16px;
}

.combox-warpper li:hover {
	background: #ededed
}

.combox-warpper li.checked {
	background: #ededed
}


.check-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
}

.check-icon::before {
	content: "\f096";
}

.checked .check-icon::before {
	content: "\f14a";
}

/*****/


.icon_select_pt input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.icon_select_pt input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}

.icon_select_pt input[type="radio"]:checked+label::before {
	background-color: #F78336;
	border: 1px solid #F78336;
	background-clip: content-box;
	padding: 3px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
}

.icon_select_pt label {
	cursor: pointer;
}

.w-e-toolbar .w-e-menu .w-e-icon-image,
.w-e-toolbar .w-e-menu .w-e-icon-play,
.w-e-toolbar .w-e-menu:hover .w-e-icon-image,
.w-e-toolbar .w-e-menu:hover .w-e-icon-play {
	color: #F78336;
}




/******* 多选下拉 *******/
.hidden {
	display: none !important;
}

.selectPickerWrapper * {
	box-sizing: border-box;
}

.selectPickerWrapper {
	width: 597px;
	height: 48px;
	position: absolute;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 0px;
	background: rgb(255, 255, 255);
	outline: none;
	border: none;
}

.select-picker-search {
	width: 597px;
	height: 46px;
	position: absolute;
	border-radius: 0px;
	background: rgb(255, 255, 255);
}

.select-picker-search-checked {
	position: relative;
	width: 597px;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 0;
	padding-left: 8px;
	cursor: pointer;
}

.select-picker-search-checked span {
	color: rgb(0, 0, 0, 0.4);
}

.select-picker-search-checked:after {
	border: 5px solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	top: 12.2px;
	/*border-top: 8px solid #666;*/
	right: 0;
}

.select-picker-options-wrp {
	display: none;
	width: 597px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 999;
	overflow-y: auto;
	height: 300px;
}

.select-picker-options-serch input {
	width: 160px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 12px 0 0 10px;
	padding-left: 8px;
}

.select-picker-options-serch input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.select-picker-options-list {
	width: 100%;
	padding: 8px 0;
}

.select-picker-options-list-item {
	width: 100%;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	color: #0c0c0c;
}

.select-picker-options-list-item.checked,
.select-picker-options-list-item:hover {
	background: #ebf1f5;
}

.duihao {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: translateY(4px);
	margin-right: 6px;
}

.duihao-checked {
	background: #ef6e21;
	position: relative;
	display: none;
}

.duihao-checked:before,
.duihao-checked::after {
	content: "";
	height: 10px;
	width: 2px;
	border-radius: 10px;
	display: block;
	background: white;
	position: absolute;
	top: 4px;
	left: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.duihao-checked::before {
	height: 6px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 5px;
}

.duihao-nocheck {
	border: 1px solid #ddd;
	display: none;
}

/* IE10 删除input后面的叉 */
input::-ms-clear,
input::-ms-reveal {
	display: none;
}


/* 2025-5-29 */
.logo {
	display: block;
	margin: 32px 0px;
	padding-bottom: 70px;
	padding-top: 43px;
	min-height: 122px;
	/* min-width: 1200px; */
}
.div_login_box{
	padding-bottom:4%;
	margin-bottom:4%;
}
.logo img {
	position: relative;
	left: 9%;
}
.type_c{
	margin-top:20px;
}
.type_c label{
	cursor: pointer;
}
.wj{
	position: relative;
	top:2px;
	margin:0px 10px;
}
.tips a{
	color:#ccc;
}
.change_nav{
	padding:4% 0px;
	text-align: center;
	font-size:28px;
	padding-bottom:0px;
}
.change_nav span{
	display: inline-block;
	margin:0px 5%;
	color:#484747;
	cursor: pointer;
}
.change_nav span.on{
	font-weight: bold;
}
.box_cc{
	padding-left: 6%;
}
.box_cc dl{
	background:#f3f3f3;
	padding: 2% 3%;
	position: relative;
	margin-bottom:4%;
}
.box_cc dl:before{
	content:"";
	display:inline-block;
	width: 24%;
	height: 24%;
	background:url(../images/ty.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top:-6px;
	left: -17.5%;
	z-index: 111;
}
.box_cc dl::after{
	content: "";
	display:block;
	position: absolute;
	width:2px;
	top:0px;
	bottom: -24px;
	background:url(../images/zx.png) repeat-y center center;
	left: -5.5%;
}
.box_cc dl dd{
	margin-left:0px;
	font-size:16px;
	color:#262626;
	padding:10px 0px;
}
.box_cc dl dd font{
	color:#6d6d6d;
}
.box_cc dl dd font::after{
	content: "";
	display:inline-block;
	width:1px;
	height: 15px;
	background:#6d6d6d;
	position: relative;
	margin: 0px 15px;
	top: 3px;
}
.box_cc>ul{
	padding-left:0px;
	font-size:16px;
}
.box_cc>ul li span{
	color: #828282;
}
.box_cc>ul li span a{
	color: #828282;
}
@media all and (max-width:1245px){
	.w1200{
		width:73%;
		margin:0px auto;
	}
	.logo img{
			
	width: 23%;
			
	left: 3%;
		}
		.goHome .icon {
		    top: 4px;
		    width: 28px;
		}
		.goHome a{
			font-size: 24px;
		}
		.div_login p.inputsub {
			padding-left:12%;
		}
}

@media all and (max-width:1100px){
	html,body{
		min-width:900px;
		overflow-x: hidden;
	}
	.w1200{
		width:88%;
	}
	
	.logo img{
		
width: 19%;
		
left: 3%;
	}
	.logo{
		min-height: 14vw;
		padding:0px;
		/* line-height: 18vw; */
		margin-top: 7%;
	}
	.goHome a{
		font-size:22px;
	}
	
	.goHome .icon {
	    top: 3px;
	    width: 26px;
	}
	.goHome{
		right:3%;
	}
	.wrap_box{
		min-height:500px;
	}
	.goHome>span{
		top:-1px;
	}
}