﻿/*#region global*/
body{font-family:'Poppins',Arial,sans-serif}
[v-cloak]{display:none}
iframe{border-width:0}
a{color:#666}
a:hover{text-decoration:none}
.input-group .input-group-addon-img{background:#fff;padding:3px 6px;cursor:pointer}
.input-group .input-group-addon-img img{max-width:none !important}
.fix-row{margin-left:-8px;margin-right:-8px}
.fix-row>[class*="col-"],.fix-row>.col-auto{padding-left:8px;padding-right:8px}
.img-responsive{max-width:100%;height:auto}
.spacing{
    padding-top:90px;
}

.products{
    box-shadow: 14px 15px 32px 0px rgba(42, 32, 32, 0.08);
    border: solid 2px #ffffff;
    background-color: #f6f6f6;
    padding: 25px!important;
    transition: .6s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}
.mo{
    color: #fff!important;
    font-weight: bold;
    cursor: pointer;
}
.buy{width: 100%!important;}
.imgs{
    border-radius: 10px;
}
.h_title{
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    color: #000000;
}
@media(min-width:992px){
.navbar-nav .dropdown>.dropdown-menu,.dropdown-submenu>.dropdown-menu{display:none}
.navbar-nav .dropdown:hover > .dropdown-menu,.dropdown-submenu:hover > .dropdown-menu{display:block}
}
@media(max-width:991px){
.dropdown-submenu .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}
}
.container-xl.max-1430{max-width:1430px;}
:root{
--theme-color: #004e92;
}
.img-width{width: 100%;height: auto;}
.container-xl.m-right{margin:0 0 0 auto;padding-right: 0}
.container-xl.m-left{margin:0 auto 0 0;padding-left:0}
@media(max-width:768px){
	.container-xl.m-right{padding-right:15px}
	.container-xl.m-left{padding-left:15px}
}
.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem)
}

.grid .g-col-1 {
    grid-column: auto/span 1
}

.grid .g-col-2 {
    grid-column: auto/span 2
}

.grid .g-col-3 {
    grid-column: auto/span 3
}

.grid .g-col-4 {
    grid-column: auto/span 4
}

.grid .g-col-5 {
    grid-column: auto/span 5
}

.grid .g-col-6 {
    grid-column: auto/span 6
}

.grid .g-col-7 {
    grid-column: auto/span 7
}

.grid .g-col-8 {
    grid-column: auto/span 8
}

.grid .g-col-9 {
    grid-column: auto/span 9
}

.grid .g-col-10 {
    grid-column: auto/span 10
}

.grid .g-col-11 {
    grid-column: auto/span 11
}

.grid .g-col-12 {
    grid-column: auto/span 12
}

.grid .g-start-1 {
    grid-column-start: 1
}

.grid .g-start-2 {
    grid-column-start: 2
}

.grid .g-start-3 {
    grid-column-start: 3
}

.grid .g-start-4 {
    grid-column-start: 4
}

.grid .g-start-5 {
    grid-column-start: 5
}

.grid .g-start-6 {
    grid-column-start: 6
}

.grid .g-start-7 {
    grid-column-start: 7
}

.grid .g-start-8 {
    grid-column-start: 8
}

.grid .g-start-9 {
    grid-column-start: 9
}

.grid .g-start-10 {
    grid-column-start: 10
}

.grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width:576px) {
    .grid .g-col-sm-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width:768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width:992px) {
    .grid .g-col-lg-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width:1200px) {
    .grid .g-col-xl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width:1400px) {
    .grid .g-col-xxl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

@media(max-width:768px) {
    .grid {
        gap: var(--bs-gap, 0.5rem)
    }
}

@font-face{font-family:"CmsFont-2";font-weight:normal;font-style:normal;font-display:swap;src:url('../font/cmsfont-2.woff2') format('woff2'),url('../font/fontawesome-webfont1.woff') format('woff')}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#004e92 0%,#004e92bd 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}


/*#endregion*/
/*#region header*/
.header .logo{padding:10px 0}
.header-social{text-align:right;padding:43px 0;display:flex;align-items:center;justify-content:flex-end}
.header-social .header-phone{color:#b1b1b1;margin-right:25px}
.header-social .social.sm>a{background:transparent!important;color:#b1b1b1 !important}
.dropdown.lang .dropdown-toggle{padding:5px}
.dropdown.lang{padding:3px 14px;margin:0 10px 0 25px;cursor:pointer;background:#F3F3F3;border-radius:18px}
.search-group .form-control{border-right-width:0}
.search-group .form-control:focus{border-color:#ccc}
.search-group .btn{background:transparent;border:1px solid #ccc;border-left-width:0;color:#FF5B00}
.search-group .btn:focus{background:transparent;box-shadow:none;border-color:#ccc;color:#FF5B00}

body{/* padding-top: 190px; */}
.header{transition:.6s ease-in-out;top:0;position:fixed;z-index:999;background-color:#fff;width: 100%;}
.header-top{height:120px;transition:none}
.fadeInDown.header{box-shadow: 2px 0 2px 1px #999;}
.fadeInDown.header .header-top{height:0;z-index:-99;overflow:hidden;transition:.6s ease-in-out}
/*.dropdown.lang .fa {margin-left: 25px;}*/

/*#endregion*/
/*#region dropdownmenu & navbar*/
.dropdown-menu{background:rgba(255,255,255,.95)}
.dropdown.lang .dropdown-menu li a{display:block;padding:10px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#555;white-space:nowrap}
.navbar{padding:0px;position:relative}
.navbar-custom{top:0;z-index:2;display:flex;justify-content:center;background-color:#fff;}
.navbar-expand-lg .navbar-collapse{justify-content:center}
.navbar-custom .navbar-nav > .nav-item{font-size:16px;margin:0 15px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333;padding:0;height:60px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:18px}
.navbar-custom .navbar-nav .nav-link:before,.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:4px;margin-left:0!important;background:#a61822;position:absolute;bottom:0}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active .nav-link:before{width:100%;transition:all 0.3s}
.navbar-custom .navbar-nav .nav-link:hover{}
.navbar-custom .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}
.navbar-custom .navbar-nav .show > .nav-link,.navbar-custom .navbar-nav .active > .nav-link,.navbar-custom .navbar-nav .nav-link.show,.navbar-custom .navbar-nav .nav-link.active{}
.navbar-custom .navbar-text{color:rgba(0,0,0,0.5)}
.navbar-custom .navbar-text a{color:rgba(0,0,0,0.9)}
.navbar-custom .navbar-text a:hover,.navbar-custom .navbar-text a:focus{color:rgba(0,0,0,0.9)}
.navbar-custom .navbar-nav .nav-item.zh .nav-link{color:#163c84;}
@media(max-width:768px){
	.header-qt{height:auto}
	body{font-size:14px;padding-top:50px}
	.header-mb{background:#fff;position:fixed;top:0;left:0;right:0;width:100%;border-bottom:1px solid var(--theme-color);z-index:999}
	.header-mb .container-xl{height:50px}
	.header-mb .top-logo{width:50%}
	.header-mb .top-logo img{/*height:30px;*/height:45px;width:auto;}
	.header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
	.header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
	.header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
	.header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
	.header-mb .top-mb .top-mb-search i{font-size:16px;color:var(--theme-color)}
	.header-mb .top-mb .icon-bars{color:var(--theme-color)}
	.header-mb .top-mb .dropdown.lang .dropdown-toggle{color:var(--theme-color)}
	.top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
	.top-mb-search-box .search-group{width:100%;height:34px}
	.top-mb-feed i{font-size:16px;color:var(--theme-color)}
	.mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
	.mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
	.mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
	.mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
	.mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
	.head_top .top_left{display:none}
	.head_nav{width:100%;padding:0 5px}
	.head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px;list-style: none;}
	.head_nav li,.head_nav li a{color:#111}
	.head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
	.head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
	.head_nav li.has-child>ul{display:none;padding:0;}
	.head_nav li.siblings-no-menu{position:relative;padding-left:15px}
	.head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
	.head_nav li a:hover{color:inherit}
	.head_nav li em{display:block;height:1.4em;overflow:hidden}
	.head_nav li li{font-size:14px}
	.head_nav li li li{font-size:12px}
	.head_nav li li a{color:#666}
	.head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
	.head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
	.head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
	.head_nav li.has-child a:hover b{border-color:#111}
	.head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
	.head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
	.head_nav li,.head_nav li.has-child{padding-left:0}
	.head_nav li li,.head_nav li li.has-child{padding-left:15px}
	.head_nav li.active>a>b:after{display:none}
	.head_nav li.active>a>b{background-color:#111}
	.head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
	.mobile-ico-close{width:30px;height:30px;background-color:var(--theme-color);position:absolute;left:-30px;top:0;cursor:pointer;line-height:30px;font-size:26px;text-align:center;color:#fff}
	.mobile-ico-close.icon{color:#fff;font-size:30px;padding:0 0 0 6px}
	.search-box .form-control{border-radius:20px}
	.search-box .btn{border:1px solid #ced4da;border-radius:20px}
	.search-box .btn.focus{border:1px solid rgb(128,189,255)}
	.search-box .icon{color:var(--theme-color)}
	.main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
@media(max-width:1480px) {
.navbar-custom .navbar-nav .nav-item{margin:0 15px}
}

@media(max-width:1300px) {
.navbar-custom .navbar-nav .nav-item{margin:0 8px}
}

@media(max-width:991px) {
    .header-social{float:none}
	header .logo{height:59px;padding:5px 0}
	header{position:fixed !important;top:0;left:0;right:0;z-index:991;background:#fff}
	.navbar{background:rgba(255,255,255,0.95);border-bottom:1px solid #f2f2f2;min-height:0}
	.navbar>.container{max-width:100%}
	.navbar-nav>li>a{padding:12px 15px;border-bottom:1px solid #f2f2f2}
	.navbar-nav > li.active > a,.navbar-nav > li > a:focus{background:#e81411;color:#fff}
	.navbar-nav>li.dropdown> a:after{margin-right:0px;transform:rotate(-90deg);transition:all ease 0.2s}
	.navbar-nav>li.open>a:after{transform:rotate(0deg)}
	.navbar-nav>li.dropdown> a:after{margin-right:0px}
	.dropdown-submenu > a::after{margin-top:7px}
}
/*#endregion*/
/*#region breadcrumb*/
.bread{background-size:cover;background:url(../images/breadcrumb-bg.jpg) center center;box-shadow:0 5px 10px #f4f4f4;padding:20px 0}
.breadcrumb{background:transparent;padding-left:0;padding-right:0;margin-bottom:0;padding:10px 20px;position:relative}
.breadcrumb:before{font-family:CmsFont-2;content:"\f80a";color:#fff;margin-right:5px}
.breadcrumb > li + li:before{color:#fff}
.breadcrumb .active{color:#fff}
.breadcrumb > li a{color:#fff}

/*#endregion*/
/*#region banner*/
.banner{position:relative;color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center}
.banner .breadcrumb:before{content:"" !important}
.banner .breadcrumb .active{color:#fff}
.banner .title{font-weight:600;margin-bottom:5px}
.banner .title:after{content:"";display:block;width:70px;height:3px;background:#FB7F1D;margin:4px auto 0}
.banner a{color:#fff}
.banner .overlay{position:absolute;width:100%;height:100% !important;left:0;top:0;background:rgba(0,0,0,0.6);z-index:1}
.banner-text{position:absolute;width:100%;top:00%;color:#7D7D7D;text-align:center;}
.banner-text h4,.banner-text h5{color:#0A3D74;font-size:2rem;font-weight:600}
.banner-summary{position:absolute;bottom:100px;width:100%;color:#fff}
.banner-summary h4{font-size:2.5rem;font-weight:600}
.banner-summary p{max-width:60%}
@media(max-width:768px) {
    .banner-text{ font-size: 0.875rem;}
    .banner-text h4,.banner-text h5{ font-size: 1rem;}
}
.banner-text.box1{top:20%;}
.banner-text.box1 .container-xl{height: 100%;}
.banner-text.box1 .text{height: 100%;}
.banner-text.box1 .text .t1{font-size: 48px;line-height: 48px;color:var(--theme-color);font-weight: 600;margin-bottom: 30px;}
.banner-text.box1 .text .t2{font-size: 20px;line-height: 24px;color:#6e6e6e;margin-bottom: 40px;}
.banner-text.box1 .more{background-color:var(--theme-color);padding:15px 40px;border-radius:30px;font-size: 16px;}
.banner-text.box1 .more i{margin-left: 10px;}
.banner-text.box1 .more:hover span{text-decoration:underline;}
@media(max-width:768px) {
	.banner-text.box1 .text .t1{font-size: 16px;line-height: 22px;margin-bottom: 10px;}
	.banner-text.box1 .text .t2{display: none;}
	.banner-text.box1 .more{padding:6px 12px;font-size: 12px;}
}
/*#endregion*/
/*#region container*/
.main-container{padding:20px 15px 15px}
.main{padding-top:0px}
.main-container{padding:20px 15px 15px}
.main{padding-top:0px}
/*#endregion*/
/*#region nav row*/
.nav-row-container {}
.nav-row{list-style:none;padding:0;margin-bottom:0;margin:auto;overflow:hidden}
.nav-row > li{float:left}
.nav-row>li>a{display:block;color:#777;font-size:14px;padding:14px 35px;background:transparent;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.nav-row>li>a:hover{color:#eee}
.nav-row>li>a.active,.nav-row .dropdown.active>a{background:#fff;color:#007AAF}
@media(max-width:1170px) {
    .nav-row>li>a { padding: 14px 20px;}
}
@media(max-width:576px) {
    .nav-row>li { width: 50%;margin-right: 0;margin-top: -1px;}
    .nav-row>li>a{border: 1px solid #fff;}
    .nav-row>li:nth-of-type(even)>a{ margin-left: -1px;}
    .nav-row>li>a{font-size: 14px;padding:10px 10px}
    .nav-row>li>a.active { background: #f2f2f2}
}
/*#endregion*/

/*#region heading*/

.heading{line-height:1;padding:40px 0 30px 0;overflow:hidden;text-align:center}
.heading h1,.heading h2,.heading h3,.heading h4{margin-bottom:0;display:inline-block;color:#064894}
.heading h1:after,.heading h2:after,.heading h3:after,.heading h4:after{display:block;content:"";width:32px;height:3px;background:#a61822;margin:3px auto 0}
.heading .breadcrumb{float:right;margin-bottom:10px;margin-top:3px}
@media(max-width:768px) {
    .heading{padding:20px 0 20px 0;}
    .heading h1,.heading h2,.heading h3,.heading h4 { /*font-size: 22px;*/font-size:20px;}
    .heading h1,.heading h2,.heading h3,.heading h4,.heading .breadcrumb{ float: none;}
}
/*#endregion*/
/*#region sidebar*/

.menu-complex{list-style:none;padding:0;text-align:center;max-width:1200px;margin:0 auto 25px;}
.menu-complex>li{display:inline-block;margin:0 3px 10px}
.menu-complex>li>a{display:block;padding:8px 10px;white-space:nowrap;background:#efefef;outline-width:0;border-radius:20px}
.menu-complex a:hover{/*background:#eee;*/background:#e81411;color:#fff}
.menu-complex a.active{background:#e81411;color:#fff}
.menu-complex .dropdown-submenu > a::after{margin-right:-5px}
.menu-complex .dropdown-menu{background:#fafafa}
@media(max-width:768px) {
    .menu-complex > li {width:100%;margin:0;}
    .menu-complex>li>a {border-radius:0;padding:10px 18px;border-bottom:1px solid #eee;background:#fff;}

}
.side-box{ background: #F2F2F2;padding: 5px;}
/*#endregion*/
/*#region list-row*/
.item-row{overflow:hidden}
.item-row .thumb{display:block;overflow:hidden}
.item-row .thumb .img-responsive{margin:auto;transition:all 0.2s ease-in}
.item-row .thumb:hover .img-responsive{transform:scale(1.05)}
.item-row .title{margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all ease 0.3s}
.item-row .title a{transition:all ease 0.3s}
.item-row .title-two{padding:7px;height:50px;line-height:1.43;overflow:hidden}
@media(max-width:576px) {
    .item-row .title-two{font-size:12px;height:44px}
}

.item-row  time:before{font-family:CmsFont-2;content:"\f017";margin-right:5px}

.item-row.article{margin-bottom:30px;padding:10px;color:#999;box-shadow:0 0 15px #dfdfdf;border:none}
.item-row.article .post-holder{padding:0}
.item-row.article .title{margin-bottom:8px;font-size:30px;font-weight:600}
.item-row.article .title a{color:#064894}
.item-row.article .title:hover a{color:#a61822}
.item-row.article .summary{color:#777;margin-bottom:6px;line-height:1.6}
.item-row.article time{display:block;font-size:0.75rem;color:#666;margin-bottom:10px}
.item-row.product{padding:15px 0;border-bottom:1px solid #eee;}
.item-row.product .post-holder{}
.item-row.product .title{margin-bottom:12px;font-size:18px;}
.item-row.product .title a{color:#333}
.item-row.product .title:hover a{color:#007aaf}
.item-row.product .summary{color:#777;margin-bottom:10px;line-height: 1.6}.item-row.product{padding:15px 0;border-bottom:1px solid #eee}
.item-row.product .post-holder{}
.item-row.product .title{margin-bottom:12px;font-size:18px}
.item-row.product .title a{color:#333}
.item-row.product .title:hover a{color:#007aaf}
.item-row.product .summary{color:#777;margin-bottom:10px;line-height:1.6}
/*#endregion*/
/*#region list-col*/
.item-col{position:relative;margin-bottom:25px;background:#fff;overflow:hidden}
.item-col .thumb,.item-col .magicthumb{display:block !important;margin:0px;overflow:hidden;text-align:center;line-height:1}
.item-col .thumb .img-responsive,.item-col .magicthumb .img-responsive{transition:all 0.3s ease 0.05s;margin:auto}
.item-col .thumb:hover .img-responsive,.item-col .magicthumb:hover .img-responsive{transform:scale(1.05);opacity:0.95}
.item-col .title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all ease 0.3s}
.item-col .title a{transition:all ease 0.3s}
.item-col .title-two{padding:7px;}
@media(max-width:576px) {
	.item-row.article .title{margin-top: 10px;}
    /*.item-col .title-two{ font-size: 12px;height: 44px;}*/
}

.item-col.article{border:1px solid #f2f2f2;transition:all 0.2s ease-in-out;box-shadow:0 10px 6px -6px #999}
.item-col.article:hover{box-shadow:0 16px 20px -9px #999}
.item-col.article .post-holder{padding:8px}
.item-col.article .title{padding:5px 0;font-weight:600;font-size:1rem}
.item-col.article .title a{color:#333}
.item-col.article .title:hover a{color:#007aaf}
.item-col.artcie .summary{color:#999}
.item-col.article time{font-size:0.75rem}
.item-col.product{}
.item-col.product .post-holder{padding:8px}
.item-col.product .title{padding:10px 6px;text-align:center}
.item-col.product .title a{color:#555}
.item-col.product .title:hover a{color:#007aaf}
.item-col.product .title a,.product .title-two a{color:#000;font-size: 18px;line-height: 26px;font-weight: 500;}
.item-col.product .title-two{background:#efefef}
.item-col.product .thumb{border:1px solid #eee}
@media(max-width:768px) {
    .item-col.product .title{padding:6px;}
    .item-col.product{margin-bottom:15px;}
    .item-row.article .title{margin-bottom:8px;font-size:22px;font-weight:600}
}

.item-col.certificate{background:#f7f7f7;padding:15px 15px 0 15px}
.item-col.certificate .title{padding:8px 6px;text-align:center}
.item-col.img-item{background:transparent}
.item-col.img-item>a{border:3px solid #fff}
.item-col.img-item .title{}
.item-col.img-item .title a{color:#666}
/*#endregion*/
/*#region article list*/
.item-list{list-style-type:none;margin:0;padding:0;margin-bottom:15px}
.item-list li{border-bottom:1px dashed #eee;padding:8px 0}
.item-list>li>a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:1rem}
.item-list>li>a:hover{color:#004e92}
.item-list>li>span{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:1rem}
.item-list li a:before{content:"●";color:#d32f0a;margin-right:8px;margin-left:4px}
.item-list li time{float:right;padding-right:5px;margin-left:8px;color:#999}
.item-list li>div{margin-top: 15px;}
.item-list li>div>p{margin-bottom:0px;}
/*#endregion*/
/*#region content-head-container*/
.product-head{}
.product-head .title{font-size:1.2rem;color:#777;font-weight:400;color:#000;border-bottom:1px solid #0368b8;padding-bottom:15px}
.product-head .title:before{content:">";margin-right:5px}
.product-head .dl-horizontal dt{font-weight:normal;text-align:left;float:left;width:160px;overflow:hidden;clear:left;text-overflow:ellipsis;white-space:nowrap}
.product-service{text-align:center;padding:10px;background:#f6f6f6;display:flex;flex-wrap:wrap}
.product-service>a:first-child{margin-right:12px}
.product-service .social{display:inline-block;padding-left:8px}
.product-feedback{display:inline-block;background:#F3912C;color:#fff;padding:6px}
.product-down{display:inline-block;background:#DD0804;color:#fff;padding:6px}
/*#endregion*/
/*#region thumb-items*/
.thumb-selectors {overflow: hidden;clear: both;margin:0 0 10px 0;padding:15px;}
.thumb-selectors>span{display:block;width:20%;float:left;padding:0 4px;}
.thumb-selectors a{}
.thumb-selectors>img{max-height: 80px;margin:auto;}
/*#endregion*/
/*#region content-wrapper*/
.content-wrapper{line-height:1.8;margin-bottom:20px;overflow:hidden;clear:both}
.content-wrapper.border{border:1px solid #DCDCDC}
.content-wrapper iframe{max-width:100%}
/*.content-wrapper .table-responsve-md*/
.content-wrapper .header-pro{border-bottom:1px solid #e5e5e5;margin-bottom:25px;line-height:1.5;background:#f2f2f2}
.content-wrapper .header-pro>span{display:inline-block;margin-top:-1px;background:#fff;padding:8px 20px;border-top:3px solid #e04942}
.content-wrapper .title{text-align:center;font-size:1.3rem;margin-bottom:0;font-weight:400;color:#000}
.content-wrapper .summary{font-size:0.75rem;text-align:center;color:#999;margin-bottom:15px;padding:6px 10px;border-bottom:1px dotted #000}
.content-wrapper .summary span+span{margin-left:20px}
.content-wrapper .summary .fa{margin-right:5px}

.content-wrapper .content{padding:15px}

.content-wrapper p img{display:block;text-indent:0}
.content-wrapper img{max-width:100% !important;height:auto !important}
.content-wrapper table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}
.content-wrapper table p{margin-bottom:0}
/*#endregion*/
/*#region content table container*/
.table-wrapper table th,.table-wrapper table td{padding:5px;vertical-align:middle;font-size:14px;border:1px solid #dee2e6}
.table-wrapper table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.03)}
.table-wrapper table tbody tr:hover{background-color:#dee2e6;color:#555}
.table-center .th,.table-center td{text-align:center}
@media (max-width: 575.98px) {
    .table-wrapper-sm table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media(max-width:768px) {
	.content-wrapper{overflow:auto;overflow-y:scroll;}
    .content-wrapper iframe { height:200px; }
    .table-wrapper-md table {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
	.product-thumb{overflow:hidden;}
	
}
@media (max-width: 991.98px) {
    .content-wrapper iframe { height:400px; }
    .table-res-lg table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 1199.98px) {
    .table-wrapper-xl table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
/*#endregion*/
/*#region sub content*/
.sub-heading{position:relative;background:#f2f2f2;padding:8px;font-size:20px;margin-bottom:20px;font-weight:400}
.sub-heading:before{font-family:CmsFont-2;content:"\f105";margin-right:8px}
.sub-heading:after{position:absolute;bottom:0;left:0;content:"";width:200px;height:2px;background:#ff8600}
.sub-heading.product{background:#035398;color:#fff}
.sub-heading.product:after{display:none}
/*region download*/
.down-item{margin-bottom:30px}
.down-item h6{font-size:0.875rem;font-weight:600}
.down-item span{color:#666}
.down-item .btn{font-size:0.75rem;padding:3px 12px}
/*#endregion*/
/*#region feedback*/
.form-feedback{padding:0;margin-bottom:20px;}
.form-feedback h4{font-size:28px;font-weight:700;margin-bottom:25px;color:#333}
.form-feedback .form-control{border-radius:0;border-color:#EBEBEB;font-size:14px;height:40px;padding:8px 12px}
.form-feedback textarea.form-control{height:auto}
.form-feedback .btn{font-size:14px;padding:9px 20px;background:var(--theme-color);border-color:var(--theme-color);color:#fff}
@media(max-width:768px){
	.form-feedback .btn{width:100%}
}
/*#endregion*/
/*#region contact*/

.contact-wrapper .title{color:#000;font-size:1.5rem}
.contact-wrapper .icon{margin-right:10px}
.contact-wrapper .contact-box{display:flex;margin-bottom:40px}
.contact-wrapper .contact-box .text{margin-left:18px}
.contact-wrapper .contact-box .text h4{font-size:18px;text-transform:uppercase;line-height:24px;margin-top:20px;color:#151515}
.contact-wrapper .contact-box .text p{font-size:14px;line-height:18px;color:#151515}
.contact-wrapper .contact-peo{width:30%;display:flex;align-items:center;margin-bottom:15px}
.peo-list{display:flex;flex-wrap:wrap;padding:0 30px}
.contact-wrapper .contact-peo .text{margin-left:25px}
.contact-wrapper .contact-peo .text p{font-size:14px;line-height:24px;margin-bottom:0;color:#151515}
@media(max-width:768px) {
	.contact-wrapper .contact-box .text h4{margin-top: 0;}
    .contact-wrapper .contact-peo{width:100%;padding:0}
    .peo-list{display:flex;flex-wrap:wrap;padding:0px}
	.contact-wrapper .contact-box{margin-bottom: 10px;}
	.contact-wrapper .contact-box .img{width: 60px;min-width: 60px;}
	.contact-wrapper .contact-box .img img{width: 100%;;}
}

/*#endregion*/

.new-home-news{padding:110px 0 125px;background-color:#f1f1f4;}
.new-home-news .title{font-size: 36px;line-height: 36px;text-align: center;font-weight:600;color:var(--theme-color);margin-bottom: 70px;}
.new-home-news .item{display: flex;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow: -1px 17px 24px 0px rgba(0, 0, 0, 0.04);}
.new-home-news .item .img{position:relative;flex:35%;display: flex;align-items: center;justify-content: center;}
.new-home-news .item .img a{position:absolute;top:0;bottom: 0;left: 0;right: 0;}
.new-home-news .item .text{padding:10px 20px;flex:65%;}
.new-home-news .item .text .t1{font-size: 17px;font-weight: 600;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.new-home-news .item .text .t2{font-size: 14px;line-height: 22px;color:#5a5a5a;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.new-home-news .more{padding:4px 25px;background-color:var(--theme-color);border-radius:20px;color:#fff;display:inline-block;margin-top: 10px;}
/*#endregion*/
/*#region homepage*/
.home-title{text-align: center;padding:40px 0 30px 0}
.home-title .subtitle{font-size: 18px;}
.home-title .title{margin-bottom:10px;font-size:30px;font-weight:bold;color:#1a4b86;}
@media(max-width:768px) {
	.new-home-news{padding:30px 0;}
	.new-home-news .title{font-size: 24px;line-height: 24px;margin-bottom: 30px;}
    .home-title{padding:20px 0 15px 0;}
	.new-home-news .item{margin-bottom: 20px;}
}
.home-title .title2{position:relative}
.home-title .title2:after{display:block;content:"";width:30px;height:4px;background:#1a4b86;margin:8px auto 0}
.home-pra{background:#1a4b85;color:#fff;padding:30px 0}
.home-pra .title{font-weight:bold}
.home-pra-social{text-align:center;margin:15px 0}
.home-pra-social i{margin-right:5px}
.home-pra-social a{padding:10px 15px;border-radius:20px;display:inline-block}
.all-products{color:#fff;margin-right:20px;background:#e7160f}
.send-enquiry{background:#fff;border:1px solid #ff8500}
.item-col.home-product{position:relative;background:#f1f0f5;margin:0;border:1px solid #fff}
.home-product-title{position:absolute;left:30px;bottom:30px}
.home-product-title .title-two{width:200px;float:left}
.home-product-title .more{display:inline-block;border-radius:5px;overflow:hidden;background:#fff;padding-right:20px;font-weight:bold;color:#1a4b85}
.home-product-title .more:before{content:">";padding:15px 20px;background:#1a4b85;color:#fff;display:inline-block;margin-right:20px;font-weight:400}
.home-product-more{background-color: var(--theme-color);padding:15px 40px;border-radius: 30px;font-size: 16px;color:#fff;margin-top:90px;display: inline-block;}
.home-product-more:hover{color:#fff;}
.item-col.home-product .pro-img{position:absolute;z-index:9;bottom: 15px;right: 15px;}

@media(max-width:768px) {
    .item-col.home-product .home-product-more{margin:25px 0 15px 0;padding:8px 30px;}
	.home-product-more{margin-top: 20px;}
	.home-title .title{/*font-size: 24px;*/font-size: 20px;}
	.home-title .subtitle{/*font-size: 14px;*/font-size: 12px;line-height: 22px;}
	.home-product-title{position:relative;left: 0;bottom: 0;}
	.item-col.home-product .pro-img{display: none;}
}
.home-choose{text-align:center}
.home-choose h6{font-weight:bold;color:#000}
.home-choose p{font-size:12px}
.home-choose .more{border:1px solid #eee;padding:12px 25px;margin:25px 0 10px 0;display:inline-block}
.home-choose .more:before{content:"+";font-weight:bold}
.home-sata{text-align:center;padding:40px 0}
.home-sata .row>div{border-left:1px solid #eee}
.home-sata .row>div:first-child{border:none}
.home-sata h6{color:#3264a1;font-weight:bold;font-size:35px}
.home-sata h6>span{color:#666;font-size:12px;font-weight:400}
@media(max-width:768px) {
    .home-sata{padding:30px 0;}
    .home-sata .row>div{border:none;}
}
.home-about{padding-top:80px;overflow:hidden;}
.about-tab{margin-bottom:90px;}
.about-tab .tab{display: flex;justify-content:space-between;--transform-xkewX-about:14deg;}
.about-tab .item{width:calc(100% / 6 - 20px);box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3;transform:skewX(var(--transform-xkewX-about));position:relative;transition:.6s ease-in-out;background-color:#fff;}
.about-tab .item-box{height: 100%;display: flex;justify-content: center;align-items: flex-start;padding:30px 10px 20px;transform:skewX(calc(0deg - var(--transform-xkewX-about)))}
.about-tab .item-box .img{min-width:50px;margin-right: 5px;}
.about-tab .item-box span{font-size: 30px;font-weight: 600;}
.about-tab .item-box .t1{color:var(--theme-color);font-size: 16px;display: flex;align-items: center;line-height: 24px;}
.about-tab .item-box .t2{font-size: 16px;line-height: 24px;color:#999;}
.about-tab .item::before{content:'';display: inline-block;width:100%;height:5px;position:absolute;top:0;background-color:var(--theme-color);transition:.6s ease-in-out}
.about-tab .item:hover::before{height: 100%;}
.about-tab .item:hover .t1{color:#fff;transition:.6s ease-in-out}
.about-tab .item:hover .t2{color:#fff;transition:.6s ease-in-out}
.about-tab .item:hover .item-box .img{filter: brightness(0) invert(1);transition:.6s ease-in-out}
@media(max-width:768px) {
	.about-tab{margin-bottom: 30px;}
	.about-tab .tab{flex-wrap: wrap;--transform-xkewX-about:0deg;}
	.about-tab .item{width:calc(100% / 2 - 5px);margin-bottom: 10px;}
	.about-tab .item:hover::before{height:5px;}
	.about-tab .item:hover .t1{color:var(--theme-color)}
	.about-tab .item:hover .t2{color:#999;}
	.about-tab .item:hover .item-box .img{filter:none;}
	.about-tab .item-box{align-items: center;justify-content:flex-start;}
	.about-tab .item-box .t2{font-size: 14px;line-height: 22px;}
	.about-tab .item-box .img{min-width:20px;width:20px;}
}
.about-qua{display: flex;position:relative;}
.about-qua>div{flex:50%;position:relative;}
.about-qua .img-video{position:absolute;cursor:pointer;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 9;}
.about-qua .text{background-color:#f3f4f6;margin-top:-150px;z-index:-1;position:relative;}
.about-qua .text::after{content:'';display:inline-block;width:300px;height:100%;background-color:#f3f4f6;position:absolute;left:-150px;transform:skewX(15deg);}
.about-qua .text-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.about-qua .text-box .text-1{max-width:600px;margin:0 0 0 auto;}
.about-qua .t1{font-size: 16px;line-height: 24px;}
.about-qua .t2{font-size: 38px;line-height: 42px;font-weight: 600;padding:20px 0;}
.about-qua .t2 span:nth-child(1){color:var(--theme-color);}
.about-qua .t2 span:nth-child(2){color:#d12522;}
.about-qua .t3{font-size: 16px;line-height:32px;}
.about-qua .more{background-color: var(--theme-color);padding:15px 40px;border-radius: 30px;font-size: 16px;color:#fff;margin:20px 0 0 auto;display: table;}
.about-qua .more:hover span{text-decoration:underline}
@media(max-width:768px) {
	.about-qua{flex-direction: column;}
	.about-qua .text{display: none;}
	.about-qua .text-box{position:relative;top:0;left:0;transform:none;}
	.about-qua .text-box .text-1{margin:20px 0 0 auto;}
	.about-qua .t2{/*font-size: 24px;*/font-size:20px;line-height: 28px;}
	.about-qua .t3{font-size: 14px;line-height: 22px;}
}
.about-text-box{background-color:#fff;margin-top:-115px;z-index:9;position:relative;padding:60px 50px;}
.about-text-box .text{display:flex;flex-wrap:wrap;max-width:1200px;}
.about-text-box .text-1{flex:50%;}
.about-text-box .text-2{flex:50%;}
.about-text-box .t1{color:var(--theme-color);font-size: 38px;font-weight: 600;line-height: 42px;margin-bottom: 20px;}
.about-text-box .t1::before{content:'';width: 80px;height:4px;display:block;background-color:var(--theme-color);margin-bottom: 20px;}
.about-text-box .t2{font-size: 15px;line-height:26px;padding-right:50px;}
.about-text-box .t2 p{margin-bottom:0;}
.about-text-box .t2 p::before{content:'\f105';font-family:'CmsFont-2';font-weight: 600;color:var(--theme-color);margin-right: 10px;}
.about-text-box .t3{font-size: 15px;line-height: 26px;}
@media(max-width:1530px) {
	.about-text-box{margin-top: -50px;}
}
@media(max-width:768px) {
    .home-about{padding-top:20px;}
    .home-about .title{padding-top:25px;}
}
@media(max-width:768px) {
	.about-text-box{margin-top: 0;padding:20px 0;}
	.about-text-box .text{flex-direction:column;}
	.about-text-box .t1{font-size: 14px;line-height: 28px;}
	.about-text-box .t1::before{margin-bottom: 10px;}
	.about-text-box .t2{padding-right: 0;font-size: 14px;line-height: 22px;}
	.about-text-box .t3{font-size: 14px;line-height: 22px;}
	.about-text-box .text-2{margin-top: 30px;}
}
.home-sample{padding:60px 0;background:linear-gradient(180deg,#fff calc(100% - 530px),#f1f1f4 200px);}
.home-sample .title{font-size: 30px;text-align: center;font-weight: 600;color:var(--theme-color);}
.home-sample .subtitle{text-align: center;font-size: 18px;line-height: 24px;}
.home-sample .sample-box{margin-top: 60px;position:relative;}
.home-sample .sample-icon{position:absolute;top:0;}
.home-sample .sample-box .text{position:absolute;width:50%;background-color:#fff;z-index: 3;top:50%;left:0;border-radius:20px;padding:30px;transform: translateY(-50%);box-shadow: -1px 20px 43px 0px rgba(2, 55, 102, 0.08);}
.home-sample .sample-box .text .t1{font-size: 30px;font-weight: 600;line-height: 30px;}
.home-sample .sample-box .text .t2{font-size: 16px;line-height: 30px;margin-top: 30px;}
.home-sample .sample-box .img{max-width:740px;width: 100%;background-color: #f1f1f4;margin:0 0 0 auto;border-radius:30px;padding:30px;}
.home-sample .swiper-sample{}
.home-sample .sample-box .img img{border-radius:10px;box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);}
.home-sample .sample-box .img .col-6:nth-child(-n+2){margin-bottom: 30px;}
.home-sample .more{display: table;padding:15px 40px;margin:0 auto;text-align: center;margin-top:40px;background-color:var(--theme-color);border-radius:30px;color:#fff;}
.swiper-button-next.sample-next::after,.swiper-button-prev.sample-prev::after{font-family:'CmsFont-2';font-size:24px;color:#000;transition:all .6s;}
.swiper-button-next.sample-next:hover::after,.swiper-button-prev.sample-prev:hover::after{color:#fff;}
.swiper-button-next.sample-next::after{content:'\f061';}
.swiper-button-prev.sample-prev::after{content:'\f060';}
.swiper-button-next.sample-next,.swiper-button-prev.sample-prev{bottom:-46px;top:inherit;width: 46px;height: 46px;border-radius:5px;transition:.6s ease-in-out;display: flex;align-items: center;justify-content: center;}
.swiper-button-next.sample-next:hover,.swiper-button-prev.sample-prev:hover{background-color:#87b0d3;}
.swiper-button-prev.sample-next{right:46px;}
.swiper-button-prev.sample-prev{right:46px;left:inherit;}
@media(max-width:768px) {
	.home-sample{padding:30px 0}
	.home-sample .title{font-size: 24px;line-height: 28px;margin-bottom: 15px;}
	.home-sample .subtitle{font-size: 14px;line-height: 22px;}
	.home-sample .sample-icon{display: none;}
	.home-sample .sample-box{margin-top: 30px;''}
	.home-sample .sample-box .text{position:inherit;transform:none;width: 100%;padding: 10px;}
	.home-sample .sample-box .text .t1{font-size: 20px;line-height: 24px;}
	.home-sample .sample-box .text .t2{font-size: 14px;line-height: 24px;margin-top:10px;}
	.home-sample .sample-box .img{padding:10px;}
	.swiper-button-next.sample-next,.swiper-button-prev.sample-prev{display: none;}
}

.home-machining{display: flex;padding:150px 0;}
.home-machining .img{flex:37%;border-radius: 10px;overflow: hidden;}
.home-machining .text{flex:63%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding:0 60px;}
.home-machining .text .t1{font-size: 36px;line-height: 36px;color:var(--theme-color);}
.home-machining .text .t1 span{font-weight: 600;}
.home-machining .text .t2{font-size: 17px;line-height: 28px;color:#999;margin:15px 0 30px;}
.home-machining .text .t3{width: 100%;display: flex;padding:20px 10px 10px;box-shadow:0px 10px 10px -6px rgba(0, 0, 0, 0.12);border-radius:0 0 5px 5px;}
.home-machining .text .t3 p{flex:calc(100% / 3);display: flex;align-items: center;font-size: 17px;;height: 28px;font-weight: 500;}
.home-machining .text .t3 span{display: flex;justify-content: center;align-items: center;width: 44px;height: 44px;background-color: var(--theme-color);border-radius:5px;margin-right: 10px;font-size: 30px;font-weight: 500;color: #fff;}
.home-machining .text .more{margin-top: 50px;display:inlinfe-block;padding:15px 40px;background-color:var(--theme-color);border-radius:30px;color:#fff;}
@media(max-width:768px) {
	.home-machining{padding:30px 0;flex-direction:column;}
	.home-machining .text{padding:0;}
	.home-machining .text .t1{font-size: 24px;line-height: 28px;}
	.home-machining .text .t2{font-size: 14px;line-height: 22px;}
	.home-machining .text .t3{flex-direction:column;}
	.home-machining .text .more{margin:30px auto 0;}
}
.home-service p{margin-bottom: 0;}
.home-service{padding:90px 0 50px;background:url(../images/home-service-bg.jpg) no-repeat;}
.home-service .title{font-size: 36px;line-height: 36px;text-align: center;font-weight: 600;color:#fff;margin-bottom: 50px;}
.home-service .item{background-color:#fff;margin-bottom: 40px;padding:40px;height: 280px;}
.home-service .item .t1{display: flex;align-items: center;font-size: 20px;line-height: 20px;color:#1b4b85;font-weight: 500;}
.home-service .item .t1 span{font-size: 60px;font-weight: 600;line-height: 60px;color:#dae7f1;margin-right: 10px;}
.home-service .item .t2{font-size: 16px;line-height: 24px;color:#535353;}
.home-service .more{display:table;margin:30px auto 0;padding:15px 40px;background-color:var(--theme-color);border-radius:30px;color:#fff;}
@media(max-width:768px) {
	.home-service{padding:90px 0 70px;background:url(../images/home-service-bg.jpg);}
	.home-service{padding:30px 0;}
	.home-service .title{/*font-size: 24px;*/font-size:18px;line-height: 28px;margin-bottom: 20px;}
	.home-service .item{padding:15px;margin-bottom: 20px;height: auto;}
	.home-service .item .t1{font-size: 16px;}
	.home-service .item .t2{/*font-size: 14px;*/font-size: 12px;line-height: 22px;}
}
.home-who{padding:150px 0 100px;}
.home-who .title{text-align: center;font-size: 36px;line-height: 42px;color:var(--theme-color);font-weight: 600;}
.home-who .who-box{margin-top: 60px;display: flex;}
.home-who .who-box .img{flex:40%;}
.home-who .who-box .text{flex:60%;padding-left:40px;display: flex;flex-direction:column;justify-content: center;}
.home-who .who-box .text .t1{font-size: 36px;line-height: 36px;font-weight:600;}
.home-who .who-box .text .t1::after{content:'';display: block;width:60px;height:4px;background-color:var(--theme-color);margin:20px 0;}
.home-who .who-box .text .t2{font-size:16px;line-height: 36px;color:#666;}
.home-who .who-box .text .more{display:table;margin:50px auto 0 0;padding:15px 40px;background-color:var(--theme-color);border-radius:30px;color:#fff;}
.home-news {margin-bottom:30px;}
.home-news .item-row.article{background:#f0f0f0;box-shadow:none;padding:15px 10px;}
.home-news .item-row.article{margin-right:3px;}
@media(max-width:768px) {
	.home-who{padding:30px 0;}
	.home-who .title{/*font-size: 24px;*/font-size: 20px;line-height: 28px;}
	.home-who .who-box{margin-top: 30px;flex-direction: column;}
	.home-who .who-box .text{padding-left: 0;}
	.home-who .who-box .text .t1{font-size: 24px;line-height: 28px;}
	.home-who .who-box .text .t2{font-size: 14px;line-height: 22px;}
	.home-who .who-box .text .more{margin:20px auto;}
}
.home-news .item-row.article .title{font-weight:bold;border-bottom:1px solid #d5d5d5;padding-bottom:10px;}
.home-news .item-row.article .title:before{content:">";font-weight:400;margin-right:5px;}
.home-news .more{padding:4px 25px;background:#014b94;border-radius:20px;color:#fff;display:inline-block;margin-top:10px;}
@media(max-width:768px) {
    .home-news .item-row.article{margin-right:0;margin-bottom:15px;}
    .home-news {margin-bottom:0px;}
}
/*#endregion*/
/*#region other*/
.bg-gray {background: #f7f7f7;/*padding-bottom: 50px;*/padding-bottom:30px;}
@media(max-width:768px) {
    .bg-gray{padding-bottom:0;}
}
.list-unstyled.product li:before{content:"●";color:#014b94;padding-right:5px;}
.hot-product-border{border-left:1px solid #eee;}
@media(max-width:768px){
    .hot-product-border{border-left:none;}
}
.recommend .title{margin-bottom:3px;padding:18px 0;background:transparent;color:#014b94;font-weight:400}
.recommend .title:before{content:"";border-left:4px solid #e81411;padding-left:18px}
.message-heading .title{color:#014b94;font-weight:400}
.message-heading .title:before{content:">";margin-right:5px}
.message-heading>p>a{color:#0078df}
.line-height{line-height:40px}
.product-capcity{border:1px solid #eee;border-radius:5px}
.product-capcity .title{background:#1b4f98;color:#fff;border-radius:5px 5px 0 0;padding:10px;text-align:left}
.main-products{padding:15px 15px 0 15px;border:1px solid #eee;border-radius:5px}
.main-products .item-col.product .title-two{background:transparent}
.global-solution .title{color:#064894;font-weight:bold;font-size:1.4rem;margin-bottom:20px}
.global-solution p{margin:0}
.global-solution .row:nth-child(odd) .title:after{content:"●";color:#ff1107;margin-left:5px}
.global-solution .row:nth-child(even) .title:before{content:"●";color:#ff1107;margin-right:5px}
.global-solution .row:nth-child(odd){text-align:right}
.global-solution .row:nth-child(even) img{float:right}
.global-solution [class*="col-"]{padding-bottom:30px}
.global-solution .row .col-md-6:nth-child(2){text-align:left}
.global-solution .row:nth-child(2n) .col-md-6:nth-child(1){order:13}
@media(max-width:768px) {
    .global-solution .title{margin-bottom:10px;}
    .global-solution .title:after,.global-solution .title:before{display:none;}
    .global-solution [class*="col-"]{padding-bottom:15px;}
    .global-solution .row:nth-child(odd){text-align:left;}
    .global-solution .row:nth-child(even) img{float:none;}
}
.product-range h4.title{color:#000;font-size:1.2rem;}
.product-range .item-col.product .title-two{background:transparent;}
.product-application .title{background:#1b4f98;color:#fff;border-radius:20px;padding:8px 25px;display:inline-block;font-size:1.2rem;margin-bottom:40px;}
.product-application .more{background-color: var(--theme-color);padding:8px 25px;border-radius: 30px;font-size: 16px;color: #fff;margin: 0 0 0 auto;display: table;}
@media(max-width:768px) {
    .product-application .title{margin-bottom:20px;}
}
/*#endregion*/
.qq-share{color:#fff;background:#064894;padding:3px;border-radius:50%;text-align:center;display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:8px}
.weixin-share{color:#fff;background:#36a63a;padding:3px;display:flex;align-items:center;justify-content:center;border-radius:50%;text-align:center;width:32px;height:32px;position:relative;margin-left:8px}
.weixin-share i{color:#fff}
.weixin-ewm{position:absolute;top:40px;right:0px;display:none;transition:all 0.3s;z-index:999}
.weixin-ewm img{width:250px;height:250px}
.weixin-share:hover .weixin-ewm{display:block}

/*手机端底部菜单*/
.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:48px;background:#014b94;z-index:999;display:flex;border-top:2px solid #fff}
.mobile-nav .item{width:25%;border-left:1px solid rgba(255,255,255,.2)}
.mobile-nav .item a{font-size:12px;color:#fff;display:block;text-align:center;line-height:20px;padding-top:8px}
.mobile-nav .item:first-child{border-left:0px}
.mobile-nav .item a:before{font-family:CmsFont-2;font-size:14px;color:#fff;display:block;line-height:16px}
.mobile-nav .mobile-nav-home:before{content:"\f80a";font-family:CmsFont-2;font-size:14px}
.mobile-nav .mobile-nav-pro:before{content:"\f07a";font-family:CmsFont-2;font-size:14px}
.mobile-nav .mobile-nav-tel:before{content:"";font-family:CmsFont-2;font-size:14px}
.mobile-nav .mobile-nav-feedback:before{content:"\f0e0";font-family:CmsFont-2;font-size:14px}

.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal h2{font-size:20px;text-align:center}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}
.reveal-modal-pro{visibility:hidden;top:0;left:0;width:100%;position:absolute;z-index:1001;background-color:#f7f7f7;height:100vh;overflow-y:auto}
.reveal-modal-pro h2{width:100%;text-align:center;font-size:18px;text-transform:uppercase;line-height:45px;background:#fff;margin-bottom:0}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;margin-bottom:0}
.reveal-modal-pro ul,.reveal-modal-pro ul li{list-style:none;padding:0;margin:0}
.reveal-modal-pro .mb-pro-nav>li{border-top:1px solid #fff;border-bottom:1px solid #ddd;font-size:14px;line-height:1.2;text-transform:capitalize;position:relative}
.reveal-modal-pro .mb-pro-nav>li>a{padding-left:20px}
.reveal-modal-pro .mb-pro-nav>li a{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px}
.reveal-modal-pro .mb-pro-nav>li ul{display:none}
.reveal-modal-pro .mb-pro-nav .hasul>a:after{content:'\f107';font-family:CmsFont-2;color:#999;font-size:18px;position:absolute;width:12px;height:18px;line-height:18px;text-align:center;right:10px;top:13px;font-weight:400}
.reveal-modal-pro .mb-pro-nav>li.active>a{font-weight:bold;background:#eee}
.reveal-modal-pro .mb-pro-nav>li.active{background:#eee;border-bottom:3px solid #dadada}
.reveal-modal-pro .mb-pro-nav>li ul li{border-top:1px dotted #ccc;font-size:12px}
.reveal-modal-pro .mb-pro-nav>li ul li a{padding-left:36px}
.reveal-modal-pro .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:42px;padding:15px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
}
.table-wrapper table.table-white tbody tr:nth-of-type(odd),.table-wrapper table.table-white tbody tr:hover{background-color: transparent;}


@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
    .hot-pro{display:none}
}

/* new */
.copy-link{display:flex;}
.copy-link a,.copy-link span{margin:0 10px 0 0;cursor:pointer;opacity:1}

.footer{/*background:url(../images/footer-bg.jpg) no-repeat top center / cover;*/padding-top: 60px;background:#004e92;}
.footer-top{/*padding-bottom: 40px;*/border-bottom:1px solid rgba(255,255,255,0.26);}
.footer-top-text{font-size: 36px;line-height: 40px;color:#fff;font-weight: 600;padding:30px 0;}

.footer-from{}
.footer-from .form-feedback .form-control{background-color:transparent;border:transparent;border-bottom:1px solid #fff;border-radius:0 !important;color:#fff;}
.footer-from .form-feedback textarea.form-control{}
.footer-from input::placeholder,.footer-from textarea::placeholder{color:#fff;}
.footer-from .form-feedback .btn{background-color:var(--theme-color);border-color:var(--theme-color);}
.footer-bottom{/*margin-top: 60px;*/margin-top:38px;}
.footer-bottom .bottom-title{font-size: 36px;font-weight: 600;color: #fff;}
.footer-bottom .pro-quick{display: flex;flex-wrap:wrap;}
.footer-bottom .pro-quick a{flex:50%;color:#fff;font-size: 18px;line-height: 40px;}
.footer-bottom .pro-quick a:hover{text-decoration:underline}
.footer-bottom .footer-contact,.footer-bottom .footer-contact a{display:flex;flex-wrap:wrap;color:#fff;}
.footer-bottom .footer-contact .item{font-size:16px;line-height: 40px;flex:50%;}
.footer-bottom .footer-contact a.item:hover{text-decoration:underline;}
.footer-bottom .footer-contact .item:nth-child(1){flex:100%;}
.footer-bottom .footer-contact span{margin-right: 10px;}
.footer-bottom-2{background-color:var(--theme-color);color:#fff;height: 80px;display: flex;align-items: center;justify-content: space-between;margin-top:60px;border-top: 1px solid rgba(255,255,255,0.26);}
@media(max-width:768px) {
	.footer{margin-bottom: 0;padding-top: 30px;}
	.footer-logo{width: 100%;text-align: center}
    .footer-logo span{
       display: block;
    }
	/*.footer-logo img{!*width: 100%;*!width:80%;}*/
	.footer-top{padding-bottom:10px;}
	.footer-top-text{/*font-size: 18px;*/font-size: 16px;line-height: 24px;padding: 10px 0px;}
	.footer-top-text br{display: none;}
	.footer-bottom{margin-top: 20px;}
	.footer-bottom .bottom-title{font-size: 24px;line-height: 28px;}
	.footer-bottom .pro-quick a{flex:100%;font-size: 16px;line-height: 28px;}
	.footer-bottom .footer-contact .item{font-size: 16px;line-height: 28px;flex:100%;}
	.footer-bottom-2{margin-top: 30px;/*padding:10px 0;*/padding:10px 0px;display: block;text-align:center;}
	.footer-bottom-2 p{margin-bottom:5px;}
	.copy-link{justify-content:center;}
}
.new-about-wrapper{padding:90px 0 0;}
.new-about-top{}
.new-about-top .t1{font-size: 36px;font-weight: 600;color: var(--theme-color);}
.new-about-top .t2{font-size: 28px;font-weight: 600;color:#5c5c5c;}
.new-about-top .t3{font-size: 18px;font-weight: 500;}
.new-about-top .t2::after{content:'';display:block;margin:20px 0;width:80px;height: 4px;background-color:var(--theme-color);}
.new-about-nr{margin:50px 0;display:flex;}
.new-about-nr .img{flex:50%;box-shadow: 3px 7px 49px 0px rgba(0, 0, 0, 0.13);}
.new-about-nr .text{flex:50%;padding-left:55px;color:#666;font-size: 15px;line-height: 24px;display: flex;align-items: center;}
@media(max-width:768px) {
	.new-about-wrapper{padding:30px 0;}
	.new-about-top .t1{font-size: 24px;}
	.new-about-top .t2{/*font-size: 18px;*/font-size: 15px;}
	.new-about-top .t3{font-size: 14px;}
	.new-about-nr{flex-direction:column;margin-bottom: 0;}
	.new-about-nr .text{padding-left: 0;margin-top: 20px;font-size: 14px;line-height: 22px;}
}
.table-box{}
.table-box .table-title{font-size: 23px;line-height: 24px;font-weight: 600;color: #5c5c5c;margin:30px 0 20px;}
.table-box .table-wrapper table td{padding:5px 5px 0px 20px;line-height: 36px;}
@media(max-width:768px) {
	
}
.about-group{display: flex;justify-content:space-evenly;align-items: center;box-shadow: 5px 12px 16px 0px rgba(9, 39, 131, 0.07);border-radius: 20px;border: solid 1px #f1f3f8;background-color:#fff;position:relative;}
.about-group .item{display:flex;padding:50px 0;}
.about-group .item .img{background-color:var(--theme-color);width: 56px;height: 56px;display: flex;align-items: center;justify-content: center;border-radius:15px;margin-right: 15px;}
.about-group .item .text{display: flex;flex-direction:column;}
.about-group .item .text .t1{display:flex;line-height: 33px;}
.about-group .item .text .t1 .num{font-size: 40px;font-weight: 600;color: var(--theme-color);}
.about-group .item .text .t2{font-size: 20px;color:#8c8a8a;}
.about-group .item .text .t1 span{font-size: 20px;color:var(--theme-color);}
.about-group .item:nth-child(2) .text .t1 span{line-height: 22px;}
.about-group .item:nth-child(n+3) .text .t1 span{font-size: 40px;font-weight: bold;}

.new-about-list{margin-top: -50px;}
.new-about-list .bg-gray{padding-top: 160px;padding-bottom: 0;}
@media(max-width:768px) {
	.about-group{flex-wrap:wrap;}
	.about-group .item{padding:15px 0;flex:50%;justify-content: center;}
	.new-about-list{margin-top: 20px;}
	.new-about-list .bg-gray{padding-top: 30px;}
	.about-group .item .img{margin-right: 10px;}
	.about-group .item .img img{width: 60%;}
	.about-group .item .img{width: 28px;height: 28px;}
	.about-group .item .text .t1 .num{font-size: 26px;}
	.about-group .item .text .t1 span{font-size: 16px;}
	.about-group .item .text .t2{font-size: 14px;}
	.about-group .item:nth-child(n+3) .text .t1 span{font-size: 22px;}
}
.list-reft-right{display: flex;flex-direction: column;}
.list-reft-right .item{display:flex;}
.list-reft-right .item:nth-child(even){flex-direction:row-reverse;}
.list-reft-right .item .img{flex:50%;}
.list-reft-right .item .text{flex:50%;display: flex;flex-direction:column;justify-content: center;}
.list-reft-right .item:nth-child(odd) .text{padding-left: 50px;}
.list-reft-right .item:nth-child(even) .text{padding-right: 50px;}
.list-reft-right .item .text .t1{font-size: 32px;line-height: 40px;font-weight:600;color:var(--theme-color);margin-bottom: 20px;}
.list-reft-right .item .text .t2{font-size: 16px;line-height: 27px;color:#525252;}
.list-reft-right .item .text .more{display: table;padding:15px 40px;margin:0 auto 0 0;text-align: center;margin-top:40px;background-color:var(--theme-color);border-radius:30px;color:#fff;}
.new-about-services{padding:90px 0;}
.new-about-services .title{background-color:var(--theme-color);color:#fff;margin:0 auto;padding:20px;display:table;font-size: 32px;font-weight:600;position:relative;}
.new-about-services .title::before{content:'';position:absolute;top:0;left:0;transform:translateX(-51%) skewX(-12deg);display: inline-block;width:40px;height:100%;border-radius:15px 0 0 15px;background-color:var(--theme-color);}
.new-about-services .title::after{content:'';position:absolute;top:0;right:0;transform:translateX(51%) skewX(12deg);display: inline-block;width:40px;height:100%;border-radius:0 15px 15px 0;background-color:var(--theme-color);}
.new-about-services .about-services-box{margin-top:65px;display:flex;justify-content:space-between;}
.new-about-services .about-services-box .item{width:23%;}
.new-about-services .about-services-box .text{text-align: center;font-size: 18px;font-weight: 500;padding-top:20px;}
@media(max-width:768px) {
	.list-reft-right .item{flex-direction:column !important;margin-bottom: 20px;}
	.list-reft-right .item:nth-child(odd) .text{padding-left: 0;}
	.list-reft-right .item:nth-child(even) .text{padding-right: 0;}
	.list-reft-right .item .text .t1{font-size: 24px;line-height: 28px;margin-top: 10px;}
	.list-reft-right .item .text .t2{font-size: 14px;line-height: 22px;}
	.new-about-services{padding:30px 0;}
	.new-about-services .title{font-size: 20px;}
	.new-about-services .about-services-box{flex-wrap: wrap;}
	.new-about-services .about-services-box .item{width: 47%;margin-bottom: 10px;}
	.new-about-services .about-services-box .text{padding-top: 10px;font-size: 16px;}
	
}
.about-map{padding: 60px 20px !important;}
.about-map .about-map-box{display: flex;flex:50%;justify-content: center;}
.about-map .about-map-box .text{flex:25%;display: flex;flex-direction: column;justify-content: center;}
.about-map .about-map-box .text .t1{font-size: 36px;line-height: 36px;font-weight: 600;color:var(--theme-color);}
.about-map .about-map-box .text .t1::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:10px 0;}
.about-map .about-map-box .text .t2{font-size: 16px;line-height: 27px;color:#525252;}
.about-map .about-map-box .img{flex:65%;padding-left:10%;}
@media(max-width:768px) {
	.about-map .about-map-box{flex-wrap:wrap;}
	.about-map .about-map-box .text .t1{font-size: 24px;line-height: 28px;}
	.about-map .about-map-box .text .t2{font-size: 14px;line-height: 22px;}
	.about-map .about-map-box .img{padding-left: 0;}
}

.services-wrapper{padding:90px 0;}
.services-wrapper .title{font-size: 36px;line-height: 36px;font-weight: 600;color:var(--theme-color);}
.services-wrapper .title::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:20px 0 30px;}
.services-wrapper .subtitle{font-size: 16px;line-height: 27px;color:#525252;}

.services-wrapper .services-list{}
.services-wrapper .services-list .item{display:flex;padding:60px 0;}
.services-wrapper .services-list .item:nth-child(odd){flex-direction:row-reverse;}
.services-wrapper .services-list .item .img{flex:50%;}
.services-wrapper .services-list .item .img img{border-radius:10px;overflow:hidden;box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);}
.services-wrapper .services-list .item .text{flex:50%;display: flex;flex-direction:column;justify-content: center;}
.services-wrapper .services-list .item:nth-child(even) .text{padding-left: 50px;}
.services-wrapper .services-list .item:nth-child(odd) .text{padding-right: 50px;}
.services-wrapper .services-list .item .text .t1{font-size: 32px;line-height: 40px;font-weight:600;color:var(--theme-color);margin-bottom: 20px;}
.services-wrapper .services-list .item .text .t2{font-size: 16px;line-height: 27px;color:#525252;}
.services-wrapper .services-list .item .text .t3{font-size: 16px;line-height: 33px;font-weight:500;color:#000;margin-top: 20px;}
.services-wrapper .services-list .item .text .t3 p{margin-bottom:0;display: flex;align-items: center;transition: .6s ease-in-out;position:relative;}
.services-wrapper .services-list .item .text .t3 p:hover{color:var(--theme-color);}
.services-wrapper .services-list .item .text .t3 p::before{content:'>';font-size: 24px;font-weight: bold;color:var(--theme-color);}

@media(max-width:768px) {
	.services-wrapper{padding:30px 0;}
	.services-wrapper .title{font-size: 24px;line-height: 28px;}
	.services-wrapper .subtitle{font-size: 14px;line-height: 22px;}
	.services-wrapper .services-list .item{flex-direction: column !important;padding:25px 0;}
	.services-wrapper .services-list .item .text{padding:0 !important;}
	.services-wrapper .services-list .item .text .t1{font-size: 24px;line-height: 28px;margin-top: 20px;}
}
.qua-wrapper{padding:90px 0;}
.qua-wrapper .title{background-color:var(--theme-color);color:#fff;margin:0 0 40px 0;display: inline-block;padding:15px 20px 15px 60px;font-size:30px;font-weight:600;position:relative;border-radius:15px;}
.qua-wrapper .title::after{content:'';position:absolute;top:0;right:0;transform:translateX(51%) skewX(12deg);display: inline-block;width:40px;height:100%;border-radius:0 15px 15px 0;background-color:var(--theme-color);}
.qua-wrapper .t1{font-size: 24px;line-height: 27px;font-weight: 600;}
.qua-wrapper .t2{font-size: 16px;line-height: 27px;color:#525252;margin-top: 20px;}
.qua-wrapper .t3{font-size: 24px;line-height: 27px;font-weight: 600;}
.qua-wrapper .t3::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:10px 0;}
.qua-wrapper .t4{font-size: 16px;line-height: 27px;color:#525252;margin-top: 20px;}
.qua-wrapper .more{background-color:var(--theme-color);color:#fff;padding:15px 40px;border-radius:10px;margin: 30px auto 0 0;display:inline-block;}
.qua-index{margin-top: 60px;display:flex;position:relative;}
.qua-index::before{content:'';position:absolute;top:35px;right:0;z-index: -1;display:inline-block;background-color:#f5f5f5;width:90%;height:calc(100% - 100px);transform: skewX(15deg);border-radius:15px;}
.qua-index .img{flex:50%;}
.qua-index .text{flex:50%;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;padding-bottom: 50px;}
.qua-index .text .t4{padding-right: 50px;}
.qua-list{display:flex;flex-direction:column;}
.qua-list .item{display:flex;padding:40px 0;}
.qua-list .item .img{flex:40%;}
.qua-list .item .text{flex:60%;display: flex;flex-direction: column;justify-content: center;}
.qua-list .item:nth-child(1) .text{padding-right: 50px;}
.qua-list .item:nth-child(2) .text{padding-left: 50px;align-items: flex-start;}
@media(max-width:768px) {
	.qua-wrapper{padding:30px 0;overflow:hidden;}
	.qua-wrapper .title{padding:15px;font-size: 24px;}
	.qua-wrapper .title::after{display: none;}
	.qua-index{flex-direction:column;}
	.qua-list .item:nth-child(1) .text{padding-right: 0;}
	.qua-list .item:nth-child(2) .text{padding-left: 0;}
}
.qua-items{padding:70px 0 20px;}
.qua-items .t5{font-size:30px;line-height: 27px;font-weight: 600;}
.qua-items .t6{font-size: 16px;line-height: 27px;color:#525252;margin-top: 20px;}
.qua-items .items{display: flex;flex-wrap: wrap;justify-content:space-between;margin-top: 50px;}
.qua-items .items .item{width:48%;;display: flex;margin-bottom:30px;background-color:#fff;box-shadow: 1px 5px 10px 0px rgba(2, 76, 152, 0.08);border: solid 1px #cbd9e8;border-radius:15px;overflow:hidden;display: flex;align-items: center;;}
.qua-items .items .item .text{padding:0 20px}
.qua-items .items .item .t3{font-size: 22px;color: var(--theme-color);}
.qua-items .items .item .t3::after{background-color:#000;}
.qua-bottom{padding-top: 90px;}
.qua-bottom .img{margin:40px auto 0;text-align: center;}
@media(max-width:768px) {
	.qua-items .items .item .text{padding:0 8px;flex:60%;}
	.qua-items .items .item{width: 100%;}
	.qua-items .items .item .img{flex:40%;}
	.qua-items .items .item .t3{font-size: 14px;line-height: 22px;}
	.qua-bottom{padding-top: 30px;}
}


.sol-wrapper{padding:90px 0;}
.sol-wrapper .title{background-color:var(--theme-color);color:#fff;margin:0 0 30px 0;display: inline-block;padding:15px 40px 15px 60px;font-size:30px;font-weight:600;position:relative;border-radius:15px;}
.sol-wrapper .title::after{content:'';position:absolute;top:0;right:0;transform:translateX(51%) skewX(12deg);display: inline-block;width:40px;height:100%;border-radius:0 15px 15px 0;background-color:var(--theme-color);}
.sol-wrapper .subtitle{font-size: 15px;margin-bottom:45px;}
.sol-wrapper .t1{font-size: 24px;line-height: 27px;font-weight: 600;color:#000;}
.sol-wrapper .t1::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:10px 0;}
.sol-wrapper .t2{font-size: 16px;}
.sol-wrapper .sol-list{margin: 50px 0;}
.sol-wrapper .sol-list .item{margin-bottom: 30px;}
.sol-wrapper .sol-list .item .text{text-align: center;font-size: 18px;line-height: 27px;font-weight: 600;margin-top: 10px;}

.sol-wrapper .sol-items{display: flex;margin: 30px 0 90px;}

.sol-wrapper .sol-items .item{flex:46%;margin:0 2%;box-shadow: 1px 5px 18px 0px rgba(0, 0, 0, 0.1);border-radius:10px; overflow:hidden;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:30px;position:relative;text-align: center;cursor:pointer;}
.sol-wrapper .sol-items .item::after{content:'';position:absolute;height:100%;width: 100%;border-bottom:5px solid var(--theme-color);z-index:-1;}
.sol-wrapper .sol-items .item .t1::after{content:none;}
.sol-wrapper .sol-items .item .t1{margin:20px 0;}
.sol-wrapper .sol-items .item .t2{max-width:290px;}
.sol-wrapper .sol-items .item .t3{font-size: 16px;line-height: 27px;margin-top:10px;color:var(--theme-color);font-weight: 500;}
.sol-wrapper .sol-items .img{}

.sol-wrapper .sol-items .item:hover::after{border-bottom:310px solid var(--theme-color);transition:.6s ease-in-out;}
.sol-wrapper .sol-items .item:hover,.sol-wrapper .sol-items .item:hover .t1,.sol-wrapper .sol-items .item:hover .t3{color:#fff;transition:.6s ease-in-out;}
.sol-wrapper .sol-items .item:hover .img{filter: brightness(0) invert(1);transition: 0s 0.3s;}

.sol-wrapper .sol-items .item.active::after{border-bottom:310px solid var(--theme-color);transition:.6s ease-in-out;}
.sol-wrapper .sol-items .item.active,.sol-wrapper .sol-items .item.active .t1,.sol-wrapper .sol-items .item.active .t3{color:#fff;transition:.6s ease-in-out;}
.sol-wrapper .sol-items .item.active .img{filter: brightness(0) invert(1);transition: 0s 0.3s;}
@media(max-width:768px) {
	.sol-wrapper{padding:30px 0;}
	.sol-wrapper .title{padding:8px 15px;font-size:18px;line-height: 24px;}
	.sol-wrapper .title::after{display: none;}
	.sol-wrapper .sol-items .item{padding:5px;}
	.sol-wrapper .sol-items .item .t2,.sol-wrapper .sol-items .item .t3{display: none;}
	.sol-wrapper .t1{font-size: 18px;line-height: 27px;}
}
.sol-tab{}
.sol-tab .tab-item{display: none;}
.sol-tab .tab-item.active{display: block;}

.sol-diverse{display: flex;padding:80px 0;width: 100%;}
.sol-diverse .img{flex:40%;mix-blend-mode:darken;}
.sol-diverse .text{flex:60%;padding-left:2%;}
.sol-diverse-1 .text{padding-left: 0;padding-right: 2%;}
.sol-diverse .text .t1{font-size: 30px;margin-bottom: 20px;}
.sol-diverse .text .t2{font-size: 16px;line-height: 27px;}


.sol-video .video-list{margin-top: 60px;display: flex;}
.sol-video .video-list .item{/*flex:46%;*/margin:0 2%;border-radius:10px;overflow:hidden;}
.sol-video .video-list .item .text{text-align: center;margin-top: 30px;font-size: 16px;font-weight: 500;}
.sol-video .video-list .item .img{position:relative;}
.sol-video .video-list .item .img a{position:absolute;top:0;bottom: 0;left: 0;right: 0;display: flex;align-items: center;justify-content: center;background-color:rgba(0, 0, 0, 0.35);}
@media(max-width:768px) {
	.sol-diverse{padding:30px 0;flex-direction:column;}
	.sol-diverse .text{padding-left: 0;}
	.sol-diverse .text .t1{font-size: 24px;}
	.sol-diverse .text .t2{font-size: 14px;line-height: 22px;}
	.sol-diverse-1{flex-direction: column-reverse;}
	.sol-video .video-list{margin-top: 20px;}
	.sol-video .video-list .item .img{border-radius:10px;overflow:hidden;}
	.sol-video .video-list .item .text{margin-top: 15px;font-size: 12px;}
}
.pro-sidebar{/*padding: 65px 0 50px;*/padding:30px 0 30px;max-width:1200px;margin:0 auto;}
.new-pro-title{font-size: 30px;line-height: 36px;font-weight: 600;/*margin-bottom:20px;*/margin-bottom:10px;color: #000;}
.new-pro-subtitle{font-size: 16px;/*line-height: 27px;*/color:#525252;}
.new-pro-list{padding:50px 0;}
.new-pro-list .item-col.product{box-shadow: 14px 15px 32px 0px rgba(42, 32, 32, 0.08);border: solid 2px #ffffff;background-color:#f6f6f6;padding:25px 30px 0;transition:.6s ease-in-out;border-radius:10px;overflow:hidden;}
.new-pro-list .fix-row>[class*="col-"]{padding-left:20px;padding-right:20px;}
/*.new-pro-list .item-col.product:hover{background-color:var(--theme-color);}*/
/*.new-pro-list .item-col.product:hover .title a{color:#fff;}*/
@media(max-width:768px) {
	.pro-sidebar{display:none;}
	.new-pro-title{padding-top:30px;}
	.new-pro-subtitle{font-size: 14px;padding-bottom:20px;}
	.new-pro-list{padding:20px 0;}
	.new-pro-list .fix-row{margin:0 ;}
}

.new-pro-why{padding:60px 0;}
.new-pro-why p{margin-bottom: 0;}
.new-pro-why .title{font-size: 30px;line-height: 36px;font-weight: 600;text-align: center;color:var(--theme-color);}
.new-pro-why .new-pro-why-list{margin-top: 40px;}
.new-pro-why-list .col-12{margin-bottom:20px;}
.new-pro-why-list .item{box-shadow: 2px 5px 10px 0px rgba(2, 76, 152, 0.08);border: solid 1px #cbd9e8;padding:25px;border-radius:5px;height: 100%;}
.new-pro-why-list .item .t1{display: flex;align-items: center;font-size: 21px;line-height: 27px;font-weight: 600;margin-bottom: 20px;}
.new-pro-why-list .item .t1 span{width: 40px;height: 40px;background-color:var(--theme-color);color:#fff;display: flex;align-items: center;justify-content: center;font-size:32px;font-weight: bold;border-radius:10px;margin-right:10px;}
.new-pro-why-list .item .t2{font-size: 14px;color:#525252;}

.new-gray{background: #f7f7f7;}
.highlights-box{display: flex;}
.highlights-box>div{flex:50%;}
.highlights-box .text{display: flex;flex-direction: column;justify-content: center;padding-right: 30px;}
.highlights-box .title{font-size: 30px;line-height: 36px;font-weight: 600;margin-bottom: 20px;}
.highlights-box .subtitle{font-size: 16px;line-height: 27px;}
@media(max-width:768px) {
	.highlights-box{padding:30px 0;flex-direction: column;}
	.highlights-box .text{padding-right: 0;}
	.highlights-box .subtitle{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
	.new-pro-why{padding:30px 0;}
	.new-pro-why-list .item .t1{font-size: 16px;line-height: 24px;}
	.new-pro-why-list .item .t1 span{min-width:40px;}
}
.new-pro-extend{padding: 100px 0px}
.new-pro-extend .title{font-size: 30px;line-height: 36px;font-weight: 600;margin-bottom:20px;}
.biaoti-css,.biaoti-two,.twoys-biaoti,.biaoti-twoys{font-size: 30px;font-weight: 600;color: #000;line-height: 1.1;}
@media(max-width:768px) {
	.new-pro-extend{padding:30px 0;}
	.new-pro-extend .title{font-size: 24px;line-height: 28px;}
	.new-pro-extend .title{font-size:24px;line-height:28px;font-weight: 600;margin-bottom:20px;}
	.biaoti-css,.biaoti-two,.twoys-biaoti,.biaoti-twoys{font-weight: 600; text-align: center}
.biaoti-two{padding: 0px 15px;}
}
.extend-servuce{margin-bottom: 100px;}
.extend-servuce .serv-img{position:relative;background:url(../images/extend-bg.jpg) no-repeat;height: 370px;display: flex;flex-direction: column;justify-content: center;padding:0 50px;color:#fff;}
.extend-servuce .serv-img .t1{font-size: 30px;line-height: 36px;font-weight: 600;margin-bottom:20px;color: #000;}
.extend-servuce > .t1{font-size: 30px;line-height: 36px;font-weight: 600;margin-bottom:20px;color: #000;}
.extend-servuce .serv-img .t2{font-size: 16px;line-height: 27px;}
.extend-servuce .serv-items{display: flex;flex-wrap:wrap;height: 100%;padding:0 30px;}
.extend-servuce .serv-items .item{flex:50%;padding-bottom: 15px}
.extend-servuce .serv-items .item .t1{font-size: 22px;line-height: 27px;font-weight: 600;}
.extend-servuce .serv-items .item .t2{font-size: 16px;line-height: 27px;}
.extend-servuce .serv-items .item .t2 p::before{content:'';position: absolute; width: 6px;height: 6px;background-color:var(--theme-color);margin:0 6px;border-radius:50%;min-width:6px;top: 11px;left: 0;}
.extend-servuce .serv-items .item .t2 p{margin-bottom: 0;display: flex;align-items: center;position: relative;padding-left: 20px;}

@media(max-width:768px) {
	.extend-servuce{margin-bottom: 30px;}
	.extend-servuce .serv-items{padding:20px 0;}
	.extend-servuce .serv-items .item{flex:100%;}
}
.pro-app-list{margin-bottom: 80px;}
.pro-app-list .app-list{display: flex;justify-content:space-between;margin-top: 40px;}
.pro-app-list .app-list .item{width: 19%;}
@media(max-width:768px) {
	.pro-app-list{margin-bottom: 40px;}
	.pro-app-list .app-list{flex-wrap:wrap;}
	.pro-app-list .app-list .item{width:48%;margin-bottom: 10px;}
}
.par-faq-list{display: flex;flex-direction:column;margin-top:40px;}
.par-faq-list p{margin-bottom: 0;}
.par-faq-list .item{margin-bottom: 30px;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;box-shadow: 1px 11px 29px 0px rgba(0, 0, 0, 0.05);}
.par-faq-list .item .faq-title{padding:15px 35px;font-size: 20px;line-height: 36px;font-weight: 600;position:relative;}
.biaoti-three{font-size: 20px;font-weight: normal;}
.par-faq-list .item .faq-title span{padding:20px;display: inline-block;transform:translateY(-50%);position:absolute;right:25px;top:50%;cursor: pointer;}
.par-faq-list .item .faq-title .arrow{width:12px;height:12px;background-color:transparent;border-color:#525252;border-style:solid;border-width:2px 2px 0 0;transform:rotate(-45deg);}
.par-faq-list .item.active .faq-title .arrow{border-width:0 0 2px 2px;}
.par-faq-list .item .faq-nr{padding:45px 35px;font-size: 16px;line-height: 27px;color:#525252;border-top:1px solid #e0e0e0;}
.par-faq-list .item.active .faq-nr{height:0;padding:0;border-top: 0;}
@media(max-width:768px) {
	.par-faq-list .item .faq-title{padding:10px 15px;}
	.par-faq-list .item .faq-title span{padding:10px;right: 0;}
	.par-faq-list .item .faq-title .arrow{width: 8px;height: 8px;}
	.par-faq-list .item .faq-nr{padding:10px;font-size: 14px;line-height: 22px;}
}
.pro-list-bottom{padding:80px 0;color:#fff}
.pro-list-bottom .title{font-size: 30px;line-height: 36px;font-weight: 600;margin-bottom: 30px;}
.pro-list-bottom .subtitle{font-size: 16px;line-height: 30px;max-width:1000px;}

.new-process-wrapper{padding:90px 0;}
.new-process-wrapper .title{font-size: 30px;line-height: 36px;font-weight: 600;color:var(--theme-color);}
.new-process-wrapper .title::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:10px 0;}
.new-process-wrapper .subtitle{font-size: 16px;line-height: 26px;color:#525252;}
.new-process-wrapper .new-about-list{margin-top:30px;}
.new-process-wrapper .process-video{margin:100px 0 80px;display:flex;}
.new-process-wrapper .process-video .text{flex:50%;display: flex;flex-direction: column;justify-content: center;padding-right: 30px;}
.new-process-wrapper .process-video .text .t1{font-size: 24px;line-height: 36px;margin-bottom:20px;font-weight: 600;}
.new-process-wrapper .process-video .text .t2{font-size: 16px;line-height: 26px;color:#525252;}
.new-process-wrapper .process-video .img{flex:50%;}
.new-process-wrapper .process-video .img{position:relative;}
.new-process-wrapper .process-video .img>img{width:100%;}
.new-process-wrapper .process-video .img a{position:absolute;top:0;bottom: 0;left: 0;right: 0;display: flex;align-items: center;justify-content: center;background-color:rgba(0, 0, 0, 0.35);}
@media(max-width:768px) {
	.new-process-wrapper{padding:30px 0;}
	.new-process-wrapper .title{font-size: 24px;line-height: 28px;}
	.new-process-wrapper .subtitle{font-size: 14px;line-height: 22px;}
	.new-process-wrapper .process-video{margin:30px 0;flex-direction: column;}
	.new-process-wrapper .process-video .text{padding-right: 0;margin-bottom: 20px;}
	.new-process-wrapper .new-about-list .container-xl{padding:0;}
	.biaoti-three{font-size: 16px;}
}
.new-produce-wrapper{padding:90px 0;}
.produce-box{}
.produce-box .title{background-color:var(--theme-color);color:#fff;margin:0 0 30px 0;display: inline-block;padding:15px 40px 15px 60px;font-size:30px;font-weight:600;position:relative;border-radius:15px;}
.produce-box .title::after{content:'';position:absolute;top:0;right:0;transform:translateX(51%) skewX(12deg);display: inline-block;width:40px;height:100%;border-radius:0 15px 15px 0;background-color:var(--theme-color);}
.produce-box .t1{font-size: 24px;line-height: 26px;font-weight: 600;margin-bottom: 20px;}
.produce-box .t2{font-size: 16px;line-height: 24px;}
.produce-box .produce-list{margin:30px 0 50px;}

.new-produce-wrapper .new-about-list{margin-top:90px;}
.new-produce-wrapper .list-reft-right .item .text .t1{color:#000;}
.new-produce-wrapper .list-reft-right .item .text .t1::after{content:'';display: block;width:2em;height:4px;background-color:var(--theme-color);margin:10px 0;}

@media(max-width:768px) {
	.new-produce-wrapper{padding:30px 0;}
	.produce-box .title{padding:15px;}
	.produce-box .title::after{display: none;}
	.produce-box .t2{font-size: 14px;line-height: 22px;}
}




/* margin-bottom: 50px */
/*#弹出留言表单*/
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:15%;left:50%;margin-left:-25%;width:50%;position:absolute;z-index:1001;padding:35px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal .title{font-size:30px;text-align:center;margin-bottom:25px}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}

@media(max-width:768px){
	.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
	.reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}
/*浮动*/
#float{position:fixed;right:5px;bottom:125px;margin-top:-60px;z-index:55}
#float .ico{display:block;width:55px;height:55px;text-align:center;position:relative;cursor:pointer;margin-bottom:5px}
#float .ico>i{font-size:30px;line-height:55px;border-radius:50%;display:block;color:#fff;position:relative;z-index:90;background:#035398}
#float .ico>.img{position:absolute;right:55px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:10px;right:-350px;padding:0px 20px;line-height:55px;font-size:16px;height:55px;background-color:#035398;color:#FFF;transition:all 0.3s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:55px}
@media (min-width:1px) and (max-width:991px){
#float{bottom:165px;}
    #float .ico{width:40px;height:40px}
	#float .ico>i{font-size:22px;line-height:40px}
	#float .ico>.img{right:40px}
	#float .ico p{line-height:40px;padding:0 15px;height:40px}
}

.breadcrumb-item+.breadcrumb-item::before{color:#fff}
.pronr-social{display:flex;align-items:center}
.desc-productlist{margin-top:50px;}
.heading .news-title{font-size: 26px;display: inline-block;color: #064894;}
.heading .news-title:after{display: block;content: "";width: 32px;height: 3px;background: #e81411;margin: 3px auto 0;}
.title-firstcon{text-align: center;padding: 20px 0px;color: #064a91;}
.more-linkys{display: block;margin-top: 15px;color: #035398;text-decoration: underline;}
#menu-two{background: #f7f7f7;padding-top: 30px; padding-bottom:30px;}
.title-aboutys{text-align:center;font-size: 30px;font-weight: 600;}
.title-aboutys span{text-align: center;display: block;color: #f7f7f7;width: 32px;height: 3px;margin: auto;border-bottom: 3px solid #e81411;}
#menu-two .menu-complex>li>a,.newlist-css li a{padding: 12px 25px;border-radius: 30px;}
#menu-two .menu-complex>li,.newlist-css li{margin: 0 10px 10px;}
.table-box .aboutcont table td:nth-child(1){width:28%;}
.more-tujian{border-radius: 10px;background: #035398;color: #fff;padding: 10px 35px;font-size: 20px;}
.more-tujian:hover{color:#fff;}
.rightys{float: right;}
.pro-zhuanhuan{clear:both;}
.pro-zhuanhuan .new-pro-list{padding:0px;}
.tujian-title{text-align: center;font-size: 24px;font-weight: bold;margin-bottom: 30px;}
.zhuan-title{padding: 10px 6px;}
.new-pro-list .item-col.product:hover .zhuan-title a{color:#fff;}
.sol-video{margin-top:36px;}
.sol-list img{border-radius: 15px;}

.about-tab .item-box span.oem-hover{display: inline-block;color: #004e92;font-size: 20px;}
.about-tab .item:hover .oem-hover{color:#fff;}
.color-hoverys{color: #064894;}
.zgc-name{color: #fff;font-size: 18px;margin-bottom: 25px;}
.zgc-name strong{font-size: 36px;}
#jianju-faqys.item-list li{padding: 15px 0;}
.contact-lianxix{margin-top: 46px;}
.contact-lianxix .row{background: #f7f7f7; padding:30px 60px; margin:30px 5px;}
.contact-lianxix .icon{font-size: 20px;background: #ededed;padding: 10px 12px;line-height: 30px;}
.contact-wrapper .contact-lianxix .contact-box .text h4{margin-top:0px;}
.contact-wrapper .contact-lianxix .contact-peo{width:20%;}
.contact-wrapper .contact-lianxix .contact-peo .text {margin-left: 5px;}
.contact-lianxix .peo-list{padding:0px;}
.contact-wrapper .contact-lianxix .contact-box .text h4{font-size: 20px;}
.contact-wrapper .contact-lianxix .contact-box .text p{font-size: 16px;}
/*.liuanbutton{color: #fff;background: #e81411;border-radius: 15px;padding: 10px 30px;font-size: 26px;margin-top:3%;display: inline-block;}
#float .ico>i{background: #3f7db3;}
#float .ico p{background: #3f7db3;}*/

#float .ico.xianshi-button p{background:#e81411;/*right: 60px;*/}
#float .ico.xianshi-button>i{background:#e81411;}

.liucheng-contact{margin-top:50px;overflow: hidden;}
.order-title{text-align: center;font-size: 2.5rem; font-weight: bold;position: relative;}
.order-title span{color:#004e92;}
.order-title:after{content: "";position: absolute;left: 48%;bottom: 0px;width: 68px;border-bottom: 3px solid #004e92;}
.order-desc{color:#55595c; text-align:center;margin-bottom: 36px;}
.ordercontact{float:left; width:100%; margin-bottom:36px;}
.ordercontact img{width:50%; border-radius:15px;}
.step-title{background:#000; color:#fff; padding:10px 30px;}
.lxtitle-order{font-weight: bold;display: block;margin-top: 30px;font-size: 2rem;}
.lxdesc-order{color:#55595c;}
.Step1 img,.Step5 img{float:right;margin-left: 3%;}
.Step2 img,.Step4 img{float:left;margin-right: 3%;}
.Step3 img{float:right;width:30%;margin-left: 3%;}
.order-topys{margin-top:6%;}
.Step2 .order-topys{margin-top:2%;}
.fahuo-img{float:left;width:50%;margin-right:2%;}
.fahuo-img img{width: 45%;margin-bottom: 15px;margin-left:2%;}
.title-roup{font-weight: bold;font-size: 24px;text-align: center;}
.zigongci-name{text-align: center;margin-bottom: 36px;}
.zigongci-name span{margin:0px 10px;}
@media(max-width:768px){
	.menu-complex{padding:0 20px;}
	#menu-two .menu-complex>li, .newlist-css li{margin:0 0 15px 0;}
.banner-text.box1 .text .t1 a{color:#004e92;}
.banner a{display: block;position: relative;z-index: 999;}
.banner-text.box1 .text .t1{position: relative;z-index: 9999;}
.about-map .about-map-box .text{flex: 100%;}
.produce-box .produce-list .item{margin-bottom: 5px;}
.extend-servuce .serv-items .item{margin-bottom:10px;}
.par-faq-list .item .faq-title span{top: 40%;}
.sol-list .col-xl-4{width: 50%;padding: 0px 10px;}
.sol-list img{width:100%;}
.home-product-title .title-two{width:50%;}
.home-service p{font-size:14px;}
.new-home-news .item .img{margin-left: 2%;}
.extend-servuce .serv-img{height: auto;padding:20px 30px;}
.extend-servuce .serv-img .t2{width: 100%;font-size: 14px;}
.extend-servuce .serv-items .item .t2 p{font-size: 13px;}
.pro-list-bottom .title{font-size: 16px;line-height: normal;}
.pro-list-bottom .subtitle{font-size: 12px;line-height: normal;}
.pro-list-bottom{padding: 36px 0;}
.heading h1{padding:0px 10px;}
.pronr-social{margin-top: 10px;}
.product-head .title{margin-top:15px;}
/*.title-firstcon{font-size:18px;}*/
.services-wrapper .services-list .item .text .t3 p{font-size:12px;}
.services-wrapper .services-list .item .text .t2{font-size:14px;line-height: normal;}
.about-tab .item:hover .oem-hover{color:#004e92;}
.about-qua .t2 .title-firstindex{font-size: 20px;line-height: 28px;}
.contact-wrapper .contact-lianxix .title{font-size: 20px;}
.contact-lianxix .row{padding: 20px 10px;}
.contact-wrapper .contact-lianxix .contact-peo{width:100%;}
#video-contact iframe{height:250px;}
.liuanbutton{font-size: 20px;}
.footer-bottom-2{height: auto;}
/*#float .ico.xianshi-button p{right:-350px;}*/
.order-title{font-size: 1.9rem;}
.ordercontact img,.Step2 img{width:100%;margin-left:0px; margin-right:0px; margin-bottom: 30px;}
.lxtitle-order{font-size: 1.4rem;}
.fahuo-img{width:100%;}
.ordercontact .fahuo-img img{width:47%;margin-right: 3%;}
.ordercontact{margin-bottom: 25px;}
.zigongci-name span{display: block;}
.zigongci-name{margin-bottom: 36px;}
.zgc-name{font-size: 16px; margin-top: 25px;}
.zgc-name strong{font-size: 24px;}

}

.dot {
  animation: sploosh 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dot2 {
  animation: sploosh2 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dot3 {
  animation: sploosh3 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dot,.dot2,.dot3{height:60px;width: 200px;font-size: 20px;color: #fff;line-height: 60px;text-align: center;border-radius: 15px;position: absolute;right: 0px;z-index: 10;animation-iteration-count:infinite;background: transparent;margin-top: 50px;}
.dot3 .liuanbutton{cursor: pointer;}
.dot3 .liuanbutton a{color:#fff}
@keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(232, 20, 17, 0.7);
    background: rgba(232, 20, 17, 0.7);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(232, 20, 17, 0);
    background: rgba(232, 20, 17, 0);
  }
}
@keyframes sploosh2 {
  0% {
    box-shadow: 0 0 0 0px rgba(232, 20, 17, 0.7);
    background: rgba(232, 20, 17, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(232, 20, 17, 0);
    background: rgba(232, 20, 17, 0.3);
  }
}
@keyframes sploosh3 {
  0% {
    box-shadow: 0 0 0 0px rgba(232, 20, 17, 0.7);
    background: rgba(232, 20, 17, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(232, 20, 17, 0);
    background: rgba(232, 20, 17, 1);
  }
}
@media(max-width:768px){
.dot, .dot2, .dot3{position: inherit;height:45px;line-height:45px;width: 100%;}

}
#biaoqian-title h2{font-size:14px;color: #2980b9;}
.mwidth img{width:100%;}
.img_right{float: right;width: 36%;margin-left: 3%;}
.clear-nr{clear:both;}
.margin-topx{border-top: 1px dashed #ccc;float: left;width: 100%;margin-top: 10px;}
.img_left{float: left;width: 36%;margin-right: 3%;}
.img_righttwo{float:right;width: 63%;margin-left: 3%;}
.img_righttwo p{float:left;width:50%;}
.img_lefttwo{float:left;width: 63%;margin-right: 3%;display: flex;}
.img_right_xt{float:right;width: 20%;}
@media(max-width:768px){
.img_right{float: right;width:100%;margin-left:0%;}
.img_left{float: left;width:100%;margin-right:0%;}
.img_righttwo{width:100%;margin-left:0%;}
img_lefttwo{width: 100%;margin-left: 3%;}
.img_right_xt{width: 100%;}
}


/*cookies板式三*/
.google-cookies{position:fixed;z-index:99;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px 0;bottom:0;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#035398;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #035398;color:#035398;display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#035398;color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:10px 0;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

.zh-wrapper{padding:40px 0 100px;max-width:1400px;}
.zh-wrapper .zh-title{font-size:46px;font-weight:bold;margin-top:50px;margin-bottom:50px;}
.zh-wrapper .zh-box1{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:70px;flex-wrap:wrap;}
.zh-wrapper .zh-box1 .img{width:64%;}
.zh-wrapper .zh-box1 .text{width:36%;background:#e6e6e6;padding:70px 50px 50px;font-size:18px;line-height:30px;}
.zh-wrapper .zh-box3{display:flex;align-items:center;justify-content:center;margin-top:-130px;position:relative;padding:0 57px;flex-wrap:wrap;}
.zh-wrapper .zh-box3 .item{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap; padding:30px 55px 30px 25px;background:#ffffff;box-shadow:5px 0 59px rgba(0, 0, 0, 0.2);}
.zh-wrapper .zh-box3 .item .img{width:49%;}
.zh-wrapper .zh-box3 .item .text{width:38%;}
.zh-wrapper .zh-box3 .item .text .t1{font-size:36px;font-weight:bold;line-height:42px;}
.zh-wrapper .zh-box3 .item .text .t2{font-size:24px;line-height:30px;margin-top:10px;}
.zh-wrapper .zh-box3 .item .jt{cursor:pointer;}
.zh-wrapper .zh-box4{display:flex;align-items:center;justify-content:space-between;margin-top:140px;flex-wrap:wrap;margin-bottom:80px;}
.zh-wrapper .zh-box4 .text{width:38%;}
.zh-wrapper .zh-box4 .img{width:53%;}
.zh-wrapper .zh-box4 .t1{font-size:46px;font-weight:bold;}
.zh-wrapper .zh-box4 .t2{font-size:18px;margin-bottom:30px;margin-top:10px;}
.zh-wrapper .zh-box4 .t3{font-size:18px;color:#024594;text-decoration:underline;cursor:pointer;}
.zh-wrapper .zh-box5{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.zh-wrapper .zh-box5 .qh{width:50%;position:relative;}
.zh-wrapper .zh-box5 .qh .swiper-pagination{bottom:0;}
.zh-wrapper .zh-box5 .qh .swiper-pagination-clickable .swiper-pagination-bullet{width:10px;height:10px;margin-left:4px;margin-right:4px;}
.zh-wrapper .zh-box5 .qh .swiper-pagination-clickable .swiper-pagination-bullet-active{background:#e20000;}
.zh-wrapper .zh-box5 .qh .swiper-button-zhqh{width:64px;height:64px;background:#163c84;display:flex;align-items:center;justify-content:center;}
.zh-wrapper .zh-box5 .qh .swiper-button-prev{right:65px;bottom:0;top:inherit;left:inherit;}
.zh-wrapper .zh-box5 .qh .swiper-button-prev:after{content:"\f104";font-family:cmsfont;color:#fff;}
.zh-wrapper .zh-box5 .qh .swiper-button-next{right:0;bottom:0;top:inherit;left:inherit;}
.zh-wrapper .zh-box5 .qh .swiper-button-next:after{content:"\f105";font-family:cmsfont;color:#fff;}
.zh-wrapper .zh-box5 .text{width:47%;}
.zh-wrapper .zh-box5 .text .t1{font-size:24px;line-height:30px;font-weight:bold;margin-top:20px;margin-bottom:10px;}
.zh-wrapper .zh-box5 .text .t1:first-child{margin-top:0;}
.zh-wrapper .zh-box5 .text .t2{font-size:24px;line-height:30px;margin-bottom:10px;}
.zh-wrapper .zh-box5 .text p{font-size:17px;line-height:30px;margin-bottom:0;display:flex;}
.zh-wrapper .zh-box5 .text p:before{content:"●";display:inline-block;color:#163c84;margin-right:8px;}
.zh-wrapper .zh-box5 .text .more{padding:10px 30px;font-size:17px;line-height:20px;color:#fff;display:inline-block;background:#163c84;border-radius:10px;margin-top:30px;}
.zh-wrapper .zh-box5 .text .more:hover{text-decoration:underline;}

@media(max-width:768px) {
	.zh-wrapper{padding:2px 15px 40px;}
	.zh-wrapper .zh-title{font-size:26px;font-weight:bold;margin-top:20px;margin-bottom:20px;line-height:30px;}
	.zh-wrapper .zh-box1{margin-bottom:30px;}
	.zh-wrapper .zh-box1 .img{width:100%;}
	.zh-wrapper .zh-box1 .text{width:100%;padding:20px 15px 10px 15px;font-size:14px;line-height:20px;}
	.zh-wrapper .zh-box3{margin-top:0px;padding:0;}
	.zh-wrapper .zh-box3 .item{padding:20px 15px;}
	.zh-wrapper .zh-box3 .item .img{width:100%;margin-bottom:15px;}
	.zh-wrapper .zh-box3 .item .text{width:80%;}
	.zh-wrapper .zh-box3 .item .text .t1{font-size:20px;line-height:26px;}
	.zh-wrapper .zh-box3 .item .text .t2{font-size:14px;line-height:20px;}
	.zh-wrapper .zh-box4{margin-top:30px;margin-bottom:30px;}
	.zh-wrapper .zh-box4 .text{width:100%;}
	.zh-wrapper .zh-box4 .img{width:100%;margin-top:20px;}
	.zh-wrapper .zh-box4 .t1{font-size:20px;line-height:26px;}
	.zh-wrapper .zh-box4 .t2{font-size:14px;line-height:20px;margin-bottom:15px;}
	.zh-wrapper .zh-box4 .t3{font-size:14px;line-height:20px;}
	.zh-wrapper .zh-box5 .qh{width:100%;}
	.zh-wrapper .zh-box5 .text{width:100%;margin-top:20px;}
	.zh-wrapper .zh-box5 .qh .swiper-button-zhqh{width:40px;height:40px;}
	.zh-wrapper .zh-box5 .qh .swiper-button-prev{right:41px;}
	.zh-wrapper .zh-box5 .qh .swiper-button-zhqh:after{font-size:22px;}
	.zh-wrapper .zh-box5 .text .t1{font-size:18px;line-height:26px;}
	.zh-wrapper .zh-box5 .text .t2{font-size:18px;line-height:26px;}
	.zh-wrapper .zh-box5 .text p{font-size:14px;line-height:22px;}
}


.container-xl.b-zh{max-width:1430px;}
.b-zh-box1{padding:140px 0 150px;background:#fff;}
.b-zh-box1 .box{display:flex;justify-content:flex-end;align-items:flex-end;position:relative;}
.b-zh-box1 .box .text{width:51%;}
.b-zh-box1 .box .text .t1{width:360px;margin:20px auto 40px;position:relative;}
.b-zh-box1 .box .text .t1 h5{position:relative;z-index:2;font-size:42px;line-height:48px;font-weight:bold;}
.b-zh-box1 .box .text .t1:after{content:"";width:260px;height:16px;background:#ffaf25;border-radius:20px;position:absolute;bottom:5px;right:50px;}
.b-zh-box1 .box .text .desc{background:#f0f3f7;padding:70px 70px 70px 100px;border-radius:10px;overflow:hidden;}
.b-zh-box1 .box .text .desc p{font-size:18px;line-height:30px;margin-bottom:20px;}
.b-zh-box1 .box .text .desc p:last-child{margin-bottom:0;}
.b-zh-box1 .box .img{width:51%;position:absolute;left:0;top:0;}

.b-zh-box2{background:url(../images/b-zh-bg1.jpg) no-repeat center top;}
.b-zh-box2 .box{position:relative;padding-bottom:140px;}
.b-zh-box2 .box .t1{font-size:42px;line-height:48px;width:50%;position:absolute;z-index:2;top:0;left:0;font-weight:bold;}
.b-zh-box2 .box .item{width:71%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap; background:#fff;box-shadow:6px 9px 12px rgba(0, 0, 0, 0.11);padding:25px;border-radius:15px;position:absolute;right:0;bottom:0;}
.b-zh-box2 .box .item .left{width:33%}
.b-zh-box2 .box .item .right{width:45%}
.b-zh-box2 .box .item .t2{font-size:20px;line-height:30px;position:relative;}
.b-zh-box2 .box .item .t2:before{content:"";width:8px;height:24px;background:#104fac;display:block;position:absolute;left:-25px;top:3px;border-radius:5px;}
.b-zh-box2 .box .item .t3{font-size:24px;line-height:32px;font-weight:bold;margin-top:15px;margin-bottom:25px;}
.b-zh-box2 .box .item .t3 a:hover{color:#104fac;transition:all 0.5s;}
.b-zh-box2 .box .item .more{font-size:20px;line-height:30px;color:#104fac;text-decoration:underline;}

.b-zh-box3{background:#fff;padding:110px 0 130px;}
.b-zh-box3 .title-box1{display:flex;margin-bottom:50px;}
.b-zh-box3 .title-box1 .t1{font-size:42px;line-height:48px;font-weight:bold;margin-right:70px;}
.b-zh-box3 .title-box1 .desc{width:37%;font-size:21px;line-height:30px;}
.b-zh-box3 .t2{font-size:42px;line-height:48px;font-weight:bold;margin-top:120px;margin-bottom:50px;}
.b-zh-box3 .box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.b-zh-box3 .box .item{width:43%;margin-top:30px;}
.b-zh-box3 .box .item .t3{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:20px;}
.b-zh-box3 .box .item p{font-size:16px;line-height:24px;position:relative;padding-left:28px;}
.b-zh-box3 .box .item p:before{content:"";width:8px;height:8px;background:#eeb02a;border-radius:50%;display:block;position:absolute;left:10px;top:8px;}
.b-zh-box3 .box .item .more{background:#163c84;border:1px solid #163c84;padding:10px 35px;font-size:17px;line-height:30px;display:inline-flex;align-items:center;border-radius:10px;margin-top:30px;color:#fff;}
.b-zh-box3 .box .item .more i{margin-left:25px;}
.b-zh-box3 .box .item .more:hover{background:#fff;color:#163c84;transition:all 0.5s;}

@media(max-width:768px) {
	.b-zh-box1{padding:40px 0 40px;}
	.b-zh-box1 .box{flex-wrap:wrap;}
	.b-zh-box1 .box .img{width:100%;position:relative;}
	.b-zh-box1 .box .text{width:100%;top:inherit;left:inherit;}
	.b-zh-box1 .box .text .t1{width:100%;margin-bottom:25px;}
	.b-zh-box1 .box .text .t1 h5{font-size:24px;line-height:32px;}
	.b-zh-box1 .box .text .t1:after{display:none;}
	.b-zh-box1 .box .text .desc{padding:15px;}
	.b-zh-box1 .box .text .desc p{font-size:14px;line-height:22px;margin-bottom:15px;}

	.b-zh-box2{background:#f0f3f7;padding:40px 0;}
	.b-zh-box2 .box{padding-bottom:0;}
	.b-zh-box2 .box .t1{position:relative;width:100%;font-size:24px;line-height:32px;margin-bottom:25px;}
	.b-zh-box2 .box .item{width:100%;position:relative;}
	.b-zh-box2 .box .item .left{width:100%}
	.b-zh-box2 .box .item .right{width:100%;margin-top:15px;}
	.b-zh-box2 .box .item .t2{font-size:16px;}
	.b-zh-box2 .box .item .t3{font-size:20px;margin-top:5px;margin-bottom:10px;}
	.b-zh-box2 .box .item .more{font-size:16px;}

	.b-zh-box3{padding:40px 0 40px;}
	.b-zh-box3 .title-box1{display:block;margin-bottom:25px;}
	.b-zh-box3 .title-box1 .t1{font-size:24px;line-height:32px;margin-right:0;}
	.b-zh-box3 .title-box1 .desc{width:100%;font-size:14px;line-height:22px;margin-top:10px;}
	.b-zh-box3 .t2{font-size:24px;line-height:32px;margin-top:35px;margin-bottom:25px;}
	.b-zh-box3 .box .item{width:100%;margin-top:25px;}
	.b-zh-box3 .box .item .t3{font-size:18px;line-height:24px;}
	.b-zh-box3 .box .item p{font-size:14px;line-height:20px;margin-bottom:10px;}
	.b-zh-box3 .box .item .more{font-size:16px;padding:5px 25px;}
}

.pro-f {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pro-f .top {
    text-align: center;
}
.pro-f .top .t1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 5px;
}
.pro-f .grid {
    gap: var(--bs-gap, 100px);
    margin-top: 90px;
}
.pro-f .g-col-xl-4 {
    display: flex;
}
.pro-f .show-icon {
    margin-right: 20px;
    margin-top: 5px;
	width: 40px;
	min-width: 40px;
    height: 40px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 10px;
}
.pro-f .title {
    font-size: 26px;
    line-height: 34px;
    color: #595959;
    font-weight: 500;
}
.pro-f .msg {
    margin-top: 20px;
    /* font-weight: 500; */
    color: #4b4b4b;
	font-size: 16px;
    line-height: 24px;
}
.pro-f .msg .bold {
    color: #000;
    font-weight: 600;
}
@media (max-width: 768px) {
    .pro-f {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.pro-f .top .t1 {
        font-size: 24px;
    }
	.pro-f .top .msg {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
	.pro-f .grid {
        gap: var(--bs-gap, 0);
        margin-top: 0;
    }
	.pro-f .g-col-12 {
        margin-top: 40px;
    }
	.pro-f .title {
        font-size: 24px;
        line-height: 28px;
    }
	.pro-f .msg {
		font-size: 14px;
        line-height: 24px;
	}
}

.a-qua-box {
    padding: 50px 0;
}
.a-qua-box > .title{
	font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
	text-align: center;
}
.a-qua-box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.a-qua-box .item .img {
    width: 46%;
    border-radius: 10px;
    overflow: hidden;
}
.a-qua-box .item .text {
    width: 46%;
}
.a-qua-box .item .text .t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
}
.a-qua-box .item .text .t1:after {
    content: "";
    width: 66px;
    height: 4px;
    background: #004e92;
    display: block;
    margin-top: 20px;
}
.a-qua-box .item .text p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}
.a-qua-box .item:nth-child(2n) .img {
    order: 13;
}
@media (max-width: 768px) {
    .a-qua-box {
        padding: 40px 0;
    }
	.a-qua-box > .title{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.a-qua-box .item {
        margin-bottom: 20px;
    }
	.a-qua-box .item .img {
        width: 100%;
    }
	.a-qua-box .item .text {
        width: 100%;
        margin-top: 15px;
    }
	.a-qua-box .item .text .t1 {
        font-size: 20px;
        line-height: 26px;
    }
	.a-qua-box .item .text .t1:after {
        margin-top: 10px;
    }
	.a-qua-box .item .text p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
	.a-qua-box .item:nth-child(2n) .img {
        order: -1;
    }
}
.title span{font-size:16px;}
.pro-app-list p{font-size:16px;}