@charset "utf-8";

/* CSS Document */

@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
}

.sliders3.owl-theme .owl-controls {
    display: none;
}

.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
}

BODY {
    background: #FFFFFF;
    margin: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.2;
}

.propicarea {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    height: 200px;
    justify-content: center;
}

.thumbnail-style img {
    max-height: 198px;
}

.footer2l {
    display: flex;
    align-items: center;
}

.section7 .item1 img {
    border-radius: 15px;
    border: 10px solid #ccc;
    max-width: 100%;
}

.tp-leftarrow,
.tp-rightarrow {
    display: none;
}

.section2 {
    background: #f5f5f5;
    padding-bottom: 80px !important;
}

.section7 .item {
    display: block;
    margin-left: 10px;
    width: 31.5%;
    border: 1px solid #ddd;
    padding: 5px;
    float: left
}

.section7 {
    padding: 40px 0;
    background: #f5f5f5;
}

.section7 .item img {
    max-width: 100%;
}

.messagebox {
    width: 60%;
    margin: 20px auto;
}

.messagebox .input input,
.messagebox .input textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.messagebox .submit button {
    background: #125E9A;
    color: #fff;
    padding: 15px;
    border: none;
}

a {
    color: #333;
}

.section2info {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}

.section2 .nav-tabs>li:last-child a {
    margin-right: 0;
}

.prolistindex .item a {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
}

.section2 .nav-tabs {
    border: none;
}

a:hover {
    text-decoration: none;
}

.prolistindextext {
    padding: 0 20px;
}

.prolistindex .item .title {
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section5 .section5box .section5item a span img {
    max-height: 100px;
    max-width: 100%;
}

.stocksearch {
    margin-bottom: 20px;
}

.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 {
    display: flex;
    float: right;
    margin-left: 15px;
}

.fusion-alignright {
    float: right;
    margin-left: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.newscenteritembtn a:hover {
    background: #125E9A;
    color: #fff;
}

.prolistindex .item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    transform-origin: 50% 50%;
}

.headline span {
    width: 100px;
    height: 2px;
    background: #125E9A;
    margin: 15px auto;
    display: block;
}

.single-contact-address {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-contact-address i {
    width: 50px;
    height: 50px;
}

.single-contact-address:hover .contact-address-icon {
    background: #125E9A;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.contlxw {
    margin-top: 80PX;
}

.contact-address-icon {
    background: #2b2b35;
    color: #ffffff;
    padding: 30px;
    font-size: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.contact-address-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 2px solid #125E9A;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.single-contact-address .title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.single-contact-address p {
    line-height: 1.4;
    margin-bottom: 10px;
}


/*销售中心样式*************************************************************************/

.Leftpro ul li:hover {
    background: #125E9A;
    color: #fff;
}

.Leftpro ul li {
    line-height: 25px;
    margin: 5px 0;
    font-size: 15px;
    padding: 1px;
    padding: 8px 5px;
    background: #125E9A;
    border-radius: 4px;
}

.menuLst li a {
    color: #fff;
    /* display: block; */
    font-size: 14px;
    margin: 5px 0px;
    position: relative;
}

.leftMain {
    margin-top: 20px;
}

.Leftpro ul li span {
    color: #fff;
    margin-right: 5px;
}

.siderbar-title h3 {
    z-index: 10;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 0 10px 15px;
    color: #fff !important;
    background: #125E9A;
    margin: 0;
}

.search-container {
    padding: 20px 15px 30px 15px;
    background: #ddd;
    margin-bottom: 10px;
}

.search-container p {
    font-size: 18px;
    margin-bottom: 10px;
}

.search-container input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    background: #f7f7f7;
    font-size: 14px;
    border: none;
}

.blank15 {
    margin: 0px auto;
    clear: both;
    height: 15px;
    font-size: 1px;
    overflow: hidden;
}

.search-container button {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
    background: #125E9A;
    color: #fff;
    font-size: 18px;
}

.curtitledd {
    font-weight: bold;
    margin-top: 0;
}

.hotpic img {
    max-width: 100%;
}

.hotprolist li {
    margin: 10px 0;
    word-break: break-word;
}

.hotprolist {
    margin-bottom: 20px;
}

.historyarea {
    background: url('../images/hbg.jpg') bottom right;
    padding: 50px 0;
    background-size: cover;
}

.historypic {
    right: 90px;
    position: absolute;
    top: 60px;
}

.zlnumarea {
    color: #323232;
    margin-left: 5px;
}

.textintro h3 {
    font-size: 16px;
}

.morebtn2 {
    background: #C2272D;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
}

.morebtn2 a {
    color: #fff;
}

.picareabox {
    display: table;
    width: 450px;
    height: 400px;
    border: 1px solid #eee;
    overflow: hidden;
}

.picareabox span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.picareabox span img {
    max-width: 450px;
    max-height: 400px;
}

.picareabox span img {
    cursor: pointer;
    transition: all 0.6s;
}

.smallpic {
    margin: 10px 0;
}

.smallpic li {
    float: left;
    margin-right: 20px;
}

.smallpic li.active_a a {
    border: 1px solid #BA0001;
}

.smallpic li a {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    display: table;
    text-align: center;
    cursor: pointer;
}

.smallpic li a span {
    display: table-cell;
    vertical-align: middle;
}

.textintro {
    text-align: center;
}

.dizse1 .inquirybtn a {
    padding: 8px 40px;
    height: auto;
    font-size: 20px;
    text-transform: capitalize;
    background: #125E9A;
    margin: 20px 0;
}

.proprice {
    margin-bottom: 10px;
}

.morebtn {
    border: 1px solid #125E9A;
    padding: 5px;
    text-align: center;
    color: #125E9A;
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.prolistindex {
    margin-top: 40px;
    position: relative;
}

.proapplist2 {
    border-bottom: #dcdcdc dotted 1px;
    padding: 10px 0;
}

.proapplistpic {
    position: relative;
    text-align: center;
    height: 300px;
}

.proapplistpic img {
    max-width: 100%;
}


/*                 销售中心样式 end*/

.top2.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 5px 0;
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
}

.top2.fixed .logo img {
    max-width: 40%;
}

.top2.fixed .searchbox {
    top: 5px;
}

.top2.fixed .navbar-header {
    display: none;
}

.top2.fixed .fusion-menu {
    position: relative;
    display: block;
    width: auto;
}

.top2.fixed .fusion-main-menu li {
    width: auto;
}

.top2.fixed .navbox {
    margin-top: 8px;
}

.top2.fixed .fusion-main-menu {
    float: left;
}

.top2.fixed .searchbtn {
    margin-top: 6px;
}

.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 450px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 6px;
    background: #FFF;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}

.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #974BE0;
}

.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #974BE0;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}

@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {
        width: 200px;
    }
}

.bannerimg .bannertext {
    font-size: 16px;
}

.bannerimg {
    padding-bottom: 30px;
}

.aboutustext {
    position: absolute;
    bottom: 20px;
    width: 47%;
    color: #fff;
    line-height: 16px;
    right: 0;
}

.sliders3.owl-theme .owl-dots .owl-dot,
#owl-demo5.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

#owl-demo4.owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 28.6%;
}

#owl-demo4.owl-theme .owl-controls .owl-nav {
    background: #555;
    width: 194px;
    height: 54px;
}

#owl-demo4.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: none;
    margin-top: 10px;
}

.pro_headtitler p {
    width: 190px;
    font-size: 24px;
    line-height: 24px;
    float: right;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 40px;
    font-weight: 300;
}

#owl-demo5.owl-theme .owl-controls {
    position: absolute;
    top: -70px;
    left: 10px;
    display: none;
}

#owl-demo5.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: none;
}

.pro_headtitlel h2 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -2.5px;
}

.pro_headtitlel p {
    color: #125E9A;
    font-size: 16px;
    font-weight: bold;
}

.bannerimg .bannertext h2 {
    font-size: 48px;
    color: #3c3c3c;
    font-weight: bold;
}

.bannerimg .bannertext p {
    font-size: 18px;
    margin: 40px 0 50px;
}

.prolistindex .prolistindexpic {
    width: 100%;
    height: 200px;
    display: table;
    overflow: hidden
}

.prolistindex .prolistindexpic span {
    display: table-cell;
    vertical-align: middle;
}

.prolistindex .prolistindexpic span img {
    max-width: 70%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    max-height: 200px;
}

.prolistindex .content {
    padding: 0 20px;
}

.prolistindex .item {
    padding: 15px;
}

.prolistindex .item .title,
.sellcenter .title {
    font-size: 24px;
    color: #125E9A;
    margin-top: 39px;
    margin-bottom: 15px;
}

.prolistindex .item .content,
.sellcenter .content {
    font-size: 16px;
    color: #666;
    margin-top: 19px;
    line-height: 16px;
    padding: 0 60px;
}

.sellcenter .content {
    padding: 0px;
}

.sellcenter {
    background: #125E9A;
    padding: 100px 0 140px;
    position: relative;
}

.sellcenter .content {
    margin-top: 0;
}

.prolistindex .item .content {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sellcenter .sellcenterpic {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
    background-image: linear-gradient(#fff, #606060);
    padding: 20px 0;
}

.sellcenter .sellcenterpic span {
    display: table-cell;
    vertical-align: middle;
}

.sellcenter .sellcenterpic span img {
    max-width: 100%;
    max-height: 200px;
    display: inline-block;
}

.sellcenterbox {}

.sellcenteritem {
    width: 100%;
}

#owl-demo5.owl-carousel .owl-item img {
    width: auto;
}

.section3 .pro_headtitler p {
    margin-top: 50px;
}

.section3 .pro_headtitle {
    padding-bottom: 50px;
}

.sellcenter .title {
    position: relative;
}

.sellcenter .title:after {
    content: "\f105";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    top: 8px;
}

.section5 .przoom {
    background: #f7f7f7;
}

.section5 .pro_headtitler p {
    margin-top: 0;
    width: 120px;
}

.section5 .pro_headtitler {
    width: 50%;
    float: right;
    margin-top: -60px;
}

.sellcenter .title,
.sellcenter .content {
    color: #fff;
}

.showmore {
    position: absolute;
    TOP: -50PX;
    right: 0;
}

.sellcenter .showmore A {
    color: #FFF;
}

.section4 {
    position: relative;
}

.section4 .pro_headtitler p {
    margin-right: 0px;
    margin-top: 10px;
    width: 170px;
}

.przoom {
    width: 92%;
    float: right;
}

.newscenterbox {
    margin-top: 100px;
}

.newscenteritem {
    padding: 0 15px 0 30px;
    border-left: 1px solid #eee;
}

.section4 .newsdate {
    margin-top: 30px;
}

.newscentertext .title {
    font-size: 24px;
    color: #125E9A;
    margin: 38px 0 30px;
}

.newscenteritembtn a {
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 0px 20px;
    margin-right: 20px;
}

.pro_headtitler a {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin-top: 20px;
    color: #125E9A
}

.section5 .section5box.przoom {
    background: none;
    padding: 40px 0;
}

.section5 .section5box .section5item a {
    display: table;
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
}

.section5 .section5box .section5item a span {
    display: table-cell;
    vertical-align: middle;
}

.section5 .section5box .section5item {
    margin-bottom: 56px;
    padding: 0 25px;
}

.section5boxitembox {
    width: 88%;
}

.section5 .section5box {
    margin-top: 78px;
}

.section2 .nav-tabs>li {
    text-align: center;
    padding: 0;
}

.section2 .nav-tabs>li a {
    background: #eee;
}

.section2 .nav-tabs>li.active a {
    background: none;
}

h1,
h2,
h3,
h4,
h5,
strong {}

.fusion-menu {
    position: absolute;
    z-index: 20;
    background: #F5F5F5;
    display: none;
}

.fusion-main-menu li {
    width: 100%;
}

.fusion-main-menu>ul>li>a {
    color: #FFFFFF;
}

.fusion-main-menu>ul>li {
    padding: 3px;
}

.fusion-main-menu>ul>li>a:hover {
    color: #cccccc;
    border: 0;
}

.fusion-main-menu .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
}

.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;
}

.navbar-toggle {
    margin-right: 0;
    display: inline-block;
    float: none;
}

.navbar-header {
    float: none;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.searchbtn {
    display: inline-block;
    cursor: pointer;
}

.closesearchbtn {
    position: absolute;
    right: -20px;
    cursor: pointer;
}

.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;
}

.tx_evoweb_sfregister label {
    font-weight: normal;
}

.erwm {
    position: absolute;
    right: 330px;
    top: 55%;
}

.erwm img {
    max-width: 120px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.locont img {
    max-width: 100%;
}

.proapplist2 .proapplistpic {
    height: auto;
}

.proapplistpic img {
    max-height: 300px;
}

.top1 {
    background: #323232;
    HEIGHT: 40PX;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
}

.section1 {
    background: url(../images/bg1.png) no-repeat bottom;
    background-size: 100%;
    line-height: 18px;
}

.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;
}

.searchbox {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 80%;
    z-index: 999;
    display: none;
}

.searchbox input {
    background-color: #fff;
    border: none;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 7px;
    height: 40px;
    width: 70%;
    border: 1px solid #eee;
    border-radius: 25px;
    padding-right: 40px;
}

.fusion-search-form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.fusion-search-button.search-button .searchsubmit {
    border: 0;
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #CCC;
    z-index: 3;
}

.fusion-search-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.theme-signin .form-inputs {
    margin-bottom: 10px;
}

.theme-signin .form-inputs.remark textarea {
    height: 130px;
}

.btn.bsot {
    background: #125E9A;
    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;
    line-height: 1.5rem;
    padding: 0 .5rem;
    position: absolute;
    right: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    background: none;
}

.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: #323232;
}

.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;
}

.navbox {
    text-align: right;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.searchbtn img {
    margin-left: 7px;
}

.top1menu li {
    display: inline-block;
    text-align: left;
}

.top1menu li .menuico img {
    width: 32px;
    height: 32px;
}

.top1menu .language ul {
    position: absolute;
    display: none;
    z-index: 999999;
    background: #323232;
    width: 120px;
    top: 39px;
    padding-left: 10px;
}

.top1menu .language:hover ul {
    display: block;
}

.fusion-main-menu {
    float: none;
    position: relative;
    z-index: 200;
    overflow: visible;
    display: inline-block;
    margin-right: 20px;
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

.fusion-main-menu ul .lotio {
    position: absolute;
    top: 30px;
    font-size: 1px;
    color: #222;
    right: 5px;
    font-size: 20px;
}

.fusion-main-menu>ul>li {
    padding: 10px;
}

.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: #323232;
    padding: 24.5px 0;
}

.fusion-header .fusion-logo:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 90px;
    left: -108px;
    z-index: 999;
    background: #323232;
    top: 0;
}

.fusion-logo img {
    max-width: 100%;
}

.fusion-caret {
    margin-left: 9px;
}

.fusion-main-menu>ul>li>a {
    color: #222;
}

.fusion-main-menu>ul>li>a {
    font-size: 17px;
    font-style: normal;
    TEXT-TRANSFORM: capitalize;
    font-weight: 600;
}

.fusion-main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.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;
}

.fusion-main-menu>ul>li:hover {
    background: #125E9A;
}

.fusion-main-menu>ul>li:hover a {
    color: #fff;
}

.cartbox {
    background: #125E9A;
    width: 68px;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.fusion-main-menu .sub-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 280px;
    background-color: #125E9A;
    top: 35px;
}

.fusion-main-menu .sub-menu2 {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 280px;
    background-color: #146AB1;
    top: 0;
    left: -280px;
}

.top2.fixed .fusion-main-menu .sub-menu2 {
    left: 280px;
}

.sub-menu li:hover .sub-menu2 {
    visibility: inherit;
    opacity: 1;
}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.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;
}

.fusion-menu .sub-menu li a {
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    font-size: 15px;
}

.fusion-menu .sub-menu li a:hover {
    background-color: #f5f5f5;
    color: #222;
}

.top2 .logo img {
    max-width: 100%;
}

.top2 {
    padding: 25px 0;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-bullets {
    opacity: 0;
}

.leftsocalbtn {
    position: fixed;
    right: 5px;
    z-index: 9999999;
    top: 145px;
}

.leftsocalbtn a {
    display: block;
    padding: 6px 10px;
    background: #125E9A;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.padding40 {
    padding: 80px 0 0;
}

.teaserbox__link--horizontal::after {
    font-size: 3rem;
    padding-left: 10px;
}


/*.section12l.tab-content p{ margin:0;}*/

.section11 .headtitle {
    margin-top: 150px;
}

.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;
}

.section11 {
    padding: 40px 0 10px
}

.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: #125E9A;
    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 #125E9A;
    color: #125E9A;
    margin-top: 10px;
}

.learnmore {
    padding: 8px 30px;
    background: #125E9A;
    display: inline-block;
}

.learnmore a {
    color: #fff;
}

.section7 .pro_headtitlel p {
    border-top: 2px solid #ddd;
    padding: 10px 0 20px;
}

.section12l.tab-content h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #125E9A;
    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: #125E9A;
    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 #125E9A;
    color: #125E9A;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn--highlight:hover {
    background: #125E9A;
    padding: 6px 20px;
    color: #fff;
}

.prolistitem li {
    margin-bottom: 10px;
}

.prolistitem li:nth-child(even) .protext {
    background: #125E9A;
}

.sliders3 .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: #125E9A;
}

.sidemenu li:hover a.a1,
.sidemenu li:hover span,
.ul1 li:hover a.a2 {
    color: #fff;
}

.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 #125E9A;
    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: 35px;
}

.container {
    width: 1200px;
}

body:not(.device-mobile-optimized) ._3BQmz {
    display: flex;
    position: relative;
    width: calc(100% - var(--padding)*2);
    margin: 0 auto;
}

.section4 svg {
    width: 85px;
    height: 85px;
}

.section4 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.section4 .item:hover,
.fleft:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #222;
    /* move the element up by 5px */
}

.footer1 .item {
    border-left: 1px solid #777;
    padding-left: 15px;
}

.footer1 {
    padding: 26px 0 52px;
}

.footer1 h2 {
    font-size: 24px;
    margin-top: 0;
}

.footer1 .fp1 ul li a {
    color: #222;
}

.footer1 .fp1 ul li {
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.footer1 p {
    margin: 0;
}

.section4 .icotext {
    text-align: center;
    color: #333;
}

.section4 .icotext .big {
    font-weight: 600;
    margin-bottom: 0;
}

.footer {
    background: url(../images/fbg.png) no-repeat;
    padding-bottom: 0;
    background-position: 50%;
    position: relative;
}

.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;
}

.footer22 {
    margin-top: 45px;
}

.footer3 {
    margin: 20px 0;
}

.footer2 {
    color: #fff;
    padding: 50px 0;
    border-top: 1px solid #777;
}

.btn-default2:hover {
    color: #fff;
}

.footer-social a {
    margin-left: 10px;
}

.footer2l span {
    display: inline-block;
    margin-right: 10px;
}

.footer2l span:last-child {
    vertical-align: middle
}

.select-list {
    margin: auto;
    width: 100%;
}

.fusion-row {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
}

.bgproarea {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 8px 0;
}

.nyleft2 p span {
    color: #222;
}

.nyleft2 p a,
.nyleft2 p {
    color: #333;
}

.pintro h2 {
    color: #125E9A
}

.pintro {
    margin-bottom: 40px;
}

.pt50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nyleft li,
.nyleft2 p {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nyleft2 p {
    padding: 8px 0 8px 10px;
}

.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 #125E9A;
    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 #125E9A;
    color: #125E9A;
    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: fixed;
    z-index: 999;
    right: 50px;
    top: 350px;
}

.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: 1200px;
        margin: auto;
    }
    .fill {
        height: 702px;
    }
    .section11 {
        height: 410px;
    }
    .section1box {
        margin-left: 250px;
        margin-top: 80px;
    }
    .section12l .tab-pane {
        margin-top: 40px;
    }
    .section12l .tab-pane:nth-child(2) {
        margin-top: -30px;
    }
    #owl-demo4.owl-theme .owl-controls .owl-nav {
        height: 76px;
    }
    .przoom {
        width: 84%;
    }
}

@media (max-width: 1440px) {
    .section1box {
        margin-left: 200px;
        margin-top: 120px;
    }
    .section11 {
        height: auto;
    }
    .fusion-cont1366 {
        max-width: 1170px;
        margin: auto;
    }
    .fusion-row {
        max-width: 1200px;
    }
    .fill {
        height: 652px;
    }
    .fusion-main-menu>ul>li {
        padding-right: 20px;
        padding-left: 20px;
    }
    #owl-demo4.owl-theme .owl-controls .owl-nav {
        height: 54px;
    }
    .przoom {
        width: 93%;
    }
}

@media (max-width: 1366px) {
    .container {
        width: 1160px;
    }
    .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;
    }
    .fusion-main-menu>ul>li {
        padding-right: 17px;
        padding-left: 17px;
    }
    #owl-demo4.owl-theme .owl-controls .owl-nav {
        height: 54px;
    }
    .przoom {
        width: 94%;
    }
}

@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: absolute;
        z-index: 20;
        background: #323232;
        display: none;
    }
    .fusion-main-menu li {
        width: 100%;
    }
    .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;
    }
    .navbar-toggle {
        background: aliceblue;
        /* padding: 0; */
        margin-right: 0;
        background: none;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
}

@media (max-width: 786px) {
    .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: #323232;
        height: auto;
    }
    .fusion-main-menu {
        margin-top: -75px;
        float: none;
    }
    .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;
    }
    .fusion-logo {}
    .searchbox {
        background: #fff;
        margin-bottom: 8px;
    }
    .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;
    }
    #owl-demo.owl-theme .owl-controls .owl-nav [class*=owl-],
    #owl-demo2.owl-theme .owl-controls .owl-nav [class*=owl-] {
        padding: 2px 22px !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%;
    }
    .top1menu {
        text-align: center !important;
    }
    .searchbox input {
        width: 100%;
    }
    .site-header__search-form__submit {
        right: 10px;
    }
    .logo {
        text-align: left;
        padding-bottom: 10px;
        float: left !important;
    }
    .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;
    }
    .section1 {
        background: none !important;
    }
    .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: #125E9A;
    }
    .padding40 {
        padding: 10px 0 0;
    }
    .smalltitlearae {
        display: none;
    }
    .top1 {
        height: auto;
        line-height: 15px;
        padding: 5px 0;
    }
    .navbox {
        margin-top: 5px;
    }
    .bannerimgr img {
        max-width: 100%;
    }
    .showmore {
        right: 15px;
    }
    .newscenteritem {
        padding: 0 15px 0 10px;
        margin-bottom: 20px;
    }
    .aboutustext {
        position: relative;
        bottom: 0;
        width: 100%;
        color: #222;
        line-height: 16px;
        right: 0;
        margin-top: 10px;
    }
    #owl-demo4.owl-theme .owl-controls {
        position: relative;
        bottom: 0;
        left: 26.6%;
    }
    .section2 .pro_headtitlel:before {
        top: 0;
    }
    .single-contact-address {
        margin-bottom: 20px;
    }
    .thumbnail-style {
        height: auto !important;
    }
    .pro_headtitler p {
        width: auto;
        font-size: 20px;
    }
    .sellcenter {
        padding: 10px 0;
    }
    .newscenterbox,
    .section5 .section5box {
        margin-top: 40px;
    }
    .section5 .section5box .section5item {
        margin-bottom: 16px;
    }
    .messagebox {
        width: 88%;
    }
    .footer2 {
        padding: 10px 0;
    }
    .footer1 {
        padding: 26px 0 25px;
    }
    .fusion-footer-copyright-area {
        margin-top: 0;
    }
    .prolistindex .item .title,
    .sellcenter .title {
        margin-top: 15px;
    }
    .mdibu {
        text-align: center !important;
    }
    .section7 .item {
        display: block;
        margin-left: 5px;
        width: 31.5%;
        border: 1px solid #ddd;
        padding: 5px;
        float: left;
        margin-top: 20px;
    }
    .section7 .item1 img {
        margin-top: 10px;
    }
}