﻿* {
    margin: 0;
    padding: 0;
    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: #fff;
}

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,
select::-webkit-select-placeholder {
    color: #ddd;
    font-size: 14px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #ddd;
    font-size: 14px;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.clear30 {
    clear: both;
    height: 30px;
    overflow: hidden;
}

.no-result {
    padding: 120px 0;
    text-align: center;
    color: #999;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #bf1628;
}

.txtred {
    color: #bf1628;
}
.txtgray{
    color: #999;
}

a.linkblue:link,
a.linkblue:visited {
    color: #055db1;
    text-decoration: none;
}

a.linkblue:hover,
a.linkblue:active {
    color: #bf1628;
    text-decoration: none;
}

a.linkred:link,
a.linkred:visited {
    color: #bf1628;
    text-decoration: none;
}

a.linkred:hover,
a.linkred:active {
    color: #bf1628;
    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: #055db1;
}

.btn-dark {
    background: #bbb;
}

.btn-dark:hover,
.btn-dark:active {
    background: #c5c5c5;
}

.btn-red {
    background: #bf1628;
}

.btn-red:hover,
.btn-red:active {
    background: #c93948;
}

.btn-orange {
    background: #f59100;
}

.btn-green {
    background: #42835b;
}


.container {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.wrap {
    background: #fff;
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(210 215 225 / 36%);
}

.wrap h1 {
    color: #bf1628;
    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 #bf1628 solid;
    font-weight: normal;
    color: #212121;
}

.wrap .tag span {
    color: #bf1628;
    padding-left: 5px;
    font-weight: bold;
}

.note {
    background: #fef2e6;
    padding: 16px;
    color: #dd6a11;
    font-size: 13px;
    margin: 20px 0;
}


#header {
    height: 150px;
    background: linear-gradient(to bottom, #FDEEEE, #fff);
}

/*background-position: 450px -25px;background-position: center right;*/
#header .container {
    height: 150px;
    background: url(../images/bg-header.png) no-repeat;
    background-size: 65%;
    background-position: 450px -25px;
}

#header .logo {
    float: left;
    margin: 43px 0 0 4px;
}

#header .logo img{float:left;}
#header .logo p{float:left;margin:1px 0 0 15px;}
#header .logo p strong{display:block;font-size:31px;color:#bf1628;letter-spacing: 1px;margin-bottom:-3px;}
#header .logo p span{color:#666;font-size:12px;}

#header .right {
    float: right;
    margin: 15px 0 0 0;
}

#header .top {
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    color: #666;
}

#header .top .date {
    float: right;
    margin-right: 40px;
}

#header .top .link {
    float: right;
}

#header .top .link span {
    padding: 0 12px;
}

#header .top .link a {
    color: #666;
}

#header .top .link a:hover {
    color: #bf1628;
}

#header .search {
    margin-top: 10px;
    width: 300px;
    height: 40px;
    overflow: hidden;
}

#header .search input {
    border: 0;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: 0;
    width: 260px;
    padding-left: 15px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 38px;
}

#header .search button {
    width: 40px;
    border: 0;
    float: right;
    height: 38px;
    display: block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #BD1A2D;
    cursor: pointer;
}

#header .search i {
    color: #fff;
    font-size: 20px;
}

#header .search button:hover {
    background: #c93948;
}

#menu {
    height: 50px;
    background: #9C130A;
}

#menu li {
    float: left;
    font-size: 16px;
    margin-right: 1px;
    position: relative;
}

#menu li a {
    display: flex;
    height: 50px;
    padding: 0 26px;
    align-items: center;
}

#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: #D6170E;
}

#menu li.on a i,
#menu li a:hover i {
    opacity: 1;
}

#menu li a span {
    margin-left: 6px;
}

#menu li i {
    font-size: 21px;
    color: #fff;
    opacity: 0.65;
}


#top,
#header,
#menu,
.login,
#friend,
#footer {
    min-width: 1200px;
}


#friend {
    margin-top: 60px;
    height: 60px;
    line-height: 60px;
    color: #ccc;
    text-align: center;
    background: #666;
}

#friend a {
    color: rgba(255, 255, 255, .85);
    margin: 0 15px;
}

#friend a:hover {
    color: #fff;
}

#footer .info {
    padding: 40px;
    background: #9c130a;
}

#footer .logo {
    float: left;
    width: 320px;
    margin: 30px 50px 0 0;
}

#footer .logo img {
    width: 100%;
}

#footer .txt {
    float: left;
    border-left: 2px #b0423b solid;
    padding-left: 40px;
}

#footer .link {
    float: left;
    margin-top: 15px;
}

#footer .link a {
    color: #fff;
    display: inline-block;
    padding: 4px 7px;
    background: rgba(255, 255, 255, .2);
    margin-right: 20px;
    border-radius: 3px;
}

#footer .link a:hover {
    background: rgba(255, 255, 255, .3);
}

#footer .copy {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 550px;
    height: 50px;
    line-height: 200%;
    color: #fff;
    font-size: 13px;
}

#footer .copy a {
    color: #fff;
}

#footer .sign {
    float: left;
    margin-top: 20px;
}




.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: 20px;
    font-weight: bold;
    position: relative;
}

.box1 .tip span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background: #bf1628;
}

.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: #bf1628
}

.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: #bf1628;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
}

/*所在位置*/
.position {
    padding: 25px 0;
    color: #777;
}

.position p {
    font-size: 14px;
    color: #777;
}

.position a:link,
.position a:visited {
    color: #777;
}

.position a:hover,
.position a:active {
    color: #bf1628;
}

.position i {
    font-size: 16px;
    color: #999;
    margin-right: 5px;
}

/*中央国企*/
.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: #bf1628;
}

/*地方国企*/
.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: #bf1628
}

.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: #bf1628;
}

.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: #bf1628;
}

.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: #bf1628;
    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: #bf1628;
    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;
}



/*弹窗*/
.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;
}


/*暂无结果*/
.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;
}

/*登录框*/
.login {
    width: 100%;
    position: relative;
    background: url(../images/bg_speech.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.login .black {
    background: #000;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.login .area {
    padding: 120px 0 140px 0;
}

.loginbox {
    width: 330px;
    height: 350px;
    text-align: center;
    padding: 25px 25px 0 25px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.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;
}

.loginbox .tip {
    height: 52px;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    position: relative;
    line-height: 50px;
    color: #333;
    border-bottom:0;
}

.loginbox .info li {
    height: 38px;
    border: 1px rgba(255, 255, 255, .3) solid;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
}

.loginbox .info li img {
    float: left;
    margin: 12px 12px 0px 12px;
}

.loginbox .info li input {
    width: 200px;
    height: 38px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
}

.loginbox .info button {
    width: 100%;
    height: 42px;
    border-radius: 4px;
}

.loginbox .info 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: #bf1628;
}

.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: #BD1A2D;
    vertical-align: middle;
    margin-bottom: 20px;
}

.zybox h2 span {
    display: inline-block;
    width: 4px;
    height: 19px;
    background: #BD1A2D;
    vertical-align: middle;
    margin-right: 15px;
}

.zyl {
    width: 250px;
    float: left;
}

.zynav .hd {
    line-height: 56px;
    height: 56px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    background: url(../images/bg-menu.jpg);
    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: #BD1A2D;
    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: #BD1A2D;
}

.zynav ul li:hover {
    position: relative;
}

.zynav ul li:hover a {
    color: #BD1A2D;
    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;*/
}

.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;
}








@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 #bf1628;
    color: #bf1628;
}

.page a.active,
.page b {
    background: #bf1628;
    color: #ffffff;
    border: 1px solid #bf1628;
}



/*申报表单*/
.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: #bf1628;
    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: #fdf1f0;
}

.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: #fdf1f0;
}

.stysteam_table .detail {
    color: #055db1;
}

.stysteam_table a:link,
.stysteam_table a:visited {
    color: #666;
}

.stysteam_table a:hover,
.stysteam_table a:active {
    color: #bf1628;
}


/*新闻列表及内容*/
.xwr {
    width: 910px;
    float: right;
}

.xwr .tip span {
    font-size: 20px;
}

.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: #bf1628;
}

.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;
}




.step{width:735px;margin:0 auto;overflow:hidden;}
.step li{float:left;padding:0 10px;}
.step li .round{float:left;width:32px;height:32px;line-height:32px;border-radius:50%;background:#e0e0e0;text-align:center;color:#fff;font-size:16px;}
.step li .txt{float:left;margin-left:10px;line-height:32px;font-size:16px;color:#888;}
.step li.line{margin:15px 10px 0 10px;width:120px;position:relative;border-top:2px #e0e0e0 solid;}

.step li.on .round{background:#9C130A;}
.step li.on .txt{color:#9C130A;}


/*注册表单*/
.reg-form {
    font-size: 15px;
}

.reg-form table {
    width:750px;
    margin:0 auto;
    border:0;
}


.reg-form .layui-input{
    border-color: #e0e0e0;
    background: #f7f7f7;
    border-radius:5px;
    font-size: 15px;
}

.reg-form select{
    font-size: 14px  !important;
}


.reg-form td {
    padding: 10px 7px;
    text-align: left;
}

.reg-form span{padding-right:8px;}

.reg-form td.r {
    text-align: right;
    color:#666;
}

/*表单提示项*/
.reg-form .tip{
	background: #eee !important; /*修改背景色*/
    color:#333 !important;/*字体颜色*/
    padding:12px 15px;
    font-size:13px;
    line-height:180%;
    border-radius:4px;
    margin:5px 5px 12px 0;
    opacity:0.7;
}

.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:90px;color:#9C130A;}/*#e9686b*/





.btn-upload{display:inline-block;background-color: #bf1628;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 #bf1628;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:#333;}
.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;}

.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;}/*文件格式和大小提示*/
