body {
    background-color: rgb(245, 245, 245);
    !important;
    font-family: !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: !important;
}

.top {
    width: 100%;
    text-align: center;
    border-color: #e4eaec;
    background-color: #fff;
}

.nav {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    width: 96px;
    height: 50px;
}

.logo img {
    width: 100%;
    border: none;
}

.nav-menu {}

.nav-menu ul {}

.nav-menu ul li.nav-item {
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.nav-menu ul li .navlink {
    display: block;
    line-height: 22px;
    color: #76838f;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav-menu ul li .navlink:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, .6);
}

.nav-menu ul li .navlink:hover::after,
.nav-menu ul li .navlink.active::after {
    width: 100%;
}

.nav-menu ul li .navlink::after {
    content: " ";
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
    z-index: 1;
}

.nav-menu ul li .navlink i {
    position: relative;
    top: 2px;
    font-weight: bold;
    transition: all 0.3s ease-out 0s;
}

.nav-menu ul li .navlink:hover,
.nav-menu ul li .navlink.active {}

.nav-menu ul li .navlink:hover i {
    transform: rotate(180deg);
    color: #526069;
}

.down-submenu,
.down-menu {
    display: none;
    min-width: 160px;
    text-align: left;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 1200;
    background: rgb(245, 245, 245);
    border: 1px solid #e4eaec;
    transition: .25s;
    white-space: nowrap;
    -webkit-transition: background-color .25s;
    transition: .25s;
}

.subcomdiv {
    display: none;
    background: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 999;
    transition: .25s;
    white-space: nowrap;
    -webkit-transition: background-color .25s;
    transition: .25s;
}

.down-menu .down-li {
    padding: 5px 0;
}

.down-menu .down-li:hover,
.down-submenu-div a:hover {
    background: #f9f9f9;
}

.down-menu .down-li a {
    display: block;
    clear: both;
    padding: 6px 10px;
}

.down-menu .down-li a:hover {
    color: #526069;
}

.down-submenu-li {
    position: relative;
}

.jt-right {
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 12px;
    transform: rotate(-90deg) !important;
}

.down-submenu-div {
    position: absolute;
    z-index: 999;
    left: 158px;
    top: 0;
    display: none;
}

.subcomdiv a,
.down-submenu-div a {
    padding: 6px 10px;
    clear: both;
    display: block;
    text-align: left;
    animation: slide-left .5s both;
    transition: all 0.5s;
}

.producwrapper,
.appwrapper,
.bannerbox {
    width: 100%;
    height: auto;
}

.contentwrapper,
.companywrapper,
.newswrapper,
.producwrapper,
.appwrapper {
    padding: 70px;
}

.footbox ul {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);

}

.footbox ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
}

.footbox ul li:nth-child(1) {
    margin-top: 6px;
}

.footbox {
    padding: 15px 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
}

.footbox .linklist .line:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: '/';
    color: #ccd5db;
    padding: 0 5px;
    margin: 6px auto;
}

.footbox .foot-info {
    padding: 20px 0;
    color: #aaa;
}

.footbox .foot-info a {
    color: #62a8ea
}

.footbox ul li img {
    height: 40px;
}

.headtitle {}

.headtitle h2 {
    font-size: 2.143rem;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

.headtitle p {
    font-size: 14px;
    margin-top: 0px;
    color: rgb(153, 153, 153);
    );
}

.left-btn:hover,
.right-btn:hover {
    opacity: 1;
}

.infobox,
.productdiv,
.contentdiv,
.companybox,
.footbox,
.newsbox,
.subcompanybox,
.productbox,
.appbox {
    width: 1170px;
    position: relative;
    margin: 0 auto;
}

.contentdiv {
    text-align: center;
}

.contentdiv img {}

.contentdiv p {
    line-height: 36px;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    color: #3B3B3B;
}

.contentdiv h5 {
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
}

.contentdiv hr {
    border-top: 1px solid #e4eaec;
    margin: 20px 0;
    color: #rgb(106, 106, 106);
}

.infowrapper {
    padding: 30px 70px;
}

.info-head {
    border-bottom: 1px solid #999;
    padding: 20px;
}

.info-h1 {
    text-align: left;
    font-size: 30px;
    line-height: 1.5;
    color: #000;
}

.info-content {
    padding: 30px;
    font-size: 14px;
    color: #999;
}

.flexbox {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.infopagebox {
    padding: 30px;
    border-top: 1px solid #999;

}

.infopagebox a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #999;
}

.infopagebox a:hover {
    color: #000;
}

.info-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px;
}

.info-content p {
    text-align: justify;
    line-height: 1.5;
}

.p0 {
    padding: 0 !important;
}

.infobox .info-left {
    padding: 30px;
    background: #fff;
    float: left;
    width: 72%;
}

.infobox .info-left .infolist {
    cursor: pointer;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f2f5;
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.infobox .info-left .infolist:first-child {
    padding-top: 0 !important;
}

.infobox .info-left .infolist:after {
    content: '';
    width: 160px;
    height: 1px;
    background: #000000;
    background: ;
    color: #000000;
    color: ;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.infobox .info-left .infolist:hover:after {
    width: 100%;
}

.infobox .info-left .infolist .infoimg {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 180px;
    height: 152px;
}

.infoimg img {
    width: 100%;
    height: auto;
}

.infobox .info-left .infolist .infotxt {
    display: table-cell;
    vertical-align: top;
}

.infobox .info-left .infolist .infotxt .info-title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
}

.info-p {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    text-align: justify;
}

.info-date {
    text-align: left;
    color: #999;
    font-size: 16px;
}

.info-date span {
    margin-right: 20px;
}

.info-date i {
    margin-right: 5px;
    font-size: 18px !important;
}

.infobox .info-right {
    float: right;
    width: 25%;
    background: #fff;
    padding: 20px;
    margin-left: 30px;
}

.infosearch {
    position: relative;
}

.infosearch .searchbox {
    width: 200px !important;
}

.infosearch .searchbox .proname {
    border-radius: 5px !important;
}

.info-txt {
    width: 100%;
    line-height: 32px;
    text-indent: 10px;
    ;
    background-color: #ffffff;
    color: #e4eaec;
    border: 1px solid #e4eaec;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
}

.info-i {
    font-weight: bold !important;
}

.appsearch-list,
.tj-div,
.search-list {
    margin: 20px 0;
}

.appsearch-list ul li {
    margin-top: 6px;
}

.appsearch-list ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.contactinfo {
    width: 30%;
    margin: 20px auto;
    text-align: center;
}

.contactimg img {
    display: inline-block;
    height: 300px;
    margin: 5px;
}

.contactinfo p {
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

.tj-div .tj-list {
    margin-top: 10px;
}

.tj-div .tj-list li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #f0f2f5;
    background: #fff;
    padding: 15px;
}

.tj-div .tj-list li a {
    display: block;
    color: #000;
    text-align: justify;
}

.tj-div .tj-h3 {
    color: #000;
    display: block;
    text-align: left;
    font-size: 16px;
}

.search-list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e4eaec;
}

.search-list ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.searchbox {
    position: relative;
    width: 500px;
    margin: 5px auto;
}

.searchbtn {

    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    border: none;
}

.proname {
    width: 100%;
    background: #f3f7f9;
    padding: 5px 10px;
    color: #76838f;
    border: 1px solid #e4eaec;
    border-radius: 200px;
    line-height: 28px;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
}

.info-txt:focus,
.proname:focus {
    border-color: #000;
}

.productdiv ul li {
    float: left;
    width: 25%;
    margin-bottom: 25px;
    cursor: pointer;
}

.productdiv ul li .prodiv {
    background: #fff;
    margin-right: 10px;
}

.productdiv ul li:hover .protitle {
    border-bottom: 1px solid #000;
}

.productdiv ul li .protitle {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
}

.pagebox {
    margin-top: 20px;
    text-align: center;

}

.pagebox .prevpage,
.pagebox .nextpage {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    color: #ccd5db;
    cursor: pointer;
    display: inline-block;
}

.pagebox .prevpage:hover,
.pagebox .nextpage:hover {
    color: #76838f;
}

.pagebox a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    margin: 0 1px;
    background: #ffffff;
    text-align: center;
    color: #76838f;
}

.pagebox a:hover {
    background: #f5f5f5;
}

.last-a {
    border-right: 1px solid #e4eaec !important;
}

.pagebox a.currentA {
    background: #000 !important;
    color: #fff !important;
}

.productdiv ul li .protitle a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.productdiv ul li .imgbox {
    position: relative;
    max-width: 100%;
    width: 282px;
    height: 160px;
    overflow: hidden;
}

.productdiv ul li .imgbox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: .3s;
}

.productdiv ul li .imgbox .overlay:not(:hover) {
    opacity: 0;
}

.appdiv ul li {
    float: left;
    width: 25%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 292px;
}

.appdiv ul li .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    opacity: 0.7;
    ;
}

.appdiv ul li .overlay:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.appdiv ul li .overlaytxt {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.appdiv ul li .overlaytxt .appname {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.appdiv ul li .overlaytxt .viewbtn {
    border: 1px solid #fff;
    background: transparent;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

.appdiv ul li img {
    width: 100%;
    transform: scale(1);
    transition-duration: .5s;
    height: 100%;
}

.overlaytxt .viewbtn:hover {
    background: #fff !important;
    color: #333 !important;
}

.appdiv ul li:hover img {
    transform: scale(1.2);
}

.pro-search {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 32px !important;
    font-weight: bold;
    transform: translate(-50%, -80%);
}

.productdiv ul li .imgbox img {
    width: 100%;
}

.newswrapper,
.producwrapper {
    background: #fff;
}

.applistwrapper {
    padding-bottom: 70px;
}

.newslistbox {
    margin-top: 30px;
}

.newslistbox ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newslistbox-li {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 50%;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 50px;
}

.newslistbox-li .newscontent .news-head {
    text-align: left;
    position: relative;
}

.newslistbox-li .news-head:hover:before {
    width: 100% !important;
}

.newslistbox-li .newsimg {
    padding-right: 20px;
    width: 160px;
}

.newslistbox-li .newscontent {
    flex: 1;
}

.newslistbox-li .newsimg img {
    width: 100%;
    height: auto;
}

.newslistbox-li .newstitle {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(239, 239, 239);
    display: block;
    padding-bottom: 20px;
    margin-bottom: 10px;

}

.newslistbox-li .news-head:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    bottom: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newscontent .newstxt {
    color: rgb(153, 153, 153);
    font-size: 13px;
    text-align: left !important;
}

.newslistbox-li .newscontent .news-head .update {
    display: block;
    font-weight: 300;
    height: 30px;
    color: rgb(153, 153, 153);
    font-size: 16px;
    line-height: 30px;
}

.slide-app {
    margin: 30px auto;
    height: 220px;
    position: relative;
}

.slide-pro {
    margin: 30px auto;
    height: 325px;
}

.nav-tabs {}

.nav-tabs-ul {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
}

.nav-tabs ul li a {
    display: block;
    background: rgb(255, 255, 255);
    padding: 8px 30px;
    border-radius: 0px;
    white-space: nowrap;
    border: 1px solid;
    color: rgb(153, 153, 153);
    font-size: 12px;
    margin: 0px 2.5px;
    transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}

.nav-tabs ul li a:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.slide-pro {}

.slide-pro .overlay {
    position: relative;
}

.slide-pro .overlay .overbg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    transition: all 0.5s;
}

.slide-pro .overlay .pro-search {
    color: rgb(255, 255, 255);
    width: 22px;
    height: 22px;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.overlay:not(:hover) .overbg:not(.overlay-background-fixed) {
    opacity: 0;
}


.slide-pro ul {
    display: block;
    width: 100%;
    margin-left: 20px;
}

.slide-pro ul li {
    width: 367px !important;
    margin: 0 7.5px;
    overflow: hidden;
    display: inline-block;
}

.slide-pro ul li img {
    max-width: 100%;
    min-height: 153px;
    height: 201px;
}

.slide-pro ul li .pro-title {
    overflow: hidden;
    text-shadow: none;
    font-size: 16px !important;
    height: 46px;
    line-height: 46px;
    padding: 10px 0;
    padding-left: 5px !important;
    color: rgb(0, 0, 0);
    transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    border-bottom: 1px solid rgb(0, 0, 0);
    text-align: left;
    width: 100%;
}


.productbox .control-label {
    text-align: center;
}

.productbox .control-label .more-btn {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid;
    margin: 0px 15px;
    display: inline-block;
    padding: 6px 50px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
}

.companywrapper .companybox {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.companywrapper .companybox .ccimg {
    width: 33.3%;
}

.companywrapper .companybox .ccimg img {
    width: 100%;
}

.companywrapper .companybox .ccbox {
    width: 66.7%;
    margin-left: 30px;
    text-align: left;
}

.companywrapper .companybox .ccbox .ccinfo {
    text-align: justify;
    color: #999;
    margin-top: 30px;
    max-height: 180px;
    overflow: hidden;
}

.companywrapper .companybox .ccbox .more-a a {
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid;
    margin-top: 40px;
    padding: 6px 50px;
    color: rgb(153, 153, 153);
}

.newsbox .more-a {
    margin: 0px auto;
    padding: 6px 50px;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid;
    color: rgb(153, 153, 153);
}

.newsbox .more-a:hover,
.companywrapper .companybox .ccbox .more-a a:hover {
    color: #fff;
    background: #000000;
}

.pf-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.productbox .control-label .control-prev,
.productbox .control-label .control-next {
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    cursor: pointer;
    padding: 2px 20px;
    border: 1px solid;
    font-size: 19px;
    position: relative;
    top: 2px;
    color: rgb(153, 153, 153);
}

.productbox .control-label .control-prev i.icon-xiangyoujiantou {
    transform: rotate(180deg);
}


.subcompanywrapper {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(../img/bg2.jpg);
}

.subcompanybox {}

.subcompanybox ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.subcompanybox .sub-ccinfo-li {
    float: left;
    width: 352px;
    height: 484px;
    background: #fff;
    margin-right: 30px;
}

.sub-ccimg {
    max-height: 220px;
    overflow: hidden;
}

.sub-ccimg img {
    width: 100%;
}

.sub-content {
    margin: 30px 30px 10px;
}

.sub-ccinfo .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
    text-align: left;
}

.subtxt {
    color: rgb(153, 153, 153);
    height: 100px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 16px;
}

.sub-ccinfo-li .more-a {
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    line-height: 34px;
    border: 1px solid;
    color: rgb(153, 153, 153);
    font-size: 12px;
    text-transform: uppercase;
    margin: 30px 0px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.sub-ccinfo-li .more-a:hover,
.productbox .control-label .control-prev:hover,
.productbox .control-label .control-next:hover,
.productbox .control-label .more-btn:hover {
    color: #fff;
    background: #000;
}

.pf-slider-nav {
    position: absolute;
    z-index: 999;
    display: block;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.pf-slider-nav:focus {
    text-decoration: none;
}

.pf-slider-nav.nav-style-1::before,
.pf-slider-nav.nav-style-2::before,
.pf-slider-nav.nav-style-3::before,
.pf-slider-nav.nav-style-4::before,
.pf-slider-nav.nav-style-5::before {
    font-size: 14px;
    color: #fff;
    font-family: FontAwesome;
}

.pf-slider-nav.nav-style-1,
.pf-slider-nav.nav-style-2,
.pf-slider-nav.nav-style-3,
.pf-slider-nav.nav-style-4 {
    top: 50%;
    transform: translateY(-50%);
}

/* Arrow Style 1 */
.slide-pro .pf-slider-nav.nav-style-1 {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #171717;
    opacity: 0.5;
    border-radius: 100%;
    transition: all .3s;
}

.slide-pro .pf-prev-nav.nav-style-1:hover,
.slide-pro .pf-next-nav.nav-style-1:hover {
    opacity: 1;
    text-decoration: none;
}

.pf-prev-nav.nav-style-1::before {
    content: "\f0d9";
}

.pf-next-nav.nav-style-1::before {
    content: "\f0da";
}

.pf-prev-nav.nav-style-1 {
    left: 20px;
}

.pf-next-nav.nav-style-1 {
    right: 20px;
}

/* Arrow style 2 */
.pf-slider-nav.nav-style-2 {
    width: 46px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;

    color: #fff;
    transition: all .3s;
    border-radius: 3px;
}

.pf-prev-nav.nav-style-2:hover,
.pf-next-nav.nav-style-2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #171717;
}

.pf-prev-nav.nav-style-2:before {
    content: "\f104";
}

.pf-next-nav.nav-style-2:before {
    content: "\f105";
}

.pf-prev-nav.nav-style-2 {
    left: -46px;
    opacity: 0;
}

.pf-next-nav.nav-style-2 {
    right: -46px;
    opacity: 0;
}

.pf-slider-wrapper:hover .pf-prev-nav.nav-style-2 {
    left: 20px;
    opacity: 1;
}

.pf-slider-wrapper:hover .pf-next-nav.nav-style-2 {
    right: 20px;
    opacity: 1;
}

/* Arrow style 3 */
.pf-slider-nav.nav-style-3 {
    color: #fff;
    padding: 20px;
    text-shadow: 0 0 1px #000;
    transition: all .3s;
}

.pf-prev-nav.nav-style-3:hover,
.pf-next-nav.nav-style-3:hover {
    text-decoration: none;
}

.pf-prev-nav.nav-style-3:before {
    content: "\f104";
    font-size: 24px;
}

.pf-next-nav.nav-style-3:before {
    content: "\f105";
    font-size: 24px;
}

.pf-prev-nav.nav-style-3 {
    left: 40px;
    opacity: 0;
}

.pf-next-nav.nav-style-3 {
    right: 40px;
    opacity: 0;
}

.pf-slider-wrapper:hover .pf-prev-nav.nav-style-3 {
    left: 0;
    opacity: 1;
}

.pf-slider-wrapper:hover .pf-next-nav.nav-style-3 {
    right: 0;
    opacity: 1;
}

/* Arrow style 4 */
.pf-slider-nav.nav-style-4 {
    width: 46px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    background-color: #030303;
    color: #fff;
    transition: all .3s;
    border-radius: 3px;
}

.pf-prev-nav.nav-style-4:hover,
.pf-next-nav.nav-style-4:hover {
    text-decoration: none;
    color: #fff;
    background-color: #171717;
}

.pf-prev-nav.nav-style-4:before {
    content: "\f177";
}

.pf-next-nav.nav-style-4:before {
    content: "\f178";
}

.pf-prev-nav.nav-style-4 {
    left: -46px;
    opacity: 0;
}

.pf-next-nav.nav-style-4 {
    right: -46px;
    opacity: 0;
}

.pf-slider-wrapper:hover .pf-prev-nav.nav-style-4 {
    left: 20px;
    opacity: 1;
}

.pf-slider-wrapper:hover .pf-next-nav.nav-style-4 {
    right: 20px;
    opacity: 1;
}

/* Arrow style 5 */
.pf-slider-nav.nav-style-5 {
    width: 46px;
    height: 43px;
    bottom: 5%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    background-color: #030303;
    color: #fff;
    transition: all .3s;
}

.pf-prev-nav.nav-style-5:hover,
.pf-next-nav.nav-style-5:hover {
    text-decoration: none;
    color: #fff;
    background-color: #171717;
}

.pf-prev-nav.nav-style-5:before {
    content: "\f177";
}

.pf-next-nav.nav-style-5:before {
    content: "\f178";
}

.pf-prev-nav.nav-style-5 {
    right: 67px;
    border-radius: 3px 0 0 3px;
}

.pf-next-nav.nav-style-5 {
    border-radius: 0 3px 3px 0;
}

.pf-slider-nav-disabled {
    pointer-events: none;
}


/* Pagination */
.pf-slider-pagination {
    display: none !important;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1;
}

.pf-slider-pagination:hover {
    cursor: pointer;
}

.pf-slider-pagination li {
    display: inline-block;
    margin: 0 5px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #bbb;
    opacity: 1;
    transition: all .3s;
    border: 0;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
}

.pf-slider-pagination li:hover {
    background: #212121;
}

.pf-slider-pagination li.active {
    background: #212121;
}

/* Pagination style 1 */
.pf-slider-pagination.pagination-style-1 li {
    width: 20px !important;
    height: 5px !important;
    border-radius: 0px;
}

/* Pagination style 2 */
.pf-slider-pagination.pagination-style-2 li {
    position: relative;
    width: 8px !important;
    height: 8px !important;
    margin: 0 6px !important;
    background: transparent;
}

.pf-slider-pagination.pagination-style-2 li.active,
.pf-slider-pagination.pagination-style-2 li:hover {
    background-color: #212121;
}

.pf-slider-pagination.pagination-style-2 li:after {
    transition: all .3s;
    width: 0;
    height: 0;
}

.pf-slider-pagination.pagination-style-2 li:after {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #212121;
    border-radius: 50%;
}

/* Pagination style 3 */
.pf-slider-pagination.pagination-style-3 li {
    position: relative;
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px !important;
    border: 2px solid #ffffff;
    background: transparent;
}

.pf-slider-pagination.pagination-style-3 li.active:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    width: 6px;
    border: #fff solid 2px;
    border-radius: 100%;
}

.aboutus-title {
    background: #f5f5f5;
    height: 120px;
}

.aboutus-title h1 {
    font-size: 35px;
    color: #000;
    padding: 10px 30px;
}

.vertical-align:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.submenu {
    background: #fff;
    text-align: center !important;
    padding: 10px 0;
}

.submenu ul {
    margin: 0 auto;
    padding: 10px 0;
}

.submenu ul li {
    display: inline-block;
    position: relative;
}

.submenu ul li a {
    padding: 5px 10px;
    color: #aaa;
    font-size: 16px;
}

.submenu ul li a:hover {
    color: #000;
}

.submenu ul li.current a {
    color: #000;
}

#scrollbox {
    position: relative;
}

#scrollbox ul LI {
    margin: 0 25px;
    FLOAT: left;
    width: 236px;
    _width: 236px;
    height: 220px;
    _height: 220px;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    min-height: 18px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
}

#scrollbox ul LI img {
    width: 236px;
    height: 153px;
    border: 0px;
}

#scrollbox ul LI h4 {
    overflow: hidden;
    text-shadow: none;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #000000;
    color: #000000;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width: 100%;
}

#scrollbox ul LI h4::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    margin-top: 46px;
    transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}

#scrollbox ul LI a:hover h4::before {
    width: 100% !important;
}

#scrollbox ul LI a {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
}

.rl {
    transform: rotate(180deg) !important;
}

.app-jt-right,
.app-jt-left {
    position: absolute;
    top: 45%;
    z-index: 9999;
    color: #aaa;
    cursor: pointer;
}

.app-jt-left {
    left: -3% !important;
}

.app-jt-right {
    right: 0 !important;
}

.f40 {
    font-size: 40px !important;
}

.slide-app {
    margin: 30px auto;
    height: 220px;
    position: relative;
}