*{margin: 0px auto;padding: 0px auto;font-family: 'PingFangSC-Regular','helvetica neue','hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;}
html,body{width: 100%;height: 100%;color:#333;font-size:14px;}
body{background:#ebf1f7;}/*f0f0f0*/
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;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #ddd;}
.dis{display:block;}
.undis{display:none;}
.clear30{clear:both;height:30px;overflow:hidden;}

a:link,a:visited{color:#333;}
a:hover,a:active{color:#1a5284;}

a.linkblue:link,a.linkblue:visited{color: #1a5284;text-decoration: none;}
a.linkblue:hover,a.linkblue:active{color:#055db1;text-decoration: none;}

a.linkred:link,a.linkred:visited{color:#1a5284;text-decoration: none;}
a.linkred:hover,a.linkred:active{color:#1a5284;text-decoration: underline;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999;font-size: 13px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #999;font-size: 13px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #999;font-size: 13px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;font-size: 13px;}

.btn-red,.btn-blue,.btn-dark,.btn-orange,.btn-green{padding:0 40px;height: 40px;margin:0 20px;color: #fff;font-size: 14px;border: none;outline: none;border-radius: 4px;cursor: pointer;}
.btn-blue{background: #1a5284;}
.btn-blue:hover,.btn-blue:active{background:#154977;}
.btn-dark{background: #bbb;}
.btn-dark:hover,.btn-dark:active{background:#c5c5c5;}
.btn-red{background:#1a5284;}
.btn-red:hover,.btn-red:active{background:#c93948;}
.btn-orange{background: #f59100;}
.btn-green{background:#42835b;}

.container{margin:0 auto;width:1300px;position:relative;}
.wrap{background:#fff;padding:20px;width:1300px;margin:0 auto;position:relative;overflow:hidden;box-shadow: 0 0 5px rgb(210 215 225 / 36%);}
.wrap h1{color:#1a5284;font-size:25px;font-weight:500;}
.wrap .tag{clear:both;margin-top:10px;padding-bottom:15px;border-bottom:1px #f0f0f0 solid;}
.wrap .tag strong{display:block;height:20px;line-height:20px;font-size:18px;padding-left:12px;border-left:4px #1a5284 solid;font-weight:normal;color:#212121;}
.wrap .tag span{color:#1a5284;padding-left:5px;font-weight:bold;}

.note{background:#fef2e6;padding:16px;color:#dd6a11;font-size:13px;margin:20px 0;}

/*#top{height: 40px;overflow:hidden;line-height: 40px;font-size: 14px;background:#f6f6f6;border-bottom: 1px solid #dcdcdc;}
#top .container{width:1240px !important;}
#top .date{float:left;}
#top .link{float:right;}
#top .link a{color:#666;margin:0 10px;}
#top .link a:hover{color:#1a5284;}*/

#top,#header,#menu,.login,#footer{min-width:1240px;}

#header{position:relative;height:220px;background-image:linear-gradient(to bottom,#ddf1fe,#ebf1f7);}
#header .container{width:1340px !important;}
    
#top .logo{float:left;margin:50px 0 0 4px;}
#top .logo a{display:block;position:relative;z-index:99;}
#top .logo img{float:left;width:55px;margin-right:12px;margin-top:3px;}
#top .logo strong{display: block;font-size: 32px;color: #1a5284;letter-spacing: 1px;margin-bottom: -6px;}
#top .logo span{color: #666;font-size: 12px;letter-spacing: 2.2px;}
#top .right{float:right;margin:22px 0 0 0;}
#top .search{margin-top:30px;}
#top .container{height:160px;position:relative;}
#top .bg{position:absolute;right:0;top:0;width:100%;height:160px;background: url(../images/bg-header3.jpg) no-repeat;background-position: center right;opacity: 0.2;}

#menu{width:100%;height:60px;position:relative;}
#menu .bg{position:absolute;width:100%;top:20px;height:40px;}/*background:#1a5284;*/
#menu .container{width:1380px !important;height:60px;}
#menu .triangle-left{float:left;width:20px;height:60px;position:relative;z-index:90;background:#1a5284;}
#menu .triangle-right{float:right;width:20px;height:60px;position:relative;z-index:90;background:#1a5284;}

#menu .triangle-left::before {
    content: "";
    position: absolute;
    top: 60px; /* 定位在容器下方 */
    left: 0; /* 水平居中 */
    width: 0;
    height: 0;
    margin-right: -20px; /* 调整以使三角形居中 */
    border-left: 20px solid transparent; /* 左边框透明 */
    border-right: 20px solid transparent; /* 右边框透明 */
    border-top: 15px solid #11314b; /* 上边框为黑色，创建倒三角形 */
}

#menu .triangle-right::before {
    content: "";
    position: absolute;
    top: 60px; /* 定位在容器下方 */
    left: 0; /* 水平居中 */
    width: 0;
    height: 0;
    margin-left: -20px; /* 调整以使三角形居中 */
    border-left: 20px solid transparent; /* 左边框透明 */
    border-right: 20px solid transparent; /* 右边框透明 */
    border-top: 15px solid #11314b; /* 上边框为黑色，创建倒三角形 */
}




#menu ul{float:left;width:1340px !important;height:60px;background:#1a5284;position:relative;z-index:99;}
#menu li{float:left;font-size:18px;margin-right:1px;position:relative;border-right:1px rgba(255,255,255,0.3) solid;}
#menu li.last{border-right:0;}
#menu li a{display:block;height:60px;line-height:60px;padding:0 47px;}
#menu li a:link,#menu li a:visited,#menu li a:hover,#menu li a:active{color:#fff;}
#menu li.on a,#menu li a:hover{background:#316b9d;}
#menu li.on a img,#menu li a:hover img,#menu li.on i,#menu li a:hover i{opacity:1;}
#menu li a span{margin-left:6px;}
#menu li img{font-size:19px;color:#f0f0f0;opacity: 0.65;}
#menu li.on a:after,#menu li:hover a:after{background:none;}
#menu li i{font-size: 21px;color: #fff;opacity: 0.65;}

#search {position: absolute;top: 65px;right: 0;width: 380px;height: 42px;overflow: hidden;z-index:90;}
#search input {border: 0;outline: none;font-size: 14px;box-sizing: border-box;border: 1px solid #dcdcdc;border-right:0;width: 315px;padding-left: 15px;background-color: #fff;border-top-left-radius: 4px;border-bottom-left-radius: 4px;height: 40px;}
#search button {width: 65px;border: 0;float: right;height: 40px;display: block;border-top-right-radius: 4px;border-bottom-right-radius: 4px;background-color: #1a5284;cursor:pointer;}
#search button:hover{background:#154977;}



#footer{margin-top:60px;background:#757575;overflow:hidden;}
#footer .friend{height:60px;line-height:60px;color:#ccc;text-align:center;}
#footer .friend a{color:rgba(255,255,255,.85);margin:0 15px;}
#footer .friend a:hover{color:#fff;}
#footer .info{height:120px;padding:30px;background:#1a5284;}
#footer .sign{float:left;margin:10px 50px 0 30px;}
#footer .address{color:rgba(255,255,255,.85);text-align:center;}
#footer .address p{padding:10px 0 0 0;}
#footer  a{color:rgba(255,255,255,.85);display:inline-block;}
#footer  a:hover{color:#fff;}


.box1{padding:20px;background:#fff;overflow:hidden;box-shadow: 0 0 5px rgb(210 215 225 / 36%);}
.box1 .tip{height: 48px;line-height: 48px;border-bottom: 1px solid #ddd;margin-top:-12px;}
.box1 .tip span{float:left;font-size: 18px;font-weight: bold;position:relative;}
.box1 .tip span:after{position: absolute;left: 0;bottom: 0;content: '';height: 2px;width: 100%;display: block;background: #1a5284;}
.box1 .tip .r,.box1 .tip a{float:right;display:inline-block;height:40px;line-height:40px;color:#777;}
.box1 .tip .r{color:#999;width:auto;font-size:14px;}
.box1 a:link, .box1 a:visited{color:#666;}
.box1 a:hover{color:#1a5284}

.box2{border:1px #d2d2d2 solid;border-radius:4px;}
.box2 .tip{height: 40px;line-height: 40px;background:#f8f8f8;border-bottom: 1px solid #d2d2d2;}
.box2 .tip span{display:inline-block;font-size: 18px;font-weight: 400;color:#1a5284;height: 40px;line-height: 40px;padding-left: 18px;}

.box3{overflow:hidden;}
.box3 .tip{height: 48px;line-height: 48px;border-bottom: 1px solid #ddd;margin-top:-12px;}
.box3 .tip span{float:left;font-size: 18px;font-weight: bold;position:relative;}
.box3 .tip span:after{position: absolute;left: 0;bottom: 0;content: '';height: 2px;width: 100%;display: block;background: #1a5284;}
.box3  .tip .r,.box3 .tip a{float:right;display:inline-block;height:40px;line-height:40px;color:#777;}
.box3 .tip .r{color:#999;width:auto;font-size:14px;}
.box3 a:link, .box1 a:visited{color:#666;}
.box3 a:hover{color:#1a5284}


.feature-list{width:100%;overflow:hidden;}
.feature-list li{float:left;display:flex;width:250px;height:80px;text-align:center;margin-right:25px;border:1px #eee solid;padding:0 12px;align-items:center;justify-content: center;}
.feature-list li:last-child{margin-right:0;}

/*所在位置*/
.position{position:relative;z-index:99;}
.position .container{width:1300px;padding:20px 20px 0 20px;background:#fff;color:#777;}
.position h2{font-size: 30px;color: #055db1;float: left;margin-top: 45px;}
.position p{font-size: 14px;color: #777;}
.position a:link,.position a:visited{color: #777;}
.position a:hover,.position a:active{color: #1a5284;}
.position i{font-size:22px;color:#1a5284;margin-right:10px;}

/*中央国企*/
.central .tip{width:100%;overflow:hidden;padding-bottom:20px;}
.central .tip li{width:120px;height:42px;float:left;font-size:15px;margin-right:15px;}
.central .tip li:last-child{margin-right:0;}
.central .tip li a{display:block;width:100%;height:39px;line-height:39px;text-align:center;color:#3F3F3F;background:#eaeaea;border-bottom:3px #fff solid;}
.central .tip li a:hover,.central .tip li a.on{border-bottom:3px #BD192C solid;color:#BD192C;}
.central .list{padding:20px 0;width:100%;overflow: hidden;}
.central .list ul{margin-left:-18px;}
.central .list li{float:left;width:385px;height:100px;border:1px #eee solid;border-radius:4px;margin:0 0 18px 18px;}
.central .list li .pic{float:left;margin:16px;width:60px;height:60px;}
.central .list li .border{border:1px #eee solid;border-radius:4px;padding:4px;overflow:hidden;}/*background: radial-gradient(transparent 50%,rgba(0,0,0,.05) 100%);*/
.central .list li .pic .logo{display:block;width:50px;height:50px;background-position:center center;background-size:cover;transition: all 0.6s;}
/*.central .list li .pic .logo:hover{transform: scale(1.2);}*/
.central .list li .txt{float:left;padding:16px 0 16px 4px;width:285px;overflow:hidden;}
.central .list li h4{margin-bottom:8px;font-size:18px;}
.central .list li p{font-size:14px;color:#888;line-height:22px;}
.central .list a:link,.central .list a:visited{color:#212121;}
.central .list a:hover,.central .list a:active{color:#1a5284;}

/*地方国企*/
.local .list{width:100%;overflow: hidden;}
.local .list li{clear:both;padding:25px 0;border-bottom:1px #eee solid;overflow:hidden;}
.local .list li:hover{background:#f6f6f6;}
.local .list li:hover a:link,.local .list li:hover a:visited{color:#1a5284}
.local .list li .pic{float:left;margin:0 25px 0 15px;width:80px;height:80px;border-radius:4px;}
.local .list li .border{border:1px #eee solid;border-radius:4px;padding:4px;overflow:hidden;}/*background: radial-gradient(transparent 50%,rgba(0,0,0,.05) 100%);*/
.local .list li .pic .logo{display:block;width:70px;height:70px;background-position:center center;background-size:cover;transition: all 0.6s;}
.local .list li .txt{float:left;width:1060px;overflow:hidden;}
.local .list li h4{margin:2px 0 15px 0;font-size:18px;}
.local .list li h4 strong{font-weight:normal;color:#1a5284;}
.local .list li h4 span{display: inline-block;margin-left: 10px;padding: 0 6px;background: #fff;border-radius: 3px;font-weight: 400;font-size: 12px;line-height: 16px;vertical-align: 2px;border: 1px solid #009944;color: #009944;}
.local .list li p{font-size:14px;color:#888;line-height:25px;}
.local .list li p span{display:inline-block;width:210px;}
.local .list a:link,.local .list a:visited{color:#212121;}
.local .list a:hover,.local .list a:active{color:#1a5284;}
.local .list .square span{font-size:25px !important;line-height:32px !important;}

.local-search{width:621px;margin:0 auto;padding:30px 0 10px 0;overflow:hidden;}
.local-search .txt{float:left;width:500px;border:1px #ddd solid;border-right:0;height:28px;padding:10px;line-height:28px;font-size:14px;border-radius: 5px 0 0 5px;}
.local-search button{float:left;width:100px;height:50px;line-height:50px;text-align:center;color:#fff;background:#1a5284;border:0;cursor:pointer;font-size:16px;border-radius: 0 5px 5px 0;}
.local-search button:hover{background:#c93948;}
.local-search i{font-size:20px;}
.local-search input::-webkit-input-placeholder{color: #999;font-size: 14px;}

/*色块*/
.square{display: flex;align-items: center;border-radius: 4px;justify-content: center;box-sizing: border-box;width: 100%;height: 100%;overflow: hidden;text-align: center;background: #fff;white-space: pre-wrap;}
.square span{color:#fff;font-size: 18px;font-weight: 500;line-height: 20px;padding: 4px;}
.square-bg1{background:#ae98c6;}
.square-bg2{background:#c8b7d8;}
.square-bg3{background:#90cfb7;}
.square-bg4{background-color: #8ca3cc;}
.square-bg5{background-color: #6bb5ce;}
.square-bg6{background-color: #e9a67c;}

/*地区列表*/
.area-list .line{margin:10px 15px;line-height:30px;overflow:hidden;font-size:15px;}
.area-list .line dt{float:left;width:100px;color:#999;}
.area-list .line dl{float:left;width:1030px;}
.area-list .line dd{display:inline-block;padding:0 12px;margin-bottom:5px;}
.area-list .line dd a{padding:4px 8px;}
.area-list .line dd a:hover,.area-list .line dd a.on{background:#1a5284;color:#fff;border-radius:2px;}

/*地方国企*/
.local .tag{margin-top:25px !important;}
.local .map{width:100%;height:620px;background:url(../images/bg-map.png) no-repeat;background-position:center bottom;}
#maplocal{width:800px;height:620px;margin:0 auto;}

/*登录*/
.loginbox{width: 350px;height: 310px;background: #fff;float: right;overflow: hidden;box-shadow: 0 0 5px rgb(210 215 225 / 36%);}
.loginbox .tip{background: #ddd;height: 42px;}
.loginbox .tip li{width: 50%;height: 42px;font-size:15px;float: left;text-align: center;position:relative;line-height: 42px;color: #666;cursor: pointer;}
.loginbox .tip li.on{background: #1a5284;color:#fff;}

.loginbox .info{text-align:center;padding:30px 20px 0 20px;}
.loginbox .txt{font-size:14px;color:#999;padding:20px 0 30px 0;line-height:180%;}
.loginbox .txt strong{color:#c00;}
.loginbox .pic{width:150px;height:150px;background:#ddd;font-size:13px;color:#666;}
.loginbox .pic p{padding-top:55px;}
.loginbox button{display:inline;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;margin:0 8px 15px 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:20px;top:10px;color:#888;font-size:19px;}
.loginbox .line img{position:absolute;right:9px;top:3px;}
.loginbox .btn{padding:5px 12px 0 12px;}
.loginbox .btn button{width:100%;border-radius:45px;margin:0;}


/*弹窗*/
.toast {display:none;position:fixed;left:0;right:0;top: 50%;padding: 10px 20px;background: rgba(7, 17, 27, 0.6);font-size: 14px;border-radius: 6px;color: rgb(255, 255, 255);margin:0 auto;text-align: center;z-index: 1000001;max-width: 300px;line-height: 20px;user-select: none;transition: all 0.3s ease;}


/*暂无结果*/
.none{text-align:center;color:#999;padding:60px 0;}
.none i{font-size:100px;color:#ddd;}
.none p{text-align:center;padding-top:25px;font-size:16px;}


.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 .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: #1a5284;
	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%;}

.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: #1a5284;
}
.copy{
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.zybanner{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
}



.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: #1a5284;
    vertical-align: middle;
	margin-bottom:20px;
}
.zybox h2 span {
    display: inline-block;
    width: 4px;
    height: 19px;
    background: #1a5284;
    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: 20px;
    background: #1a5284;
    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: #1a5284;
}
.zynav ul li.active{
	position: relative;
}
.zynav ul li.active a{
	color: #1a5284;
	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: #1a5284;
}
.zynav ul li:hover{
	position: relative;
}
.zynav ul li:hover a{
	color: #1a5284;
	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: #1a5284;
	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: #1a5284;
	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: #1a5284;
	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: #1a5284;
}
.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: #1a5284!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: #1a5284;
	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: #1a5284;
	line-height: 80px;
	float: left;
}
.centop h2:after{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #1a5284;
	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: #1a5284;
}
.zhanghu{
	line-height: 32px;
	float: right;
	border: 1px #1a5284 solid;
	border-radius: 17px;
	padding: 0px 20px;
	color: #1a5284;
	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: #1a5284;
}
.xxrul li a:hover:before{
	background: #1a5284;
}
.xxrul li a:hover +span{
	color: #1a5284;
}
.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;*/
}
.edit{
	display: block;
	width: 160px;
	height: 60px;
	background: #1a5284;
	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: #1a5284;
}








@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 #1a5284;
	color:#1a5284;
}
.page a.active,.page b{
	background: #1a5284; color:#ffffff; border:1px solid #1a5284;
}



/*申报表单*/
.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: #ecf5fd;
}
.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:#ecf5fd;
}
.stysteam_table .detail {
	color:#055db1;
}
.stysteam_table a:link,.stysteam_table a:visited{color:#666;}
.stysteam_table a:hover,.stysteam_table a:active{color:#1a5284;}


/*新闻列表及内容*/
.xwr{
	width: 960px;
	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: #1a5284;
}
.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;
}