@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: Oswald Regular;
    src: url('../fonts/Oswald-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Lato Light;
    src: url('../fonts/Lato-Light.ttf') format("truetype");
}

@font-face {
    font-family: Lato Regular;
    src: url('../fonts/Lato-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url('../fonts/Oswald-DemiBold.ttf') format("truetype");
}

@font-face {
    font-family: Oswald LightItalic;
    src: url('../fonts/Oswald-LightItalic.ttf') format("truetype");
}
@font-face {
    font-family: Oswald-Demi-BoldItalic;
    src: url('../fonts/Oswald-Demi-BoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/3a4326-1-0-ttf-data.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(../fonts/3a4326-2-0-ttf-data.ttf) format("truetype")
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/3a4326-0-0-ttf-data.ttf) format("truetype")
}

@font-face {
    font-family: HindSiliguri;
    src: url('../fonts/HindSiliguri-Regular.eot');
    src: url('../fonts/HindSiliguri-Regular.eot?#iefix') format("embedded-opentype"), url('../fonts/HindSiliguri-Regular.woff') format("woff"), url('../fonts/HindSiliguri-Regular.ttf') format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HindSiliguri;
    src: url('../fonts/HindSiliguri-Medium.eot');
    src: url('../fonts/HindSiliguri-Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/HindSiliguri-Medium.woff') format("woff"), url('../fonts/HindSiliguri-Medium.ttf') format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: HindSiliguri;
    src: url('../fonts/HindSiliguri-SemiBold.eot');
    src: url('../fonts/HindSiliguri-SemiBold.eot?#iefix') format("embedded-opentype"), url('../fonts/HindSiliguri-SemiBold.woff') format("woff"), url('../fonts/HindSiliguri-SemiBold.ttf') format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: HindSiliguri;
    src: url('../fonts/HindSiliguri-Bold.eot');
    src: url('../fonts/HindSiliguri-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/HindSiliguri-Bold.woff') format("woff"), url('../fonts/HindSiliguri-Bold.ttf') format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HindSiliguri;
    src: url('../fonts/HindSiliguri-Light.eot');
    src: url('../fonts/HindSiliguri-Light.eot?#iefix') format("embedded-opentype"), url('../fonts/HindSiliguri-Light.woff') format("woff"), url('../fonts/HindSiliguri-Light.ttf') format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}


BODY {
    background: none;
    margin: 0px;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    color: #646464;
}
th{ border: 1px solid; padding:5px}
.locont ul,.pro-detaile ul,.curcontent ul,.loklsiytexlangkes ul{margin:unset; padding: revert;}
.locont ul li,.pro-detaile ul li, .curcontent li,.loklsiytexlangkes ul li{list-style: initial;}
header.fixed .fusion-main-menu .sub-menu.pronavbox{
    top:80px;
}
/*loading特效*/
#aicontents {
    display: none;
    width: 100%;
    height: 100%;
text-align: center;
    position: fixed;
    top:0;
    left: 0;
    background: rgba(0,0,0,.69);
    z-index: 9999;
    padding-top: 200px;
    color: #fff;

}

.loading1 {
    width: 50px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
}

.loading1 span {
    width: 5px;
    height: 100%;
    display: inline-block;
    background: #67CF22;
    ;
    animation: mymove 1.2s infinite ease-in-out;
    -webkit-animation: mymove 1.2s infinite ease-in-out;
    /*  
            mymove代表动画名字
            1.2s代表执行时间
            infinite表示一直循环执行
            ease-in-out表示先慢后快的缓动
        */
}

.loading1>span:nth-child(2) {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loading1>span:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loading1>span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.loading1>span:nth-child(5) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

@keyframes mymove {
    0% {
        transform: scaleY(0.4);
    }

    25% {
        transform: scaleY(1.0);
    }

    50% {
        transform: scaleY(0.4);
    }

    75% {
        transform: scaleY(0.4);
    }

    100% {
        transform: scaleY(0.4);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: scaleY(0.4);
    }

    25% {
        transform: scaleY(1.0);
    }

    50% {
        transform: scaleY(0.4);
    }

    75% {
        transform: scaleY(0.4);
    }

    100% {
        transform: scaleY(0.4);
    }
}
/*loading特效*/
.airebox{ margin-bottom: 20px;margin-top: -35px;}
.searchbox .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 10px;
}

.searchbox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.searchbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.searchbox .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.searchbox input:checked + .slider {
    background-color: #253E85;
}
.searbyai{ display: flex; align-items: center;}
.searchbox input:checked + .slider:before {
    transform: translateX(26px);
}
.searchbox .boxs{ display: flex;justify-content: space-between;align-items: center;}
.abtn{ margin-bottom: 20px;}
.abtn a{ background: #bf0029; color: #fff; border-radius: 4px; padding: 10px; display: inline-block;}
.logoico{
    position: absolute;
    left: 50%;
    TOP: 50%;
    width: 80PX;
    }
.breadcrumb>li+li:before {
    color: #222;
}
.breadcrumbs{background: #A4D0E9; margin-top: 40px; margin-bottom: 10px;}
.prowzlysitem{ border: 1px solid #ddd; border-radius: 5px; padding: 10px; margin-bottom: 40px;}
.prowzlysitem .contenttext{ height: 120px; overflow-y: scroll;}
.prowzlysitem:hover{ border-color: #0C5BAA;}
.prowzlysitem .titletop h3{ font-size: 15px; margin: 0;}
.prowzlysitem .titletop{ display: flex; justify-content: space-between; margin-bottom: 10px;}
.prowzlysitem .titletop .picbox{ width:80px; margin-left: 10px; height: 80px;}
.prowzlysitem .titletop .picbox img{max-height: 80px;}
.textflogo{margin: 20px 0;}.textflogo p{margin: 0;}
.btnclosef{ width: 50px; height: 50px; display: inline-block; cursor: pointer; position: fixed; z-index: 999999; top:30%;right:-20px}
.fcontactbox a:hover{ color: #0C5BAA;}
.mainprof{ margin-top: 50px;}
.mainprof li{ display: inline-block; margin-right: 30px;}
.fusion-footer-copyright-area {
    margin-top: 0 !important;
    padding-top: 0px !important;
}
.fusion-main-menu .sub-menu.pronavbox{ flex-wrap: wrap; position: fixed; top:150px;left:0; width: 100%; display: flex; padding: 40px 270px; justify-content: space-between; max-height: 800px; overflow-y: scroll;}
.fusion-main-menu .sub-menu.pronavbox li a{ display: flex;}
.fusion-main-menu .sub-menu.pronavbox li a span.picbox{ margin-right: 15px; width: 80px;flex-shrink: 0;}
.fusion-main-menu .sub-menu.pronavbox li{ flex-shrink: 0; width: 22%;}
.cont-ars{ margin-left: 60px;}
.background-color--white {
    background-color: #fff;
    color: #353535;
    --link-default-color: #3984c0;
    --link-default-decoration: none;
    --link-hover-color: #3984c0;
    --link-hover-decoration: underline;
    --list-style-color: #3984c0
}
img {
    max-width: 100%;
}
.content-bottom-img-box {
    background-color: #f6f6f6;
    margin-top: 25px;
    padding-left: .5rem;
    margin-bottom: 50px;
}.content-bottom-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}.content-bottom-li {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}.content-bottom-li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    padding: 10px 0;
    flex-basis: 230px;
    border-radius: .5rem;
    text-decoration: underline;
    color: #1f69ad;
}.content-bottom-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}.content-bottom-a {
    margin-left: 10px;
}
.searchinfo_left {
    overflow-x: hidden;
    overflow-y: auto;
    /* height: calc(100vh - 62px); */
    border: 1px solid #E4E3E2;
    border-top: none;
    background-color: #EFEFEF;
    border-radius: 20px;
    margin-top: 26px;
    padding: 10px;
    width: 80%;
    margin-bottom: 50px;
}
.list-fiter-max-content {
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 260px;
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px;
}.list-fiter-input {
    padding: 5px 0px;
}.list-fiter-input input {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 35px;
    width: 100%;
    padding: 0px 5px;
    float: left;
}.list-fiter-input img {
    width: 15px;
    height: 15px;
    float: right;
    margin-top: -24px;
    margin-right: 5px;
}
.list-fiter-max-content li a,.clearfilters a
{
    color:#1f69ad;
}
.searchinfo_left .item
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.prolistindextext2 .content li a:before{ width: 0 !important; border:none !important}
.prolistindextext2 .content li a{ display: flex; justify-content: space-between; align-items: center; flex-direction: column;}
.proyjbox{ display: flex;justify-content: space-between;align-items: center;
    padding-bottom: 10px;}
.prd-menuConversion {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
    pointer-events: none;
    transform: translateY(-50%);
}.prd-menuConversion-body {
    position: relative;
}.prd-menuConversion-list {
    right: calc((100% - 54px) * -1);
    transition: right 0.4s;
}.prd-menuConversion-linkIcon svg {
    height: 14px;
    color: inherit;
    fill: currentColor;
    border: 1px solid #222;
}.prd-menuConversion-link {
    display: flex;
    flex-direction: row-reverse;
    min-height: 50px;
    font-weight: 600;
    text-decoration: none;
    pointer-events: auto;
    background: #fff;
    border-bottom: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
}
.prd-menuConversion-list {
    position: relative;
    margin-bottom: 10px;
}.prd-menuConversion-list>li:first-child .prd-menuConversion-link {
    border-top: 2px solid #d2d2d2;
    border-radius: 8px 0 0 0;
}
.prd-menuConversion-link.of-primary:link, .prd-menuConversion-link.of-primary:visited {
    color: #FF0000;
}.prd-menuConversion-linkText {
    position: relative;
    flex: 1;
    padding: 14px 12px 14px 0;
    font-size: 15px;
}.prd-menuConversion-link.of-primary .prd-menuConversion-linkIcon {
    color: #FF0000;
}.prd-menuConversion-linkIcon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
}.prd-menuConversion-list.is-show {
    right: 0;
}.main-project__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}.main-project__grid-item:nth-child(1) {
    width: 40%;
}.main-project__grid-item:nth-child(2), .main-project__grid-item:nth-child(3) {
    width: 30%;
}.main-project__grid-item:nth-child(4), .main-project__grid-item:nth-child(5), .main-project__grid-item:nth-child(6), .main-project__grid-item:nth-child(7) {
    width: 25%;
}
.main-project__grid-item {
    padding: 8px;
}.main-project__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
}.main-project__link-container {
    position: relative;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}.main-project__link-front {
    position: relative;
}
.main-project__link-back, .main-project__link-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}.main-project__grid .main-project__img {
    height: 16vw;
}.main-project__link-back .main-project__text {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 16px;
}.main-project__scroll {
    overflow: auto;
}.main-project__button {
    text-align: right;
}
.image-field {
    width: 100%;
    position: relative;
    overflow: hidden;
}.main-project__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(37.48%,rgba(0,0,0,0)),color-stop(60.76%,rgba(0,0,0,.29)),color-stop(75.82%,rgba(0,0,0,.58)),to(rgba(0,0,0,.78)));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 37.48%,rgba(0,0,0,.29) 60.76%,rgba(0,0,0,.58) 75.82%,rgba(0,0,0,.78) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 37.48%,rgba(0,0,0,.29) 60.76%,rgba(0,0,0,.58) 75.82%,rgba(0,0,0,.78) 100%);
    opacity: .75;
    pointer-events: none;
    z-index: 1;
}.image-field--cover img, .image-field--cover video {
    object-fit: cover;
}
.image-field img, .image-field video, .image-field iframe, .image-field object, .image-field embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}

img.lazy, img.swiper-lazy {
    opacity: 0;
}img.loaded, img.swiper-lazy-loaded {
    opacity: 1;
}
.main-project__link-front .main-project__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.main-project__text {
    padding: 28px 20px;
}.main-project__title {
    margin-bottom: 8px;
}.main-project__location {
    font-size: 1rem;
}.main-project__link-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #085dad;
    z-index: 3;
    color:#fff
}.main-project__link:hover .main-project__link-container {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}.btn--white:hover {
    background-color: transparent;
    color: #fff;
}
.btn--white {
    background-color: #fff;
    color: #ff2021;
    border: 1px solid #fff;
}
.btn--sm {
    padding: 8px 16px;
    font-size: 0.875rem;
}
.fcontactbox
{
    background-image: url(../images/beijingtu.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    padding: 220px 0px 60px 0px;
    color: #fff;
}.fcontactbox a,.fcontactbox .headtitle h2{ color: #fff;}
.fcontactbox .box{ display: flex; align-items: center; position: relative; z-index: 2;background: none;
    padding: 0;}
.fcontactbox .box:after{width: 100%;
    height: 100%;
    left: -20px;
    top: 0;
    position: absolute;
    content: '';
    background: url(../images/shouji.png) no-repeat;
    opacity: 0.1;
    background-size: contain;
    z-index: -1;}
.fcontactbox .box .left{ width: 30%;}
.fcontactbox .box .left .text p .fa{ margin-right: 10px; font-size: 20px; color: #0C5BAA;}
.fcontactbox .box .right{ width: 70%;}
.fcontactbox .box .left .text p{ padding: 10px 0; margin-bottom: 10px;}
.fcontactbox .box .right{ padding-left: 50px;}
.fcontactbox .box .right .itemflex{
    display: flex; justify-content: space-between;margin-bottom: 20px;
}
.fformbox .title{ text-align: center; margin-bottom: 10px;}
.fformbox{
    padding: 20px 50px;
    background: #193E5B;
}
.fformbox .form-control
{
    background:#15334A;
    border: none;
    color: #fff;
}
.fcontactbox .box .right .itemflex .form-inputs{ width: 48%;}
.btnclose span{ cursor: pointer; height: 30px; width: 30px;}
.tp-banner-container .textarea .btnclose{ position:absolute; right:10px; top:-10px; display: none;}
.tp-banner-container .textarea:hover .btnclose{ display: block;}
.fusion-menu .sub-menu li a.erjnav{ padding: 7px;    background-color: #0C5BAA;
    color: #fff;}
.inquiryboxny{ display: none; position: absolute; z-index: 9; bottom: 0; right: 3%; width: 400px; background: #fff; padding: 20px;} 
.zprolist .piczbox{ display: flex; height: 200px; align-items: center; justify-content: center;}
.zprolist .piczbox img{ max-height: 200px;}
.section2box img {
    cursor: pointer;
    transition: all 0.6s;
}

.section2box img:hover {
    transform: scale(1.5);
}

.section2box p span:hover,
.section2box a:hover {
    color: #085dad;
    cursor: pointer;
}

#slider .textarea h4 {
    font-family: Gilroy-ExtraBold;
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.section2 .prolist .row {
    display: flex;
    flex-wrap: wrap;
}

.appbox .row {
    display: flex;
    flex-wrap: wrap;
}

.appbox .item {
    margin-bottom: 20px;
}

.apptextbox h4 {
    font-size: 16px;
}

.apptextbox .content {
    font-size: 14px;
    color: #777;
}

.appbox .relprobox:hover {
    transform: translate(0, -10px);
}

.prolistitem .star img {
    margin-right: 5px;
}

.prolistitem .star {
    margin-bottom: 10px;
}

.appbox .relprobox {
    position: absolute;
    bottom: -40px;
    width: 100px;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    transition: transform .2s linear;
    height: 100px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.appbox .relprobox img {
    border-radius: 50%;
}

.apppicbox {
    display: flex;
    align-items: center;
    height: 200px;
    position: relative;
    justify-content: center;
    border: 1px solid #f2f2f2;
    margin-bottom: 50px;
}

.apppicbox img {
    max-height: 200px;
}

.nybanner .line {
    background: #0C5BAA;
    height: 4px;
    width: 200px;
    margin: 20px 0;
}

.nybanner .item12 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nybanner .textinfo {
    width: 70%;
    display: none;
}

.nybanner .item12 h4 {
    margin-bottom: 0;
}

.academic-sdnu-main_btn {
    position: relative;
    width: 150px;
    float: right;
    margin-top: 50px;
}

.newinfobox .swiper-container {
    padding-bottom: 60px;
}

.newinfobox .swiper-container .btns {
    width: 40px;
    height: 40px;
    background: #eee;
    color: #000;
}

.newinfobox .swiper-button-next:after,
.newinfobox .swiper-button-prev:after {
    font-size: 20px;
}

.nybanner .text .item2 .formbox .infoin input {
    border-radius: 4px;
    padding: 10px 10px;
    border: none;
    width: 300px;
    color: #333;
}

.nybanner .text .item2 .formbox button {
    padding: 10px 10px;
    background: none;
    border: 2px solid #fff;
    border-radius: 4px;
    width: 300px
}

.newinfobox .pic {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    padding: 15px;
}

.newinfobox .pic img {
    max-height: 318px;
}

.newinfobox a {
    display: block;
    border: 1px solid #eee;
}

.newinfobox .text {
    padding: 20px;
    text-align: center
}

.nybanner {
    position: relative;
    display: none
}

.nybanner .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff
}

.nybanner .text .item2 {
    background: rgba(31, 46, 79, 0.9);
    padding: 10px 0 20px;
    margin-top: 20px;
}

.nybanner .text .item2 .formbox {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nybanner .text .item2 .formbox .infoin {
    display: flex;
}

.nybanner .text .item2 .formbox .infoin .input {
    margin-right: 20px;
}

.nybanner .text .item2 .formbox .infoin .input label {
    display: block;
}

.nybanner .text .item2 .formbox .infoin .input font {
    color: #f44336
}

.section4 {
    background: url(../images/bg2.jpg) no-repeat;
    color: #fff;
}

.section4 .headtitle h2,.section2 .headtitle h2 {
    color: #fff;
    margin-top: 0;
}

.section4 .infobox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section4 .infobox .item {
    width: 33.1%;
    background: #fff;
    padding: 20px;
    color: #333;
}

.section4 .infobox .item .date {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0C5BAA;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.infobox .item h4 {
    font-family: Gilroy-SemiBold;
    font-size: 27px;
}

.section2 {
    background: url(../images/bg2.jpg) no-repeat;background-size: cover; color: #fff;
}

.section3 .item {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}

.section3 .item .textbox {
    width: 50%;
    position: absolute;
    left: 10%;
    top: 20%;
    color: #fff;
}

.section3 .item:first-child {
    color: #333;
}

.section3 .readmore,
.section5 .readmore a {
    display: inline-block;
    background: #0C5BAA;
    color: #fff;
    border-radius: 4px;
    font-style: italic;
    font-family: Gilroy-SemiBold;
    height: 80px;
    width: 326px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
}

.section3 .item .textbox h4 {
    font-size: 36px;
    font-family: Gilroy-ExtraBold;
    margin-bottom: 40px;
}

.section3 .item .textbox p {
    margin: 20px 0 45px;
    font-size: 20px;
    line-height: 20px;
}

.tp-banner-container .textarea {
    position: absolute;
    bottom: -470px;
    z-index: 222;
    width: 100%;
}

/* .tp-banner-container .textarea:hover {
    bottom: 0;
} */
.tp-banner-container .textarea:hover .container{ align-items:flex-end}
.tp-banner-container .textarea .item {
    width: 33.33333%;
    float: left;
    padding: 38px 38px 10px;
    color: #fff;
}

.tp-banner-container .textarea .item.item1 {
    background: rgba(31, 46, 79, 0.9)
}

.tp-banner-container .textarea .item .text {
    margin: 10px 0 20px;
    font-size: 18px
}

#slider .textarea .item.item3 h4 {
    margin-top: 0;
}

.tp-banner-container .textarea .item a {
    color: #fff
}

.tp-banner-container .textarea .item .learnmoren {
    font-family: Gilroy-SemiBold;
    font-style: italic
}

.tp-banner-container .textarea .item.item2 {
    background: rgba(3, 14, 36, 0.9);
    height: 270px;
}

.tp-banner-container .textarea .item.item3 {
    background: #fff;
    color: #333;
    position: relative;
    padding: 0 48px 44px;
}

.tp-banner-container .textarea .item.item3 .title {
    font-weight: 600;
}

.tp-banner-container .textarea .item.item3 input,.inquiryboxny input {
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
    height: 41px;
    margin: 14px 0 0px;
}

.tp-banner-container .textarea .item.item3 textarea,.inquiryboxny textarea {
    border: 1px solid #eee;
    border-radius: 4px;
    width: 100%;
    height: 141px;
    margin: 14px 0 0px;
}

.tp-banner-container .textarea .item.item3 button,.inquiryboxny button {
    border-radius: 4px;
    width: 100%;
    height: 51px;
    background: #0C5BAA;
    color: #fff;
    border: none;
}

.fusion-main-menu li.yjmenu:hover:after {
    opacity: 1;
}


.tp-banner-container .textarea .container {
    display: flex;
}

.tp-banner-container .textarea .item.item3:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 40px;
    left: 0;
    top: -40px;
}

a {
    color: #646464;
}

a:hover {
    text-decoration: none;
}

h1,
h2 {
    font-family: Gilroy-ExtraBold;
}

h3,
h4,
h5,
strong {
    font-family: Gilroy-SemiBold;
}.modal-header {
    color: #fff;
    background: #305282;
}.modal-header .close{ color: #fff;}
.modal-dialog{ width: 850px;}
header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 4px 8px 8px #0000001a, 4px 8px 8px 
#0000001a;
    top: 0;

}
header.fixed .searchbox{ display: none;}
header.fixed .top1{ padding: 0;}
.nybanner img {
    width: 100%;
}
.news-feeds .article .head-txt {
    border-left: 1px solid rgba(39, 37, 37, 0.20);
}

.languagebox {
    position: relative;
}

.languagebox:hover .languagelist {
    display: block;
}

.top1 .languagelist a {
    display: block;
    padding: 5px 10px;
    line-height: normal;
    color: #222;
}

.languagelist {
    position: absolute;
    display: none;
    top: 25px;
    left: 0;
    transition: opacity .2s ease-in;
    background-color: #e3e3e3;
    width: 150px;
    z-index: 222;
}


/*留言板样式*/

.fani1 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.floatAni {
    -webkit-animation: float 1.5s linear infinite;
    animation: float 1.5s linear infinite;
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        animation-timing-function: ease-in-out;
    }
    25% {
        transform: translateY(-5px);
        animation-timing-function: linear;
    }
    50% {
        transform: translateY(0px);
        animation-timing-function: linear;
    }
    75% {
        transform: translateY(5px);
        animation-timing-function: linear;
    }
    100% {
        transform: translateY(0px);
        animation-timing-function: linear;
    }
}

.talkbtn {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 2222;
    cursor: pointer;
}

.messagebox {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 240px;
    border-radius: 5px;
    background: #eee;
    z-index: 999999999;
    display: none;
}

.messageinfo {
    padding: 10px;
}

.messagebox button {
    background: #1f69ad;
    padding: 5px 10px;
    color: #fff;
    border: none;
}

.messagebox .item {
    margin-bottom: 10px;
}

.messagebox .item input,
.messagebox .item textarea {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
}

.messagebox .item input {
    height: 35px;
    padding-left: 25px;
    background-color: #fff !important;
}

.messagebox .item textarea {
    height: 90px;
}

.messagebox #contacts {
    background: url(../images/user.png) no-repeat 5px center;
}

.messagebox #phonenumber {
    background: url(../images/nodephone.png) no-repeat 5px center;
}

.messagebox #email {
    background: url(../images/nodemail.png) no-repeat 5px center;
}

.messagebox #address {
    background: url(../images/nodelocation.png) no-repeat 5px center;
}

.messagebox .title {
    position: relative;
    background: #1f69ad;
    padding: 8px 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.messagebox .title.open {
    background: url(../images/nodeMin.png) no-repeat right center #1f69ad;
}

.messagebox .title:after {
    position: absolute;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f00d";
    right: 5px;
}


/*留言板样式*/

.footer1 {
    padding: 180px 0px 130px 0px;
    background: url(../images/Background-3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section5 h5 {
    margin-top: 30px;
    font-size: 22px;
}

.section5 {
    padding-top: 91px;
    font-family: Gilroy-SemiBold;
}

.section5 .item p:first-child {
    font-size: 24px;
}

.section5 .item .text {
    font-size: 20px;
}

.section5 .text p.text1 a{
    color: #0C5BAA
}

.section5 .item {
    display: flex;
    align-items: center;
}

.section5 .item .ico {
    margin-right: 20px;
}

.news-feeds .article .head-txt .sml-title {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.news-feeds .article .head-txt h3 {
    font-weight: 400;
    font-size: 24px;
    color: #5887c2;
    line-height: 26px;
    letter-spacing: normal;
    padding: 0;
}

.split-banner aside h2 {
    color: #fff;
}

.split-banner .article {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.split-banner figure {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #272727;
    padding: 10px;
    height: 200px;
}

.split-banner.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-height: 180px;
}

.split-banner figure img {
    max-width: 100%;
}

.split-banner aside {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    float: left;
    background: #343639 url(../images/background-pattern-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.split-banner aside .txt {
    width: 100%;
    max-width: 670px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 70px;
}

.split-banner aside .btn-out {
    width: 100%;
    float: left;
    padding: 54px 0 0 0;
}

.split-banner aside .btn {
    width: 100%;
    max-width: 170px;
}

.split-banner .article.article-image-right figure {
    left: 50%;
}

.split-banner .article.article-image-right aside {
    background-image: url(../img/background-pattern-2.jpg);
    left: -50%;
}

.adsearchbox input,
.adsearchbox button {
    width: 150px;
    height: 40px;
}

.adstext {
    margin-bottom: 15px;
}

.adsearchbox button {
    background: #1f69ad;
    border-color: #1f69ad;
}

.adsearchbox {
    z-index: 999;
    width: 780px;
    height: 130px;
    position: absolute;
    left: 23%;
    top: 52%;
    padding: 15px;
    background: #2e2d2f;
    color: #fff;
    font-size: 18px;
}

.adtext {
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-family: Gilroy-ExtraBold;
    z-index: 999;
    width: 70%;
    left: 15%;
    top: 30%;
}

.top21 {
    height: 60px;
    line-height: 60px;
}

.top21 img {
    margin-right: 10px;
}

.lotio2 {
    display: none;
}

.top2box {
    position: absolute;
    width: 100%;
    z-index: 999;
    /* background-image: linear-gradient(90deg,#253e85 11%,#2979bc 89%)!important; */
}
.top2box.ny,.fixed .top2box{ position: relative; background: url(../images/topbg.png) no-repeat;}
.top21 a {
    color: #fff;
    font-size: 15px;
    font-family: Oswald Regular;
    position: relative;
}

.top21 .top21l a {
    margin-right: 40px;
}

.top21 .top21l a:after {
    content: "";
    position: absolute;
    right: -20px;
    height: 20px;
    width: 1px;
    background: #fff;
    top: 0;
}

.top21 .top21l a:last-child:after {
    background: none;
}

.fusion-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    line-height: 30px;
}

.fusion-meta-info .fusion-alignleft {
    width: 70%;
    float: left;
}

.fusion-alignright {
    float: right;
    margin-left: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fusion-alignright {
    display: flex;
    float: right;
    margin-left: 15px;
}

.bottom-grid p.paragra {
    margin: 0;
    width: 100%;
    text-align: center;
    background: #d5410e;
    color: #fff !important;
    border-radius: 4px;
    margin-bottom: 5PX;
}

.bottom-grid p.paragra label {
    color: #FFF;
    font-size: 26px;
    margin: 0;
    display: block;
}

.bottom-grid p.paragra span {
    display: block;
    color: #FFF;
    font-size: 19px;
}

.listnews3 .entry-title {
    margin-top: 0;
}

.listnews3 {
    margin-bottom: 10px;
}

.pb50 {
    padding-bottom: 50px;
}

.thumbnail-style a.propicarea {
    display: table;
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.thumbnail-style a.propicarea span {
    display: table-cell;
    vertical-align: middle;
}

.prolistitem {
    border-radius: 4px;
    background: none;
    padding: 5px;
    text-align: center;
    transition: all .5s;
}

.prolistitem:hover {
    border-color: #1f69ad;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.prolistindextext .arrowbox img {
    width: auto;
    margin-top: -5px;
}

.applistitem a {
    display: block;
    border: 1px solid #ddd;
}

.applistindextext {
    padding: 15px;
}

.applistindextext .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.applistitem a:hover {
    background: #f9f9f9;
}

.applistindexpic img {
    max-width: 100%;
}

.prolistindextext .arrowbox {
    width: 50px;
    height: 40px;
    background: #d5410e;
    float: right;
    margin-right: -15px;
    position: relative;
    border: 20px solid #d5410e;
    margin-bottom: -15px;
}

.prolistindextext .arrowbox:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    border-top: 40px solid #fff;
    border-right: 15px solid transparent;
    z-index: 99;
}

#owl-demo2.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #272727;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

#owl-demo2.owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
}

#owl-demo2.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
    position: absolute
}

#owl-demo2.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
    position: absolute
}

#owl-demo2.owl-theme .owl-controls {
    margin-top: 36px;
}

#owl-demo2.owl-theme .owl-dots {
    margin-top: -22px;
}

.section11,
.section3box {
    border: none;
}

.pt45 {
    padding-top: 45px;
}

.prolistindexpic {
    display: table;
    text-align: center;
    height: 130px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.prolistindexpic span {
    display: table-cell;
    vertical-align: middle;
}

.prolistindexpic img {
    max-width: 100%;
    max-height: 130px;
}

.prolistindextext .title {
    font-size: 18px;
    color: #333;
    font-family: Gilroy-SemiBold;
    position: relative;
    margin: 0;
}

.prolistindextext .content {
    margin-bottom: 40px;
    height: 85px;
    overflow: hidden;
}


.proki .prolistitem:hover .prolistindextext .title {
    color: #1f69ad;
}

.contactinfo {
    margin-top: 10px;
    text-align: right;
}

.socialico {
    text-align: right;
}

.socialico a {
    margin-left: 20px;
}

.applist li {
    width: 50%;
    float: left;
}

.applist li .appplistbox {
    width: 50%;
    float: left;
    text-align: center;
}

.applist li:nth-of-type(even) .appplistbox {
    float: right;
}

.applist li {
    margin-bottom: 20px;
}

.applist li:nth-child(9) {
    position: absolute;
    left: 38%;
    top: 10%;
}

.applist li:nth-child(10) {
    position: absolute;
    left: 14%;
    top: 60%;
}

.applist li p {
    color: #222;
}

.section1 .factory {
    padding-left: 40px;
}

.pt40 {
    padding-top: 40px;
}

.tx_evoweb_sfregister label {
    font-weight: normal;
}

.erwm {
    position: absolute;
    right: 330px;
    top: 55%;
}

.erwm img {
    max-width: 120px;
}

.section1 .item {
    text-align: center;
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.section1 .item img {
    max-width: 100%;
}

.ptb50 {
    padding: 50px 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.locont img {
    max-width: 100%;
}

.top1 {
    padding: 20px 0;
    font-size: 18px;
    color: #FFF;
    padding: 20px 0;
    border: none;
}

.section1 {
    line-height: 18px;
    background: #1f69ad;
}

.section1 a {
    color: #fff;
}

.smalltitlearae {
    position: absolute;
    left: 44%;
    bottom: -30px;
    font-weight: 500;
}

#tab21 .smalltitlearae {
    bottom: 33px;
    left: 49%;
}

#tab22 .smalltitlearae {
    bottom: 12px;
}

#tab23 .smalltitlearae {
    left: 49%;
    bottom: 40px;
}

.viewmore {
    margin-top: 20px;
}

.searchbox {
    width: 800px;
    margin-bottom: 20px;
}
.searchbox  .formbox{ display: flex;align-items: center;
    padding: 3px;width: 75%;
    border-radius: 4px; background: #fff;}
.searchbox input {
    line-height: 1.5em;
    padding: 0 7px;
    width: 100%;
    height:35px;
    border: none;
    color: #222;
}
.top1 .box{display: flex;
    justify-content:space-between;align-items: center;background: none;
    padding: 0;
    border: none;
    margin-top: 0;}
.modal .theme-signin .item{ display: flex; justify-content: space-between; margin-bottom: 20px;}  
.theme-signin .form-inputs {
    margin-bottom: 10px;
}.modal .theme-signin .form-inputs{ width: 30%;}
.modal .theme-signin .form-inputs input,.modal .theme-signin .form-inputs textarea
{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding-left: 10px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
.theme-signin .form-inputs.remark textarea {
    height: 130px;
}
.modal .but-zsapds{ display: inline-block;}
.btn.bsot,.btn.dbbtn,.modal .but-zsapds {
    background: #1f69ad;
    color: #fff;
}

.inquirybtn {
    margin-top: 20px;
}

.locont p {
    margin: 0;
}

.top1menu li.language .menuico img {
    width: 25px;
    height: 25px;
}

.site-header__search-form__submit {
    font-size: 18px;
    padding: 0 .5rem;
    height: 35px;
    width: 70px;
    background: none;
    background: #253E85;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.y_rtss {
    border-bottom: 1px dotted #CCCCCC;
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.y_rtca {
    background-color: #F3F3F3;
    float: left;
    min-height: 203px;
    margin-top: 10px;
    width: 213px;
}

.y_rtca img {
    background-color: #FFFFFF;
    margin-left: 6px;
    margin-top: 5px;
    max-width: 199px;
}

.y_rtca p {
    margin-top: 25px;
    text-align: center;
}

.y_rtssr1 {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 575px;
}

.more {
    border: 1px solid #008a5f;
    display: block;
    float: right;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    width: 80px;
}

.more a {
    color: #023F98;
}

.y_rtssr1 ul {
    float: left;
    width: 100%;
    height: 150px;
}

.y_rtssr1 li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 150px;
}

.top1menu li a {
    color: #fff;
}

.top1menu li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    font-size: .8rem;
}

.top1menu li .menuico img {
    width: 32px;
    height: 32px;
}

.top1menu .language ul {
    position: absolute;
    display: none;
    z-index: 999999;
    background: #BB7E2B;
    width: 100px;
}

.top1menu .language:hover ul {
    display: block;
}

.fusion-main-menu {
    position: relative;
    overflow: visible;
    display: flex;
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fusion-main-menu ul .lotio {
    position: absolute;
    top: 30px;
    font-size: 1px;
    color: #222;
    right: 5px;
    font-size: 20px;
}

.fusion-main-menu>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fusion-main-menu>ul>li>a .fa-angle-down {
    margin-left: 8px;
}

.fusion-title p {
    color: #666;
}

.fusion-header .fusion-logo {
    background: #023F98;
    padding: 24.5px 0;
}

.fusion-header .fusion-logo:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 90px;
    left: -108px;
    z-index: 999;
    background: #023F98;
    top: 0;
}

.fusion-logo img {
    max-width: 100%;
}

.fusion-caret {
    margin-left: 9px;
}

.fusion-main-menu>ul>li>a {
    color: #FFF;
}

.fusion-main-menu>ul>li>a {
    font-size: 20px;
    font-style: normal;
    TEXT-TRANSFORM: capitalize;
    font-family: Gilroy-SemiBold;
}

.fusion-main-menu li {
    float: left;
    padding: 30px 0;
    margin-right: 41px;
    cursor: pointer;
}
header .logo{}
.contactinfotop .part1 {
    margin-right: 15px;
}

.renz img {
    margin-right: 5px;
}

.part1text span:nth-child(2) {
    font-weight: bold;
}

.part1text span:nth-child(1) {
    color: #a2c5fe;
}

.top-barright div.part1text {
    margin-left: 5px;
    align-items: flex-start;
}

.fusion-main-menu>ul>li.fusion-main-menu-search {
    padding-right: 0;
}

.fusion-secondary-menu li:last-child a {
    padding: 0 0px;
}

.cartbox {
    background: #F18101;
    width: 68px;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.top1 a{ color: #fff;}
.fusion-main-menu .sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    background-color: #e3e3e3;
    top: 80px;
    padding: 10px 0;
    width: 280px;
}

.fusion-main-menu .sub-menu li .menu-text.b {
    font-family: Gilroy-SemiBold;
}

.fusion-menu .sub-menu li .sub-menu2 a {
    font-size: 13px;
    color: #35383f;
    padding: 7px;
}

.fusion-main-menu .sub-menu li .sub-menu2 li {
    display: block;
    width: 100%;
}

.top2 .row {
    display: flex;
    align-items: center;
}

.fusion-main-menu .sub-menu2 {
    padding: 10px 0;
}

.sub-menu li:hover .sub-menu2,.sub-menu li.active .sub-menu2 {
    visibility: inherit;
    display: block;
}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
}

.fusion-menu li:hover .sub-menu {
    visibility: inherit;
    opacity: 1;
}

.fusion-main-menu .sub-menu a {
    border: 0;
    padding: 7px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, height 0s, line-height 0s;
}

.fusion-main-menu ul a {
    display: block;
    box-sizing: content-box;
    color: #fff;
}

.fusion-menu .sub-menu li a {
    font-weight: 400;
    padding: 0;
    color: #35383f;
    font-size: 15px;
}
.fusion-menu .sub-menu li:hover a.erjnav,.fusion-menu .sub-menu li.active a.erjnav,.top1 .languagelist a:hover{
    background-color: #0C5BAA;
    color: #fff;
}
.fusion-menu .sub-menu2 li a:hover {
    background:none;
    color: #0C5BAA;
}
.top2 .logo img {
    max-width: 100%;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden !important;
}

.tp-bullets {
    opacity: 0;
}

.leftsocalbtn {
    position: fixed;
    right: 5px;
    z-index: 9999999;
    top: 245px;
}

.leftsocalbtn a {
    display: block;
    padding: 5px 10px;
    background: #BB7E2B;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.padding40 {
    padding: 80px 0 0;
}

.teaserbox__link--horizontal::after {
    font-size: 3rem;
    padding-left: 10px;
}

.ptb65 {
    padding: 50px 0;
}

.section2 .prolist .item {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 4px;
    border-left: 15px solid #767B86;
}
.section2 .prolist .col-lg-6:nth-child(1) .item {
    border-left: 15px solid #767B86;
}
.section2 .prolist .col-lg-6:nth-child(2) .item {

    border-color: #d3c3b0;
}
.section2 .prolist .col-lg-6:nth-child(3) .item {

    border-color: #ced7e4;
}
.section2 .prolist .col-lg-6:nth-child(4) .item {

    border-color: #9ec0c9;
}
.section2 .prolist .item .fprobox {
    padding: 20px;
    border-bottom: 2px solid #EEEEEE;
}

.section2 .prolist .zprolist .zitem {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
}

.section2 .prolist .zprolist {
    position: relative;
    height: 279px;
    overflow-y: scroll;
}

.section2 .prolist .zprolist:before {
    content: "";
    background: #EEEEEE;
    height: 100%;
    width: 2px;
    left: 48%;
    top: 0;
    position: absolute;
}

.headtitle h2 {
    font-size: 54px;
    color: #272727;
    font-family: Gilroy-ExtraBold;
    margin-top: 0;
    margin-bottom:10px
}

.headtitle p {
    font-size: 20px;
    color: #646464;
}

.learnmore {
    border-radius: 4px;
    font-size: 27px;
    width: 139px;
    height: 40px;
    background: #1f69ad;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}

.learnmore a {
    color: #fff;
}

.pb45 {
    padding-bottom: 45px;
}

.teaserbox__link::after {
    -ms-flex-item-align: center;
    align-self: center;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    font-weight: 100;
    width: 25px;
}

.section12l {
    width: 50%;
}

.section12l .tab-pane {
    margin-top: 60px;
}

.section12l .tab-pane:nth-child(4) {
    margin-top: 30px;
}

.section12l .tab-pane:nth-child(2) {
    margin-top: 10px;
}

.section1box {
    margin-left: 200px;
    margin-top: 120px;
}

.section12 {
    padding: 10px;
    min-height: 400px;
}

.section13 {
    display: flex;
    height: 400px;
    align-items: center;
}

.section13 a {
    color: #fff;
}

.section1box .nav-tabs>li {
    float: none;
    margin-bottom: 10px;
}

.section12 .pagebtn {
    position: absolute;
    bottom: -110px;
    right: 250px;
    z-index: 999;
    width: 100%;
}

.section12 .pagebtn span {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    color: #BB7E2B;
    cursor: pointer;
}

.section12 .pagebtn span:first-child:after {
    position: absolute;
    content: '';
    height: 16px;
    width: 2px;
    background: #222;
    right: -15px;
}

.learnmorebtn {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #BB7E2B;
    color: #BB7E2B;
    margin-top: 10px;
}

.section12l.tab-content h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #BB7E2B;
    display: inline-block;
}

.section1box .nav-tabs>li a {
    color: #222;
    padding: 0;
}

.section1box .nav-tabs>li.active>a,
.section1box .nav-tabs>li.active>a:focus,
.section1box .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border: none;
    background: None;
}

.section1box .nav-tabs>li:hover,
.section1box .nav-tabs>li a:hover {
    background: none;
    border: none;
}

.section1box .nav-tabs {
    border: none;
}

.section2box .protext {
    background: #BB7E2B;
    padding: 10px;
    text-align: center;
    font-size: 25px;
}

.section2box .protext a {
    color: #fff;
}

.proboxindex {
    border: 1px solid #ccc;
    width: 98%;
}

.teaserbox__text {
    padding: 10px;
}

.btn--highlight,
.btn--highlight:active,
.btn--highlight:focus,
.btn--highlight:hover,
.btn--highlight:link,
.btn--highlight:visited {
    border: 1px solid #BB7E2B;
    color: #BB7E2B;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn--highlight:hover {
    background: #BB7E2B;
    padding: 6px 20px;
    color: #fff;
}

.prolistitem .content ul {
    margin: 10px -15px;
}

.prolistitem li:nth-child(even) .protext {
    background: #BB7E2B;
}

#owl-demo1 .owl-nav {
    display: none !important;
}

.section22 h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
}

.icon-plus-square:before {
    content: "\f067";
}

.icon-plus-square,
.icon-minus-square {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus-square:before {
    content: "\f068";
}

a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.sidemenu li:hover {
    background: #222;
}

.sidemenu li:hover a,
.sidemenu li:hover span {
    color: #fff;
}

.section3 {
    background: #fbffff;
}

.section3 .item img {
    width: 100%;
}

.section3 .headtitle {
    margin-bottom: 45px;
}

.section3 .project-items figure {
    position: relative;
}

.section3 .project-items figure img {
    max-width: 100%;
}

.section3 .project-items figure .info {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    background: #fff;
    border-left: 4px solid #BB7E2B;
    padding: 22px 30px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    z-index: 99;
}

.section3 .project-items figure .info .title {
    margin-top: 8px;
}

.title a {
    color: #333;
}

.section3 .project-items figure:hover .info {
    opacity: 1;
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.section3 .project-items {
    margin-bottom: 20px;
}

.headtitle {
    margin-bottom: 54px;
    text-align: center;
}

.section2box .prolist h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 21px;
}

.section2box .prolist p {
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
}
.section2box .prolist p img{ margin-right: 10px;}
.social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #646464;
    line-height: 30px;
    text-align: center;
    margin: 0 5px 0 !important;
}

.container {
    width: 1360px;
}

.section4 .headtitle p,.section2 .headtitle p {
    color: #fff;
}

body:not(.device-mobile-optimized) ._3BQmz {
    display: flex;
    position: relative;
    width: calc(100% - var(--padding)*2);
    margin: 0 auto;
}

.btn-shop a {
    height: 47px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 47px;
    text-decoration: none;
    background: #57b049;
    box-shadow: rgba(87, 176, 73, .70) 0 0 0 15px;
    border-radius: 360px;
    position: relative;
    padding: 0 25px;
    margin: 30px 0 95px 15px;
}
.logof{ margin-bottom: 20px;}
.footer1 .logof img {
    border-bottom: 1px solid #0C5BAA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fleft {
    width: 45%;
    margin-top: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.footer21 h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.footer21 span {
    display: inline-block;
    margin-right: 70px;
    font-weight: 600;
}

.footer21 span:last-child {
    margin-right: 0;
}

.btn-default2 {
    padding: 10px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}
.social{ margin-top: 20px;}
.footer22 {
    margin-top: 45px;
}

.footer2 {
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #222;
    position: relative;
}

.btn-default2:hover {
    color: #fff;
}

.fusion-footer .socialico a {
    margin-right: 20px;
    margin-left: 0;
}

.fusion-footer .socialico {
    border-bottom: 3px solid #ddd;
    padding-bottom: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.footer1 .item h2 {
    font-size: 22px;
    margin: 0 0 12px;
    color: #fff;
}

.footer1 .item {
    font-size: 15px;
}

.footer1 .item li {
    margin-bottom: 13px;
}

.select-list {
    margin: auto;
    width: 100%;
}

.fusion-row {
    width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer2 .ssss {
    text-align: right;
}

.footer2 a {
    color: #fff;
}

.bgproarea {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 10px 0;
    margin: 0;
}

.nyleft2 p span {
    color: #222;
}

.nyleft2 p a,
.nyleft2 p {
    color: #333;
}

.pintro h2 {
    color: #BB7E2B
}

.pintro {
    margin-bottom: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pintro h2:after {
    content: '';
    width: 1em;
    height: 5px;
    display: inline-block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    vertical-align: middle;
    margin-left: .2857142857em;
}

.tx_evoweb_sfregister .mb-3 {
    margin-top: 1rem;
}

.psm-item .inner-wrap>div:first-of-type,
.psm-item .inner-wrap-narrow>div:first-of-type,
.psm-item .inner-wrap-wide>div:first-of-type,
.psm-item .inner-wrap-fullwidth>div:first-of-type {
    width: 45%;
    max-width: 30em;
}

.psm-img-wrap img {
    max-width: 100%;
    margin: 0 auto 1.875em;
    outline: 3px solid #fff;
    outline-offset: -3px;
    box-shadow: 4px 1px 11.52px 0.48px rgba(28, 28, 28, .29);
    display: block;
}

.psm-item .inner-wrap>div:last-of-type,
.psm-item .inner-wrap-narrow>div:last-of-type,
.psm-item .inner-wrap-wide>div:last-of-type,
.psm-item .inner-wrap-fullwidth>div:last-of-type {
    width: 51.2%;
}

.psm-item .inner-wrap,
.psm-item .inner-wrap-narrow,
.psm-item .inner-wrap-wide,
.psm-item .inner-wrap-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.psm-title {
    font-size: 2.1875em;
    line-height: 1.1428571429em;
    color: #000;
    font-weight: 600;
    margin-top: 0;
}

.psm-title:after {
    content: '';
    width: 1em;
    height: 5px;
    display: inline-block;
    border-top: 1px solid #BB7E2B;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    margin-left: .2857142857em;
}

.psm-description {
    width: 25em;
    max-width: 100%;
}

.psm-description {
    line-height: 20px;
}

.psm-btn {
    border: 2px solid #BB7E2B;
    color: #BB7E2B;
    background-color: transparent;
    padding: .6764705882em 1.8452941176em;
}

.psm_listing .psm-item:nth-of-type(even) .psm-img-wrap {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    text-align: right;
}

.psm_listing .psm-item {
    background: url(../images/Products-industrial-universal-joint-drive-shafts-background.jpg);
}

.psm_listing .psm-item:nth-of-type(even) {
    background: url(../images/Products-gear-couplings-background.jpg);
}

.newsroompost h2 {
    margin-top: 0;
}

.newsroompost {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #e4e4e4;
    background: #f2f2f2 url(../images/post-bg.png) top left repeat-x;
    padding: 10px 5px;
}

.serlist li {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
}

.serleft {
    float: left;
    width: 80%;
}

.serright {
    float: right;
}

.serlist a {
    color: #222;
}

.qrcodeimg {
    display: none;
    position: absolute;
    z-index: 999;
    right: 500px;
    top: -100px;
}

.qrcodeimg2 {
    display: none;
    position: fixed;
    z-index: 999;
    right: 50px;
    top: 400px;
}

.qrcodeimg img,
.qrcodeimg2 img {
    max-width: 120px;
}

@media (max-width: 1920px) {
    .fusion-cont1366 {
        width: 1360px;
        margin: auto;
    }
    .fill {
        height: 702px;
    }
    .section1box {
        margin-left: 250px;
        margin-top: 80px;
    }
    .section12l .tab-pane {
        margin-top: 40px;
    }
    .section12l .tab-pane:nth-child(2) {
        margin-top: -30px;
    }
}

@media (max-width: 1440px) {
    .fcontactbox{ padding-top: 60px;}
    .btnclosef{top:25%}
    .tp-banner-container .textarea .item.item2 {
        background: rgba(3, 14, 36, 0.9);
        height: 270px;
    }
    .container,
    .fusion-row {
        width: 1360px;
    }
    .section1box {
        margin-left: 200px;
        margin-top: 120px;
    }
    .section11 {
        height: auto;
    }
    .fusion-cont1366 {
        max-width: 1360px;
        margin: auto;
    }
    .fill {
        height: 652px;
    }
}

@media (max-width: 1366px) {
    header.fixed .fusion-main-menu .sub-menu.pronavbox{
        top:60px;
    }
    .fcontactbox{ padding-top: 50px;}
    .fusion-main-menu .sub-menu.pronavbox{padding: 40px 50px;}
    .btnclosef{ top:20%}
    .fusion-main-menu .sub-menu.pronavbox{ top:110px; max-height: 500px;}
    .fusion-main-menu li {
        padding: 20px 0;
    }.top1{ padding: 10px 0;}.searchbox{ margin-bottom: 10px;}
.tp-banner-container .textarea .item.item2 {
    background: rgba(3, 14, 36, 0.9);
    height: 295px;
}
    .section3 .item .textbox {
        top: 10%;
    }
    .fusion-cont1366 {
        max-width: 1250px;
        margin: auto;
    }
    .container,
    .fusion-row {
        width: 1150px;
    }
    .body1 {
        width: 1366px;
    }
    .smalltitlearae {
        left: 41%;
        bottom: -30px;
    }
    #tab21 .smalltitlearae {
        bottom: 68px;
        left: 45%;
    }
    #tab23 .smalltitlearae {
        left: 45%;
    }
    .section1box {
        margin-left: 200px;
        margin-top: 120px;
    }
    .section11 {
        height: auto;
    }
    .contactinfotop,
    .fusion-alignright {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .fusion-main-menu .sub-menu.pronavbox{
        top:120px;
    }
    .fusion-row{width: 1150px;}
    .serright {
        float: right;
        padding-right:100px;
    }
  }
@media (max-width: 1200px) {
    .fusion-cont1366 {
        max-width: 1100px;
        margin: auto;
    }
    .fusion-row {
        max-width: 1100px;
    }
    .fill {
        height: 543px;
    }
}

@media (max-width: 992px) {
    .fusion-cont1366 {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }
    .fusion-row {
        max-width: 860px;
    }
    .fusion-text h2,
    .fusion-text h2 a {
        font-size: 18px;
    }
    .nexa-hover-box .overlay h3 {
        font-size: 14px;
    }
    .bbn45 .heading h2 {
        font-size: 14px;
    }
    .content-container h4 {
        font-size: 14px;
    }
    .content-wrapper-boxed {
        padding: 40px 20px 20px;
    }
    .content-container {
        padding: 0;
    }
    .content-wrapper-background {
        min-height: 235px;
    }
    .fill {
        height: 449px;
    }
    .bprod .item {
        padding: 10px;
    }
    .fusion-menu {
        position: fixed;
        z-index: 20;
        background: #272727;
        display: none;
        top: 150px;
        width: 100%;
        left: 0;
    }
    .fusion-main-menu li {
        width: 100% !important;
    }
    .fusion-main-menu>ul>li>a {
        color: #FFFFFF;
        height: 35px;
    }
    .fusion-main-menu>ul>li {
        padding: 3px;
    }
    .fusion-main-menu>ul>li>a:hover {
        color: #cccccc;
        border: 0;
    }
    .fusion-main-menu>ul>li>a {
        padding-left: 10px;
    }
    .fusion-main-menu .sub-menu {
        position: relative;
        width: 100%;
        opacity: 1;
        display: none;
    }
    .fusion-menu .sub-menu li a {
        font-size: 14px;
    }
    .fusion-main-menu>ul>li>a {
        font-size: 14px;
    }
    .fusion-main-menu ul .lotio {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 20px;
        color: #ffffff;
        line-height: normal;
    }
    .navbar-toggle {
        /* padding: 0; */
        margin-right: 0;
        background: #1f69ad;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
}

@media (max-width: 786px) {
    header.fixed .searchbox {
        display: block;
    }
    .section3 .item .textbox {
        top: 0
    }
    .section11 {
        height: auto;
    }
    .fill {
        height: 356px;
    }
    .shapewrappe {
        height: 90px;
        padding: 1px 6.33%;
    }
    .shapewrappe h2 {
        font-size: 13px;
    }
    .shapewrappe p {
        display: none;
    }
    .fusion-title h1 {
        font-size: 20px;
    }
    .ostit {
        padding-left: 5px;
        padding-right: 5px;
    }
    .title-heading-center {
        padding: 0 10px;
    }
    .footp {
        padding: 10px;
    }
    .list-minsiont {
        margin-left: 0px;
        margin-right: 0px;
    }
    .fusion-header {
        padding: 0;
        background: #023F98;
        height: auto;
    }
    .fusion-main-menu {
        float: none;
        position: absolute;
    right: 10px;
    }
    .fusion-main-menu-search {
        width: 80%;
        margin-right: 10px;
    }
    .fusion-row {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .fusion-logo img {
        max-width: 100%;
    }
    .quality-area .cmn-btn {
        width: 100%;
    }
    .serboxn,
    .serboxn1 {
        display: block;
    }
    .serboxn select,
    .serboxn input {
        margin: 5px 0;
    }
    .serboxn input.xinput,
    .serboxn input,
    .serboxn select {
        width: 100%;
    }
    .searchprobox {
        margin-bottom: 220px;
    }
    .serboxn {
        top: 0;
    }
    .selse5 .parent {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .selse5 .child {
        margin-right: 10px;
    }
    .selse5 .child:nth-of-type(6),
    .selse5 .child:nth-of-type(5) {
        height: 300px;
        margin-right: 0
    }
    .proinfobox h3 span {
        display: block;
    }
    .selse111 {
        padding-left: 0px;
    }
    .selse111 li .contacttext {
        margin-left: 10px;
    }
    .selse111 li .contacttext .big {
        letter-spacing: 0;
        font-size: 18px;
    }
    .footer1 .fusion-row {
        max-width: 100%;
        flex-direction: column;
        width: 100%;
    }
    .selse61text {
        padding: 5px 10px;
        min-width: 100px;
    }
    .proindexpic a span img {
        max-height: 148px;
        max-width: 100%;
    }
    .proindexpic a {
        height: 150px;
    }
    .selse91 {
        margin-bottom: 20px;
    }
    .selse10 .newslist {
        margin-bottom: 20px;
    }
    .top-barright {
        display: flex;
    }
    .selse7img img {
        max-width: 100%;
        height: 64px;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .nexa-hover-box .boxlink {
        position: absolute;
        display: block;
        left: 0px;
        bottom: -10px !important;
        right: 0px;
        padding: 0px;
    }
    .searchbox {
        width: 100%;
    }
    .fusion-header.fusion-headerabsolute {
        padding: 0;
        width: 100%;
        position: relative;
        z-index: 999;
        background: #f2f2f2;
    }
    .select-list2l p {
        width: 100%;
    }
    #owl-demo.owl-theme .owl-controls {
        left: 40.5%;
    }
    .numberUL li {
        width: 100%;
        border: none;
    }
    .numberUL li:before {
        width: 0;
        height: 0;
    }
    .select-list4 {
        background: url(../images/banner2.png) repeat-y;
    }
    .numberUL {
        padding: 0px 0 0;
    }
    .select-list51 {
        background-size: auto;
    }
    .select-list5p2 {
        padding: 0 15px;
    }
    .select-list5p3 {
        margin-top: 20px;
    }
    .select-list5p2:before {
        content: "";
        width: 110%;
        height: 200px;
        background: #fff;
        position: absolute;
        left: -15px;
    }
    .select-list5p2 p,
    .select-list5p2 .readmore2 {
        position: relative;
    }
    .select-list5p2 .fusion-title {
        margin-top: 30px;
    }
    .select-list6p.select-list6p2 ul li .newsdatei {
        width: 70px;
        height: 70px;
        padding-top: 5px;
    }
    .select-list52.in60 {
        padding-bottom: 0;
    }
    .bottom-grid p.paragra span {
        font-size: 14px;
    }
    .bottom-grid p.paragra label {
        font-size: 20px;
    }
    .bottom-grid {
        margin-top: 15px;
    }
    .bottom-grid-text .entry-title,
    .listnews1 .entry-title {
        martin-top: 0;
        line-height: 20px;
    }
    .select-list5 {
        background: url(../images/aboutus.png) repeat center;
    }
    .inquirybtn {
        text-align: center;
        margin-top: 20px;
    }
    .bsot {
        float: none;
    }
    .areabtn {
        text-align: center !important;
        margin-top: 20px;
    }
    .top-bar .boder-bt,
    .fusion-cont1366 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .top-barright {
        margin-top: 10px;
    }
    .tab-content {
        margin-top: 0px;
    }
    .areabtn {
        padding-left: 0px;
    }
    .in60 {
        padding: 20px 0;
    }
    .select-list5 .nav-tabs>li {
        width: 49.5%;
    }
    .select-list5 .pagebtn {
        top: 20px;
    }
    .select-list7p1r:before {
        width: 119%;
        height: 270px;
    }
    .select-list7p1.in20 {
        padding-left: 15px;
    }
    .picareabox,
    .picareabox span img {
        width: 100% !important;
    }
    .title-heading-center,
    .ostit,
    .h2,
    h2,
    .prolistindex .propart h2,
    #owl-demo li h2 {
        font-size: 20px !important;
    }
    .curname {
        bottom: 0px;
    }
    .top-bar {
        padding-top: 0 !important;
    }
    .select-list6 .title-heading-center:before,
    .select-list4 .title-heading-center:before,
    .select-list7 .title-heading-center:before {
        width: 120%;
    }
    table {
        background-color: transparent;
        /*    table-layout: fixed;*/
        word-break: break-all;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }
    .section1 .item {
        width: 100%;
    }
    .top1menu {
        text-align: center !important;
    }
    .searchbox input {
        width: 85%;
    }
    .site-header__search-form__submit {
        right: 10px;
    }
    .logo {
        text-align:center;
        padding-bottom: 10px;
        width: 100%;
    }
    .fleft {
        width: 100%;
        margin-top: 0;
    }
    .footer {
        background: url(../images/fbg.png) no-repeat #eee;
    }
    .fusion-row {
        width: 100%;
    }
    .footer3 {
        margin: 20px 0 0;
    }
    .psm-img-wrap img {
        width: 100%
    }
    .y_rtssr1 {
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .y_rtca {
        width: 100%;
        text-align: center;
        float: none;
    }
    .footer21 span {
        margin-right: 10px;
    }
    .footer22 {
        margin-top: 20px;
    }
    .section11 .headtitle,
    .section12l .tab-pane {
        margin-top: 0px !important;
    }
    .section12l {
        width: 100%;
    }
    .section12 {
        padding: 0;
        min-height: 400px;
    }
    .section1box {
        margin: 20px 0 0 0;
    }
    .section1box .nav-tabs>li.active>a,
    .section1box .nav-tabs>li.active>a:focus,
    .section1box .nav-tabs>li.active>a:hover {
        color: #BB7E2B;
    }
    .padding40 {
        padding: 40px 0 0;
    }
    .smalltitlearae {
        display: none;
    }
    .body1 {
        width: 100%;
    }
    .top2 {
        height: auto;
        border: none;
    }
    .section1 .factory {
        padding-left: 15px;
        margin-top: 40px;
    }
    .applistitem {
        margin-bottom: 10px;
    }
    .fusion-footer-copyright-area {
        margin-top: 0 !important;
    }
    BODY {
        background: none;
    }
    .top2box {
        position: relative;
        background: #222
    }
    .top21l,
    .adtext,
    .adsearchbox {
        display: none;
    }
    .socialico {
        background: #272727;
        text-align: center;
    }
    .split-banner aside .txt {
        padding: 0 10px;
    }
    .split-banner aside .btn {
        width: 100%;
        max-width: 70px;
        padding: 0 5px;
    }
    .section3 .article-out {
        width: 100%;
        margin-left: 0;
    }
    .footer2,
    .footer2 .beian {
        height: auto;
        line-height: normal;
    }
    .footer2 .ssss {
        text-align: center;
    }
    .footer2 {
        padding: 20px 0;
    }
    .split-banner aside .btn-out {
        padding: 0;
    }
    .navbar-toggle {
        margin-top: 45px;
    }
    .viewmore {
        margin-top: 0px;
    }
    .tp-banner-container .textarea {
        position: relative;
        margin-top: 20px;
        bottom: 0;
    }
    .tp-banner-container .textarea .item,
    .section4 .infobox .item,
    .nybanner .textinfo {
        width: 100%;padding:10px;
    }
    .tp-banner-container .textarea .container,
    .section4 .infobox,
    .nybanner .text .item2 .formbox,
    .nybanner .text .item2 .formbox .infoin {
        flex-direction: column;
    }
    .tp-banner-container .textarea .item.item3:before {
        background: none;
    }
    .tp-banner-container .textarea .item.item3 {
        padding: 10px;
    }.headtitle,.headtitle h2 {
        margin-bottom: 14px;
    }
    .section2box .prolist h3{ font-size: 20px;}
    .section3 .item .textbox h4 {
        font-size: 16px;
    }
    .section3 .readmore, .section5 .readmore a {
        height: 30px;
        width: 100%;
        line-height: 30px;
    }
    #slider .textarea h4,.infobox .item h4{ font-size: 20px;}
    .section3 .item .textbox p {
        margin: 0;
    }
    .section3 .readmore a,
    .section5 .readmore a {
        padding: 10px;
        font-size: 14px;
    }
    .section4 .infobox .item {
        margin-bottom: 10px;
    }
    .ptb65 {
        padding: 25px 0;
    }
    .section5 {
        padding-top: 25px;
    }
    .footer1 {
        padding-bottom: 25px;
    }
    .nybanner .text .item2 .formbox .infoin .input {
        margin: 0 0 10px;
    }
    .nybanner .text {
        position: relative;
        background: rgba(31, 46, 79, 0.9);
    }
    .nybanner .text .item2 .formbox {
        align-items: center;
    }
    .select-list {
        padding-bottom: 20px;
    }
    .inquiryboxny {
        right: 0;
        width: 100%;
    }
    .top2 .row {
        flex-direction: column;
    }
    .fusion-main-menu>ul>li{ position: relative;}
    .fusion-main-menu .sub-menu{
        top:0;
        padding-left: 10px;
    }
    .fusion-main-menu .sub-menu2{
        display: none;
    }
    .tp-banner-container .textarea .item.item2 {
        background: rgba(3, 14, 36, 0.9);
        height: auto;
    }
    .top1 .box,.fcontactbox .box{ flex-direction: column;}
    .topzj{ width: 100%;    display: flex;
        justify-content: space-between;}
    .fusion-main-menu .sub-menu.pronavbox {
        padding: 10px;
        position: relative;
        top:0;
        display: none;
    }.main-project__grid-item,.fcontactbox .box .left,.fcontactbox .box .right,.pciarealeft,.pro-info-con{ width: 100% !important;}
    .main-project__grid .main-project__img {
        height: 200px;
    }.fcontactbox .box{ padding-top: 130px;}
    .fcontactbox .box .right{ padding-left: 0; margin-top: 20px;}
    .fformbox{ padding:10px}.mainprof{ margin-top: 20px;}
    .btnclosef {
        top: 25%;
    }
    .mainprof li:first-child{display: block;}
    .content-bottom-li {
        width: 43%;
        margin: 10px;
    }
    .top1 .box{
        align-items: flex-start;
    }
    .searbyai{ padding-left: 15px; line-height: 20px; position: relative; z-index: 999999;}
}