*{margin: 0px auto;padding: 0px auto;font-family: 'Microsoft YaHei','微软雅黑';}
html,body{width: 100%;height: 100%;}
ul{padding: 0px;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;}
h1,h2,h3,h4,h5{line-height: 1;}
h3,h4,h5{font-weight: normal;}
input, select, button {outline: none;}
.dis{display:block;}
.undis{display:none;}
.txtred{color:#c00;}
.txtgray{color:#999;}

.btn-blue,.btn-dark,.btn-orange,.btn-green{display:inline-block;padding:0 50px;height: 45px;line-height:45px;margin:0 20px;color: #fff;font-size: 15px;border: none;outline: none;border-radius: 5px;cursor: pointer;}
.btn-blue{background: #055db1;}
.btn-dark{background: #bbb;}
.btn-orange{background: #f59100;}
.btn-green{background:#42835b;}

a.linkblue:link,a.linkblue:visited{color:#055db1;text-decoration: none;}
a.linkblue:hover,a.linkblue:active{color:#bf1628;text-decoration: none;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.container{
	width: 1200px;
}
.fixed{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.header{
	height: 140px;
	background:#fff ;
	background:url(../images/bg.jpg) no-repeat;
	background-size:cover;
	background-position:center top;
}
.header .logo{float:left;margin-top:-10px;}
.header .logo img{float:left;width:75px;}
.header .logo p{float:left;margin:5px 0 0 15px;}
.header .logo p strong{display:block;font-size:28px;color:#0d337f;}
.header .logo p span{color:#555;font-size:13px;font-weight:bold;}
.menu a{
	display: block;
	box-sizing: border-box;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 14px;
	float: left;
	margin-left: 15px;
	transition: .3s;
}
.menu a img{
	float: left;
	margin: 9px 8px 0px 18px;
}
.menu a:first-child{
    background: #055db1;
    color: #fff;
}
.menu a:last-child{
    color: #055db1;
    border: 1px #055db1 solid;
    background: #fff;
}
.menu a:hover{
	box-shadow: 0 .2rem 1rem rgba(0,0,0,.4);
	transform: translateY(-2px);
}
.menu{
	float: right;
	margin-top: 50px;
}
.nav{
	height: 50px;
	background: #055db1;
}
.nav ul li.on,.nav ul li:hover{
	background: #207acf;
	color: #fff;
}
.nav ul li{
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
}
.nav ul li>a{
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.two{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	padding: 10px 0px;
	display: none;
}
.two p{
	font-size: 14px;
	line-height: 34px;
}
.two p a{
	color: #656565;
	display: block;
}
.two p a:hover{
	color: #055db1;
}




.bg{
	width: 100%;
	background: #f7f7f7;
	padding: 30px 0px;
}
.zy2l{
	width: 794px;
	float: left;
}
.zy2lr{
	width: 480px;
	height: 300px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #efefef solid;
	border-left: none;
	float: right;
	padding: 20px 26px;
}
.zy2lrb{
	border-bottom: 1px #f1f1f1 solid;
}
.zy2lrb h2{
	font-size: 22px;
	line-height: 30px;
}
.zy2lrb h2 a{
	color: #1a1a1a;
}
.zy2lrb h2 a:hover{
	color: #055db1;
}
.zy2lrb p{
	font-size: 14px;
	margin: 10px 0px 14px 0px;
}
.zy2lrb p a{
	color: #1a1a1a;
}
.zy2lrb p span{
	color: #666666;
	float: right;
}
.zy2lr ul li{
    margin-top: 9px;
}
.zy2lr ul li a{
	font-size: 14px;
	color: #666666;
}
.zy2lr ul li a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #cbcbcb;
	border-radius: 50%;
	float: left;
	margin: 9px 10px 0px 0px;
}
.zy2lr ul{
	padding-top: 5px;
}
.zy2lr ul li a:hover{
	color: #055db1;
}
.zy2lr ul li a:hover:after{
	background: #055db1;
}

/*登录框*/
.zy2r{
	width: 384px;
	height: 384px;
	background: #fff;
	float: right;
	border:1px #055db1 solid;
	overflow: hidden;
}
.zy2rb{
	background: #edf4f9;
	height: 53px;
}

.zy2rb li{
	width: 50%;
	height: 52px;
	font-size:15px;
	background: #f0f0f0;
	float: left;
	text-align: center;
	position:relative;
	line-height: 52px;
	color: #666;
	cursor: pointer;
	border-bottom:1px #ccc solid;
}
.zy2rb li.on{
	background: #055db1;
	color: #fff;
	font-weight: bold;
	border-bottom:1px #055db1 solid;
}

.zy2rb li.on::after {
	content: '';
	top:44px;
	position: absolute;
	left:50%;
	margin-left:-7px;
	height: 16px;
	width: 14px;
	background: linear-gradient(135deg, #055db1 0%,#055db1 50%,transparent 50%,transparent 100%);
	transform: rotate(225deg);
}
.zy2r .cont{
	padding: 30px 30px 25px 30px;
}
.zy2r .cont li{
	height: 38px;
	border: 1px rgba(255,255,255,.3) solid;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 8px;
}
.zy2r .cont li img{
	float: left;
	margin: 12px 12px 0px 12px;
}
.zy2r .cont li input{
	width: 200px;
	height: 38px;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
}
.zy2r .cont button{
	width: 100%;
	height: 46px;
	background: linear-gradient(to bottom,#fff,#fffee1);
	border-radius: 23px;
	font-size: 18px;
	color: #bf1628;
	font-weight: bold;
	outline: none;
	border: none;
	margin-top: 6px;
	cursor: pointer;
}
.zy2r .cont li input::-webkit-input-placeholder{
    color: #fff;
    opacity: .5;
}
.code{
	height: 38px;
	float: right;
    user-select: none;
}
.code span{
	font-size: 20px;
}
.adv{
	width: 1200px;
	font-size: 0;
	margin-top: 20px;
}
.zythree{
	margin-top: 20px;
}
.zy3{
	width:387px;
	height:310px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	border: 1px #f0f0f0 solid;
	margin-right: 20px;
}
.zy3b{
	height: 58px;
	border-bottom: 1px #f0f0f0 solid;
	background: #fafafa;
}
.zy3b h2{
	display: block;
	width: 138px;
	border-right: 1px #f0f0f0 solid;
	background: #fff;
	line-height: 58px;
	font-size: 19px;
	color: #055db1;
	float: left;
	position: relative;
}
.zy3b h2:after{
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: #055db1;
	position: absolute;
	top: -1px;
	left: -1px;
}
.zy3b h2 img{
	float: left;
	margin: 18px 5px 0px 15px;
}
.zy3b p{
	font-size: 12px;
	color: #055db1;
	float: left;
	margin: 24px 0px 0px 15px;
}
.zy3b a{
	font-size: 14px;
	color: #656565;
	float: right;
	margin-top: 24px;
	margin-right: 20px;
}
.zy3b a:hover{
	color: #055db1;
}
.zy3ul li{
	height:48px;
	border-bottom: 1px #f0f0f0 solid;
	box-sizing: border-box;
	padding: 16px 20px;
}
.zy3ul li:last-child{
	border: none;
}
.zy3ul li h2{
	font-weight:normal;
	font-size:14px;
	color: #333;
}
.zy3ul li h2:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #b3b3b3;
	border-radius: 50%;
	float: left;
	margin: 4px 10px 0px 0px;
}
.zy3ul li .text{
	background: #fafafa;
	font-size: 14px;
    color: #7f7f7f;
    padding: 10px 15px;
    line-height: 22px;
    margin: 10px 0px;
}
.zy3ul li span{
	font-size: 14px;
	color: #999;
}
.zy3ul li a:hover h2{
	color: #055db1;
}
.zy3ul li a:hover h2:after{
    background: #055db1;
} 
.zy3r{
	width:386px;
	margin-right:0;
	float:right;
}


.divhead{width:100%;height: 48px;background: #e5eef9;display:table;}
.divhead div{display:table-cell;width:15%;text-align:center;line-height: 48px;font-size: 14px;font-weight: bold;color: #333;}
.divhead div.w1{width:25%;}

.slideBox{ width:794px;height:386px;overflow:hidden;position:relative;float: left;}
.slideBox .bd{ position:relative;height:100%;overflow: hidden;}
.slideBox .bd li img{width: 100%;height: auto;}
.slideBox .hd{ width: 90%;overflow:hidden; position:absolute;bottom:15px;right: 15px;text-align:right;}
.slideBox .hd ul{overflow:hidden; display:inline-block;}
.slideBox .hd ul li{width:9px;height:9px;float:left; margin: 0px 4px; background:#fff;cursor:pointer;border-radius: 50%;}
.slideBox .hd ul li.on{background:#055db1;}
.slideBox .bd li a{width:794px;height:386px;display: block;position:relative;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.slideBox .bd li div{position:absolute;bottom:0;left:0;width:100%;height:40px;line-height:40px;background:rgba(0,0,0,0.3);color:#fff;font-size:16px;font-weight:bold;}
.slideBox .bd li p{padding:0 15px;}
.slideBox .hd {bottom: 10px;}

.slideBox2{ width:100%;height: 292px;overflow:hidden;position:relative;}
.slideBox2 .bd{position:relative;height:100%;overflow: hidden;}
.slideBox2 .bd li{clear:both;width:100%;height: 48px;display:table;padding:0;overflow:hidden;border-bottom: 1px #f0f0f0 solid;}
.slideBox2 .bd li div{display:table-cell;width:15%;text-align:center;line-height: 48px;font-size: 14px;overflow:hidden;color: rgba(102,102,102,1);}
.slideBox2 .bd li div.w1{width:25%;}

.footer{
	background: #055db1;
	padding:30px 0;
	color:#fff;
}
.fotul{
	float: right;
	margin-top: 20px;
}
.fotul li{
	float: left;
	margin-left: 60px;
}
.fotul li h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
}
.fotul li p{
	font-size: 14px;
	line-height: 30px;
}
.fotul li p a{
	color: #fff;
}
.fotul li p a:hover{
	color: #bf1628;
}
.copy{
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.zybanner{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
}
.position{
	padding:30px 0;
}
.position h2{
	font-size: 30px;
	color: #055db1;
	float: left;
	margin-top: 45px;
}
.position p{
	font-size: 14px;
	color: #676767;
}
.position p img{
	margin-right: 8px;
}
.position a:link,.position a:visited{
	color: #676767;
}
.position a:hover,.position a:active{
	color: #055db1;
}


.pl {
	padding:0;
    height: 100px;
    border-bottom: 2px #055db1 solid;
}
.pl p {
    float: right;
    margin-top: 60px;
}



.zybox{
	padding: 0 0px 60px 0px;
}
.zybox h2{
	font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: rgba(40,92,172,1);
    vertical-align: middle;
	margin-bottom:20px;
}
.zybox h2 span {
    display: inline-block;
    width: 4px;
    height: 19px;
    background: rgba(40,92,172,1);
    vertical-align: middle;
    margin-right: 15px;
}

.zyl{
	width: 240px;
	float: left;
}

.zynav .hd{
	line-height: 57px;
    height: 57px;
    padding: 0 10px;
    color: #fff;
    font-size: 22px;
    background: #055db1;
    text-align: center;
    font-weight: bold;
}
.zynav ul{border: 1px #efefef solid;}
.zynav ul li{
	height: 59px;
	background: #fafafa;
	border-bottom: 1px #efefef solid;
}
.zynav ul li:last-child{
	border: none;
}
.zynav ul li a{
	display: block;
	color: #1b1b1b;
	line-height: 59px;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0px 20px;
}
.zynav .cont{
	padding: 10px 20px 15px 20px;
	display: none;
}
.zynav .cont p a{
	color: #666666;
	line-height: 32px;
	font-size: 15px;
}
.zynav .cont p a:hover{
	color: #bf1628;
}
.zynav ul li.active{
	position: relative;
}
.zynav ul li.active a{
	color: #055db1;
	font-weight: bold;
}
.zynav ul li.active a:after{
	content: "";
	display: block;
	width: 23px;
	height: 11px;
	background: url(../images/cp_09.png);
	float: right;
	margin-top: 24px;
}
.zynav .cont p .cur{
	color: #bf1628;
}
.zynav ul li:hover{
	position: relative;
}
.zynav ul li:hover a{
	color: #055db1;
	font-weight: bold;
}
.zynav ul li.active +.cont{
	display: block;
}
.zyr{
	width: 920px;
	float: right;
}
.zyrb{
	height: 36px;
	border-bottom: 1px #f0f0f0 solid;
	margin-top: 2px;
}
.zyrb h2{
	font-size: 20px;
	color: #333333;
}
.zyrb h2:before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #bf1628;
	float: left;
	margin: 1px 10px 0px 0px;
}
.cpcont{
	font-size: 14px;
	line-height: 2;
	color: #656565;
	margin-top: 15px;
}

#man{
	width: 100%;
}
#man input{
	width: 720px;
}
.zcform{
	margin-left: 50px;
	margin-top: 20px;
}
.zcform .zcli:nth-child(10) span{
	width: 160px;
	margin-left: -40px;
}
#zcform .zcli:nth-child(8) span{
	width: 160px;
	margin-left: -40px;
}
#fs{
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border: 1px #f2f2f2 solid;
	background: #fff;
	color: #d70100;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	float: right;
	padding: 0px;
	cursor: pointer;
}
#fs:hover{
	background: #d70100!important;
	color: #fff!important;
}
.zcimg{
	float: left;
	margin-top: 25px;
}
.zcimg span{
	display: block;
	width: 120px;
	float: left;
    color: #333333;
    line-height: 40px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 14px;
}
.up{
	width: 180px;
	height: 130px;
	box-sizing: border-box;
	border: 1px #f2f2f2 solid;
	background-color: #f2f6fa;
	float: left;
	position: relative;
}
.up img{
	width: 178px;
	height: 128px;
}
.up input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}
.zcimg p{
	font-size: 12px;
	color: #9a9a9a;
	clear: both;
	padding-top: 6px;
	margin-left: 120px;
}
.zcbtn{	text-align:center;padding: 40px 0px 0px 0px;	}

.ts{
	font-size: 14px;
	color: #bf1628;
	clear: both;
	padding-top: 20px;
	margin-left: 42px;
}
.grz{
	width: 150px;
	height: 150px;
	background-color: #f4f7fb;
	box-sizing: border-box;
	border: 1px #dadada solid;
	float: left;
	position: relative;
}
.grz input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}
.grz img{
	width: 148px;
	height: 148px;
}
.sfz{
	width: 240px;
	height: 150px;
	background-color: #f4f7fb;
	box-sizing: border-box;
	border: 1px #dadada solid;
	float: left;
	margin-left: 20px;
	position: relative;
}
.sfz input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}
.sfz img{
	width: 238px;
	height: 148px;
}
.xieyi{
	clear: both;
	font-size: 14px;
	color: #b2b2b2;
	margin-left: 120px;
	padding-top: 30px;
}
.xieyi i{
	display: block;
	width: 13px;
	height: 13px;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
	float: left;
	margin: 3px 7px 0px 0px;
	cursor: pointer;
}
.xieyi a{
	color: #e21939;
}
.xieyi i.cur{
	background: url(../images/re_15.png);
	border: none;
}
.rebtn button{
	width: 240px;
	height: 48px;
	background: #d70100;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 5px;
	float: left;
	margin-left: 120px;
	cursor: pointer;
}
.rebtn a{
	display: block;
	width: 240px;
	height: 48px;
	border: 1px #d70100 solid;
	background: #fff;
	border-radius: 5px;
	color: #d70100;
	text-align: center;
	box-sizing: border-box;
	line-height: 46px;
	float: left;
	margin-left: 15px;
}
.rebtn{
    margin-top: 15px;
}
.zz{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.6);
	z-index: 10;
	display: none;
}
.dlbox{
	width: 500px;
	height: 400px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	border: 1px #e6e6e6 solid;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #666;
	display: none;
}
.dlb{
	overflow: hidden;
}
.dlb li{
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	background: #f2f2f2;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.dlb li.cur{
	background: #fff;
	color: #c83425;
	font-weight: bold;
}
.dlbox .cont{
	padding: 15px 40px;
}
.dlul li{
	height: 78px;
	border-bottom: 1px #ececec solid;
	overflow: hidden;
}
.dlul li img{
	float: left;
	margin: 38px 0px 0px 4px;
}
.dlul li input{
	width: 380px;
	height: 40px;
	float: right;
	margin-top: 28px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #4d4d4d;
}
.dlbox button{
	width: 100%;
	height: 50px;
	background: #bf1628;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	border: none;
	outline: none;
	margin-top: 45px;
	cursor: pointer;
}
.dlcenter a{
	color: #676767;
}
.wj_menu{
	float: left;
}
.zc_menu{
	float: right;
}
.dlcenter{
	width: 260px;
	margin-top: 20px;
}
.dlcenter a:hover{
	color: #bf1628;
}
.zhtitle{
	text-align: center;
	font-size: 22px;
	color: #c83425;
	font-weight: bold;
	margin-top: 20px;
}
.zhul li{
	overflow: hidden;
	margin-top: 12px;
}
.zhul li span{
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	color: #4d4d4d;
	line-height: 42px;
}
.zhul li input{
	width: 330px;
	height: 42px;
	border: 1px #ededed solid;
	float: right;
	box-sizing: border-box;
	outline: none;
	padding: 0px 10px;
	font-size: 16px;
	color: #4d4d4d;
}
#zhfs{
	width: 160px;
	height: 42px;
	border: 1px #ededed solid;
	box-sizing: border-box;
	background: #edeff1;
	float: right;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
}
#zhfs:hover{
	background: #bf1628!important;
	color: #fff!important;
}
.suc{
	text-align: center;
	margin-top: 50px;
}
.suc p{
	font-size: 14px;
	color: #c83425;
	margin-top: 8px;
}
.cenl{
	width: 300px;
	height: 100%;
	background: #373a40;
	float: left;
}
.cenr{
	width: calc(100% - 300px);
	height: 100%;
	background: #f7f7f7;
	float: right;
}
.cenl_logo{
	height: 80px;
	background: #bf1628;
	text-align: center;
}
.cenl_logo img{
	margin-top: 13px;
}
.cenul li{
	height: 68px;
	line-height: 68px;
	margin-bottom: 10px;
}
.cenul li a{
	display: block;
	color: #fff;
	font-size: 18px;
}
.cenul li img{
	float: left;
	margin: 18px 12px 0px 70px;
}
.cenul li a:hover,.cenul li .cur{
	background: #505359;
}
.centop{
	height: 80px;
	background: #fff;
	padding: 0px 40px;
}
.centop h2{
	font-size: 20px;
	color: #bf1628;
	line-height: 80px;
	float: left;
}
.centop h2:after{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #bf1628;
	float: left;
	border-radius: 2px;
	margin: 30px 10px 0px 0px;
}
.centop ul{
	float: right;
	margin-top: 30px;
}
.centop ul li{
	float: left;
	margin-left: 40px;
}
.centop ul li a{
	color: #999999;
}
.centop ul li img{
	float: left;
	margin: 1px 6px 0px 0px;
}
.centop ul li a:hover{
	color: #bf1628;
}
.zhanghu{
	line-height: 32px;
	float: right;
	border: 1px #bf1628 solid;
	border-radius: 17px;
	padding: 0px 20px;
	color: #bf1628;
	margin-top: 23px;
	margin-right: 20px;
}
.cenbox{
	width: 100%;
	height: calc(100% - 80px);
	padding: 40px;
	box-sizing: border-box;
}
.xxl{
	width: 49%;
	height: 100%;
	background: #fff;
	float: left;
}
.xxlb{
	line-height: 60px;
	border-bottom: 1px #ececec solid;
	padding-left: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.xxlul li img{
	box-sizing: border-box;
	border: 1px #f0f0f0 solid;
}
.xxlul li span{
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	color: #999999;
	margin-right: 15px;
}
.xxlul li p{
	color: #333333;
}
.xxlul li{
	margin-top: 20px;
}
.xxlul li:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.xxlul{
	height: calc(100% - 100px);
	overflow: hidden;
	margin-top: 20px;
	margin-left: 16%;
	overflow-y: auto;
}
.xxr{
	width: 50%;
	height: 100%;
	background: #fff;
	float: right;
}
.xxrul{
	height: calc(100% - 90px);
	padding: 0px 25px;
	margin-top: 10px;
	overflow-y: auto;
}
.xxrul li{
	height: 55px;
	border-bottom: 1px #f2f2f2 solid;
	line-height: 55px;
	overflow: hidden;
}
.xxrul li a{
	width: calc(100% - 110px);
	height: 55px;
	overflow: hidden;
	display: block;
	float: left;
	color: #4b4b4b;
}
.xxrul li a:before{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e8e8e8;
    border-radius: 50%;
    float: left;
    margin: 26px 15px 0px 0px;
}
.xxrul li span{
	font-size: 14px;
	color: #9b9b9b;
	float: right;
}
.xxrul li a:hover{
	color: #bf1628;
}
.xxrul li a:hover:before{
	background: #bf1628;
}
.xxrul li a:hover +span{
	color: #bf1628;
}
.xxbox{
	width: 100%;
	height: 100%;
	background: #fff;
}
#zcform{
	width: 900px;
	margin-left: 100px;
}
#zcform .zcli{
	margin-top: 25px;
}
#zcform .zcli input{
	background: #fff;
	font-size: 15px;
	/*cursor: no-drop;*/
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #b1b1b1;
}
.edit{
	display: block;
	width: 160px;
	height: 60px;
	background: #bf1628;
	float: right;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.xingzhi{
	position: relative;
}
.jinzhi{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 10;
}
.cen2form{
	height: calc(100% - 110px);
	overflow-y: auto;
	margin-top: 20px;
}
.dlcg{
	float: right;
	color: #999;
	margin: 30px 30px 0px 0px;
}
.dlcg img{
	width: 24px;
	float: left;
	margin: -1px 5px 0px 0px;
}
.dlcg span{
	color: #1171d3;
}
.tishi{
	height: 14px;
	text-align: center;
	font-size: 14px;
	color: #f00;
	margin-top: 20px;
}
.dlul{
	margin-top: -30px;
}
.cgxx{
	float: right;
	margin-top: 70px;
}
.cgxx p{
	float: left;
	color: #666;
	margin-right: 30px;
}
.cgxx p font{
    color: #1171d3;
}
.cgxx span{
	font-size: 14px;
	color: #bbb;
}
.cgxx span a{
	color: #666;
	font-size: 15px;
	margin: 0px 10px;
}
.cgxx span a:hover{
	color: #bf1628;
}

.header .menu {
	margin-top: 15px;
	margin-right: 30px;
}

.header .container {
	position: relative;
	height: 100%;
}

.header .user{width:100%;height:33px;font-size:14px;padding-top:12px;color:#666;}
.header .user a{margin:0 10px;}
.header .user a:link,.header .user a:visited{color:#666;}/*color:#055db1;*/
.header .user a:hover{color:#055db1;}


#search {
    position: absolute;
    top: 56px;
    right: 0;
    border: 1px solid #ccc;
    width: 380px;
    height: 41px;
    line-height: 41px;
    border-radius: 2px;
    background-color: #ccc;
    overflow: hidden;
}
#search span {
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #055db1;
	padding-left: 10px;
	background-color: #fff;
}
#search span font {
	border-right: .1rem solid #b8b8b8;
	padding-right: 10px;
}
#search input {
	border: 0;
	outline: none;
	font-size: 15px;
	box-sizing: border-box;
	width: 185px;
	padding-right: 10px;
	background-color: #fff;
	height: 42px;
}
#search button {
	width: 65px;
	border: 0;
	float: right;
	height: 41px;
	display: block;
	background-color: #055db1;
	cursor:pointer;
}




@media screen and (max-width:1600px) {
    .cenl{width: 260px;}
    .cenr{width: calc(100% - 260px);}
    .cenl_logo img{width: 240px;margin-top: 16px;}
    .cenul li img{margin: 18px 12px 0px 55px}
}
@media screen and (max-width:1440px) {
    .cenl{width: 240px;}
    .cenr{width: calc(100% - 240px);}
    .cenl_logo img{width: 220px;margin-top: 18px;}
    .cenul li img{margin: 18px 12px 0px 45px}
}


.page{text-align:center;clear: both;padding-top: 60px;height: 50px;color:#666;font-size:14px;}
.page a,.page b{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 9px;
	background-color:#ffffff;
	color:#ffffff;
	text-decoration:none;
	color:#666;
	font-size:14px;  
}
.page a:hover{
	border:1px solid #055db1;
	color:#055db1;
}
.page a.active,.page b{
	background: #055db1; color:#ffffff; border:1px solid #055db1;
}



/*申报表单*/
.list_bmb {
    font-size: 14px;
    border-radius: 5px;
}
.list_bmb table{
	background:#ddd;
	border-collapse: separate;
}
.list_bmb th {
    line-height: 30px;
    padding: 6px 20px;
    font-size: 16px;
	text-align: left;
	color:#055db1;
    white-space: nowrap;
}
.list_bmb td {
    padding: 12px;
    text-align: left;
}
.list_bmb td.c{
	text-align: center;
}
.list_bmb td div{
	margin-top:10px;
}
.list_bmb table tr {
    background: #fff;
}
.list_bmb table tr:nth-child(2n) {
    background: #fafafa;
}
.hb_star {
    color: #ff0000;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    padding-right: 5px;
}
.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}
.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
	border-color: #e6e6e6;
}
.layui-textarea {
	height:200px;
}
.layui-input-inline {
	position: relative;
    display: inline-block;
    vertical-align: middle;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #e9686b;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.layui-btn, .layui-edge, .layui-inline, img {
    vertical-align: middle;
}
.layui-btn .layui-icon {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle\9;
}
.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layui-upload-file {
    display: none!important;
    opacity: .01;
    filter: Alpha(opacity=1);
}

/*评价列表*/
.stysteam_table{width:100%;background:#ddd;}
.stysteam_table th {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: #e5eef9;
}
.stysteam_table tbody tr {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: rgba(102,102,102,1);
    background-color: #ffffff;
}
.stysteam_table tbody td {
	background:#fff;
}
.stysteam_table tbody td.l {
	text-align:left;
	padding-left:15px;
}
.stysteam_table tbody td.bgb {
	background:#e5eef9;
}
.stysteam_table .detail {
	color:#055db1;
}

/*新闻列表及内容*/
.xwr{
	width: 920px;
	float: right;
}
.xwul{
	border-top: 1px #efefef solid;
}
.xwul li{
	height: 159px;
	border-bottom: 1px #efefef solid;
	padding: 24px 0px;
	box-sizing: border-box;
}
.xwul li .img{
	width: 150px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
}
.xwul li img{
	width: 150px;
	height: 110px;
	transition: .5s;
}
.xwul li h2{
	font-size: 18px;
	color: #333333;
}
.xwul li p{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin: 12px 0px 16px 0px;
}
.xwul li span{
	font-size: 14px;
	color: #666666;
}
.xwul li a:hover h2{
	color: #055db1;
}
.xwul li a:hover img{
	transform: scale(1.1);
}
.detb{
	text-align: center;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 8px;
	margin-top: 5px;
}
.detb h3{
	font-size: 26px;
	color: #323232;
	line-height: 36px;
}
.detb p{
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 15px;
}
.detcont{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 2;
	margin-top: 25px;
}

/*步骤*/
.wrap {
	width:100%;
	height:auto;
	line-height:30px;
	margin-bottom:20px;
}
.step-case {
	height:40px;
}
.step-case li {
	float:left;
	margin:0px;
	width:17%;
	position:relative;
}
.step-case li.short {
	width:16%;
}
.step-case li span {
	display:block;
	background-color:#bbb;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.step-case b {
	position:absolute;
	font-size:0px;
	line-height:0px;
	top:0px;
}
.step-case .b-l {
	border-width:2px 2px 2px 0;
	border-style:dashed solid dashed dashed;
	border-color:transparent #bbb transparent transparent;
	height:36px;
	left:-2px;
}
.step-case .b-r {
	border-width:2px 0 2px 2px;
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent transparent #bbb;
	height:36px;
	right:-2px;
}
.step-case .b-1 {
	border-width:20px 0 20px 20px;
	border-style:solid dashed solid solid;
	border-color:#bbb transparent #bbb #fff;
	left:-20px;
}
.step-case .b-2 {
	border-width:20px 0 20px 20px;
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent transparent #bbb;
	left:-21px;
}
/*当前状态*/
.step-case .s-cur span {
	background-color:#055db1;
}
.step-case .s-cur .b-l {
	border-right-color:#055db1;
}
.step-case .s-cur .b-r {
	border-left-color:#055db1;
}
.step-case .s-cur .b-1 {
	border-color:#055db1 #fff #055db1 #fff;
}
.step-case .s-cur .b-2 {
	border-left-color:#e5eef9;
}
/*当前状态后*/
.step-case .s-cur-next .b-2 {
	border-color:transparent transparent transparent #055db1;
}
/*完成的状态*/
.step-case .s-finish span {
	background-color:#e5eef9;
	color:#333;
}
.step-case .s-finish .b-l {
	border-right-color:#e5eef9;
}
.step-case .s-finish .b-r {
	border-left-color:#e5eef9;
}
.step-case .s-finish .b-1 {
	border-color:#e5eef9 #bbb #e5eef9 #bbb;
}
.step-case .s-finish .b-2 {
	border-left-color:#e5eef9;
}


/*成功提示*/
.success-items {text-align: center;font-size: 18px;margin: 40px 0;color: #333;line-height: 180%;}
.success-items .icon-wrapper{padding-top:45px;}
.success-items .icon-wrapper i{font-size:120px;color:#fb5d66;}/*#e9686b*/

/*表单提示项*/
.tip{
	background: #e5eef9 !important; /*修改背景色*/
    color:#333 !important;/*字体颜色*/
    padding:12px 15px;
    font-size:13px;
    line-height:180%;
    border-radius:4px;
    margin:5px 5px 12px 0;
    opacity:0.7;
}


.btn-upload{display:inline-block;background-color: #e9686b;color: #fff;border: none;border-radius: 4px;cursor: pointer;font-size:13px;height: 32px;line-height: 32px;padding: 0 12px;}

/*加载中*/
.loading{display:none;width:60px;height:60px;position:fixed;text-align:center;top:calc(50% - 60px);left:calc(50% - 30px);z-index:99999;}
.loading .txt{text-align:center;margin-top:5px;}
.loading .round{display: inline-block;width: 15px;height: 15px;vertical-align: text-bottom;border: 6px solid #2699ED;border-right-color: transparent;border-radius: 50%;-webkit-animation: circle .75s linear infinite;animation: circle .75s linear infinite;}
@keyframes circle{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.mask{width: 100%;height: 100%;position:fixed;top: 0;background:#fff;opacity: 0.8;z-index: 99998;display:none;}

/*附件列表*/
.file-list{margin-top:5px !important;}
.file-list li{clear:both;padding:5px 0;font-size:14px;}
.file-list a:link,.file-list a:visited{color:#055db1;}
.file-list a:hover,.file-list a:active{color:#e9686b;}
.file-list .icon-fujian1{font-size:15px;margin-right:5px;font-weight:bold;}
.file-list .icon-delete1{margin-left:15px;cursor:pointer;color:#e9686b;font-size:16px;font-weight:bold;}

.litspan{width:35px;overflow:hidden; height:33px; *vertical-align:3px;margin-left:-60px;cursor:pointer;}
.litspan input{width:90px;height:32px;margin-left:-32px;filter:alpha(opacity=00);-moz-opacity:.0;opacity:0;cursor:pointer;}
.divpre{margin:0 0 0 10px;display:inline-block;vertical-align:middle;}
.filenote{padding-left:30px;color:#999;font-size:13px;}/*文件格式和大小提示*/

/*toast提示*/
.toast {
	display:none;
	position: fixed;
    padding: 12px 25px;
    background: rgba(7, 17, 27, 0.6);
    font-size: 14px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    top: 50%;
	left: 50%;
	margin-left:-50px;
	margin-top:-20px;
	text-align: center;
    z-index: 1000001;
	max-width: 300px;
	line-height: 20px;
	user-select: none;
}

/*登录*/
.loginbox{text-align:center;padding:35px 25px 0 25px;}
.loginbox .txt{font-size:14px;color:#666;padding:25px 0 30px 0;line-height:180%;}
.loginbox .txt strong{color:#c00;}
.loginbox .pic{width:190px;height:190px;background:#ddd;font-size:13px;color:#666;}/*二维码*/
.loginbox .pic p{padding-top:75px;}
.loginbox button{display:inline-block;padding: 0 30px;margin:0 12px;height:40px;line-height:40px;font-size:14px;}
.loginbox .help{font-size:14px;color:#999;padding-top:20px;line-height:160%;}
.loginbox .help a{padding-left:15px;text-decoration:underline;}
.loginbox .line{position:relative;padding:8px;}
.loginbox .line input{border:1px #ccc solid;width:75%;padding:10px 20px 10px 40px;font-size:14px;border-radius:2px;}
.loginbox .line input.verfiy{width:40%;}
.loginbox i{position:absolute;left:28px;top:18px;color:#888;font-size:19px;}
.loginbox .line img{position:absolute;right:20px;top:11px;}
.loginbox .btn{padding:15px 12px 0 12px;}
.loginbox .btn button{width:100%;border-radius:45px;margin:0;}

/*附件列表*/
.file-list li{clear:both;padding:5px 0;font-size:14px;}
.file-list a:link,.file-list a:visited{color:#055db1;}
.file-list a:hover,.file-list a:active{color:#bf1628;}
.file-list .icon-fujian1{font-size:15px;margin-right:5px;font-weight:bold;}
.file-list .icon-delete1{margin-left:15px;cursor:pointer;color:#bf1628;font-size:16px;font-weight:bold;}


/*申报步骤条下提示 暂不用*/
.notice{background-color: #e5eef9;padding:15px 20px;font-size:14px;margin-bottom:20px;color:#e9686b;}