@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/OpenSans-Regular.woff') format('woff'),
    url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.ttf') format('truetype'),
    url('../font/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;  font-style: normal;
}

* {margin: 0;padding: 0;}
body, html {
    color: #767676;background-color: #fff;
    font: 18px/1.8 OpenSans, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
}
a, a:hover, a:focus {text-decoration: none;}
a:hover {opacity: 0.8;}
button, textarea, input, button:focus, textarea:focus, input:focus {border: 0;outline: none;resize: none;}
ul {list-style: outside none none;margin: 0;padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
em, i {font-style: normal;}
button {outline: none;}

/*head*/
.head-top{
    padding: 6px 0;
    box-shadow: 1px -15px 50px #aaedfe;
}
.search-box{display: none}
.top-search{
    display: none;
    position: absolute;
    bottom: -60px;
    border: 2px solid #002db2;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 55px;
    background-color: #002db2;
}
.top-search input{
    border: 0;
    display: inline-block;
    min-width: 300px;
    background-color: #fff;
    border-radius: 0;
}
.top-search button{
    display: inline-block;
    background-color: #002db2;
    color: white;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 55px;
}
.top-search button:hover{
    opacity: 0.8;
}
.head-top .collect-cart li{
    display: inline-block;
    padding-left: 12px;
}
.head-top .collect-cart li a{
    display: inline-block;
    position: relative;
}
.head-top .collect-cart li a img{width: 20px}
.head-top .collect-cart li a i{
    position: absolute;
    display: inline-block;
    background-color: #fed700;
    color: #333e48;
    font-size: 12px;
    border-radius: 40px;
    bottom: -6px;
    left: 12px;
    padding:0 3px;
}
.head-top .collect-cart li a span{
    display: inline-block;
    padding-left: 12px;
    color: #333e48;
    font-weight: bold;
}
.menu .menu-list{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.menu .menu-list li{
    position: relative;
}
.menu .menu-list > li a{
    color: #333e48;
    padding: 30px 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}
.menu .menu-list > li.active > a{
    font-weight: bold;
    /*background-color:#2395f6;*/
    opacity: 1;
    color: #f81725;
}
.menu .menu-list > li.active > a,
.menu .menu-list > li:hover > a{
    position: relative;
    opacity: 1;
}
.menu .menu-list > li.active > a:before,
.menu .menu-list > li:hover > a:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #f81725;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.menu .menu-list li .second{
    left: auto;
    padding: 0;
    top: 100%;
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    /*background-color: rgba(0, 45, 178, 0.95);*/
    /*width: 100%;*/
}
.menu .menu-list li .second li{
    display: block;
    width: 100%;
}
.menu .menu-list li .second a{
    background-color: rgba(2, 71, 200, 0.95);
    color: #fff;
    padding: 10px 8px;
    width: 100%;
    display: block;
    white-space: nowrap;
}
.menu .menu-list li .second a i{
    display: inline-block;
    margin-right: 3px;
}
.menu .menu-list li .second a .leaf-b,
.menu .menu-list li .second a:hover .leaf-g{
    display: none;
}
.menu .menu-list li .second a .leaf-g,
.menu .menu-list li .second a:hover .leaf-b{
    display: inline-block;
}
.menu .menu-list li .second a:hover{
    background-color: #002db2;
    opacity: 1;
}
.right-icon-part .collect-cart,
.right-icon-part .reg-login{
    display: inline-block;
}
.right-icon-part .reg-login{padding-left: 15px}
.right-icon-part .reg-login a{
    color: rgba(51, 62, 72, 0.8);
    font-style: italic;
    font-weight: bold;
    display: inline-block;padding: 5px;
}
/*head end*/
/*footer*/
footer .return_top{
    position: fixed;
    right: 20px;
}
footer .return_top a{
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    background-color: #7c9fe1;
    color: white;
    z-index: 9999;
    line-height: 31px;
    border-radius: 3px;
}
footer .return_top a i{font-size: 22px;font-weight: bold}
.footer-top{background-color: #002db2;padding: 12px 0}
.footer-top p{
    color: white;margin-right: 40px;
    font-size: 22px;
}
.footer-top .bottom-search{
    display: inline-block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 100px;
    background-color: #fed700;
    font-size: 18px;
}
.footer-top .bottom-search input{
    border: 0;
    display: inline-block;
    min-width: 300px;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    height: 40px;
}
.footer-top .bottom-search button{
    display: inline-block;
    background-color: #fed700;
    color: #040003;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100px;
    font-size: 18px;
}
.footer-top .bottom-search button:hover{opacity: 0.8;}

.bottom-menu {padding:20px 0}
.bottom-menu .log-b img{max-width: 100px}
.bottom-menu .contact-tel ul{margin-top: 30px}
.bottom-menu .contact-tel li:first-child{padding-right: 15px}
.bottom-menu .contact-tel img{width: 50px}
.bottom-menu .contact-tel span{font-size: 18px}
.bottom-menu .contact-tel p{font-size: 24px;font-weight: bold;line-height: 24px}
.bottom-menu .right-bottom-menu ul li{display: block;padding-right: 15px}
.bottom-menu .right-bottom-menu ul li p{font-weight: bold;margin-bottom: 20px;font-size: 20px}
.bottom-menu ul li a{color: #585858;font-size: 18px;white-space: nowrap}
.bottom-menu ul li .bottom-sed-menu{
    display: inline-block;
}

.bottom-bottom{background-color: #eaeaea;padding: 12px 0}
.bottom-bottom p{color: #606572}
.bottom-bottom p a{color: #606572;text-decoration: underline}
.bottom-bottom ul li{display: inline-block;margin-left: 30px}
/*footer end*/

/*index*/
.fea-product,
.index .our-belief,
.index .about-us{margin:60px 0}
.index h3{font-size: 100px;color: #7c8287;white-space: nowrap}
.index .about-us ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: start;
}
.index .about-us ul li:first-child{border-right: 1px solid rgba(124, 130, 135, 0.3);padding-right: 30px}
.index .about-us ul li:last-child{padding-left: 30px}
.index .about-us ul{border-bottom: 1px solid rgba(124, 130, 135, 0.3);width: 100%;padding-bottom: 50px}
.index .our-belief p,
.index .about-us ul li p{font-size: 20px;margin-bottom: 12px}
.index .about-us ul li a{color:#f81725;text-decoration: underline;font-size: 20px }
.index .our-belief h3{color: #f81725;position: relative;left: -100px}
.fea-product h4{text-align: center;border-bottom: 1px solid rgba(124, 130, 135, 0.3);margin-bottom:40px}
.fea-product h4 span{display: inline-block;font-size: 22px;border-bottom: 3px solid #f81725;padding: 10px 0}
.fea-product .index-product-slide ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: start;
    padding: 20px 0;
}
.fea-product .index-product-slide ul li{}
.fea-product .index-product-slide ul li:first-child{width: 180px;overflow: hidden;padding-right: 15px}
.fea-product .index-product-slide ul li .desc{font-size: 20px;color: #002db2;line-height: 25px;margin-bottom: 15px}
.fea-product .index-product-slide ul li .price{
    color: #2d3943;
    font-size: 20px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
           align-items: center;
}
.fea-product .index-product-slide ul li .price bdi{font-size: 20px;}
.fea-product .index-product-slide ul li .price del  bdi{font-size: 16px;}
.fea-product .index-product-slide ul li .price .new-price{
    color: #f81725;
    font-size: 20px;
    display: inline-block;
    padding-right: 5px;
}
.fea-product .index-product-slide ul li .price .old-price{
    text-decoration: line-through;
    color: #767676;
    font-size: 15px;
}
.fea-product .index-product-slide ul li .go{
    display: inline-block;
    background-color: #efefef;
    padding:0 8px;
    border-radius: 50%;
    color: #989ca6;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}
.fea-product .index-product-slide ul{
    cursor: pointer;
}
.fea-product .index-product-slide ul:hover li .go{
    background-color: #f81725;
    color: white;
}
.index-product-slide .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: rgba(0, 45, 178, 0.56);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.index-product-slide .owl-dots .owl-dot.active span,
.index-product-slide .owl-dots .owl-dot:hover span {
    background: #002db2;
    width: 30px;
}
/*index end*/


/*about*/
.banner-page{
    position: relative;
}
.banner-page ul{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px;
}
.banner-page ul li h4{font-size: 40px;font-weight: bold;color: white;margin-bottom: 30px}
.index .banner-page ul li h4{font-size: 50px;line-height: 80px;text-shadow: 1px 1px 1px #002db2}
.banner-page ul li p{font-size: 18px;color: white;margin-bottom: 10px}
.bread-list{margin: 20px 0}
.bread-list ul li{display: inline-block;padding-right: 10px}
.bread-list ul li p,
.bread-list ul li a{color: #61708b;font-size: 18px}
.center-part{margin: 60px 0}

.about .center-part ul li{
    margin-bottom: 30px;
}
.about .center-part ul li .p1{font-weight: bold;font-size: 20px;color: #61708b;margin-bottom: 6px}
.about .center-part ul li .p2{font-size: 18px;color: #61708b}
.about .center-part .red-bg-text{
    position: relative;
    background-color: #f81725;
    font-size: 26px;
    padding: 15px 60px;
    font-style: italic;
    color: white;
    width: 110%;
    z-index: 999;
}
/*about end*/

/*shop*/
.shop .top-select-show{margin-bottom: 30px}
.shop .top-select-show select{
    border-radius: 30px;
    padding: 0 20px;
    min-width: 210px;
    color: #767676;
}
.shop .box{
    position: relative;
    padding: 30px;
    background-color: white;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.shop .box span{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.shop .box span:hover{color: #f81725}
.shop .box .img img{
    height: 230px;
    object-fit: contain;
}
.float-info{
    position: absolute;
    right: 35%;
    top: 8%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: flex-start;
    z-index: 9999;
}
.shopdetail .float-info{right: 45%}
.float-info p{
    background-color: rgba(0, 45, 178, 0.7);
    color: white;
    padding: 12px;
    font-size: 16px;
    width: 260px;
}
.float-info i{
    display: inline-block;
    background-color: #f81725;
    color: #ffffff;
    padding: 0 8px;
    line-height: 25px;
    cursor: pointer;
}
.float-info i.icon-show{
    display: none;

}

.shop .text{
    margin-bottom:30px;
}
.shop .text .p1{
    font-size: 18px;
    color: #999999;
}
.shop .text .p2{
    color:#002db2;
    font-size:20px;
}
.shop .text a{
    margin-top: 18px;
    display: inline-block;
    padding: 5px 15px;
    min-width: 185px;
    color: white;
}
.shop .text a.get-quote{background-color: #f81725;}
.shop .text a.add-cart{background-color: #002db2;}
.shop .text a img{height: 20px}
/*.shop .text .price{margin-bottom: 10px}*/
.shop .text .price span{display: inline-block;padding: 0 5px}
.shop .text .price .current{color: #424c55;font-size: 26px}
.shop .text .price .new{color: #f81725;font-size: 26px}
.shop .text .price .old{text-decoration: line-through;color: #424c55;font-size: 18px}
.shop .show-result{padding-top: 15px;border-top: 1px solid #dee2e6}
/*shop end*/

/*product-services*/
.product-services .left-menu p{
    font-size: 22px;color: #61708b;padding-bottom: 15px;
    margin-bottom: 10px;border-bottom: 1px solid rgba(154, 163, 178, 0.30);
}
.product-services .left-menu ul li a{display: block;padding: 6px 0;color: #9aa3b2;font-weight: bold}
.product-services .left-menu ul li:hover a,
.product-services .left-menu ul li.active a{color: #0147cb;opacity: 1;}
.product-services .right-list h4{
    font-size: 26px;
    color: #2f1919;
    margin-bottom: 40px;
}
.product-services .right-list .img{text-align: center}
.product-services .right-list .img a{
    display: inline-block;text-align: center;
    position: relative;
    background-color: #f81725;
    color: white;
    font-size: 18px;
    padding: 10px 30px;
    top: -10px;
    border-radius: 3px;
    margin-bottom: 20px;
          width: 100%;
}
.product-services .right-list .text{
    padding: 40px;
    box-shadow: 1px 1px 10px #dee2e6;
}
.product-services .right-list .text p{color: rgba(0,0,0,0.70);margin-bottom: 25px}
.product-services .right-list .text h5{
    font-size: 20px;color: rgba(1,71,203,0.70);
    padding-left: 35px;
    margin-bottom: 6px;
}
.product-services .right-list .text ul{
    margin-bottom: 25px;
    padding-left: 20px;
}
.product-services .right-list .text ul li{
    position: relative;
    padding-left:18px;
    list-style: disc;
    color: rgba(0,0,0,0.70);
}
.product-services .right-list .contact-us-btn a{
    display: inline-block;
    padding: 10px 30px;
    background-color: white;
    border: 1px solid #0147CB;
    color: #0147CB;
    font-size: 22px;
    border-radius:6px;
    margin-top: 18px;
}
.product-services .right-list .contact-us-btn a:hover{
    background-color: #0147CB;
    color: white;
}
.product-services{}
/*product-services end*/
/*services*/
.services .right-list .img{position: relative;}
.services .right-list .img .bg-text{
    text-align: left;
    background-image: url("../images/services_03.png");
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50px;
    background-repeat: no-repeat;
}
.services .right-list .img .bg-text p{
    padding: 30px 300px 30px 30px;
    color: white;
}
.services .right-list .text-list{
    margin-top: 40px;
}
.services .right-list .text-list h3{
    font-size: 30px;color: #000000;text-align: center;margin-bottom: 25px;
    font-style: italic;
}
.services .right-list .text-list ul{}
.services .right-list .text-list ul li{
    position: relative;
    margin-bottom: 25px;
}
.services .right-list .text-list ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.services .right-list .text-list ul li .title{
    font-size: 22px;
    color: #0147cb;
    background-color: #e5ecfa;
    position: relative;
    padding:0 20px 0 50px;
    display: inline-block;
}

.services .right-list .text-list ul li .p1{
    font-size: 18px;
    color: #9aa3b2;
    padding-left: 30px;
}
.services .right-list .text-list .wel-contact-btn a{
    color: #0147cb;
    display: inline-block;
    text-decoration: underline;
    font-style: italic;
    font-size: 18px;
}
/*services end*/

/*shop detail*/
.shopdetail .top-part .right-info{}
.shopdetail .top-part .right-info .p1{font-size: 18px;color: #868686}
.shopdetail .top-part .right-info .p2{font-size: 34px;color: #333e48}
.shopdetail .top-part .right-info .price{font-size: 28px;color: #0147cb;margin-bottom: 20px}
.shopdetail .top-part .right-info .num-add-cart{
    margin-bottom: 10px;
    display:flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: start;align-items: center;
}
.shopdetail .top-part .right-info .num-add-cart .num{
    border: 1px solid #dee2e6;
    text-align: center;
    margin-right: 15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.shopdetail .top-part .right-info .num-add-cart span{
    display: inline-block;
    cursor: pointer;
    padding:2px 14px;
    font-size: 20px;
    font-weight: bold;
}
.shopdetail .top-part .right-info .num-add-cart span.reduce{
    border-right: 1px solid #dee2e6;
}
.shopdetail .top-part .right-info .num-add-cart span.plus{
    border-left: 1px solid #dee2e6;
}
.shopdetail .top-part .right-info .num-add-cart span:hover{
    opacity: 0.8;
}
.shopdetail .top-part .right-info .num-add-cart input{
    text-align: center;
    max-width: 100px;
}
.shopdetail .top-part .right-info .num-add-cart .add-cart-btn{width: 100%}
.shopdetail .top-part .right-info .num-add-cart .add-cart-btn a{
    display:inline-block;padding: 7px 20px;color: white;background-color: #0147cb;
    border-radius: 3px;
    text-align: center;
    min-width: 260px;
    width: 100%;
}
.shopdetail .top-part .right-info .agree{
    border: 0;
    margin-bottom: 12px;
}
.shopdetail .top-part .right-info .agree label{color: rgba(51,62,72,0.6)}
.shopdetail .top-part .right-info .buy-now-btn{}
.shopdetail .top-part .right-info .buy-now-btn a{
    display: block;
    width: 100%;
    background-color: #fed700;
    color: #333e48;
    font-size: 18px;
    padding: 6px 20px;
    margin-bottom: 12px;
    text-align: center;
    border-radius: 3px;
}
.shopdetail .top-part .right-info .add-wishlist{font-size: 18px;color: #0147cb}
.shopdetail .desc-part .title{
    position: relative;margin: 45px 0 25px}
.shopdetail .desc-part .title:after{
    content: "";
    position: absolute;
    width: calc( 100% - 139px );
    height: 1px;
    background-color: #dee2e6;
    display: block;
    left: 139px;
    top: 50%;
}
.shopdetail .desc-part .title span{
    font-size: 20px;color: #333e48;
    display: inline-block;
    background-color: #ffffff;
    z-index: 99;
}
.shopdetail .desc-part p{color: rgba(0,0,0,0.70);margin-bottom: 25px}
.shopdetail .desc-part h5{
    font-size: 20px;color: rgba(1,71,203,0.70);
    padding-left: 35px;
    margin-bottom: 6px;
}
.shopdetail .desc-part ul{
    margin-bottom: 25px;
    padding-left: 20px;
}
.shopdetail .desc-part ul li{
    position: relative;
    padding-left:18px;
    list-style: disc;
    color: rgba(0,0,0,0.70);
}
.shopdetail .thumbs .swiper-slide{
    height: auto!important;
}
.shopdetail .slide-box-l{height: 480px;overflow-y: hidden}
.shopdetail .gallery .swiper-slide{
    position: relative;
    height: 100%;
    margin: 0;
}
.shopdetail .gallery .swiper-slide .magnifier{
    position: absolute;
    right: 0;
    top: 0;
}
.shopdetail .top-part .left-img .row .col-9 .gallery{
    border: 1px solid #dee2e6;
    padding: 15px;
    height: 100%;
}
.shopdetail .top-part .left-img .row .col-9 .gallery .big-img-box,
.shopdetail .top-part .left-img .row .col-9 .gallery .big-img-box img{
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.shopdetail .top-part .left-img  .thumbs .swiper-slide{
    border: 1px solid #dee2e6;
    padding: 15px;
    opacity: 0.7;
    cursor: pointer;
}
.shopdetail .top-part .left-img  .thumbs .swiper-slide-thumb-active{
    border: 1px solid #0147cb;
    opacity: 1;
}
/*shop detail end*/

/*contact*/
.contact .map-bg{
    background-image: url("../images/contact_02.jpg");
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contact .map-bg ul{
           background-color: rgba(255,255,255,0.7);
    padding: 10px;}
.contact .map-bg ul li{display: inline-block;padding-right: 50px;margin-bottom: 50px;width: 48%}
.contact .map-bg ul li:first-child{display: block;width: 100%}
.contact .map-bg ul li span{display: block;font-weight: bold;font-size: 19px;color: #61708b}
.contact .map-bg ul li p{
    font-size: 18px;
    color: #61708b
}
.contact .map-bg ul li p.tel{
    font-size: 42px;
    border-bottom: 1px solid #54c8ef;
    display: inline-block;
}
.contact .map-bg ul li a{
    font-size: 18px;
    color: #61708b;
    border-bottom: 1px solid #54c8ef;
    display: inline-block;

}
.contact .get-in-touch{margin-bottom: 60px}
.contact .get-in-touch .title{margin-bottom:40px;text-align: center}
.contact .get-in-touch .title h3{font-size: 42px;color: #61708b;margin-bottom: 10px}
.contact .get-in-touch .title p{font-size: 19px;color: #61708b}
.contact .get-in-touch .form form select{
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    outline: 0;
}
.contact .get-in-touch .form form textarea,
.contact .get-in-touch .form form select,
.contact .get-in-touch .form form input{font-size: 19px;color: #61708b;background-color: transparent}
.contact .get-in-touch .form form label{display: block;font-size: 17px;font-style: italic;color: #61708b}
.contact .get-in-touch .form form .form-control{
    height: auto;
    margin-bottom: 25px;
    box-shadow: 1px 1px 10px rgba(14, 45, 81, 0.11);
}
.contact .get-in-touch .form form .submit{
    text-align: right;
}
.contact .get-in-touch .form form .submit a{
    display: inline-block;background-color: #0147CB;color: white;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 3px;
}
.contact .get-in-touch .form form .policy p,
.contact .get-in-touch .form form .policy a{
    font-size: 15px;
    color: #61708b;
}
.contact .get-in-touch .form form .policy a{display: inline-block;border-bottom: 1px solid #54c8ef}
/*contact*/



