@import url(header.css);
/*pagination*/

.pagination-ourter{
    margin: 40px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #960709;
    border-color: #960709;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 14px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li > a:focus, .pagination > li > a:hover {
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}

/*box overlay*/
.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    height: inherit;
}

.overlay-top, .overlay-bottom {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #333333;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #333333;
}

.overlay-link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

.overlay-link i:hover {
    background-color: #333333;
    color: #07acb7;
}

.overlay-container:hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}


/*slider*/
.index-banner {
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    padding-left:0;
    padding-right:0;
    opacity:0;
    visibility:hidden;
   }
.section-slider .swiper-container {
    width: 100%;

}
.swiper-slide img{
    width:100%;
    position:relative;
    padding:0;
    overflow:hidden;
    
}
.section-slider .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}









/*about*/
.about-img{
	margin-top: 60px;
	margin-left:100px;
}

.section-about, .section-about .about-desc p {
    word-break: break-word;
	font-size: 18px;
	line-height:38px;
}
.about-desc{
    font-size: 16px;
	line-height: 32px;
}
.col-xs-offset-7 {
    margin-left: 50%;
}
.home-about{
	color: #333;
    text-shadow: aquamarine;
}
.about-header{
	font-size: 20px;
}

/*online-service*/
.section-online {
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0px;
    background-color: #fff;
    z-index: 999;
}

.section-online .online-item {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
    text-align: center;

}

.section-online .online-item a {
    display: block;
    white-space: nowrap;
}

.section-online .online-item a i {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    color: #ffffff;
}

.tooltip {
    font-size: 1.1rem;
}

/*Faxun style*/
.section-Faxun{
    padding:30px 0;
    color: #ffffff;
}
.home-faxun-title{
    color: #ffffff;
    margin-top: 30px;
}
.faxun-title{
	margin-top: 20px;
    margin-bottom: 5px;
    color: #212121;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}
.section-Faxun .head-desc p{
    color: #ffffff;
}
.faxun-title{
    margin-top: 20px;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.faxun-title a{
    color: #ffffff;
}

.same_sametit{
    color: #333333;
    /* width: 1200px; */
    margin: 50px auto;
}
.same_sametit > div:nth-child(1)::before, .same-tit > div:nth-child(1)::after{
    border-bottom: 2px solid #cdb082;
}
.same-tit{
    margin: 50px 0;
    color: #212121;
}
.same-tit > div:nth-child(1){
    font-size: 46px;
    position: relative;
}
.same-tit > div:nth-child(2){
    margin-top: 20px;
}
.same-tit > div:nth-child(1)::before,.same-tit > div:nth-child(1)::after{
    content: "";
    width: 25px;
    border-bottom: 2px solid #cdb082;
    position: absolute;
    top: 50%;
}
.same-tit > div:nth-child(1)::before{
    left: 37%;
}
.same-tit > div:nth-child(1)::after{
    right: 37%;
}

.home-title{
    color: #212121;
    font-size: 36px;
}
.home-title-xuetang{
    color: #212121;
    font-size: 46px;
}
.home-title-xuetang-dec{
    margin-top: 20px;
    color: #212121;
    font-size: 16px;
}
.home-title-xiuxue{
    color:#fff;
}
.home-title-xiuxue-dec{
    color:#fff;
    font-size: 16px;
}
.home-title a{
    color: #212121;
}
.home-title a:hover {
    color: #fe9901;
    text-decoration: none;
}

.news-item {
	font-size: 13px;
    color: #999999;
	border: 1px solid #ededed;
	height: auto;
	background: #fafafa;
  
}
.news-title{
	margin-top: 20px;
    margin-bottom: 5px;
    color: #212121;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}
.news-date{
	color:#074096;
	font-size: 16px;
	margin:20px 0;
}
.news-item .news-desc {
    color: #999;
	line-height: 26px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.news-point{
	text-align: center;
}
.news-home-text{
    padding: 10px;
}
.news-img {
    height: 150px;
    overflow: hidden;
}

.news-img img {
    vertical-align: middle;
}
.link-read-more{
	text-align: right;
	color: #f5be1d;
}
.link-view-more {
    margin: 20px 0;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    padding: 0 45px;
    background: #fff;
    text-transform: normal;
    text-shadow: 0 0 0.5px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
    border: 1px solid #07acb7;
    color: #07acb7;
    border-radius: 40px;
    text-transform: uppercase;
}
.link-view-more a:hover{
    background: #07acb7;
    color:#fff;
}





/*client*/

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-client .section-foot .text-wrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

/*Animated Backgrounds*/

.animated-text h2 {
    color: #ffffff;
    position: absolute;
    line-height: 3rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .animated-text h2 {
        top: 25%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }

    .animated-text h2 + h2 {
        opacity: 0;
        top: 25%;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    .animated-text:hover h2 {
        opacity: 0;
        top: 25%;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

    .animated-text:hover h2 + h2 {
        opacity: 1;
        top: 25%;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .animated-text h2 + h2 {
        display: none;
    }

    .section-client .section-foot .text-wrap {
        height: auto;
        padding: 0.75rem;
    }

    .animated-text h2 {
        font-size: 1.2rem;
        position: relative;
    }

    .feed-btn-wrap {
        margin-bottom: 1rem;
    }
}

/*footer*/
.section-footer {
    background: #580315;;
    padding: 55px 0 30px;
	color: #ffffff;
	font-size: 14px;
}

.section-footer .img-footer-about {
    max-height: 150px;
    width: auto;
}

.footer-about p{
    font-size: 12px;
    line-height: 24px;
}
.section-footer .section-footer-nav .footer-title {
    font-size: 14px;
}
.section-footer-nav .mb-20 {
    margin-bottom:10px;
    margin-top:50px;
}
.section-footer a {
	color: #333;
}
.footer-quick-nav{
    text-align: center;
}
.section-footer .footer-contact .contact-body p, .section-footer .section-footer-nav ul > li {
    margin: 0;
    line-height: 35px;
}

.section-footer .footer-contact .contact-body em {
    width: 15px;
    text-align: center;
    margin-right: 0.4rem;
    color: #960709;

}

.section-footer .section-footer-nav ul {
    padding-left: 0;
    list-style: none;
}
.section-footer .footer-contact .contact-qcode{
    text-align: center;
}
.section-footer .footer-contact .contact-qcode > img {
    max-width: 100px;
    height: auto;
    margin-bottom: 30px;
}
.section-footer .social-icons{
    margin-top: 10px;
}
.section-footer .social-icons a {
   margin: 0 5px;
}

.section-copyright {
    border-top: 1px solid #700119;
    background: #580315;
    color: #ffffff;
    padding:30px 0;
}

.section-copyright p {
    margin: 10px 0;
}

.section-copyright a {
    color: #ffffff;
}

/* Scroll to top */
.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrollToTop.fadeToTop {
    -webkit-animation-name: fadeToTop;
    animation-name: fadeToTop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.scrollToTop.fadeToBottom {
    -webkit-animation-name: fadeToBottom;
    animation-name: fadeToBottom;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.scrollToTop i {
    line-height: 48px;
    font-size: 32px;
}

.scrollToTop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/*page,list,top-bg*/
.section-top-bg {
    min-height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    color: #ffffff;
}




.list-title{
    margin-top: 150px;
}




/*breadcrumb*/
.section-breadcrumb {
    background: #ededed;
}

.breadcrumb {
    background: none;
    margin-bottom: 20px;
    padding: .75rem 0;
    background: url(../images/icon3.jpg) repeat-x bottom;
}

.breadcrumb i {
    margin-right: .2rem;
}
.breadcrumb {
    list-style:none;
    border-radius:0
   }
.breadcrumb>li {
    display:inline-block
   }
.breadcrumb>li+li:before {
    content:"/\00a0";
    padding:0 5px;
    color:#ccc
   }
.breadcrumb>.active {
    color:#999999
   }
.section,#content {
    padding: 30px 0;
  }
 /* List yuanqi  page*/
 .yuanqi-list{
    text-align: center;
}

.yuanqi-list ul  li{
    font-size: 30px;
    height: 600px;
    padding-top: 200px;
}
.yuanqi-list ul  li a{
    padding: 600px 20px;
    color: #fff;
}
.yuanqi-list li a:hover{
    background: rgba(233,196,115,.5);
}

 /* List zhibo  page*/
 .zhibo-list{
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.zhibo-list a{
    padding:400px 20px;
    color: #fff;
    display: block;
}
.zhibo-list  a:hover{
    background: rgba(233,196,115,.5);
}
.about_reader .post-entry{
    border-bottom: 2px solid #e9c473;
}
.footer-entry{
    margin:50px 0px;
    padding-top:20px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
}
.zhibo-date{
    color: #999999;
    margin-top: 10px;
}
/* List  page*/
.blog-list{
    background: url(../images/bg1.png) #fff no-repeat center bottom;
}
.blog-list a{
    color: #333333;
}
.blog-list a :hover{
    color: #07acb7;
}
.blog-list article {
    padding: 30px 35px 20px 35px;
    margin-top: 50px;
    margin-top: 20px;
    border-bottom: 1px dashed #eee;
    line-height: 30px;

  }
  .blog-list article:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .blog-list .post-media {
    float: left;
    width: 270px;
  }
  .blog-list .post-media img{
    width: 220px;
    height: auto;
    display: block;
    float: left;
    overflow: hidden;
  }
  .blog-list .post-content {
    padding-left: 200px;
  }
  .post-content .post-title {
    font-size: 20px;
  }
  .post-content .post-title .cat {
      color: #FFF;
      background-color: #ce1554;
      padding: 3px 6px;
      font-size: 12px;
      display: inline-block;
      position: relative;
      top: -2px;
      margin-right: 6px;
      font-weight: normal;
      border-radius: 2px;
  }
  .post-content .post-title .cat i {
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: -4px;
      display: inline-block;
      width: 0;
      height: 0;
      vertical-align: middle;
      border-left: 4px solid #ce1554;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
  }
  .post-content .post-title a {
    color: #333333;
    text-transform: none;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .post-content .post-title a:hover {
    color: #037989;
  }
  .post-media {
    position: relative;
  }
  .post-date {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 0px 8px 0px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post-date .date-day {
    color: #fff;
    font-size: 24px;
  }
  .post-date .date-month {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
  }
  .post-metadata {
    margin: 25px 0px 15px;
  }
  .post-metadata span {
    display: inline-block;
    margin-right: 20px;
  }
  .post-metadata span:last-child {
    margin-right: 0px;
  }
  .post-metadata i {
    color: #037989;
    font-size: 13px;
    margin-right: 2px;
  }
  .post-metadata a {
    color: #555555;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .post-metadata a:hover {
    color: #037989;
  }
  .blog-list .post-entry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .post-entry >p{
    word-break:break-all;
  }
  .post-entry .btn {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .post-entry .btn:hover {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
  }


/* Single page */
.blog-single{
    background: url(../images/bg1.png) #fff no-repeat center bottom;

}
.blog-single a{
    color: #333;
}
.blog-single article {
    padding: 30px 35px 20px 35px;
    margin-top: 50px;
    margin-top: 20px;
    border-bottom: 1px dashed #eee;
    line-height: 30px;
  }
.blog-single .post-metadata {
    color: #999999;
    text-align: center;
  }
.blog-single .post-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
.blog-single .post-source,.blog-single .post-files{
    text-align: center;
    margin: 10px 0;
}

.blog-single img{
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding:1px;
  }
  .blog-single .post-title {
    margin-top: 40px;
  }
  .blog-single .post-metadata {
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .blog-single p {
    margin-bottom: 20px;
  }
 /*single down style*/
 .post-content .about-files{
    margin-top:40px;
}
 
.post-content .about-files h5{
    text-align: left;
    border-left: 1px solid #e9c473;
    border-width: 5px;
    padding-left: 20px;
    font-size: 22px ;
    font-weight: 200;
    margin-bottom: 20px;
}
.post-content .about-files ul{
    padding: 0;
    margin: 0;
}
.post-content .about-files ul.relate-nav li {
    text-align: center;
    width: 50%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    list-style: none;
}
.post-content .about-files ul.relate-nav {
    margin-bottom: 1px;
}
.post-content .about-files ul.relate-nav li:nth-child(1) {
    
    margin-right: 2px;
}
.post-content .about-files ul.relate-nav li {
    background: #eeeeee;
}
.post-content .about-files ul.relate-nav li.active {
    background: #e3ddc7;
}
.post-content .about-files .audio-de  {
    background: #f6f6f6;
}
.post-content .about-files .audio-de h6 {
    margin-top: 0;
    padding-top: 30px;
    text-align: left;
    margin-left: 20px;
    font-size: 16px ;
    font-weight: 200;
    color: #08acb6;
    border-bottom: 1px solid #08acb6;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.post-content .about-files .audio-li ul:nth-child(1){
    border-bottom: 1px solid #e5e5e5;
    margin-left: 20px;
}
.post-content .about-files .audio-li ul:nth-child(2){
    border-bottom: 1px solid #e5e5e5;
    margin-left: 20px;
}
.post-content .about-files .audio-li li {
    display: inline-block;
    width: 18%;
    text-align: left;
    height: 50px;
    line-height: 50px;
    color: #666666;
}

.about_reader{
    margin-bottom: 50px;
    background: #fcf6ea;
}
.about_reader p{
    line-height: 30p;
}
.reader_title{
    margin: 15px;
}

/* Main Siderbar style */

.main-sidebar .widget {
   background: rgba(255, 255, 255, 0.8);
   padding: 22px 28px 10px 28px;
}
.main-sidebar .widget:before,
.main-sidebar .widget:after {
    content: " ";
    display: table;
  }
.main-sidebar .widget:after {
    clear: both;
  }
.main-sidebar .widget ul {
    list-style: none;
    padding-left: 0px;
  }
.main-sidebar .widget ul ul {
    padding-left: 20px;
  }
.main-sidebar .widget ul li {
    /* position: relative;*/
    padding-left: 13px;
    margin-bottom: 5px;
  }
.main-sidebar .widget  ol li {
    margin-bottom: 5px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
  }
 
.main-sidebar .widget ul li a {
    color: #555555;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    outline: none;
  }
.main-sidebar .widget ul li a:hover {
    color: #07acb7;
  }

.widget .search-form {
    position: relative;
  }
.widget .search-form input[type=search] {
    color: #888888;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
  }
.widget .search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;

    border: none;
    background: transparent;
    color: #888888;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
.widget .search-form .search-submit:hover {
    color: #037989;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    color: #888888;
    border: 1px solid #ddd;
  }  

.widget-title{
    background: url(../images/icon19.png) left no-repeat;
    padding: 0 0 0 24px;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
}
.tiny-border {
    clear: both;
    height: 1px;
    border-bottom: 1px solid #eee;
    margin: 0px 0 20px 0;
  }
.text-center .tiny-border {
    margin: 0px auto 30px auto;
  }
.tiny-border-light {
    clear: both;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px 0 20px 0;
  }
.sidebar-list{
    padding-left: 0px;
}
.sidebar-data{
    color:#cccccc;
}
/* xuetang list*/

.xuetang_type ul li a{
    text-align: center;
}

.xuetang-header{
    margin: 30px 0;
}
.xuetang-header-title{
    margin-top: 30px;
    font-size: 30px;
}
.xuetang-list ul{
    padding: 0;
    margin: 0;
}
.xuetang-list .part2 li{
    width: 100%;
    margin-top: 20px;
    list-style: none;
} 
.xuetang-list .part2 li a{
    display: block;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f5f2eb;
    color: #333333;
    position: relative;
    border-radius: 5px;
}

.xuetang-list .part2 li a.active,.xuetang-list .part2 li a:hover{
    background: #07acb7;
    color: #fff;
}






/*xuetang-sidebar style */

.xuetang-sidebar  .widget {
    background: rgba(255, 255, 255, 0.8);
    padding: 22px 28px 0px 28px;
   }
.xuetang-sidebar  .widget:before,
.xuetang-sidebar  .widget:after {
     content: " ";
     display: table;
   }
   .xuetang-sidebar  .widget:after {
     clear: both;
   }
.xuetang-sidebar  .widget ul {
     list-style: none;
     padding-left: 0px;
   }
.xuetang-sidebar  .widget ul ul {
     padding-left: 20px;
   }
 
.xuetang-sidebar  .widget  ol li {
     margin-bottom: 5px;
     border-bottom: 1px solid #ededed;
     font-size: 14px;
   }

.xuetang-sidebar  .widget ul li a {
     color: #333;
     -webkit-transition: 0.3s;
     transition: 0.3s;
     text-decoration: none;
     outline: none;
   }

.xuetang-sidebar .widget_meta ul li{
    margin: 20px 0;
}

.widget_categories{
    margin-bottom: 20px;
}

.widget_categories ul{
    flex-wrap: wrap;
    margin-top: 20px;
}
.widget_categories ul li{
    margin-bottom: 4%;
    float: left;
}
.widget_categories ul li a{
    display: block;
    text-align: center;
    color: #333333;
    background: url(../images/big_bg-2.jpg) repeat-x center;
    border-radius: 5px;
    padding:10px;
    margin: 5px;
}
.widget_categories ul li a:hover,.widget_categories ul li a.active{
    background: #e7c271;
}

#wszj_big img{
    margin: 0 auto;
}
#wszj_big li{
    width: 33.3333%;
}
#wszj_big li a{
    display: block;
    height: 960px;
    padding: 0 70px;
    padding-top: 330px;
    box-sizing: border-box;
}
#wszj_big li a:hover{
    background: rgba(233,196,115,.5);
    height: 960px;
}
#wszj_big li a:hover img{
    display: block;
}
#wszj_big li a > div:nth-child(1){
    font-size: 36px;
    text-shadow: 0 0 10px #000;
}
#wszj_big li a > div:nth-child(2){
    line-height: 40px;
    margin: 50px 0;
    margin-bottom: 100px;
}
.wszj_detail_con ul{
    /*! flex-wrap: wrap; */
    margin-top: 50px;
}
.wszj_detail_con ul li{
    width: 20.1%;
    margin-bottom: 5%;
    margin-right: 50px;
    position: relative;
}
.wszj_detail_con ul li:nth-child(4n){
    margin-right: 0;
}
.wszj_detail_con ul li a{
    display: block;
    text-align: center;
}
.wszj_detail_con ul li a div:nth-child(1){
    border-radius: 100%;
    border: 2px solid #07acb7;
    color: #05adb8;
    width: 94.5px;
    height: 94.5px;
    text-align: center;
    font-size: 46px;
    line-height: 94.5px;
    margin: 0 auto;
}
.wszj_detail_con ul li a:hover div:nth-child(1){
    background: #07acb7;
    color: #fff;
}
.wszj_detail_con ul li a:hover div:nth-child(2){
    color: #05adb8;
}
.wszj_detail_con ul li a div:nth-child(2){
    color: #333333;
    margin-top: 15px;
    font-size: 24px;
}
.wszj_detail_con ul li::after{
    content: "";
    position: absolute;
    right: -60px;
    width: 68px;
    border-bottom: 1px solid #b9cede;
    top: 50px;
}
.wszj_detail_con ul li:nth-child(4n)::after{
    display: none;
}

.xuetang_img_type{
    margin-top: 30px;

}
.xuetang_img_type_list{
    margin: 20px 0;
    line-height: 40px;
}
.qinyin-list{
    margin-bottom: 20px;
}
/*search*/
.right-search-v1 .search-wrap {
    display: inline-flex;
}

@media (max-width: 767px) {
    .search-wrap {
        padding: 0 0.75rem;
    }
}

.right-search-v1 input {
    border-radius: 0;
    box-shadow: none;
}

.right-search-v1 .btn-u {
    border: 0;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 1.25;
    position: relative;
    background: #f5be1d;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #f5be1d;
}

.right-search-v1 .btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.news-home{
	border: 1px solid #ccc;
	margin: 10px;
}

/*Wanshiputi style  万事菩提*/

.section-Wanshiputi{
    padding: 20px 0;
}

.home-Wanshiputi-title{
    color: #ffffff;
    font-size: 46px;
}
.home-Wanshiputi-derection{
    color: #fff;
}

.home-Wanshiputi-list{
    height: 120px;
}
.home-Wanshiputi-left{
	text-align:center;
	color:#07acb7;
	width:30%;
	float: left;
}
.Wanshiputi-media{
    width:550px;
    height:550px; 
    background:#000;
 
}
.home-Wanshiputi-right{
    padding: 20px;
    background: url(../images/main5_bg.png) no-repeat;
    background-size: 100% 100%;
}

.home-Wanshiputi-right-list{
    font-weight: normal;
    vertical-align: middle;
	width:65%;
	float: right;
}
.home-Wanshiputi-right a{
    color: #333;
    font-size: 20px;
}
.home-Wanshiputi-desc{
    color: #777;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Wanshiputi-time{
   color: #999999;
}
.Wanshiputi-time span{
    margin-left: 20px;
}
/*home Strategy*/
.section-Strategy{
    background: url(../images/main5_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.home-Strategy{
    height: 150px;
}
.home-more{
    text-align: center;
    margin: 30px 0;
}
.home-Strategy-left{
	margin-top:20px;
	text-align:center;
	color:#07acb7;
	width:35%;
	float: left;
}

.home-Strategy-right{
    font-weight: normal;
    vertical-align: middle;
	width:60%;
	float: right;
	margin:20px  0;
	
}
.home-Strategy-right a{
    color: #333;
    font-size: 20px;
}
.home-Strategy-desc{
    color: #666666;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*home Xuetang*/
.section-Xuetang{
    background: url(../images/big_bg-1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    margin: 30px 0;
    color: #ffffff;
}
.section-Xuetang .home-title a{
    color: #ffffff;
}
.home-Xuetang{
    text-align: center; 
    color: #333333;
}
.section-Xuetang .head-desc p{
    color: #ffffff;
}
.home-Xuetang a{
    color: #333333;
    font-size: 16px;
}
.home-Xuetang-desc{
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-Xuetang ul{
    margin: 50px 0;
}
.section-Xuetang ul li{
    background: #fff;
    border-radius: 100%;
    border: 7px solid #41bdc5;
    width: 130px;
    height: 130px;
    list-style: none;
}
.section-Xuetang ul li > div:nth-child(1){
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.section-Xuetang ul li:hover{
    color: #e9c473;
    cursor: pointer;
}
/*home Putizhiyin*/
.section-Putizhiyin{

    padding: 30px;
    margin: 30px 0;
}

.home-Putizhiyin-title{
    color: #333333;
    font-size: 16px;
}
.home-Putizhiyin-left{
	margin-top:20px;
    padding-top: 10px;
	text-align:center;
    background: #fff;
    height: 120px;
	color:#07acb7;
	width:35%;
	float: left;
}

.home-Putizhiyin-right{
    padding-top:20px;
    font-weight: normal;
    vertical-align: middle;
	width:65%;
	float: right;
	margin:20px  0;
    background: #ffffff;
    height: 120px;
}
.home-Putizhiyin-right a{
    color: #333;
    font-size: 16px;
}
.home-Putizhiyin-desc{
    color: #777;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:10px;
}
/* add style*/
.home-top{
    text-align: center;
}
.home-logo{
    max-height:60px;
}


.top-menu{
    margin: 0 auto;
    padding: 0 5% 1px;
    list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.list-boxes{
    margin: 30px 0;
}

.margin-1200{
  width: 1200px;
  margin: 50px auto;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
 position:relative
}
.carousel-inner {
 position:relative;
 width:100%;
 overflow:hidden
}
.carousel-inner>.item {
 position:relative;
 display:none;
 -webkit-transition:.6s ease-in-out left;
 -o-transition:.6s ease-in-out left;
 transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
 line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d) {
 .carousel-inner>.item {
  -webkit-transition:-webkit-transform .6s ease-in-out;
  -o-transition:-o-transform .6s ease-in-out;
  transition:transform .6s ease-in-out;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-perspective:1000px;
  perspective:1000px
 }
 .carousel-inner>.item.active.right,
 .carousel-inner>.item.next {
  left:0;
  -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0)
 }
 .carousel-inner>.item.active.left,
 .carousel-inner>.item.prev {
  left:0;
  -webkit-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0)
 }
 .carousel-inner>.item.active,
 .carousel-inner>.item.next.left,
 .carousel-inner>.item.prev.right {
  left:0;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
 display:block
}
.carousel-inner>.active {
 left:0
}
.carousel-inner>.next,
.carousel-inner>.prev {
 position:absolute;
 top:0;
 width:100%
}
.carousel-inner>.next {
 left:100%
}
.carousel-inner>.prev {
 left:-100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
 left:0
}
.carousel-inner>.active.left {
 left:-100%
}
.carousel-inner>.active.right {
 left:100%
}
.carousel-indicators1, .fl{
    float: left;
}
.carousel-indicators1 ul{
  padding: 0px;
  margin: 0px;
}
.carousel-indicators1 li{
    list-style:none;
    color: #333333;
    margin-top: 15px;
    font-size: 24px;
}
.same-lue-one{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.same-lue-two{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.same-lue-three{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.same-lue-four{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.same-lue-five{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.main3_big .same-tit > div:nth-child(1)::before,.add_same_tit_sec .same-tit > div:nth-child(1)::before{
    left: 28%;
    border-bottom: 2px solid #cdb082;
}
.main3_big .same-tit > div:nth-child(1)::after,.add_same_tit_sec .same-tit > div:nth-child(1)::after{
    right: 28%;
}

/*最新法讯 style*/
.flex-bet{
    display: flex;
    /*! display: -webkit-flex; */
    justify-content: space-between;
  }
.main4_big{
    width: 100%;
    background: url(../img/main4_bg.jpg) no-repeat;
    height: 600px;
    margin-top: 50px;
}
.main4{
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
}
.main4 a{
    color: #fff;
}
.main4 .left{
    width:540px;
}
.main4 .left .tit img{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.main4 .left .tit {
    font-size: 46px;
}

.main4 .left > p:nth-child(2){
    line-height: 35px;
}
.main4 .left .left_con > a:nth-child(1) img{
    border-radius: 5px;
    width: 540px;
    height: 380px;
}
.main4 .left .left_con > p a{
    font-size: 26px;
    width: 75%;
}

.main4 .left .left_con > a:nth-child(3){
    line-height: 30px;
}
.main4 .left .left_con > p{
    position: relative;
    margin-right: 20px;
}
.main4 .left .left_con > p > span{
    position: absolute;
    top: -55px;
    right: 50px;
    background: #e9c473;
    text-align: center;
    padding: 10px;
}
.main4 .left .left_con > p > span span:nth-child(1) {
    font-size: 36px;
}
.main4 .right{
    width:500px;
    background: #07acb7;
    padding: 20px;
    box-sizing: content-box;
}
.main4 .right > a:nth-child(1) img{
    border-radius: 5px;
    width: 540px;
    height: 380px;
}
.main4 .right > p:nth-child(2){
    position: relative;
}
.main4 .right > p:nth-child(2) a{
    font-size: 26px;
    width: 80%;
}
.main4 .right > span:nth-child(3){
    display: block;
    width: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.main4 .right > a:nth-child(4){
    line-height: 30px;
}
.main4 .right > a:nth-child(5){
    padding: 10px 30px;
    color: #333333;
    background: #fff;
    margin-top: 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}
.main4 .right > p:nth-child(2) > span{
    padding: 10px;
    background: #e9c473;
    position: absolute;
    right: 15px;
    top: -55px;
}
.main4 .right > p:nth-child(2) > span span:nth-child(1){
    font-size: 36px;
}

