@import url('./base.css');
/* row-fl */
.row-fl .wrap1000{
    max-width: 1000px;
    margin: 0 auto;
}
.row-fl .ui-box-body {
    padding-top: 20px;
}

.row-fl .ui-box-body ul {
    overflow: hidden;
}

.row-fl .ui-box-body ul li {
    float: left;
    width: 20%;
    /* margin-bottom: 2em; */
}

.row-fl .ui-box-body ul li a {
    display: block;
    width: 140px;
    margin: 0 auto;
}

.row-fl .ui-box-body ul li a .img {
    border: 6px solid #F6F6F6;
    height: 140px;
    text-align: center;
    line-height: 130px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ffc107;
    position: relative;
    margin-bottom: 0;
}

.row-fl .ui-box-body ul li:nth-child(1) a .img {
    background-color: #fb9d46;
}

.row-fl .ui-box-body ul li:nth-child(2) a .img {
    background-color: #24d0d0;
}

.row-fl .ui-box-body ul li:nth-child(3) a .img {
    background-color: #f581e4;
}

.row-fl .ui-box-body ul li:nth-child(4) a .img {
    background-color: #47c480;
}

.row-fl .ui-box-body ul li:nth-child(5) a .img {
    background-color: #83d5fc;
}
.row-fl .ui-box-body ul li:nth-child(6) a .img {
    background-color: #008e44;
}

.row-fl .ui-box-body ul li:nth-child(7) a .img {
    background-color: #029cff;
}
.row-fl .ui-box-body ul li:nth-child(8) a .img {
    background-color: #fb9d46;
}

.row-fl .ui-box-body ul li:nth-child(9) a .img {
    background-color: #83d5fc;
}


.row-fl .ui-box-body ul li:nth-child(6) {
    padding-left: 130px;
}
.row-fl .ui-box-body ul li:nth-child(7) {
    padding-left: 130px;
}
.row-fl .ui-box-body ul li:nth-child(8) {
    padding-left: 130px;
}
.row-fl .ui-box-body ul li:nth-child(9) {
    padding-left: 130px;
}

.row-fl .ui-box-body ul li a:hover .img {
    border-color: #E2E4E1;
    background-color: #e83e8c;
}

/* 按钮样式 */
.btn-secondary {
    background: #fff;
    border-color: #ebedf2;
}
.btn-secondary:hover {
    color: #007bff!important;
    border-color: #ebedf2;
    background-color: #f4f5f8;
}
.btn-info {
    color: #fff!important;
    background-color: #36a3f7;
    border-color: #36a3f7;
}
.btn-info:hover {
    color: #fff!important;
    background-color: #1192f6;
    border-color: #0a8cf0;
}

/* 主体 */
.main-body{
    margin-left: 1.5em;
    border: 1px solid #e8e8e8;  
}
.main-body.flex-auto.contact {
    margin-left: 0;
    border: none;
}
.onepage.onepage-9 {
    float: left;
    overflow: hidden;
    width: 50%;
  border-right: 1px dotted #e1e1e1;
}
.contact .submitForm {
    width: 50%;
    float: right;
}
.contact .m-form .col-8 {
    max-width: 83%;
    flex: 0 0 83%;
}
.contact img.con_img {
    width: 130px;
}
.main-body > .card{
    border:none;
    border-radius: 0;
}
.main-body > .card > .card-header{
    border-radius: 0;
    border-bottom-color: #e8e8e8;
    padding-left:0;
}
.main-body > .card > .card-header .card-header-title{
    padding-left: 1.8em;
    position: relative;
    color: #000;
}
.main-body > .card > .card-header .card-header-title::before{
    position: absolute;
    top:15%;
    left:1em;
    bottom: 15%;
    width:3px;
    height: auto;
    content: '';
    background-color: #dc3545;
}
.main-body > .card > .card-header ul{
    font-size: 12px;
    color: #999;
}
.main-body > .card > .card-header ul li{
    padding-right: 1em;
    margin-right: 1em;
    position: relative;
}
.main-body > .card > .card-header ul li::after{
    position: absolute;
    top:10%;
    right:0;
    bottom:10%;
    width:1px;
    height: auto;
    content: '';
    transform: rotate(30deg);
    background-color: #d5d5d5;
}
.main-body > .card > .card-header ul > :last-child{
    padding-right: 0;
    margin-right: 0;
}
.main-body > .card > .card-header ul > :last-child::after{
    display: none;
}
.main-body > .card > .card-header ul li a{
    color:#007bff;
}
.main-body > .card > .card-header ul li a:hover,
.main-body > .card > .card-header ul li a:active{
    color: #e83e8c;
}
.main-body > .card > .card-body{
    padding:0;
    min-height: 37em;
}
/* 左侧留言 */
.main-gbook{
    width:580px;
}
.main-gbook .card{
    border-radius: 0;
}
.main-gbook .card-header{
    border-radius: 0;
}
.main-gbook .card-body{
    padding: 1em;
}
/* 侧边栏 */
.main-sidebar{
    width:300px;
}
.main-sidebar .card{
    border-radius: 0;
}
.main-sidebar .card-header{
    border-radius: 0;
}
.main-sidebar .card-body{
    padding: 1em;
}

/* 侧边栏的文章列表 */
.main-sidebar .news{
    margin:0;
}
.main-sidebar .news li{    
    font-size: 14px;
    line-height: 20px;
    padding:.6em 0;
    border-bottom: 1px dashed #e8e8e8;
}
.main-sidebar .news li.active a{
    color:#e83e8c;
}
.main-sidebar .news li.active a::before{
    background-color: #e83e8c;
}
.main-sidebar .card .news li > .date{
    font-size: 14px;
    color: #999;
    margin-left: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

/* 单页 */
.onepage{
    padding:40px;
    color:#555;    
}
.onepage p{
    line-height:2em;
    margin-bottom:2em;
}
.onepage p:last-child{
    margin-bottom: 0;
}
.onepage img{
    max-width: 100%!important;
}

/* 文章列表 */

.news-text {
    padding: 4em;
}

.news-text ul {
    overflow: hidden;
}

.news-text li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6em;
    width:100%;
}

.news-text li .title{
    flex: 1;
}
.news-text li .title a{
    display: block;
    width:100%;
}

.news-text li .date {
    font-size: 14px;
    margin-left: 1em;
    color: #999;
}

.news-text hr {
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}

.news-text hr:last-child {
    display: none;
}

/* 文章列表 缩略图列表 */

.news-pic {
    padding: 1.5em;
}
.news-pic .row .col-4{
    padding-left: 5px;
    padding-right: 5px;
}

.news-pic li:nth-child(n+4) {
    margin-top: 20px;
}

.news-pic li a,
.news-pic li a span {
    display: block;
}

.news-pic li a .img {    
    padding: 4px;
}
.news-pic li a .img-container{
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.news-pic-4 ul li a .img-container{
    padding-bottom: 75%;
}

.news-pic li a .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .5s ease-in-out;
}

.news-pic li a .title {
    text-align: center;
    line-height: 1.8em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-pic li a:hover .img {
    border-color: #FF4000!important;
}

.news-pic li a:hover .img img {
    transform: scale(1.1);
}

.news-pic li a:hover .title {
    color: #FF4000;
}

/* 文章列表 缩略图+标题+简介 */
.news-detail{
    padding:2em;
}
.news-detail .item{
    padding:1em;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 1em;
}
.news-detail .item:last-child{
    margin-bottom: 0;
}
.news-detail .item:hover{
    background-color: #f5f5f5;
}
.news-detail .item .thumb{
    width:180px;
    height:135px;
    margin-right: 1em;
}
.news-detail .item-title{
    line-height: 1em;
    padding:.5em 0;
    margin-bottom: .5em;
    font-size: 20px;
}
.news-detail .item-detail{
    font-size: 14px;
    line-height:2em;
    max-height:6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999;
}

/* 文章展示页 */
.news-show{
    padding:2em;
}
.news-show .item-title{
    color: #000;
    margin-bottom: 32px;
    text-align: center;
    font-weight: bold;
}
.news-show .item-header{
    color: #5470a8;
    font-size: 20px;
    padding:.8em 0;
    margin-top:32px;
    border-top: 1px dashed #e8e8e8;
}
.news-show .item-body p{
    line-height:2em;
    margin-bottom:2em;
}
.news-show .item-body p:last-child{
    margin-bottom: 0;
}
.news-show .item-body img{
    max-width: 100%!important;
    height: auto;
}
.news-show hr{
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px dashed #e8e8e8;
}

/* 表单列表页 */
.form-list{
    padding:2em;
}
.form-list .nav-tabs{
    margin-bottom: 1.5em;
}
.form-list .nav-tabs .nav-item{
    margin-left: 1em;
}
.form-list .nav-tabs .nav-link.active{
    color:#007bff;
}
.form-list .nav-tabs .nav-btn{
    border: 1px solid transparent;
    display: block;
    padding: .5rem 1rem;
    color: #e83e8c;
}
.form-list .nav-tabs .nav-btn:hover{
    text-decoration: underline;
}
.form-list .form-news-list ul{
    overflow: hidden;
}
.form-list .form-news-list li{
    padding:.6em;
}
.form-list .form-news-list li > p{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}
.form-list .form-news-list li a{
    color: #007bff;
}
.form-list .form-news-list li a:hover{
    color: #e83e8c;
}
.form-list .form-news-list li > span{
    font-size: 13px;
    color: #999;
    margin-left: 1em;
}
.form-list .form-news-list hr{
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}
.form-list .form-news-list hr:last-child{
    display: none;
}

/* 表单信息 */
.submitForm{
    padding:2em;
    font-size: 14px;   
}
.submitForm-title{
    font-size: 28px;
    color:#fd7e14;
    position: relative;
    padding-left:.7em;
    margin-bottom: 1em;
}
.submitForm-title::before{
    position: absolute;
    top:15%;
    left:0;
    bottom: 10%;
    width:5px;
    height: auto;
    background-color: #dc3545;
    content: '';
}

.cpfl {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.fl_con {
    margin: .5em 2em;
}
.view-header #baiduMap{
    min-height: 550px;
    width: 100%;
}

.row-head {
    position: relative;
    padding: 20px 0 40px;
}

.row-head:before {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: none;
    font-size: 0;
    content: '';
    background-color: #d8d8d8;
}

.row-head .row-head-title {
    position: relative;
    display: block;
    width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    background: #fff;
    color: #666;
    line-height: 50px;
}

.row-head .row-head-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: none;
    font-size: 0;
    content: '';
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    margin-top: -6px;
}

.row-head .row-head-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    line-height: none;
    font-size: 0;
    content: '';
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    margin-top: -6px;
}

.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.row2 .col1 {
    background-color: #339933;
}

.row2 .col1 .ui-box {
    border: none;
}

.denggao {
    position: relative;
    overflow: hidden;
}

.denggao .fn-left,
.denggao .fn-right {
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}
.fn-left, .fn-right {
    display: inline;
}
.row2 .col1 .ui-box-head {
    height: 65px;
    line-height: 1em;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #247E24;
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
}

.row2 .col1 .ui-box-head:before {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    width: auto;
    line-height: 1em;
    font-size: 50px;
    font-family: "å¾®è½¯é›…é»‘";
    content: 'P';
    margin-top: -25px;
}

.row2 .col1 .ui-box-head-title {
    float: none;
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.row2 .col1 .ui-box-head-text {
    float: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin: 8px 0 0 0;
}
.row2 .col1 .ui-box-container {
    background: none;
    border: none;
}
.row2 .col1 .ui-box-content {
    padding: 0;
}
.row2 .col1 .ClassList ul {
    position: relative;
    margin-bottom: -1px;
}
.row2 .col1 .ClassList ul li {
    position: relative;
    display: block;
    border-bottom: 1px dotted #bfbfbf;
}
.row2 .col1 .ClassList ul li .title {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.row2 .col1 .ClassList ul li .title a {
    position: relative;
    padding-left: 32px;
    display: block;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    color: #fff;
}
.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.row2 .col1 .ClassList ul li .title a:before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 10px;
    height: 9px;
    font-size: 0;
    line-height: none;
    content: '';
    background: url(../../img/icon-1.png) 0 0 no-repeat;
    margin-top: -5px;
}
.w730 {
    width: 930px;
}
.fn-right {
    float: right;
}
.row2 .col2 .ImgList {
    width: 930px;
    overflow: hidden;
}
.row2 .col2 .ImgList ul {
    width: auto;
    overflow: hidden;
    margin: 0 -10px -20px;
}
.row2 .col2 .ImgList ul li {
    float: left;
    width: 33.33%;
    padding: 0 10px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row2 .col2 .ImgList ul li a, .row2 .col2 .ImgList ul li a span {
    display: block;
}
.row2 .col2 .ImgList ul li a {
    background: #fff;
    border: 5px solid #efefef;
}
.row2 .col2 .ImgList ul li a .img {
    position: relative;
    width: 100%;
    height: 189px;
    overflow: hidden;
}
.row2 .col2 .ImgList ul li a .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.row2 .col2 .ImgList ul li a .text {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #efefef;
}


/*plan*/
.plan {
    height: 339px;
    overflow: hidden;
    background: url(../../img/plan_back.jpg) center center repeat-x;
}

.plan_box {
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    width: 960px;
    background: url(../../img/plan_topbg.jpg) center 90px no-repeat;
}

.plan_box h3 {
    font-weight: normal;
    margin: 0 0 30px 250px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 10px;
}

.plan_box h3 span,
.plan_box h3 i {
    color: #a7cca7;
    text-transform: uppercase;
}

.plan_box h3 span {
    font-size: 16px;
}

.plan_box h3 p {
    font-size: 24px;
    font-weight: bold;
}

.plan_box h3 i {
    font-style: normal;
    font-size: 10px;
    margin: 0 0 0 30px;
}

.plan_box h3 em {
    font-style: italic;
}

.plan_box ul {
    width: 960px;
    margin: 0 auto;
    height: auto;
}

.plan_box ul li {
    text-align: center;
    float: left;
    display: inline;
    width: 176px;
    height: auto;
    overflow: hidden;
    padding: 0 6px 0 0;
    margin: 0 12px 0 0;
    background: url(../../img/plan_icon2.jpg) right 35px no-repeat;
}

.plan_box ul li.icon {
    margin-right: 0px;
    background: none;
}

.plan_box ul li img {
    width: 160px;
    display: block;
    margin: 0 auto;
    border: solid 3px #fff;
}

.plan_box ul li span {
    display: block;
    padding: 9px 0 0 0;
    color: #bad8ba;
    font-family: "Microsoft YaHei";
    font-size: 15px;
}

.plan_box ul li span b {
    display: block;
    color: #fff;
}
.onepage table tr td {
    border: 1px solid #e1e1e1;
}
/* row1 */
.wrap1288 {
    max-width: 1288px;
    margin: 0 auto;
}
.poster-main {
    width: 1288px;
    height: 480px;
    position: relative;
    margin: 0 auto;
    top: 30px;
  }
  
  .poster-main a, .poster-main img { display: block; }
  
  .poster-main .poster-list {
    width: 1288px;
    height: 480px;
  }
  
  .poster-main .poster-list .poster-item {
    width: 200px;
    height: 480px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .poster-main .poster-prev-btn {
    left: 0;
    background: url(../../img/left.png) no-repeat center center;
  }
  
  .poster-main .poster-next-btn {
    right: 0;
    background: url(../../img/right.png) no-repeat center center;
  }
  .poster-main ul li span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}


.row1{
    background: url(../../img/advbg.jpg) no-repeat;
    background-size: cover;
    height: 600px;
}
.row1 h3 {
    margin: 0 0 18px 0;
    padding: 40px 0 6px 0;
    font-size: 22px;
    color: #000;
    text-align: center;
    height: 45px;
}

.row1 h3 span {
    font-weight: normal;
    display: block;
    font-size: 10px;
    color: #959595;
    line-height: 16px;
    text-transform: uppercase;
}