/*初始化*/

@charset "utf-8";
html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    padding-bottom: 221px;
    box-sizing: border-box;
}

.foot {
    height: 221px;
    margin: -221px auto 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.bg-white{
    background: #fff;
}
.br5{
    border-radius: 5px 5px 0 0;
}
.main-con{
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
}
.header {
    height: 110px;
    min-width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
}

.logo {
    margin-top: 30px;
}

.login-box {
    padding-top: 60px;
}

.login-box a {
    color: #444444;
    font-size: 14px;
    padding: 0 7px;
}

.menu {
    height: 47px;
    line-height: 47px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: url(/site23/img/menu_piece.png) repeat-x;
}

.menu-con {
    width: 1200px;
    margin: 0 auto;
}

.menu-li {
    float: left;
    position: relative;
    padding: 0 8px;
    margin-left: 24px;
    height: 47px;
}

.menu-li a:hover {
    color: #fff !important;
}

.menu-li a {
  	display: block;
    color: #fae9e0;
    font-size: 16px;
}

.menu-li:hover {
    background: #b52f0b;
    color: #fff;
}

.menu-li.active {
    background: #b52f0b;
    color: #fff;
}

.menu-li.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    border-width: 23px 12px;
    border-style: solid;
    border-color: transparent #b52f0b #b52f0b transparent;
}

.menu-li.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    border-width: 23px 12px;
    border-style: solid;
    border-color: #b52f0b transparent transparent #b52f0b;
}

.search-box input[type=text]:-moz-placeholder {
    color: #f6efeb;
    opacity: 1;
}

.search-box input[type=text]:-moz-placeholder {
    color: #f6efeb;
    opacity: 1;
}

.search-box input[type=text]::-webkit-input-placeholder {
    color: #f6efeb;
    opacity: 1;
}

.search-box input[type=text]:-ms-input-placeholder {
    color: #f6efeb;
    opacity: 1;
}

.search-box {
    position: relative;
    background: #d9763d;
    width: 202px;
    height: 28px;
    border-radius: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 10px;
}

.search-box input[type=search] {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
}

.search-box input[type=submit] {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(/site23/img/icon2.png) no-repeat;
    border: none;
    outline: none;
  	cursor: pointer;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/*banner*/
.big-banner {
    min-width: 1200px;
    margin: 0 auto;
}

.slideBox {
    width: 100%;
    height: 449px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 23px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #2f3037;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    width: 100%;
    min-width: 1200px;
    height: 449px;
    zoom: 1;
    vertical-align: middle;
}

/* 本例子css */
.public {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.public .public-title {
    color: #787878;
    font-size: 18px;
    float: left;
}
.public-title a{
    color: #02270d;
}
.public .txtMarquee-top {
    float: right;
    width: 1080px;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.public .txtMarquee-top .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 50px;
}

.public .txtMarquee-top .hd .prev {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 13px;
    height: 8px;
    cursor: pointer;
    background: url("/site23/img/icon4.png") no-repeat;
}

.public .txtMarquee-top .hd .next {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: block;
    width: 13px;
    height: 8px;
    cursor: pointer;
    background: url("/site23/img/icon5.png") no-repeat;
}

.public .txtMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.public .txtMarquee-top .bd {
    /*padding: 15px;*/
}

.public .txtMarquee-top .infoList li {
    height: 50px;
    line-height: 50px;
}

.public .txtMarquee-top .infoList li a {
  	display:inline-block;
  	width:85%;
    color: #929292;
    font-size: 14px;
  	overflow:hidden;
    text-overflow:ellipsis;
  	white-space:nowrap;
  	text-align: right;
}

.public .txtMarquee-top .infoList li .date {
    float: right;
    color: #929292;
    font-size: 14px;
}

.news {
    margin: 10px auto;
}

.sx-banner {
    width: 748px;
    /* padding: 15px; */
    /* box-sizing: border-box; */
    /*background: lavender;*/
}

.focus {
    width: 748px;
    height: 385px;
    position: relative;
}

.focus #pics {
    width: 748px;
    height: 385px;
    overflow: hidden;
}

.focus #pics ul {
    width: 1440px;
    /* height: 290px; */
    float: left;
}

.focus #pics li {
    position: relative;
    width: 748px;
    height: 385px;
    float: left;
}

.focus #pics li img {
    width: 100%;
    height: 100%;
    float: left;
}

.focus #pics li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 64px;
    line-height: 64px;
    margin: 0;
    color: #fff;
    padding: 0 40px;
    padding-right: 120px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: normal;
    /*width: 500px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.focus #tips {
    width: 96px;
    height: 4px;
    position: absolute;
    right: 35px;
    bottom: 20px;
    z-index: 13;
}

.focus #tips ul li {
    width: 11px;
    height: 11px;
    float: left;
    display: inline;
    margin: 0 4px;
    cursor: pointer;
    background: #dcdcdc;
    border-radius: 50%;
}

.focus #tips ul li.on {
    background: #ed6c21;
}

.new-list {
    position: relative;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #0077cc;
    background-image: -moz-linear-gradient(112deg, rgb(0, 73, 164) 0%, rgb(0, 156, 236) 99%);
    background-image: -webkit-linear-gradient(112deg, rgb(0, 73, 164) 0%, rgb(0, 156, 236) 99%);
    background-image: -ms-linear-gradient(112deg, rgb(0, 73, 164) 0%, rgb(0, 156, 236) 99%);
}

.new-list-group {
    margin-top: 20px;
}

.more-btn {
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 13px;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
}

.W-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    /* z-index: 9; */
    background-color: #e3f1fb;
    color: #0d81ed;
}

.list-title {
    font-family: 黑体;
    font-size: 28px;
    color: #fff;
}

.list-item {
    position: relative;
    display: block;
    line-height: 30px;
    color: #fefefe;
    font-size: 14px;
    text-decoration: none;
    padding-right: 95px;
    padding-left: 16px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/site23/img/icon6.png) no-repeat 0 11px;
}
      
span.badge2 {
    position: absolute;
    right: 0px;
}
.list-item:hover {
    color: #ffdc4e;
    background: url(/site23/img/icon6_p.png) no-repeat 0 11px;
}

.con-h3 {
    position: relative;
    width: 100%;
    color: #f15900;
    font-size: 24px;
    padding: 10px 0;
    padding-top: 5px;
    font-weight: bold;
    border-bottom: 1px solid #b6b6b6;
}

.con-h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 350px;
    background: #f15900;
}

.G-btn {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 13px;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    background-color: #dcdcdc;
    color: #7d7d7d;
}

.ss-tab .tab_ul {
    background: #f3eae5;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0px 10px 0px;;
    text-align: center;
}

.ss-tab .tab_ul .tab_li {
    color: #4d4d4d;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 0 52px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.ss-tab .tab_ul .tab_li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 1px;
    height: 21px;
    background: #b6b6b6;
}

.ss-tab .tab_ul .tab_li:last-child:after {
    width: 0;
}

.ss-tab .tab_ul .tab_li.select {
    color: #f26310;
}

.tab .tab_div_con {
    display: none;
}

.tab .tab_div_con.select {
    display: block;
}

.com-list-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #414141;
    font-size: 15px;
    text-decoration: none;
    padding-right: 150px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.com-list-item:hover {
    outline-width: 0;
    text-decoration: none;
    color: #f15900;
}
.com-list-item .badge1 {
    position: absolute;
    right: 50px;
    top: 10px;
    color: #6b6b6b;
    font-size: 15px;
}

.service-con {
    padding-top: 13px;
    padding-left: 14px;
}

.service-con > a {
    display: inline-block;
    width: 195px;
    height: 135px;
    line-height: 135px;
    background: #4d5ab9;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin: 5px 3px;
}

.service-con > a img {
    vertical-align: middle;
    margin-right: 8px;
}

.register {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #ed6c21;
    background-image: -moz-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    border-radius: 34px;
    margin-top: 10px;
}

.register a {
    color: #fff;
}
span.help-inline {
   	width: 65%;
    display: inline-block;
    color: red;
    float: right;
    margin-top: -9%;
    margin-right: -69%;
}
.video-box {
    padding-top: 20px;
}

.big-video-box {
    position: relative;
    float: left;
    width: 450px;
    height: 308px;
    background: #1b6d85;
}

.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .6);
    padding: 0 20px;
    box-sizing: border-box;
}

.video-title img {
    vertical-align: middle;
    margin-right: 8px;
}

.small-video-box {
    position: relative;
    float: right;
    width: 134px;
    height: 97px;
    margin-bottom: 8px;
}

.small-video-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.small-video-box .pic-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.example .picScroll-left {
    /*width: 1230px;*/
    /* overflow: hidden; */
    position: relative;
    /* margin-bottom: 30px; */
    margin-top: 30px;
}

.example .picScroll-left .hd .prev,
.example .picScroll-left .hd .next {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.example .picScroll-left .hd .prev {
    left: 20px;
    top: 35%;
    background: url(/site23/img/arrow_l.png) no-repeat;
}

.example .picScroll-left .hd .next {
    right: 20px;
    top: 35%;
    background: url(/site23/img/arrow_r.png) no-repeat;
}

.example .picScroll-left .bd {
    /* padding: 10px 0; */
    overflow: hidden;
}

.example .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.example .picScroll-left .bd ul li {
    width: 393px;
    margin: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    background: #fff;
}

.example .picScroll-left .bd ul li .pic {
    width: 393px;
    height: 260px;
    overflow: hidden;
    text-align: center;
    /* margin-bottom: 15px; */
}

.example .picScroll-left .bd ul li .pic img {
    width: 393px;
    height: 260px;
    display: block;
}

.example .picScroll-left .bd ul li .desc {
    padding: 15px 15px 15px 15px;
}

.example .picScroll-left .bd ul li .title {
    margin-bottom: 5px;
}

.example .picScroll-left .bd ul li .title a {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #414141;
    font-size: 18px;
}

.example .picScroll-left .bd ul li .text a {
    display: inline-block;
    width: 330px;
    overflow: hidden;
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
}

.interact .ss-tab .tab_ul .tab_li {
    padding: 0 108px;
}

.search-grey {
    position: relative;
    background: #fff;
    width: 220px;
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    /* margin-top: 10px; */
    border: 1px solid #c9c7c7;
}

.interact .search-grey {
    position: absolute;
    top: 85px;
    right: 5px;
}

.search-grey input[type=search] {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    color: #b9b9b9;
}

.search-grey input[type=submit] {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/site23/img/icon12.png) no-repeat;
    border: none;
    outline: none;
}

.on-line-list ul li {
    width: 125px;
    float: left;
    margin: 15px 8px;
}

.on-line-list ul li .pic {
    width: 125px;
    height: 170px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
}

.on-line-list ul li .pic img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.on-line-list ul li .title {
    color: #595757;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
}

.system-item {
    width: 290px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border-radius: 10px;
    background: #d08a46;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 25px 9px 25px 0;
}

.system-item:last-child {
    margin-right: 0;
}

.system-item img {
    vertical-align: middle;
    margin-right: 5px;
}

.system-item span {
    display: inline-block;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
}

.footer-link {
    background: #c9c9c9;
    padding: 30px 0;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
}

.friendly-link {
    float: left;
      width: 65%;
}

.friendly-link a {
   	color: #5c5b5a;
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    padding: 5px;
}

.friendly-link-title {
    color: #3d3d3d;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact {
    float: right;
    padding: 13px 18px;
    border-left: 3px solid #808080;
    color: #5c5b5a;
    font-size: 13px;
}

.contact p {
    line-height: 25px;
}

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    min-width: 1200px;
    background: #8f9aa6;
    color: #595959;
    font-size: 14px;
}

.footer img {
    vertical-align: middle;
}

.J-tab {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -100px;
    z-index: 9999 !important;
}

.J-tab-item {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    z-index: 999;
}

.J-tab-item .tab-ico {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #dba17f;
    border-radius: 10px 0 0 10px;
    text-align: center;
    -webkit-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
}

.J-tab-item .tab-text {
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 9999 !important;
    width: 70px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background-color: #dba17f;
    -webkit-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
}

.J-tab-item-hover .tab-ico {
    left: -62px;
    background: #f15900;
}

.J-tab-item-hover .tab-text {
    left: -25px;
    background: #f15900;
}

.J-tab-item a {
    color: #ffffff;
}

.J-tab-item img {
    vertical-align: middle;
}

/*政务服务*/
.S-con {
    min-width: 1200px;
    margin: 0 auto;
    min-height: 437px;
    background: #f6f6f6 url(/site23/img/er_bg.png) no-repeat center 0;
}

.seivice-title {
   padding:35px;
   margin:0 auto;
   width:1200px;
   box-sizing:border-box;
}

.service-1200 {
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.com-h2 {
    color: #f15900;
    font-size: 30px;
    text-align: center;
}
.com-h3 {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 5px 5px 0 0;
    padding-left: 55px;
    background: url(/site23/img/icon23.png) no-repeat 30px center;
}

.com-h3 a {
    color: #666464;
    font-size: 16px;
}

.com-line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.order, .query {
    display: inline-block;
    vertical-align: middle;
    width: 560px;
    height: 203px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin: 25px 25px;
    margin-right: 0;
    padding-left: 140px;
    box-sizing: border-box;
}

.order {
    padding-top: 75px;
    background: url(/site23/img/order.png) no-repeat 0 0;
}

.query {
    padding-top: 75px;
    background: url(/site23/img/query.png) no-repeat 0 0;
}

.order-form {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
}

.com-input {
    display: inline-block;
    width: 270px;
    height: 40px;
    border: 1px solid #c5c5c5;
    margin: 8px 0;
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
}

.com-input input, .com-input select {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #989898;
    font-size: 14px;
    border: none;
    outline: none;
}

.com-input select option {
    font-size: 16px;
}

.com-input input::-webkit-input-placeholder {
    opacity: 1;
}

.com-textarea{
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.com-textarea textarea{
    width: 100%;
    height: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    color: #989898;
    font-size: 14px;
    border: none;
    outline: none;
    resize: none;
}

.O-btn {
    display: inline-block;
    background-color: rgb(229, 114, 25);
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.O-btn img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}


.B-btn {
    display: inline-block;
    background-color: #0079d4;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 20px;
    cursor: pointer;
}

.con-h4 {
    border-bottom: none;
}

.con-h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100px;
    background: #f15900;
}

.guide-form table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 20px 0;
}

.guide-form table td {
    border: 1px solid #ddd;
    padding: 20px;
    color: #666464;
    font-size: 15px;
}

.guide-form table td .ico {
    vertical-align: middle;
    margin-right: 5px;
}

.flow-item {
    display: inline-block;
    color: #666464;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    margin: 0 20px;
}

.flow-item .ico {
    display: block;
}

.flow-con {
    margin: 30px 0;
}

.down-list {
    margin: 20px 0;
}

.down-list li {
    padding: 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.down-list li a {
    color: #666464;
    font-size: 15px;
}

.down-list li:hover a {
    /*color: #007feb;*/
}

.down-list li img {
    vertical-align: middle;
    margin: 0 8px 0 10px;
}

/*园区风采*/
.com-h3 {
    position: relative;
}

.public-min {
    position: absolute;
    right: 20px;
    top: 5px;
    min-width: 500px;
    width: 530px;
    border: none;
}

.public-min .txtMarquee-top {
    width: 380px;
}

.public-min .public-title {
    font-size: 16px;
}

.mess-query {
    padding: 20px;
    box-sizing: border-box;
}

.mess-list {
    width: 160px;
    margin: 32px 0;
}

.mess-list li {
    height: 36px;
    line-height: 36px;
    background: #d5e4f3;
    border-left: 6px solid #71b5f4;
    color: #424141;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.mess-list li .num {
    font-style: normal;
    color: #dd3913;
    font-size: 16px;
}

.red-num {
    color: #dd3913;
}

.mess-queryR {
    width: 980px;
    height: 650px;
    text-align: center;
}

.con-h5 {
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #f15900;
    font-size: 24px;
}

.con-h5 > span {
    position: relative;
    padding: 10px 2px;
    padding-top: 15px;
    display: inline-block;
}

.con-h5 > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background: #f15900;
}

.mess-query2 {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.sx-selector {
    margin: 10px 0;
}

.sx-wrap {
    position: relative;
    line-height: 34px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f3f3f3;
    color: #414141;
    font-size: 14px;
    margin-top: -1px;
}

.sx-key {
    float: left;
    width: 158px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
}

.sx-value {
    margin-left: 158px;
    padding-right: 70px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.s_valueList {
    padding: 10px 0;
    height: 30px;
    overflow: hidden;
}

.s_valueList.extend {
    height: auto;
}

.s_valueList li {
    float: left;
    _display: inline;
    margin: 4px 25px 4px 0;
    height: 26px;
    line-height: 26px;
}

.s_valueList li a {
    float: left;
    white-space: nowrap;
    zoom: 1;
    color: #414141;
    font-size: 14px;
}

.sx-ext {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    /* height: auto; */
    /* line-height: 22px; */
    /* overflow: hidden; */
    /* zoom: 1; */
}

.sx-result-item {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.sx-result-num {
    color: #636363;
    font-size: 14px;
    padding: 10px 30px;
}

.sx-result-itemL {
    width: 180px;
    float: left;
}

.sx-result-itemL img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.sx-result-itemR {
    position: relative;
    margin-left: 210px;
}

.sx-result-detail {
    position: absolute;
    top: 0;
    right: 0;
}

.sx-result-item-name {
    width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sx-result-item-name a {
    color: #f15900;
    font-size: 18px;
    font-weight: bold;
}

.sx-result-item-intro {
    margin: 10px 0 20px 0;
    height: 50px;
    overflow: hidden;
}

.sx-result-item-intro a {
    color: #898989;
    font-size: 14px;
    line-height: 25px;

}

.sx-result-item-company {
    position: relative;
    color: #2c2c2c;
    font-size: 14px;
}

.sx-company-more {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #666;
    font-size: 12px;
}

.sx-company-title {
    margin-bottom: 5px;
}

.sx-result-item-company li {
    float: left;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 23px;
    margin-right: 73px;
}

.sx-result-item-company li:nth-child(4n+0) {
    margin-right: 0;
}

.sx-result-item-company li a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.O-btn-small {
    display: inline-block;
    background: #f15900;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.O-btn-middle{
    height: 29px;
    line-height: 29px;
    display: inline-block;
    background: #f15900;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

/*分页*/
.sx-result-page{
    padding:20px 0 30px;
}
.ui-paging-container {
    color: #666;
    font-size: 12px;
}

.ui-paging-container ul {
    overflow: hidden;
    text-align: center;
}

.ui-paging-container ul, .ui-paging-container li {
    list-style: none;
}

.ui-paging-container li {
    display: inline-block;
    padding: 5px 9px;
    margin-left: 5px;
    color: #000;
}

.ui-paging-container li.ui-pager {
    cursor: pointer;
    border: 1px solid #adadad;
    border-radius: 2px;
}

.ui-paging-container li.ui-pager:hover, .ui-paging-container li.selected {
    background-color: #a6a6a6;
    color: #FFFFFF;
}

.ui-paging-container li.ui-paging-ellipse {
    border: none;
}


.ui-paging-container li.ui-paging-toolbar {
    padding: 0;
}

.ui-paging-container li.ui-paging-toolbar select {
    height: 22px;
    border: 1px solid #ddd;
    color: #666;
}

.ui-paging-container li.ui-paging-toolbar input {
    line-height: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #ddd;
    text-align: center;
    width: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.ui-paging-container li.ui-paging-toolbar a {
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    border: 1px solid #ddd;
    vertical-align: top;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 3px;
    cursor: pointer;
    margin-left: 5px;
    color: #666;
}

.ui-paging-container li.ui-pager-disabled, .ui-paging-container li.ui-pager-disabled:hover {
    background-color: #f6f6f6;;
    cursor: default;
    border: none;
    color: #ddd;
}
.recommend{
    position: relative;
    padding:0 20px;
}
.recommend ul {
    overflow: hidden;
    zoom: 1;
    padding:20px 0;
}

.recommend ul li {
    width: 376px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: #f6f6f6;
}

.recommend ul li .pic {
    height: 260px;
    overflow: hidden;
    text-align: center;
    /* margin-bottom: 15px; */
}

.recommend ul li .pic img {
    width: 393px;
    height: 260px;
    display: block;
}

.recommend ul li .desc {
    padding: 15px 15px 15px 15px;
}

.recommend ul li .title {
    margin-bottom: 5px;
}

.recommend ul li .title a {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #414141;
    font-size: 18px;
}

.recommend ul li .text a {
    display: inline-block;
    width: 330px;
    overflow: hidden;
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
}
.feature{
    position: relative;
    padding: 0 20px;
}
.feature .picScroll-left {
    position: relative;
    padding:15px 0 30px 0;
}

.feature .picScroll-left .hd {
    /* overflow: hidden; */
    /* height: 30px; */
    /* background: #f4f4f4; */
    /* padding: 0 10px; */
}

.feature .picScroll-left .hd .prev,
.feature .picScroll-left .hd .next {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    z-index: 99;
    cursor: pointer;
}

.feature .picScroll-left .hd .prev {
    left: 16px;
    top: 40%;
    background: url(/site23/img/arrow_l.png) no-repeat;
}

.feature .picScroll-left .hd .next {
    right: 15px;
    top: 40%;
    background: url(/site23/img/arrow_r.png) no-repeat;
}

.feature .picScroll-left .bd {
    overflow: hidden;
}

.feature .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.feature .picScroll-left .bd ul li {
    margin:0 20px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.feature .picScroll-left .bd ul li .pic {
    width: 273px;
    height: 188px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.feature .picScroll-left .bd ul li .pic img {
    width: 273px;
    height: 188px;
    display: block;
} 

.registerRow{
	width: 60%;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 18px;
    text-align: center;
    border-radius: 34px;
    margin: 0 auto;
}
.registerRow label{
    width: 20%;
    display: inline-block;
    text-align: left;
}
.registerBtn{
	width: 49%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ed6c21;
    background-image: -moz-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(230, 95, 36) 0%, rgb(245, 121, 31) 100%);
    border-radius: 34px;
    margin: 10px auto 0px;
} 

.subPage{
    padding:25px 30px;
}
.conL{
    width: 270px;
}
.conR{
    margin-left: 270px;
}
.sub_menu a{
    display: block;
    width: 211px;
    height: 44px;
    line-height: 44px;
    background: url(/site23/img/navL_bg.png) no-repeat;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 8px;
    text-align: center;
}
.sub_menu a img{
    vertical-align: middle;
    margin-right: 3px;
}
.sub_menu a:hover{
    background:  url(/site23/img/navL_bg_p.png) no-repeat;
}
.sub_menu a.active{
    background:  url(/site23/img/navL_bg_p.png) no-repeat;
}
.conR{
    border:1px solid #c5c5c5;
    padding:5px 25px;
}
.new-lists-item .new-list_pic{
    width: 180px;
    height: 120px;
}
.new-lists-item{
    padding:15px 0;
    border-bottom:1px solid #d6d6d6;
}
.list_pic img{
    width: 100%;
    height: 100%;
}
.new-lists-item .list_desc{
    margin-left: 200px;
}
.list_desc_title{
    color: #f15900;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.list_desc_txt{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 25px;
}
.list_desc_time{
    color: #a5a5a5;
    font-size: 12px;
    margin:10px 0;
}
.rule-list-item{
    position: relative;
    padding:30px 0 20px;
    padding-right: 260px;
    box-sizing: border-box;
    border-bottom:1px solid #d6d6d6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rule-list-item a{
    color: #5e5e5e;
    font-size: 16px;
}
.rule-list-item .time{
    position: absolute;
    right: 100px;
} 
.search-box2{
    display: inline-block;
    border:1px solid #C5C5C5;
    width: 469px;
    height: 39px;
    line-height: 39px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #797979;
    font-size: 14px;
    vertical-align: middle;
}
.search-box2 .search-logo{
    margin:0 10px;
}
.search-box2 .search-logo img{
    vertical-align: middle;
}
.search-box2 input{
    width: 90%;
    height: 100%;
    border:none;
}
.B-btnF{
    border:none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0079d4;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.line-lists{

}
.line-list-item  .list_pic{
    display: inline-block;
    width: 126px;
    height: 170px;
    border:1px solid #e4e4e4;
    padding: 2px;
    box-sizing: border-box;
    vertical-align: middle;
}
.line-list-item .list_desc {
    display: inline-block;
    width: 730px;
    margin-left: 30px;
    margin-right: 70px;
    vertical-align: middle;
}
.load{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding:0 20px;
}
.load img{
    vertical-align: middle;
    margin-right: 5px;
}
.talk{
    padding:0 20px;
}
.talk-list{

}
.talk-list li {
    position: relative;
    width: 260px;
    height: 356px;
    margin:30px 0;
    margin-right: 37px;
    float: left;
    overflow: hidden;
}
.talk-list li:nth-child(4n+0){
    margin-right: 0;
}
.talk-list li .pic{
    width: 100%;
    height:295px;
}
.talk-list li .pic img{
    width: 100%;
    height: 100%;
}
.talk-list .intro{
    width: 100%;
    background: #57a7e3;
    text-align: center;
    padding: 10px 0;
}
.talk-list .intro a{
    color: #fff;
    font-size: 16px;
} 
.p20{
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}
.project{
    padding-bottom: 30px;
}
.project .picScroll-left .bd ul li {
    width: 376px;
    margin: -1px 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    background: #f6f6f6;
}
.project .picScroll-left .bd ul li .pic {
    width: 376px;
    height: 260px;
    overflow: hidden;
    text-align: center;
}
.project .picScroll-left .bd ul li .pic img {
    width: 100%;
    height:100%;
    display: block;
}
.project .picScroll-left .bd ul li .desc {
    padding: 15px 15px 15px 15px;
}

.member-list li {
    position: relative;
    width: 264px;
    height: 325px;
    margin:30px 0;
    margin-right: 32px;
    float: left;
    overflow: hidden;
    border:1px solid #dfdfdf;
}
.member-list li:nth-child(4n+0){
    margin-right: 0;
}
.member-list li .pic{
    width: 265px;
    height:200px;
}
.member-list li .pic img{
    width: 100%;
    height: 100%;
}
.member-list .intro {
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 266px;
    height:165px;
    background: url(/site23/img/icon39.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    color: #000;
}
.member-list .intro .intro-post{
    margin-bottom: 10px;
}
.member-list .intro .intro-post a{
    display: inline-block;
    width: 230px;
    color: #414141;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.member-list .intro .intro-name a{
    position: relative;
    display: inline-block;
    color: #898989;
    font-size: 13px;
    max-height: 72px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp:3;*/
    /*-webkit-box-orient: vertical;*/
}
.line-clamp {
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.spe-topic{
    display: inline-block;
    width: 577px;
    padding: 30px 0;
}
.counsel{
  	position:relative;
    vertical-align: middle;
    width: 1150px;
    height: 258px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin: 30px auto;
    padding-left: 100px;
    box-sizing: border-box;
    background: url(/site23/img/icon40.png) no-repeat 0 0;
}
div#typeTag{
    position: absolute;
    left: 2.5%;
    top: 29%;
    color: #FFFFFF;
    height: 100%;
    width: 3%;
    font-size: 22px;
    font-weight: bold;
}
.form-item{
    margin:20px 0;
}
.form-item .form-label{
    display: inline-block;
    width: 160px;
    text-align: right;
    color: #666464;
    font-size: 15px;
}
.counsel .com-input{
    margin: 0;
}
.form-code{
    display: inline-block;
    width: 130px;
    height: 40px;
}
.form-btn{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.advice{
    display: block;
    width: 525px;
    color: #6a6a6a;
    font-size: 30px;
    border:1px solid #D3D2D1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    margin:30px 0 0;
}
.advice img{
    vertical-align: middle;
} 


/*园区子页面*/
.sub-top{
    padding:5px 0;
     background: #383838;
}
.sub-top .login-box{
    padding: 0;
    color: #c9c9c9;
    margin-top: 6px;
}
.sub-top .logo {
    margin-top: 0px;
}
.sub-top .logo img{
}
.sub-top .login-box a {
    color: #c9c9c9;
    font-size: 14px;
    padding: 0 7px;
}
.sub-header{
    width: 100%;
}
.sub-header .logo{
    padding:20px 0 15px;
    margin-top: 10px;
}
.sub-menu{
    margin-top: 16px;
}
.sub-menu-li {
    position: relative;
    display: inline-block;
    padding: 20px 15px;
}

.sub-menu-li a:hover {

}

.sub-menu-li a {
    color: #393939;
    font-size: 18px;
}
.sub-menu-li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #075aba;
    width:100%;
    transition:all 0.3s ease-in-out;
    /*通过transform的缩放scale来让初始时x轴为0*/
    transform: scale3d(0,1,1);
    /*将坐标原点移到元素的中间，以原点为中心进行缩放*/
    transform-origin:50% 0;
}
.sub-menu-li:hover:before{
    /*width:100%;*/
    transform:scale3d(1,1,1);
}
.sub-menu-li.active:before{
    transform:scale3d(1,1,1);
}
.sub-banner .slideBox {
    width: 100%;
    height: 397px;
    overflow: hidden;
    position: relative;
}
.sub-banner .slideBox .bd li {
    width: 100%;
    min-width: 1200px;
    height: 397px;
    zoom: 1;
    vertical-align: middle;
}
.sub-banner .slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #2c2d1e;
    cursor: pointer;
    border-radius: 50%;
}
.slideBox .hd ul li.on {
     background: #f15900;
     color: #fff;
 }
.sub-con{
    padding-top: 30px;
}
.go-park{
    width: 435px;
}
.invest{
    width: 300px;
    margin-left: 40px;
}
.com-title1{
    text-align: center;
    color: #075aba;
    font-size: 26px;
    background: url(/site23/img/subpage/icon1.png) repeat-x 0 15px;
    margin-bottom: 10px;
}
.com-title1 span{
    background: #fff;
    padding:0 10px;
}
.com-txt{
    color: #606060;
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
}
.invest .com-list-item{
    padding-right: 20px;
}
.map{
    width: 375px;
    height: 276px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sub-com-h2{
    color: #075aba;
    font-size: 26px;
    font-weight: bold;
    padding:10px 0;
}
.sub-com-h2 img{
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
}
.newsLeft{
    position: relative;
    width: 490px;
    height: 314px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.newsLeft .h2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    box-sizing: border-box;
}
.newsRight{
    width: 670px;
}
.newsRight h3{
    color: #414141;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.newsRight p{
    color: #606060;
    font-size: 15px;
    line-height: 26px;
}
/*园区配套*/
.yqpt .picScroll-left {
    position: relative;
    margin-bottom: 20px;
}
.yqpt .picScroll-left .hd .prev,
.yqpt .picScroll-left .hd .next {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.yqpt .picScroll-left .hd .prev {
    left: 20px;
    top: 35%;
    background: url(/site23/img/arrow_l.png) no-repeat;
}

.yqpt .picScroll-left .hd .next {
    right: 20px;
    top: 35%;
    background: url(/site23/img/arrow_r.png) no-repeat;
}

.yqpt .picScroll-left .bd {
    /* padding: 10px 0; */
    overflow: hidden;
}

.yqpt .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.yqpt .picScroll-left .bd ul li {
    position: relative;
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.yqpt .picScroll-left .bd ul li .pic {
    width: 280px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}

.yqpt .picScroll-left .bd ul li .pic img {
    width: 280px;
    height: 180px;
    display: block;
}

.yqpt .picScroll-left .bd ul li .title{
    width: 100px;
    height: 100px;
    padding-top: 28px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    background-color: rgba(181, 127, 56,.8);
    box-shadow: 1.414px -1.414px 8px 0px rgba(0, 0, 0, 0.86);
    /* font-weight: bold; */
    text-align: left;
}
/*解决display：inline-block 间隙*/
.sub-company-list{
    font-size:  0;
    letter-spacing: -3px;
}
.sub-company-list .sub-company{
    display: inline-block;
    color: #606060;
    font-size: 15px;
    letter-spacing: normal;
    word-spacing: normal;
    width: 25%;
    padding:5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.result-num{
    color: #d6632a;
}
.br30{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
} 

/*公众互动管理*/
.inter_mess{
    vertical-align: middle;
    width: 1150px;
    height: 468px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin: 30px auto;
    padding-left: 100px;
    box-sizing: border-box;
    background: url(/site23/img/icon44.png) no-repeat 0 0;
}
.table-style1{
    position: relative;
}
.ysl{
    position: absolute;
    right: 65px;
    top: 10px;
}
.table-style1 table th{
    border:1px solid #dcdcdc;
    padding:12px 20px;
    color: #f15900;
    font-size: 16px;
    text-align: center;
}

.table-style1 table td{
    border:1px solid #dcdcdc;
    padding:12px 20px;
    color: #414141;
    font-size: 14px;
}
.table-style1 table tbody td:nth-child(1){
    background: #eeeeee;
    width:18%;
}
.member .form-label{
    text-align: left;
    width: 90px;
}
.dib{
    display: inline-block;
}
.table-style2 table{
    width: 100%;
    color: #636363;
    font-size: 14px;
    text-align: center;
}
.table-style2 table th{
    font-weight: normal;
    border-top:1px solid #dcdcdc;
    padding:12px 20px;
}
.table-style2 table tbody tr{
    border-bottom:1px solid #dcdcdc;
}
.table-style2 table tbody td{
    padding:12px 20px;
}
.forange{
    color: #e57219;
}
.fred{
    color: #e12929;
}
.fgreen{
    color: #428f1c;
}
.contribute{
    position: absolute;
    right: 0;
    top: -50px;
}
.contribute img{
    vertical-align: middle;
    margin-right: 4px;} 

/*园区子页面投资指南 invest*/
.sub-pic{
    width: 100%;
    height: 235px;
    min-width: 1200px;
}
.sub-invest-pic{
    background: url(/site23/img/subpage/invest-pic.png) no-repeat center 0;
}
.sub-news-pic{
    background: url(/site23/img/subpage/news-pic.png) no-repeat center 0;
}
.sub-mate-pic{
    background: url(/site23/img/subpage/mate-pic.png) no-repeat center 0;
}
.sub-company-pic{
    background: url(/site23/img/subpage/company-pic.png) no-repeat center 0;
}
.sub-enterpark-pic{
    background: url(/site23/img/subpage/enterpark-pic.png) no-repeat center 0;
}
.sub-contactus-pic{
    background: url(/site23/img/subpage/contactus-pic.png) no-repeat center 0;
}
.sub-com-h3{
    position: relative;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 5px 5px 0 0;
}

.sub-com-h3 a {
    color: #666464;
    font-size: 16px;
}
.sub-com-h3 a img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.subnav a{
    display: block;
    width: 210px;
    height: 49px;
    line-height: 49px;
    background: url(/site23/img/subpage/subnav_bg.png) no-repeat;
    color: #fff;
    font-size: 18px;
    padding-left: 28px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.subnav a img{
    vertical-align: middle;
    margin-right: 3px;
}
.subnav a:hover{
    background:  url(/site23/img/subpage/subnav_bg_p.png) no-repeat;
}
.subnav a.active{
    background:  url(/site23/img/subpage/subnav_bg_p.png) no-repeat;
}
.rule-list-item a img{
    margin-right: 5px;
}
.sub-com-h4{
    position: relative;
    color: #444444;
    font-size: 28px;
    text-align: center;
    padding:10px;
}
.blue-line:after{
    content: '';
    width: 73px;
    height: 3px;
    background: #075aba;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
}
.orange-line:after{
    content: '';
    width: 73px;
    height: 3px;
    background: #f1670a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
}
.green-line:after{
    content: '';
    width: 73px;
    height: 3px;
    background: #458f2b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
}
.red-line:after{
    content: '';
    width: 73px;
    height: 3px;
    background: #dc0303;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
}
.company-lists{

}
.company-list-item{
    padding: 20px 0;
    border-bottom:1px solid #d6d6d6;
}
.company-list-item  .list_pic{
    display: inline-block;
    width: 180px;
    height: 122px;
    vertical-align: middle;
}
.company-list-item  .list_pic img{
    display: block;
    max-height: 80px;
    max-width: 180px;
    margin: 0 auto;
}
.company-list-item .list_desc {
    display: inline-block;
    width: 730px;
    margin-left: 30px;
    margin-right: 45px;
    vertical-align: middle;
}
.company-list-item .list_desc_title {
    color: #0579d2;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.load{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
  font-size:14px;
    line-height: 36px;
    padding:0 20px;
}
.load img{
    vertical-align: middle;
    margin-right: 5px;
}
.list-detail{
    position: relative;
}
.senior-mem{
    display: none;
    position: absolute;
    bottom:0;
    right: -86px;
    padding: 2px 13px;
    border:1px solid #a3a3a3;
    color: #595959;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
}
.senior-mem:before{
    position: absolute;
    left: -20px;
    top: 0px;
    z-index: 102;
    content: '';
    border-width:10px;
    border-style: solid;
    border-color:transparent #fff transparent transparent;
}
.senior-mem:after{
    position: absolute;
    left: -23px;
    top: -1px;
    z-index: 100;
    content: '';
    border-width: 11px;
    border-style: solid;
    border-color:transparent #a3a3a3 transparent transparent;
}
.sub-star{
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}
.txt-list{
    border-bottom:1px solid #d6d6d6;
}
.subtitle {
    font-size: 18px;
    color: #231815;
    padding-top: 20px;
    padding-bottom: 5px;
}
.subdesc{
    font-size: 14px;
    color: #898989;
    padding:10px 0;
}
.subdesc span{
    margin-right: 20px;
}
.vam{
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}
/*register注册页面*/
.reg-box{
    background: #fff;
    padding: 40px 26px 10px;
    box-sizing: border-box;
    margin-top: 4px;
}
.reg-title{
    color: #575757;
    margin-bottom: 8px;
}
.reg-main{
    border: 1px solid #dadada;
    border-top:none;
}
.reg-title2{
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding-left: 32px;
    box-sizing: border-box;
    background:#eee url(/site23/img/icon50.png) no-repeat left 0;
}
.reg-form{
    /* text-align: center; */
    padding-left: 300px;
    box-sizing: border-box;
}
.reg-form .form-item .form-label {
    display: inline-block;
    width: 130px;
    text-align: left;
    color: #868686;
    /* vertical-align: middle; */
    font-size: 18px;
}
.reg-form .com-input {
    display: inline-block;
    width: 270px;
    height: 50px;
    border: 1px solid #dcdcdc;
    margin:0;
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
}
.sui-radio {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.sui-radio:checked:after {
    -webkit-animation: anim .2s ease-out;
    animation: anim .2s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
    background: #669ed2;
    border-radius: 50%;
}
.sui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: transparent;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    line-height: 1;
    vertical-align: -2px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4px;
}
.sui-checkbox:checked:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 3px;
    width: 11px;
    height: 5px;
    border: 2px solid #858585;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-50deg) scale(1) translate(-3px,5px);
    transform: rotate(-50deg) scale(1) translate(-3px,5px);
}
.form-agree{
    color: #484848;
    font-size: 14px;
    text-align: center;
}
.form-agree a{
    color: #136fd7;
    font-size: 14px;
    margin-left: 10px;
}
.reg-btn{
    margin-bottom: 20px;
    text-align:  center;
}
.reg-btn button{
    display: inline-block;
    text-align: center;
    background: #ed6c21;
    width: 394px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    border:none;
    outline: none;
    border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
/*自定义橘色按钮*/
.layui-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.layui-btn-oversize{
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    font-size: 24px
}
.layui-btn-orange{
    background: #fff;
    color: #ed6c21;
    border:1px solid #ed6c21;
}
.layui-btn-orange:hover{
    background: #ed6c21;
    color: #ffffff;
    border:1px solid #ed6c21;
}
.layui-btn-orange.active{
    background: #ed6c21;
    color: #ffffff;
    border:1px solid #ed6c21;
}
  
.reg-other{
    display: block;
    position: relative;
    width: 1148px;
    height: 92px;
    background: url(/site23/img/icon54.png) no-repeat;
    margin: 20px auto;
    margin-bottom: 10px;
    cursor: pointer;
}

.reg-update{
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    right: 90px;
    top: 30px;
    font-weight: normal;
}
.form-checkbox{
    display: inline-block;
    margin: 0 20px 20px 0;
    color: #5d5d5d;
    font-size: 18px;
}
.reg-form .com-input input,
.reg-form .com-input select {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    color: #5d5d5d;
    font-size: 18px;
    border: none;
    outline: none;
}
.com-main{
    width: 1200px;
    margin: 0 auto;
    min-height:auto;
    background: #fff;
    padding: 15px 0;
    margin-top: 4px;
}
.added{
    padding: 40px 100px;
    box-sizing: border-box;
}
.added li{
    color: #575757;
    font-size: 16px;
    padding: 10px 0;
}
.enterprise-box{
   /* padding: 20px 25px; */
    /* box-sizing: border-box; */
}
.enterpriseL{
    float: left;
    width: 250px;
    border:1px solid #bfbfbf;
    text-align: center;
}
.enterpriseR{
    margin-left: 265px;
}
.enterprise-logo{
    padding: 30px 0 20px;
}
.enterprise-name{
    color: #313131;
    padding: 5px 0;
    font-weight: bold;
}
.enterprise-txt{
    color: #616161;
    font-size: 14px;
    padding: 5px 0 20px 0;
}
.enterprise-txt span{
    margin: 0 10px;
}
.enterprise-pic{
    width: 100%;
    height: 513px;
}
.vip-box{
    /*clear: both;*/
}
.vip-item{
    float: left;
    width:25%;
}
.vip-cell{
    border:1px solid #dcdcdc;
    margin: -1px;
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
    height: 73px;
    line-height: 73px;
    color: #777676;
}
.vip-cell img{
    vertical-align: middle;
}
.vip-item-active{
    position: relative;
    margin-top: -7px;
}
.vip-recommend{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.vip-item-active .vip-cell{
    position: relative;
    border:1px solid #f25a01;
    color: #f25a01;
    background: #fdd8c3;
}
.vip-item-active .vip-cell:after{
    position: absolute;
    right: 0;
    top: 0;
    content:'';
    width: 0px;
    height: 100%;
    background: #f25a01;
}
.vip-item-active>ul>li:first-child{
    padding-top: 7px;
}
.vip-item-active>ul>li:last-child{
    padding-top: 7px;
}
.vip-item-active>ul>li:nth-child(odd){
    background: #ffece1;
}
.vip-item-selected{
    position: relative;
    margin-top:0;
}
.vip-item-selected>ul>li:first-child{
    padding: 0;
}
.vip-item-selected>ul>li:last-child{
    padding: 0;
}
.vip-cell-first{
    height: 115px;
    line-height: inherit;
}
.center-vertical{
    position: relative;
    top:50%;
    -webkit-transform:translateY(-50%) ;
    -moz-transform:translateY(-50%) ;
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%) ;
    transform:translateY(-50%);
}
.vip-cell-first b{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.vip-btn{
    margin:10px;
    display: inline-block;
    vertical-align: middle;
}
.vip-btn a{
    color: #e57219;
    font-size: 14px;
    display: inline-block;
    background-color:#fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
    border:1px solid #f9af84;
}
.vip-item-active .vip-btn a{
    color: #fff;
    background: #e57219;

}
.com-title{
    margin:0px 30px;
}
.com-title span{
    margin-right: 20px;
}
.orange-dot{
    color: #ec6941;
    font-style: normal;
}
/*个人主页选项卡myInfo-tab*/
.myInfo-tab{
    padding: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #c5c5c5;
}
.myInfo-tab-item{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border:1px solid #056bb8;
    color: #075aba;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.myInfo-tab-item .pic{
    display: inline-block;
    width: 30px;
    height: 28px;
    background:url(/site23/img/icon64.png) no-repeat center;
}
.myInfo-tab-itemed{
    position: relative;
    color: #fff;
    background: #1988dc;
    background-image: -moz-linear-gradient( 90deg, rgb(0,121,212) 0%, rgb(44,148,226) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,121,212) 0%, rgb(44,148,226) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,121,212) 0%, rgb(44,148,226) 100%);
}
.myInfo-tab-itemed .pic{
    background:url(/site23/img/icon64_p.png) no-repeat center;
}
.myInfo-tab-itemed:after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 30px;
    z-index: 99;
    width: 0;
    height: 0;
    border-width: 7px;
    border-color: transparent transparent #c5c5c5;
    border-style: dashed dashed solid;
}
.myInfo-tab-itemed:before{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 31px;
    z-index: 100;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
}

.myInfo-tab-item .tg{
    background:url(/site23/img/icon64.png) no-repeat center;
}
.myInfo-tab-itemed .tg{
    background:url(/site23/img/icon64_p.png) no-repeat center;
}
.myInfo-tab-item .leave-msg{
    background:url(/site23/img/icon65.png) no-repeat center;
}
.myInfo-tab-itemed .leave-msg{
    background:url(/site23/img/icon65_p.png) no-repeat center;
}
.myInfo-tab-item .collect{
    background:url(/site23/img/icon66.png) no-repeat center;
}
.myInfo-tab-itemed .collect{
    background:url(/site23/img/icon66_p.png) no-repeat center;
}
.myInfo-tab-item .info-mess{
    background:url(/site23/img/icon67.png) no-repeat center;
}
.myInfo-tab-itemed .info-mess{
    background:url(/site23/img/icon67_p.png) no-repeat center;
}
.myInfo-tab-item .change-paw{
    background:url(/site23/img/icon68.png) no-repeat center;
}
.myInfo-tab-itemed .change-paw{
    background:url(/site23/img/icon68_p.png) no-repeat center; 
}
.member-item{
    position: relative;
    color: #666464;
    font-size: 18px;
    margin: 25px 0;
}
.member-item-label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    float: left;
}
.member-item-con{
    margin-left: 150px;
}
.member-level{
    display: inline-block;
    margin-right: 18px;
}
.member-time{
    display: inline-block;
    border:2px solid #d7bd8e;
    border-radius: 10px;
    height: 90px;
    line-height: 90px;
    width: 216px;
    margin-right: 18px;
    color: #949494;
    font-size: 24px;
    text-align: center;
}
/*控制划过*/
.member-time-active{
    position: relative;
    border:2px solid #4c9af2;
    color: #4c9af2;
}
.member-time-active:after{
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 99;
    width: 46px;
    height: 46px;
    background: url(/site23/img/icon72.png) no-repeat;
}
/*控制选中*/
.member-time-select{
    position: relative;
    border:2px solid #4c9af2;
    color: #4c9af2;
}
.member-time-select:after{
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 99;
    width: 46px;
    height: 46px;
    background: url(/site23/img/icon72.png) no-repeat;
}
.reg-btn button{
    display: inline-block;
    text-align: center;
    background: #ed6c21;
    width: 394px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    border:none;
    outline: none;
    border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.reg-btn button b{
    font-weight: 400;
}
.member-pay{
    margin-right: 60px;
}
.news-detail{
    padding: 30px 80px;
    box-sizing: border-box;
}
.news-detail .h1{
    color: #5e5e5e;
    text-align: center;
}
.news-detail .h4{
    color: #8e8e8e;
    margin: 20px 0;
    text-align: center;
}
.news-detail-txt>p{
    color: #404040;
    text-indent: 2em;
    margin-top: 2px;
    line-height: 32px;
} 

 #parkName{
	  font-size: 26px;
      font-weight: bold;
      color: #383838;
} 
.more-top-20{
	  top: 20px;
}
.yq-info-img{
	width: 30px;
    height: 33px;
} 
.list_desc_txt p:first-child {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 

.time_auth{
position: absolute;
    right: 140px;
	
}
.rule-list-item .time_rigth{
  position: absolute;
    right: 10px;
	
} 
.acontent img {
    max-width: 800px;
}