
.page-banner {
    max-height: 25rem;
}

.page-t h2 {
    position: relative;
    padding: 0 5rem;
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
}

.page-t h2::before {
    position: absolute;
    content: '';
    height: 1.2rem;
    width: 3.75rem;
    background: url(../images/hl.png) no-repeat;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.page-t h2::after {
    position: absolute;
    content: '';
    height: 1.2rem;
    width: 4rem;
    background: url(../images/hr.png) no-repeat;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.page-t p {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.4);
}

.p-head {
    padding-bottom: 1rem;
    position: relative;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    background-color: #fff;
}

.p-head::after {
    position: absolute;
    content: attr(pt);
    font-size: 0.6rem;
    color: #767676;
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
}

#about {

}

#about .profile {
    position: relative;
    background: url(../images/rbg.png) no-repeat center;
    background-size: cover;
    z-index: -2;
}

#about .profile .pro-left {
    /* width: 45%; */
    width: 100%;
}

#about .profile .pro-left .page-t h2 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

/* #about .profile .pro-left h2 {
  padding-top: 1rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}
#about .profile .pro-left h2::before {
  position: absolute;
  content: '';
  width: 17%;
  height: 0.5rem;
  top: 0rem;
  left: 0;
  background-color: #f38823;
} */
#about .profile .pro-left .pro-cont {
    padding: 1.5rem 2.5rem;
    background-color: #f4f4f4;
}

/*#about .profile .pro-left .pro-cont p {*/
/*    margin-bottom: 0.75rem;*/
/*    font-size: 0.75rem;*/
/*    color: #666;*/
/*    line-height: 1.2rem;*/
/*}*/

/*#about .profile .pro-right {*/
/*    margin-top: 2.5rem;*/
/*    width: 35rem;*/
/*    height: 20rem;*/
/*    position: relative;*/
/*    margin-left: -2rem;*/
/*    z-index: -1;*/
/*}*/

/*#about .profile .pro-right::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 80%;*/
/*    height: 100%;*/
/*    background-color: #ef8e02;*/
/*    right: -2rem;*/
/*    top: 2rem;*/
/*    z-index: -1;*/
/*}*/

#about .team {
    background-color: #222;
    height: 15rem;
    padding-top: 7.5rem;
}

#about .team .container {
    max-width: 60rem;
}

#about .team .team-box {
    padding: 0 0 0 1rem;
    margin-top: -1rem;
    background-color: #b10000;
}

#about .team .team-box .team-left {
    margin-bottom: 1rem;
    margin-top: -1rem;
    width: 25rem;
}

#about .team .team-box .team-right {
    margin-left: 2.5rem;
    padding: 2rem;
    width: 25rem;
}

#about .team .team-box .team-right h4 {
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

#about .team .team-box .team-right h4::before {
    position: absolute;
    content: '';
    width: 2rem;
    height: 0.1rem;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

#about .team .team-box .team-right p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.3rem;
}

#about .aboutUs {
    padding: 4rem 0;
    background-color: #f5f5f5;
    position: relative;
}

#about .aboutUs h2 {
    background-color: #f5f5f5;
}

#about .aboutUs .aboutUs-box {
    margin-top: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#about .aboutUs .aboutUs-box .advantage-item {
    position: relative;
    padding: 2rem 1.5rem;
    width: 33.3%;
    background-color: #fff;
    transition: all 0.5s ease;
}

#about .aboutUs .aboutUs-box .advantage-item:hover {
    background-color: #ef8e02;
    transform: translateY(-0.5rem);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

#about .aboutUs .aboutUs-box .advantage-item:hover i {
    opacity: 0.8;
}

#about .aboutUs .aboutUs-box .advantage-item:hover h4,
#about .aboutUs .aboutUs-box .advantage-item:hover p,
#about .aboutUs .aboutUs-box .advantage-item:hover i {
    color: #fff;
}

#about .aboutUs .aboutUs-box .advantage-item h4 {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

#about .aboutUs .aboutUs-box .advantage-item h4 span {
    font-size: 3rem;
    color: inherit;
}

#about .aboutUs .aboutUs-box .advantage-item p {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    color: #595959;
    line-height: 1.2rem;
    text-align: justify;
}

#about .aboutUs .aboutUs-box .advantage-item i {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    color: #f04c0b;
    font-size: 4rem;
    opacity: 0.4;
    transition: all 0.4s ease;
}

#about .ys {
    padding: 2.5rem 0;
    background-size: 80%;
}

#about .ys .ys-box {
    margin-top: 4rem;
}

#about .ys .ys-box .ys-item {
    padding-bottom: 1.5rem;
    width: 30%;
    margin-left: 1rem;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#about .ys .ys-box .ys-item:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.4rem);
}

#about .ys .ys-box .ys-item:last-child {
    margin-right: 0;
}

#about .ys .ys-box .ys-item > div {
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    background-image: linear-gradient(to right, #e41717, #f04c0b);
}

#about .ys .ys-box .ys-item > div i {
    font-size: 1.5rem;
    color: #fff;
}

#about .ys .ys-box .ys-item h4 {
    position: relative;
    padding-bottom: 0.5rem;
    margin: 0.5rem 0 1rem;
    font-size: 0.9rem;
}

#about .ys .ys-box .ys-item h4::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1.5rem;
    height: 0.05rem;
    background-color: #f59c9c;
}

#about .ys .ys-box .ys-item p {
    margin: 0 auto;
    width: 90%;
    font-size: 0.7rem;
    color: #999;
    text-align: center;
    line-height: 1.1rem;
}

#case {
    padding-top: 2.5rem;
}

#case .case-nav .head {
    padding: 0.75rem 1.5rem;
    background-color: #ef8e02;
}

#case .case-nav .head i {
    font-size: 2rem;
    color: #fff;
}

#case .case-nav .head h4 {
    margin-left: 0.5rem;
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    color: #fff;
}

#case .case-nav .head h4::before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 1rem;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#case .case-nav .head h4 span {
    font-size: 0.65rem;
    color: #fff;
}

#case .case-nav ul {
    background-color: #f4f4f4;
}

#case .case-nav ul li {
    position: relative;
    padding: 0.5rem 2rem;
    border-left: 0.15rem solid transparent;
    font-size: 0.8rem;
}

#case .case-nav ul li:hover {
    border-left-color: #ef8e02;
    color: #ef8e02;
}

#case .case-nav ul li:hover::before {
    width: 100%;
}

#case .case-nav ul .active {
    border-left-color: #ef8e02;
    color: #ef8e02;
}

#case .case-nav ul .active::before {
    width: 100%;
}

#case .case-cont {
    width: 73%;
    flex-wrap: wrap;
}

#case .case-cont .case-item {
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 30%;
}

#case .case-cont .case-item:hover h2 {
    color: #ef8e02;
}

#case .case-cont .case-item:hover .case-pic img {
    transform: scale(1.1);
}

#case .case-cont .case-item:hover i {
    right: 0 !important;
}

#case .case-cont .case-item:nth-child(3n) {
    margin-right: 0;
}

#case .case-cont .case-item .case-pic {
    height: 10rem;
    transform: translateZ(0);
    overflow: hidden;
}

#case .case-cont .case-item .case-pic img {
    transition: transform 0.7s ease;
}

#case .case-cont .case-item .case-cont {
    width: 100%;
    position: relative;
}

#case .case-cont .case-item .case-cont h2 {
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

#case .case-cont .case-item .case-cont i {
    position: absolute;
    font-size: 1rem;
    color: #ef8e02;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

#culture {
    /*padding: 2.5rem 0;*/
    /*margin-top: 1rem;*/
}

#culture .container .page-t{
    margin-top: 2.5rem;
}

.cul-nav {
    margin-top: 2rem;
    text-align: center
}

.cul-nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.cul-nav ul li:hover a {
    color: #fff;
}

.cul-nav ul li a {
    padding: 5px 10px
}

.cul-nav ul li a {
    position: relative;
    font-size: 0.8rem;
    color: #000;
    z-index: 11;
}

.cul-nav ul li:hover {
    background: #ef8e02;
}

.cul-nav ul .active a {
    color: #fff;
}

.cul-nav ul .active {
    background: #ef8e02
}

#culture .cul-cont {
    margin-top: 3rem;
    flex-wrap: wrap;
    width: 100%;
}

#culture .cul-cont .cul-item {
    margin-bottom: 1.5rem;
    margin-right: 1rem;
    position: relative;
    width: 32%;
    overflow: hidden;
}

#culture .cul-cont .cul-item:nth-child(3n) {
    margin-right: 0;
}

#culture .cul-cont .cul-item a {
    width: 100%;
    height: 100%;
}

#culture .cul-cont .cul-item:hover img {
    transform: scale(1.2);
}

#culture .cul-cont .cul-item:hover .pic-msg {
    transform: scale(1);
    opacity: 1;
}

#culture .cul-cont .cul-item img {
    transition: all 0.5s ease;
}

#culture .cul-cont .cul-item .pic-msg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ef8e02;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#culture .cul-cont .cul-item .pic-msg h2 {
    position: absolute;
    bottom: 30%;
    right: 5%;
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
}

#culture .cul-cont .cul-item .pic-msg p {
    position: absolute;
    bottom: 18%;
    right: 5%;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#culture .cul-cont .cul-item .pic-msg span {
    position: absolute;
    bottom: 7%;
    right: 5%;
    font-size: 0.7rem;
    color: #fff;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contact {
    background-color: #f5f5f5;
}

#contact .map {
    max-width: 100%;
}

#contact .map #map {
    width: 100%;
    height: 25rem;
}

#contact .map #map img {
    width: auto;
}

#contact .contact {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
}

#contact .contact .msg {
    padding: 1.5rem 2.5rem;
    background-color: #fff;
}

#contact .contact .msg .m-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact .contact .msg .m-item:hover p::before {
    width: 5rem;
}

#contact .contact .msg .m-item i {
    font-size: 1.5rem;
    color: #ef8e02;
}

#contact .contact .msg .m-item p {
    padding-bottom: 1rem;
    position: relative;
    margin-top: 0.6rem;
    font-size: 0.9rem;
}

#contact .contact .msg .m-item p::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ef8e02;
    width: 1.5rem;
    height: 0.1rem;
    transition: all 0.3s ease;
}

#contact .contact .form {
    margin-top: 1.5rem;
    padding: 2rem;
    background-color: #fff;
}

#contact .contact .form h3 {
    font-size: 1rem;
}

#contact .contact .form form {
    width: 100%;
    margin-top: 1.5rem;
}

#contact .contact .form form input,
#contact .contact .form form textarea {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 0.05rem solid #dedede;
    font-size: 0.75rem;
}

#contact .contact .form form button {
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: #ef8e02;
    font-size: 0.75rem;
    color: #fff;
}

#contact .contact .form form button:hover {
    box-shadow: 0.1rem 0.2rem 0.5rem rgba(177, 0, 0, 0.6);
}

#lc {
    padding: 2.5rem 0;
    background-color: #EFF2F7;
}

#lc .page-tag {
    width: 100%;
    border-bottom-color: #dedede;
}

#lc .lc-box {
    margin-top: 2rem;
}

#lc .lc-l {
    padding: 2rem 2.5rem 2.5rem;
    width: 75%;
    box-shadow: 0.15rem 0.25rem 0.4rem 0.15rem rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

#lc .lc-l h2 {
    background-color: #eff2f7;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
    position: relative;
}

#lc .lc-l h2::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0.25rem solid #ef8e02;
    border-right: none;
    width: 0.5rem;
}

#lc .lc-l h2 span {
    font-size: 1.2rem;
    color: #595959;
}

#lc .lc-l h4 {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #f1522a;
}

#lc .lc-l p {
    font-size: 0.8rem;
    color: #595959;
    line-height: 1.2rem;
}

#lc .lc-r {
    margin-left: 2rem;
    width: 20%;
}

#lc .lc-r .btn {
    padding: 1rem 1.5rem;
    text-align: center;
    background-image: linear-gradient(to right, #fc1414, #f1522a);
    width: 100%;
    position: relative;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
}

#lc .lc-r .btn:hover::before {
    border-radius: 0.15rem;
    background-color: #ef8e02;
    width: 100%;
    transition: all linear 0.2s;
}

#lc .lc-r .btn:hover p {
    color: #fff;
}

#lc .lc-r .btn::before {
    background-color: rgba(109, 173, 25, 0);
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all linear 0.15s;
    z-index: 1;
}

#lc .lc-r .btn p {
    font-size: 1rem;
    position: relative;
    z-index: 11;
    color: #fff;
}

#lc .lc-r .wechat {
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0.15rem 0.25rem 0.4rem 0.15rem rgba(0, 0, 0, 0.06);
}

#lc .lc-r .wechat h4 {
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    border-bottom: 0.05rem solid #dedede;
}

#lc .lc-r .wechat .w-pic {
    width: 7.5rem;
    margin: 0 auto;
}

#news {
    padding: 2.5rem 0;
}

#news .page-t {
  margin-bottom: 0.8rem;
  /*margin-top: 0.5rem ;*/
}

#news .news-cont {
    margin-top: 2.5rem;
}

#news .news-cont .news-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.05rem solid #ececec;
}

#news .news-cont .news-item:hover .n-cont h4 {
    transform: translateX(0.5rem);
    color: #f1522a;
}

#news .news-cont .news-item:hover .n-cont .nmsg {
    transform: translateX(0.4rem);
}

#news .news-cont .news-item:hover .n-cont i {
    bottom: 2.5rem;
    opacity: 1;
    color: #f1522a;
}

#news .news-cont .news-item .n-pic {
    width: 15rem;
    height: 9rem;
}

#news .news-cont .news-item .n-pic:empty {
    display: none;
}

#news .news-cont .news-item .n-cont {
    flex: 1;
    padding: 1rem 1.5rem;
    position: relative;
}

#news .news-cont .news-item .n-cont h4 {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #575757;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#news .news-cont .news-item .n-cont .nmsg {
    width: 80%;
    font-size: 0.7rem;
    color: #999;
    line-height: 1.1rem;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#news .news-cont .news-item .n-cont .date {
    width: auto;
    position: absolute;
    right: 0;
    top: 1rem;
    color: #999;
    font-size: 1.5rem;
}

#news .news-cont .news-item .n-cont i {
    position: absolute;
    font-size: 1.3rem;
    color: #999;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#wh {
    padding: 2.5rem 0;
}

#wh .wh-box {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    width: 90%;
    border-top: 0.05rem solid #ececec;
}

#wh .wh-box .wh-item {
    margin-bottom: 4rem;
}

#wh .wh-box .wh-item:nth-child(even) {
    flex-direction: row-reverse;
}

#wh .wh-box .wh-item:hover h2 {
    color: #ef8e02;
    transform: scale(0.8);
}

#wh .wh-box .wh-item:hover h2::before {
    bottom: 3.5rem;
}

#wh .wh-box .wh-item:hover .wh-cont h4 {
    color: #ef8e02;
}

#wh .wh-box .wh-item:hover .wh-cont p {
    transform: translateY(-0.4rem);
}

#wh .wh-box .wh-item:hover .wh-cont a {
    transform: translateX(0.4rem);
    color: #fff;
    background-color: #ef8e02;
}

#wh .wh-box .wh-item:hover .wh-pic img {
    transform: scale(1.1);
}

#wh .wh-box .wh-item h2 {
    margin-right: 2rem;
    padding-bottom: 2.5rem;
    position: relative;
    font-size: 2.5rem;
    color: #999;
    transition: all 0.5s ease;
}

#wh .wh-box .wh-item h2::before {
    position: absolute;
    content: '';
    width: 0.05rem;
    height: 3rem;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dedede;
    transition: all 0.5s ease;
}

#wh .wh-box .wh-item .wh-cont {
    position: relative;
    padding: 1rem;
    width: 75%;
}

#wh .wh-box .wh-item .wh-cont h4 {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    color: #333;
}

#wh .wh-box .wh-item .wh-cont p {
    font-size: 0.7rem;
    color: #999999;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

#wh .wh-box .wh-item .wh-cont a {
    padding: 0.3rem 0.5rem;
    position: absolute;
    margin-top: 1rem;
    font-size: 0.6rem;
    color: #999999;
    bottom: 1rem;
    left: 1rem;
    transition: all 0.5s ease;
}

#wh .wh-box .wh-item .wh-pic {
    width: 20rem;
    height: 10rem;
    transform: translateZ(0);
    overflow: hidden;
}

#wh .wh-box .wh-item .wh-pic img {
    transition: transform 0.5s ease-in-out;
}

#showC {
    padding: 2.5rem 0;
}

#showC .page-t p,
#showC .page-t span {
    font-size: 0.7rem;
    color: #767676;
}

#showC .page-t span {
    margin-left: 2rem;
}

#showC .showCont {
    margin-top: 1.5rem;
    border-top: 0.05rem solid #dedede;
    border-bottom: 0.05rem solid #dedede;
    padding: 2rem 6rem;

}

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}
