/* 字体 */
body{
    font-family: "fa1";
}
@font-face{
    font-family: "fa1";
    src: url('../fonts/ziti/STXIHEI.TTF');
}
@font-face{
    font-family: "fa2";
    src: url("../fonts/ziti/迷你简大黑.TTF");
}
.font-fa1{
    font-family: "fa1";
}
.font-fa2{
    font-family: "fa2";
}
.font-fa3{
    font-family:"Microsoft YaHei"
}

/* 导航重处理 */

.pc-logo{
    display: block;
}
.m-logo{
    display: none!important;
}
.maill-box .fa{
    color: #008fff;

}
.maill-box a{
    color: #153889;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse{
    display: none;
}
.button-default-index-from{
    background: none;
}
.top-search-from{
    border-bottom: 1px solid #000;
}
.top-search-from .search-input{
    border-top:none ;
    border-right:none ;
    border-bottom: none;
    border-width: 1px;
}
.rd-navbar-main-element{
    display: none!important;
}
.lang-btn{
    position: fixed;
    top: 4px;
    z-index: 1082;
    right: 0px;
    display: none;

}

.lang-btn span{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.rd-navbar-main-right{
    display: flex;
    align-items: left;
}
.lang-box-pc{
    font-size: 16px;
}
.lang-box-pc a{
    padding: 0 5px;
    font-size: 14px;
}

/* 首页轮播图 */

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}




.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)));
}
.swiper-slide-active .splitting .char {
    -webkit-animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}
@keyframes slide-in{
    0% {
        -webkit-transform: translateY(1em) rotate(
    -0.5turn
    ) scale(0.5);
        transform: translateY(1em) rotate(
    -0.5turn
    ) scale(0.5);
        opacity: 0;
    }
}

.intro11-slider .slider-content {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    margin: 0 auto;
}
.intro11-slider {
    width: 100%;
    height: 100%;
}
.slide-bg-1{
    min-height: 700px;
    background-image: url(../images/banenr-01.jpg);
}
.bg-position {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.lang-box-pc a{
    position: relative;
    
}
.lang-box-pc a::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    background-color: rgb(151, 151, 151);
}
.lang-box-pc a:first-child::after{
    display: none;
}
.intro11-slider{
    height: 700px;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container{
    text-align: left;
    position: relative;
    left: -20%;
    top: -10%;
    max-width: 480px;

}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container h2{
    font-size: 40px;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container p{
    font-size: 24px;
    white-space: initial;
    max-width: 100%;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container span{
    font-family: "fa2";
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container samp{
    display: block;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container samp span{
    font-weight: 400!important;
    font-size: 40px;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(1) .show-container .new-btn{
    font-weight: 400;
    background-color: #e10119;
    color: #fff;
    border-radius: 0;
    padding: 0 1rem;
    margin-top: 20px;
}




.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container{
    text-align: left;
    position: relative;
    left: -20%;
    top: -23%;
    max-width: 480px;

}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container p{
    font-size: 24px;
    white-space: initial;
    max-width: 100%;
    color: #f4f5f5;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container span{
    font-family: "fa2";
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container samp{
    /* display: block; */
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container h2{
    color: #fff;
    font-size: 40px;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container samp span{
    font-weight: 400!important;
    font-size: 40px;
    color: #fff;
}
.intro11-slider-wrap .single-slide-wrapper:nth-child(2) .show-container .new-btn{
    font-weight: 400;
    background-color: #f4f5f5;
    color: #000;
    border-radius: 0;
    padding: 0 1rem;
    margin-top: 20px;
}

.index-about{
    padding-top:75px ;
}
.video-modal .modal-dialog{
    max-width: 1200px;
    display: flex;
    align-items: center;
    height: 100%;
}
.video-model-btn-box .bk-img{
    border-radius: 7px;
    transition: .3s;

}
.video-model-btn-box .video-icon{
    background: none;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -33px;
}
.video-model-btn-box .video-icon img{
    transition:all .3s;

}
.video-model-btn-box:hover .video-icon img{
    transform: scale(1.1);
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.video-model-btn-box:hover .bk-img{
    opacity: .8;
}
.index-about-text p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;

}
.index-cundto-item{
    padding-left: 15px;
    padding-right: 15px;
}
.index-cundto-item .counter{
    font-size: 40px;
    color: #1c1c1c;
}
.index-cundto-item p{
    margin-top: 0;
    font-size: 10px;
}
.index-cundto{
    margin-top: 15px;
}
.links{
    width: 100%;
    display: block;
    font-size: 40px;
    font-family: "fa1";
    color: #000;
    text-align: left;
    padding: 30px;
    line-height: 56px;
}
.links span{
    font-size: 70px;
}
.honer-box img{
    width: 88%;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.honer-box .img-item{
    
    position: relative;
    z-index: 2;
}
.honer-box .img-item::after{
    content: '';
    position: absolute;
    z-index: -2;
    left: -100px;
    width: 160px;
    height: 30px;
    -webkit-clip-path: polygon(0 88%, 100% 86%, 100% 100%);
    clip-path: polygon(0 60%, 100% 53%, 100% 114%);
    background-color: #cecaca;
    bottom: 0;
}

.honer-box .col-md-3{
    text-align: left;
}
.index-honer{
    background-image: url(../images/bk-01.jpg);
    background-repeat: repeat-y;
}
.honer-box{
    padding-bottom: 30px;
}
.img-item:nth-child(1){
    z-index: 9;
}
.img-item:nth-child(2){
    z-index: 8;
}
.img-item:nth-child(3){
    z-index: 7;
}
.img-item:nth-child(4){
    z-index: 6;
}
.img-item:nth-child(5){
    z-index: 5;
}
.img-item:nth-child(6){
    z-index: 4;
}
.img-item:nth-child(7){
    z-index: 3;
}
.img-item:nth-child(8){
    z-index: 2;
}

.index-products{
    padding: 60px 0 180px;
    background-image: url(../images/bk-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pro-list{
    margin-top: 100px;
}
.nav-ws{
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    z-index: 999;
    font-size: 40px;
    color: #008fff;
}
.nav-ws.sale-swiper-button-prev{
    left: 0px;
}
.nav-ws.sale-swiper-button-next{
    right: 0px;
}
.index-sale{
    padding: 100px 0;
    border-bottom: 1px solid #f5f5f5;
}
.sale-swiper{
    max-width: 1000px;
}
.sale-swiper .swiper-wrapper{

}
.swiper-slide-content{
    padding: 20px;
    max-width: 100%;
}
.swiper-text-box p{
    white-space: initial;
}
.swiper-slide-content a{
    color: #000;
}
.swiper-slide-content .swiper-img-box span{
    right: 40px;
}

.index-solutions{
    padding: 100px 0 40px;
}
.index-contact{
    background-image: url(../images/bk-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.index-contact .newbtn{
    padding: 10px 40px;
    background-color: #f5f5f5;
    color: rgb(47, 47, 47);
    font-size: 16px;
    font-family: "fa1";
    border-radius: 7px;
    font-weight: 400;
}
.news-list .text-box{
    text-align: left;

}
.news-list .text-box a{
    color: #000;
}
.news-list .text-box a span{
    color: #999999;
}
.news-list .text-box h3{
    font-size: 16px;
    font-weight: 400;
}
.news-list .text-box p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}
.news-list .news-item{
   
}
.news-item .img-box{
    overflow: hidden;
}
.news-item .img-box img{
    transition: .3s;
}
.news-item:hover .img-box img{
    transform: scale(1.05);
}


.Solutions-item .img-box{
    overflow: hidden;
}
.Solutions-item .img-box img{
    transition: .3s;
}
.Solutions-item:hover .img-box img{
    transform: scale(1.05);
}
.index-adv{
    background-color: #2f4355;
}
.index-adv a{
    color: #d3d3d5;
    font-weight: 600;
}
.index-adv .col-md-3 img{
    transition: .6s;
}
.index-adv .col-md-3:hover img{
    transform: rotateY(360deg);
 
}
.index-adv{
    overflow: hidden;
}

.footer-modern-body{
    background-color: #253646;
    color: #cccccc;
}
.footer-modern-body a{
    color: #cccccc;
}
.footer-modern-body h5{
    color: #fff;
    font-size: 26px;
    font-family: "fa1";
    font-weight: 400;
}
.footer-modern-title{
    letter-spacing: 0;
}
.footer-modern-body a:hover{
    color: #fff;
}
.footer-modern-list > li:hover a{
    color: #fff;
}
.footer-modern-list > li{
    padding-left: 0;
}
.footer-modern-list > li::before {
    display: none;
}
.footer-modern-list > li{
    text-indent: 0px;
}
.footer-modern-list > li:hover{
    text-indent: 10px;
}
.list-social-3 .icon{
    background-color: #515e6b;
    border-color: #515e6b;
}
.contacts-creative .icon{
    color: #ccc;
}
.footer-modern-panel {
    padding: 5px 0;
}

/* 内页通用 */
.breadcrumbs-custom-path a{
    padding: 0;
}
.n-main{
    padding: 60px 0;
}
.n-main .n-text-box h3{
    color: #595d61;
    font-size: 40px;
    font-weight: 400;

}
.n-main .n-text-box p{
    color: #000;
    border-bottom: 1px dashed #dcdcdc;
}
.job-items{
    text-align: left;
}
.job-items h4{
    font-size: 40px;
    font-family: 'fa1';
    text-align: left;
    font-weight: 400;
}
.job-items span{
    font-size: 26px;
    font-family: 'fa1';
    color: #272727;
}
.job-items p{
    margin-top: 8px;
    color: #272727;
}
.job-items .job-t{
    padding-bottom: 30px;
    border-bottom: 1px dashed #dcdcdc;
}
.job-adv .img-box{
    text-align: center;
}
.job-adv .img-box img{
    max-width: 50%;

}
.job-adv h3{
    font-weight: 400;
    font-size: 24px;
    margin-top: 30px;
}
.job-adv .img-box:after{
    content: '';
    width: 0;
    height: 0;
    border: 12px solid;
    position: absolute;
    right: -20px;
    top: 30%;

    border-color: transparent transparent transparent #c6c8c7;

}
.job-adv .col-md-3:last-child .img-box:after{
    display: none;
}
.pro-item{
    position: relative;
}
.pro-item:after{
    content: '';
    height: 66%;
    background-color: #cecece;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -33%;

}
.pro-item:nth-child(4n):after{
    display: none;

}
.pro-intro11-slider{
    height: 500px;
}


.pro-intro11-slider-wrap .single-slide-wrapper .show-container{
    text-align: left;
    position: relative;
    left: -15%;
   
    max-width: 600px;

}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container h2{
    font-size: 40px;
    color: #fff;
}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container p{
    font-size: 24px;
    white-space: initial;
    max-width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container span{
    font-family: "fa2";
}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container samp{
    display: block;
    color: #fff;
    
}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container samp span{
    font-weight: 400!important;
    font-size: 40px;
}
.pro-intro11-slider-wrap .single-slide-wrapper .show-container .new-btn{
    font-weight: 400;
    background-color: #e10119;
    color: #fff;
    border-radius: 0;
    padding: 0 1rem;
    margin-top: 20px;
}
.pro-nav h3{
    text-align: left;
    padding: 15px;
    padding-left: 15px;
    background-color: #f6f6f6;
    font-size: 26px;
    font-weight: 400;
    font-family: "fa1";
    
}
.pro-nav-list .nav-lv1{
    text-align: left;
    padding-left: 15px;
    border-top: 1px solid #bd9b60;
    padding-top:15px ;
    padding-bottom: 15px;
}
.pro-nav-list a{
    color: #1c1c1c;
    font-size: 16px;
}
.pro-nav-list li{
    position: relative;
}
.pro-nav-list .gltnav{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    /* float: right; */
    background-color: transparent;
    margin-top: 4px;

}
.pro-nav-list .gltnav::after{
    position: absolute;
    content: '';
    width:2px;
    height: 16px;
    background-color: #1c1c1c;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px;
    transition: all .3s;
    transform: rotate(60deg) scale(.8);
    transform-origin: 0% 100%;
}
.pro-nav-list .gltnav::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #1c1c1c;
    left: 50%;
    margin-left: -8px;
    top: 59%;
    margin-top: -1px;
    transition: all .3s;
    transform: rotate(
41deg
) scale(.8);
    transform-origin: 0% 0%;
}
.pro-nav-list .gltnav.collapsed::before,.pro-nav-list .gltnav.active::before{
    top: 50%;
    transform: rotate(
        0deg
        ) scale(1);
   transform-origin: 0% 0%;
}
.pro-nav-list .gltnav.collapsed::after,.pro-nav-list .gltnav.active::after{
    transform: rotate(0deg) scale(1);
    transform-origin: 0% 100%;
}
.nav-list-lv2{
    padding-left: 15px;
}
.nav-list-lv2 .nav-lv2{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;

}
.pro-item-box{
    border: 1px solid #ccc;
    position: relative;
    padding: 15px;
    /* padding-top: 0; */
}
.pro-item-box h3{
    font-weight: 400;
    font-size: 16px;
    text-align: left;

}
.pro-item-box h4{
    font-weight: 400;
    font-size: 16px;
    text-align: left;

}
.pro-item-box span{
    width: 80px;
    right: 15px;
    top: 15px;
    text-align: right;
    display: block;
      word-break: break-word;
    line-height: 14px;
}
.page-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}
.page-nav li{
    display: inline-block;
    margin: 0 4px;
}
.page-nav li a,.page-nav li span{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #c9caca!important;
    font-size: 14px;
    background-color: #f9f9f7;
    border: 1px solid #c9caca;

}
.page-nav li.active a,.page-nav li:hover a{
    background-color: #eb6b14; 
    border: 1px solid   #eb6b14;
    color: #fff;
}
.page-nav li:last-child a{
    background-image:url(../images/pbak.png) ;
    background-position: center;
    background-size: 80%;
}
.pro-title{
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 26px;
}
.pro-video-box{
    height: 483.4px;
}
.pro-video-box .video-js{
    height: 100%;
}

.pro-video-box .video-js .vjs-big-play-button {
   
    border-radius: 50%;
    line-height: 5rem;
    height: 3em;
    width: 3em;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
   
}
.pro-text-de{
    text-align: left;
    color: #1c1c1c;
    margin: 30px 0;
}
.share-item{
    font-size: 24px;
}
.share-item:hover{
    color: #ff5800;
}
.share-baidu-box{
    left: 50%;
    margin-left: -100px;
}
.pro-share::before,.pro-share:after{
    display: block;
    content: '';
    width: 40%;
    top: 50%;
    position: absolute;
    height: 1px;
    background-color: #d6d6d6;
}
.pro-share::before{
    left: 0%;
}
.pro-share:after{
    right: 0%;
}
.bk-01{
    background-color: #f0f0f0;
}
.pro-inner h3{
    text-align: left;
    color: #00244f;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;

}
.pro-items-1{
    padding: 50px;
    font-size: 22px;
    text-align: left;
    height: 170px;
}
.tan-sty-1{
    border-color: transparent;
    border-width: 5px;
    margin-bottom: 60px;
}
.tan-sty-1 td{
    border-color: #fff;
    border-width: 5px;
    background-color: #f0f0f0;
}
.new-px{
    padding-left: 80px;
    padding-right: 20px;
    background-image: url(../images/lao.png);
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 50%;
    background-size: 40px;
    
}
.pro-items-img p{
    padding: 0 30px;
}
.smallbanenr{
    position: relative;
}
.smallbanenrtext{
    font-size: 40px;
    color: #fff;
    left: 15px;
    bottom: 15px;
    line-height: 36px;
    font-family: "fa3"!important;
    font-weight: 700;
}
.n-text-box  .smallbanenrtext{
    font-size: 40px;
    color: #fff;
    left: 15px;
    bottom: 15px;
    line-height: 36px;
    font-family: "fa3"!important;
    font-weight: 700;
}
.n-main-news{
    padding: 25px 0;
}
.news-items{
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-bottom: 20px; */
    border-top: 1px dashed #dcdcdc;
}
.news-items:last-child{
  
    border-bottom: 1px dashed #dcdcdc;
}
.news-items .text-all{
    text-align: left;
    /* padding-right: 50px; */
    max-width: 784px;
    float: left;

}
.news-items .text-all span{
    color: #ff3700;
    font-size: 14px;
}
.news-items .text-all h3{
    font-size: 26px;
    font-family: "fa1";
    font-weight: 400;
}
.news-items .img-all{
    float: right;
}
.img-all a{
    display: block;
    overflow: hidden;
    position: relative;
}
.img-all a:after{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.img-all a::before{
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.img-all:hover a::before{
    top: 6px;
    bottom: 6px;
}
.img-all:hover a::after{
    left: 10px;
    right: 10px;
}
.color-page{
    color: #ccc;
}
.top-text {
    height: 100%;
}
.new-top .img-box img{
    max-height: 330px;
}
.top-text{
    height: 330px;
    text-align: left;
}
.top-text h3{
    color: #272727;
    font-size: 26px;
    font-family: "fa1";
    font-weight: 400;
    width: 100%;
}
.top-text span{
    margin-right: auto;
    color: #999;
}
.news-detail{
    border: 10px solid #f1f1f1;
    padding: 50px;
}
.img-all-sty2{
    float: left;
}
.text-all-sty2 {
    float: right;
    max-width: 950px;
    text-align: left;
}
.text-all-sty2 h3{
    font-weight: 400;
    font-family: "fa1";
    font-size: 26px;
    color: #272727;
}
.text-box-load{
    font-size: 26px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    font-family: "fa3";
   
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}
.load-list a{
    font-size: 16px;
    color: #000;
    display: block;
    padding-top:10px ;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}
.load-list a:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0%;
}
.load-list a span svg{
    width: 24px;
    height: 24px;
}
.text-box-fa{
    text-align: left;
}
.text-box-fa h3{
font-family: "fa1";
color: #272727;
font-size: 26px;
font-weight: 400;
margin-top: 20px;
}
.text-box-fa p{
    font-size: 18px;
    margin-top: 8px;
}
.text-box-fa span{
    font-size: 14px;
    color: #999;
    
}
.fan-items .img-box{
    overflow: hidden;
    position: relative;

}
.fan-items .img-box img{
    transition: .3s;
}
.fan-items:hover .img-box img{
transform: scale(1.05);
}
.fan-items .img-box:after{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.fan-items .img-box::before{
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.fan-items:hover .img-box:after{
    top: 6px;
    bottom: 6px;
}

.fan-items:hover .img-box:before{
    left: 10px;
    right: 10px;
}
.fan-items .text-box{
    height: 80px;
    font-size: 16px;
    padding-top: 20px;
    background-color: #e6ecf0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.fan-items{
    margin-bottom: 30px;
}
.bg-color-3{
    background-color: #fff!important;
}
.bg-color-04{
    background-color: #f0f0f0!important;
}
.xgxx h3{
    font-size: 40px;
    color: #333;
    margin-bottom: 0px;
    font-weight: 400;
text-align: left;
line-height: 1;
}
.n-text-box p{
    text-align: left;
}
.n-text-box *{
    text-align: left;
    font-family: "fa1"!important;
}
.from-list input,.from-list label{
    width: auto;
    font-size: 26px;
    color: #595d61;
    font-weight: 400;
    font-family: "fa1";
    border: none;
    display: inline-block;
}
.from-items{
    display: flex;
}
.from-items{
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 5px;
}
.new-btn2{
    background-color: #e0130d;
    color: #fff;
}
.rox-box{
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #d5d5d5;
}
.rox-box ul{
    -webkit-column-gap: 0px;
    columns: 3;
    break-inside: avoid;
}
.f-s{
    font-size: 40px;
    font-weight: 400;
    font-family: "fa1";
}
.map-all{
    overflow: hidden;
    height: 344px;
}
.map-all .map-box{
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -172px;
}
.text-box-load{
    text-align: center;
}


.pro-intro11-slider-02{
    height: 500px;
}

.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container{
    text-align: left;
    position: relative;
    left: -15%;
       top: -20%;
    max-width: 600px;

}
.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container h2{
    font-size: 40px;
    color: #2c2d31;
}
.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container p{
    font-size: 24px;
    white-space: initial;
    max-width: 100%;
    color: #2c2d31;
    font-weight: 300;
    font-size: 18px;
}
.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container span{
    font-family: "fa2";
}
.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container samp{
    /* display: block; */
    color: #2c2d31;
    
}
.pro-intro11-slider-02-wrap .single-slide-wrapper .show-container samp span{
    font-weight: 400!important;
    font-size: 40px;
}
.pro-ne-nav{
    height: 100px;
    background-image: url(../images/bkk-01.jpg);
    background-position: top;
    overflow: hidden;
    
}
.nav-i{
    height: 50px;
    color: #fff;
    overflow: hidden;
}
.nav-i a{
    color: #fff;
    display: block;
    padding-top:10px ;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 100%;
}
.pro-item-box{
    height: 320px;
}

.breadcrumbs-custom-body.baner-01{
    min-height: 500px;
}
.amin-box{
    font-family: "fa1";
    text-align: left;
}
.tit-box h3{
    font-weight: 400;
}
.re-sings{
    background-image: url(../images/bkkk.png);
    padding-top: 50px;
}
.back-color-5{
    background-color: #f0f0f0;
}
.single h3{
    color: #272727;
    font-weight: 400;
    font-size: 40px;
}
.single-logo h3{
    color: #272727;
    font-weight: 400;
    font-size: 40px;
}



/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-muted {
    color: white; }
    .bg-primary .page-header, .bg-success .page-header, .bg-info .page-header, .bg-warning .page-header, .bg-danger .page-header, .bg-muted .page-header {
      color: white; }
  
  .bg-primary {
    background-color: #32b9b1; }
  
  .bg-success {
    background-color: #51be38; }
  
  .bg-info {
    background-color: #5bc0de; }
  
  .bg-warning {
    background-color: #ef9544; }
  
  .bg-danger {
    background-color: #f05a5b; }
  
  .bg-muted {
    background-color: #bbbbbb; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Buttons */
  /*----------------------------------------------------------------------------------- */
  .btn {
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    font-weight: 600; }
    .btn.active, .btn:active {
      box-shadow: none; }
  
  .btn-primary {
    background: #32b9b1; }
    .btn-primary:hover, .btn-primary.active, .btn-primary:focus {
      background: #2ea9a2; }
  
  .btn-success {
    background: #51be38; }
    .btn-success:hover, .btn-success.active, .btn-success:focus {
      background: #4aae33; }
  
  .btn-info {
    background: #5bc0de; }
    .btn-info:hover, .btn-info.active, .btn-info:focus {
      background: #4ab9db; }
  
  .btn-warning {
    background: #ef9544; }
    .btn-warning:hover, .btn-warning.active, .btn-warning:focus {
      background: #ed8a31; }
  
  .btn-danger {
    background: #f05a5b; }
    .btn-danger:hover, .btn-danger.active, .btn-danger:focus {
      background: #ee4748; }
  
  .btn-link {
    color: #32b9b1; }
  
  .btn-group.open .dropdown-toggle {
    box-shadow: none; }
    .btn-group.open .dropdown-toggle.btn-primary {
      background-color: #227d77;
      border-color: #227d77; }
      .btn-group.open .dropdown-toggle.btn-primary .caret {
        border-top-color: white; }
    .btn-group.open .dropdown-toggle.btn-success {
      background-color: #388327;
      border-color: #388327; }
      .btn-group.open .dropdown-toggle.btn-success .caret {
        border-top-color: white; }
    .btn-group.open .dropdown-toggle.btn-info {
      background-color: #28a1c5;
      border-color: #28a1c5; }
      .btn-group.open .dropdown-toggle.btn-info .caret {
        border-top-color: white; }
    .btn-group.open .dropdown-toggle.btn-warning {
      background-color: #d46e12;
      border-color: #d46e12; }
      .btn-group.open .dropdown-toggle.btn-warning .caret {
        border-top-color: white; }
    .btn-group.open .dropdown-toggle.btn-danger {
      background-color: #e81517;
      border-color: #e81517; }
      .btn-group.open .dropdown-toggle.btn-danger .caret {
        border-top-color: white; }
  
  .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -2px; }
  .btn-group.open .dropdown-toggle {
    box-shadow: none; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Nav pills */
  /*----------------------------------------------------------------------------------- */
  .nav-pills > li > a {
    font-weight: 600; }
    .nav-pills > li > a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #32b9b1; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Dropdowns */
  /*----------------------------------------------------------------------------------- */
  .dropdown-menu {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-align: left; }
    .dropdown-menu > li > a {
      color: black;
      padding: 5px 12px 7px; }
    .dropdown-menu > li:first-child a {
      border: 0; }
    .dropdown-menu .divider {
      margin: 4px 0; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Tables */
  /*----------------------------------------------------------------------------------- */
  .table thead tr th {
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: black;
    border: 0;
    vertical-align: middle; }
  .table tbody {
    background-color: white; }
    .table tbody tr td {
      /* font-size: 14px; */
      border-top: 0;
      vertical-align: middle; }
  .table tfoot > tr > td {
    border-top: 0; }
  .table tfoot > tr:first-child > td {
    border-top: 1px solid #dddddd;
    padding-top: 15px; }
  
  .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(0, 0, 0, 0.05); }
  
  .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #51be38;
    color: white; }
  
  .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #5bc0de;
    color: white; }
  
  .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ef9544;
    color: white; }
  
  .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f05a5b;
    color: white; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Labels */
  /*----------------------------------------------------------------------------------- */
  .label-primary {
    background-color: #32b9b1; }
  
  .label-default {
    background-color: #bbbbbb; }
  
  .label-success {
    background-color: #51be38; }
  
  .label-info {
    background-color: #5bc0de; }
  
  .label-warning {
    background-color: #ef9544; }
  
  .label-danger {
    background-color: #f05a5b; }
  
  /*----------------------------------------------------------------------------------- */
  /*  List groups */
  /*----------------------------------------------------------------------------------- */
  .list-group .list-group-item.active, .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
    color: white;
    background-color: #32b9b1;
    border-color: #27918b; }
    .list-group .list-group-item.active .badge, .list-group .list-group-item.active:hover .badge, .list-group .list-group-item.active:focus .badge {
      color: #32b9b1;
      background-color: white; }
  
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #32b9b1;
    border-color: #32b9b1; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Form styles */
  /*----------------------------------------------------------------------------------- */
  label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px; }
  
  .form-group {
    margin-bottom: 25px; }
  
  .form-control {
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35); }
    .form-control:focus {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35); }
  
  .input-group {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
    border-radius: 4px; }
    .input-group.input-group-lg {
      border-radius: 6px; }
    .input-group.input-daterange {
      border-radius: 4px; }
    .input-group .form-control {
      border: 0;
      box-shadow: none; }
    .input-group .input-group-btn .btn {
      margin: 0 !important;
      border: 0 !important; }
    .input-group .input-group-addon {
      background-color: rgba(255, 255, 255, 0.2);
      border: 0;
      color: black; }
  
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
    position: relative;
    z-index: 10; }
  
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -2px; }
  
  .has-feedback .form-control-feedback {
    top: 50%;
    margin-top: -17px; }
  
  .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #60c560; }
  .has-success .form-control {
    border-color: #60c560; }
  .has-success .form-control-feedback {
    color: #60c560; }
  
  .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #f0ad4e; }
  .has-warning .form-control {
    border-color: #f0ad4e; }
  .has-warning .form-control-feedback {
    color: #f0ad4e; }
  
  .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #d9534f; }
  .has-error .form-control {
    border-color: #d9534f; }
  .has-error .form-control-feedback {
    color: #d9534f; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Emphasis Classes */
  /*----------------------------------------------------------------------------------- */
  .text-primary {
    color: #32b9b1; }
  
  .text-success {
    color: #51be38; }
  
  .text-info {
    color: #5bc0de; }
  
  .text-warning {
    color: #ef9544; }
  
  .text-danger {
    color: #f05a5b; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Panels */
  /*----------------------------------------------------------------------------------- */
  .panel {
    border: 0; }
    .panel .panel-body {
      padding: 20px; }
  
  .panel-heading .panel-toggle {
    background: #f9fafa; }
  .panel-heading .panel-title {
    font-size: 18px; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Tab Styles */
  /*----------------------------------------------------------------------------------- */
  .nav-tabs > li > a {
    border-radius: 0px; }
    .nav-tabs > li > a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: white; }
  
  .tab-content {
    background-color: white;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 15px 15px 5px; }
  
  /*----------------------------------------------------------------------------------- */
  /*  Progress Bars */
  /*----------------------------------------------------------------------------------- */
  .progress {
    box-shadow: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.06); }
    .progress .progress-bar {
      box-shadow: none;
      background-color: #32b9b1; }
    .progress .progress-bar-success {
      background-color: #51be38; }
    .progress .progress-bar-info {
      background-color: #5bc0de; }
    .progress .progress-bar-warning {
      background-color: #ef9544; }
    .progress .progress-bar-danger {
      background-color: #f05a5b; }
  
  .well {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.05); }
  

  
  .timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 40px 20px;
    margin: 0 auto;
    overflow: hidden; }
    .timeline:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -20px;
      background-image: url(../images/iocn-02.png);
      background-position: center;
      background-size: cover;

      height: 100%;
      width: 40px;
      border-radius: 2px;
      display: block; }
    .timeline .timeline-row {
      padding-left: 50%;
      position: relative;
      z-index: 10; }
      .timeline .timeline-row .timeline-time {
        position: absolute;
        right: 20%;
        top: 0px;
        text-align: right;
        margin-right: 40px;
        font-size: 16px;
        line-height: 2;
        z-index: 9;
        color: #fff;
        font-weight: 600; }
        .timeline .timeline-row .timeline-time small {
          display: none;
          color: white;
          text-transform: uppercase;
          opacity: 0.75;
          font-size: 11px;
          font-weight: 400; }
      .timeline .timeline-row .timeline-icon {
          display: none;
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 3px;
        color: white;
        font-size: 14px;
        z-index: 100; }
        .timeline .timeline-row .timeline-icon > div {
          border-radius: 50%;
          line-height: 34px;
          font-size: 16px; }
      .timeline .timeline-row .timeline-content {
        /* margin-left: 40px; */
        position: relative;
        background-color: transparent;
        color: #333333; }
        .timeline .timeline-row .timeline-content:after {
           border-radius: 0 15px 15px 0 ;
          content: "";
          position: absolute;
          top: 0px;
          left: 7px;
          height: 30px;
          width: 375px;
          background-color: #000;
          background-image: url(../images/iocn-01.png);
          background-position-x: 10%;
          background-position-y: 50%;
          background-repeat: no-repeat;

          z-index: 1; }
        .timeline .timeline-row .timeline-content .panel-body {
            text-align: left;
          padding: 45px 15px 2px;
          position: relative;
          z-index: 10; }
        .timeline .timeline-row .timeline-content h2 {
          font-size: 22px;
          margin-bottom: 12px;
          margin-top: 0;
          line-height: 1.2; }
        .timeline .timeline-row .timeline-content p {
          margin-bottom: 15px; }
        .timeline .timeline-row .timeline-content img {
          margin-bottom: 15px; 
        margin: 0;}
        .timeline .timeline-row .timeline-content blockquote {
          border-color: #eeeeee; }
          .timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
            color: #999999; }
        .timeline .timeline-row .timeline-content .video-container {
          position: relative;
          padding-bottom: 56.25%;
          padding-top: 30px;
          height: 0;
          margin-bottom: 15px;
          overflow: hidden; }
          .timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .timeline .timeline-row:nth-child(odd) {
        padding-left: 0;
        padding-right: 50%; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          right: auto;
          left: 20%;
          z-index: 999;
          text-align: left;
          margin-right: 0;
          margin-left: 40px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          /* margin-right: 40px; */
          margin-left: 0; }
          .timeline .timeline-row:nth-child(odd) .timeline-content:after {
              background-position-x: 90%;
            border-radius: 15px 0 0 15px;
            left: auto;
            right: 7px; }
    .timeline.animated .timeline-row .timeline-content {
      opacity: 0;
      left: 20px;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: -20px; }
    .timeline.animated .timeline-row.active .timeline-content {
      opacity: 1;
      left: 0; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; }
  
  @media (max-width: 1200px) {
    .timeline {
      padding: 0px; }
      .timeline:after {
        left: 28px; }
      .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px; }
        .timeline .timeline-row .timeline-time {
          position: relative;
          right: -100px!important;
          top: 48px!important;
          text-align: left;
          margin: 0 0 6px 56px;
        z-index: 9; }
          .timeline .timeline-row .timeline-time strong {
            display: inline-block;
            margin-right: 10px; }
        .timeline .timeline-row .timeline-icon {
          top: 52px;
          left: -2px;
          margin-left: 0; }
        .timeline .timeline-row .timeline-content {
          margin-left: 22px;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          position: relative; }
          .timeline .timeline-row .timeline-content:after {
            right: auto !important;
            left: 15px !important;
            top: 10px;
            width: 60%;
            border-radius: 0 15px 15px 0 !important;
            background-image: url(../images/iocn-01.png);
            background-position-x: 10%!important;
            background-position-y: 50%;
            background-repeat: no-repeat;
            
        }
        .timeline .timeline-row .timeline-content .panel-body {
            text-align: left!important;
   
        }
        .timeline .timeline-row .timeline-content p{
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .timeline .timeline-row:nth-child(odd) {
          padding-right: 0; }
          .timeline .timeline-row:nth-child(odd) .timeline-time {
            position: relative;
            right: auto;
            left: auto;
            top: 0;
            text-align: left;
            margin: 0 0 6px 56px; }
          .timeline .timeline-row:nth-child(odd) .timeline-content {
            margin-right: 0;
            margin-left: 22px; }
      .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px; }
      .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0; } }


        .bk-i{
            background-image: url(../images/xzczxc.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .timeline .timeline-row:nth-child(odd) .timeline-content .panel-body{
            text-align: right;
        }
  

        .top-search-from label{
            font-size: 13px;
            font-family: "fa1";
        }
.cons1{
    height: 170px;
}
.cons1 .container-fluid{
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ion-box{
    width: 114px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    margin: 0 auto;
}

.bs-contact-box .show-text-01{
    margin-bottom: 50px;
}
.show-text-01{
    font-family: "fa3"!important;
    font-size: 40px;
    color: #272727!important;
}

.bs-contact-box h4 + p{
    margin-top: 10px;
}
.bs-contact-box h4{
    margin-top: 15px;
}

.bs-contact-box p{
    font-size: 16px;
    font-family: "fa1";
    color: #272727!important;
}
.re-padding-25{
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}
.re-pro-p{
    padding: 0 1px!important;
    margin-bottom: 2px!important;
}
.per-nav-left{
    /* flex-grow: 1;
    flex-basis: 0; */
width: 250px;
max-width: 100%;
}
.per-nav-right{
    flex-grow: 1;
    flex-basis: 0;

max-width: 100%;

}
.rmgin{
    margin-left: -45px!important;
    margin-right: -45px!important;
}
@media(max-width:764px){
    .rmgin{
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    .re-pro-p{
        margin-bottom: 15px!important;
    }
    .index-honer h3{
        line-height: 1;
        font-size: 24px;
        font-family: "fa1";
        margin-bottom: 25px;
        font-weight: 400;
    }
}

@media(min-width:764px){
    .per-nav-right .col-md-12{
        padding-left: 50px!important;
        padding-right: 0!important;

    }
    .fan-items {
        margin-bottom: 15px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .fan-items.fl-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .fan-list{
        margin-bottom: 10px;
    }
}
.overflow-hidden{
    overflow: hidden;
}
.xgxx{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 1200px){
    .row + .row {
        margin-top: 45px;
    }
}
.xgxx .fan-list{
    margin-bottom: 0;
    margin-top: 25px!important;
}
.index-honer h3{
    line-height: 1;
    font-size: 40px;
    font-family: "fa1";
    margin-bottom: 25px;
    font-weight: 400;
}
.tan-sty-1.rowtd tr td{
    width: 33.333333%;
    padding: 50px 30px;
    text-align: center;

}
.tan-sty-1 tr td{
    width: 50%;
    font-size: 26px;
    font-weight: 400;
    font-family: "fa1";
    color: #4a494a;
}
.font-sty-011{
    font-family: "fa3"!important;
    font-size: 40px;
    color: #595d61;
    font-weight: 400;
}

.search .pro-item-box{
    height: 350px;
}