.navbar-black {
    background-color: #fff;
    border-color: #fff;
    /*-webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 18%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 18%);*/
}

.navbar {
    border-radius: 0;
    min-height: 64px;
    margin-bottom: 0;
    border: none;
}

.navbar-brand {
    padding: 0 0 0 15px;
    margin-bottom: 14px;
}

.navbar-black .navbar-toggle {
    color: #fff;
    background: #fff;
    margin-top: 15px;
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1A7AFF;
}

.navbar-black .navbar-toggle:focus, .navbar-black .navbar-toggle:hover {
    background: #fff;
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    background: #000;
    margin: 19px 15px;
}

.navbar-black .nav li a.nav-a {
    height: 64px;
    line-height: 64px;
    color: #333;
    padding: 0 30px;
}

.navbar-black .nav li a.nav-new {
    color: #1A7AFF;
}

.navbar-black .nav-new:after {
    content: 'new';
    top: 15px;
    margin-top: 0;
    right: 0px;
    width: 30px;
    line-height: 12px;
    border: 0;
    background: #1A7AFF;
    color: #fff;
    animation: animate-badge 0.4s;

    position: absolute;
    font-size: 10px;
    font-weight: normal;
    height: 12px;
    text-align: center;
    padding: 0 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;

}

.navbar-black .nav li a.nav-a:hover {
}

.navbar-black .navbar-nav .open a.nav-a,
.navbar-black .navbar-nav .open a.nav-a:focus,
.navbar-black .navbar-nav .open a.nav-a:hover {
    background: #fff;
    color: #333;
}

.navbar-black .has-merge-menu {
    position: static !important;
}

.navbar-black .merge-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
}

.navbar-black .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 18%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 18%);
}
.navbar-black .has-normal-menu li a{
    font-size: 1.17rem;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 0;
    text-align: center;
}
.navbar-black .has-normal-menu li a:hover{
    background: #F8FBFF;
}
.navbar-black .has-normal-menu li a:active{
    background: #F8FBFF;
    color: #1A7AFF;
}
.navbar-black .has-normal-menu .dropdown-menu{
    border-radius: 8px;
    box-shadow: 0px 6px 10px rgba(143, 143, 143, 0.16);
    opacity: 1;
}
.img-responsive-inline-block, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block;
}

.nav-product a {
    color: #333;
}

.nav-product a p {
    /*line-height: 25px*/
}

.nav-project-title, .nav-project-item {
    display: flex;
    align-items: center;
}

.nav-project-title-icon img, .nav-project-icon img {
    max-width: 24px;
    vertical-align: middle;
}

.nav-project-title-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    padding-left: 11px;
}

.nav-project-icon img {
    max-width: 64px;
}

.nav-project-name {
    padding-left: 8px;
    font-weight: 400;
    font-size: 1.17rem;
    line-height: 1.83rem;
    color: #333333;
}

.nav-project-item:hover {
    color: #1A7AFF;
}

.nav-project-name-new:after {
    content: 'new';
    top: 15px;
    margin-top: 0;
    right: 0;
    width: 32px;
    height: 12px;
    line-height: 12px;
    border: 0;
    background: #1A7AFF;
    color: #fff;
    animation: animate-badge 0.4s;
    font-size: 0.83rem;
    font-weight: normal;
    text-align: center;
    padding: 0 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.carousel-indicators .active{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    margin:0 6px;
}
.carousel-indicators li{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.6;
    margin:0 6px;
    border:none;
}
.index-project,.index-solution{
    background: #FFFFFF;
    box-shadow: 0px 6px 10px #F5F7FA;
    opacity: 1;
    border-radius: 8px;
    display: block;
    text-decoration: none;
}
.index-project-title,.index-solution-title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.67rem;
    color: #333333;
    opacity: 1;
}
.index-solution-title{
    line-height: 2.58rem;
}
.index-project-des,.index-solution-des{
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666666;
    opacity: 1;
}
.index-solution-des2{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.17rem;
    color: #333333;
}
.solution-remark-list span{
    width: 8px;
    height: 8px;
    background: #FFBB00;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    margin-right: 8px;
}
.solution-remark-list{
    font-weight: 400;
    color: #666666;
    font-size: 1.17rem;
}
.hotline{
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #999999;
    opacity: 0.83;
}
.hotline-phone{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone img{
    max-width: 16px;
    margin-right:8px
}

.product-banner {
    background: linear-gradient(173deg, rgba(210, 207, 207, 0.7) 0%, rgba(229, 229, 229, 0.73) 45%, rgba(212, 210, 210, 0.71) 100%);
}

.product-banner .product-en-name {
    font-size: 65px;
    font-weight: 500;
    line-height: 73px;
    color: #2C2C2C;
    text-align: center;
    padding-top: 80px;
}

.product-banner .product-name {
    color: #2C2C2C;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 73px;
}

.product-banner .product-describe {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #333333;
    text-align: center;
    padding-top: 24px;
    max-width: 880px;
    margin: 0 auto;
}

.product-function-en-name {
    font-size: 1.17rem;
    font-weight: 500;
    color: #999;
    text-align: center;
    letter-spacing: 2px;
}

.product-function-name {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.product-function-list {

}

.product-function-item, .product-video-item {

}

.product-function-item-line {
    width: 40px;
    height: 8px;
    background: #1A7AFF;
    opacity: 1;
    border-radius: 8px;
}

.product-function-item-line-orange {
    width: 40px;
    height: 8px;
    background: #FFBB00;
    opacity: 1;
    border-radius: 8px;
}

.product-function-item-icon img {
    max-width: 48px;
}

.product-function-item .product-function-item-icon-name {
    display: flex;
}

.product-function-item .product-function-item-icon-name .product-function-item-name {
    font-size: 1.67rem;
    font-weight: 500;
    line-height: 2.33rem;
    color: #333333;
    padding-left: 16px;
}

.product-function-item .product-function-item-describe,
.product-video .product-video-describe {
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666;
}
.product-function-item .product-function-item-describe{
    padding-right: 40px;
}

.product-video .product-video-name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.58rem;
    color: #333333;
}

.product-video .product-video-more, .common-more {
    display: inline-block;
    width: 138px;
    border: 1px solid #1A7AFF;
    box-shadow: 0px 3px 20px rgba(180, 187, 255, 0.16);
    opacity: 1;
    border-radius: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 16px 0;
    color: #1A7AFF;
}

.product-video .product-video-more-orange {
    color: #FF6333;
}
.product-video-mp4 {
    position: relative;
}
.product-video-mp4 .product-video-mp4-icon{
    color: #333;
    font-size: 1.92rem;
    display: block;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: #fff;
    margin-left: -32px;
    margin-top: -32px;
    text-align: center;
    opacity: 0.8;
    font-weight: 400;
    -webkit-text-stroke: 0.5 #333333;
    text-stroke: 0.5 #333333;
    text-decoration: none;
}
/*.product-video-mp4 .product-video-mp4-icon:hover,.product-video-mp4 .product-video-mp4-icon:active{
    text-decoration: none;
}*/
/*.product-video-mp4 .product-video-mp4-icon:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
}*/

.iform-product-case-list{
    max-width: 960px;
    margin: 24px auto 0 auto ;
}
.iform-product-case-list .owl-carousel .owl-stage-outer{
    border-radius: 0px 0px 40px 40px;
}
.iform-product-case-list-owl-carousel .owl-nav{
    margin-top: 0;
}
.iform-product-case-list-owl-carousel .owl-nav button.owl-prev,
.iform-product-case-list-owl-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    width: 64px;
    height: 64px;
    background: #E1E2E2;
    opacity: 1;
    line-height: 64px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}
.iform-product-case-list-owl-carousel .owl-nav button.owl-prev:hover,
.iform-product-case-list-owl-carousel .owl-nav button.owl-next:hover {
    background: #1A7AFF;
}
.iform-product-case-list-owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -110px;
    top: calc(50% - 32px);
}
.iform-product-case-list-owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -110px;
    top: calc(50% - 32px);
}
.product-inversion-consumables-info{
    border-radius: 24px;
    overflow: hidden;
    /*border: 1px solid #999999;*/
}
.product-inversion-consumables-info ul.nav li a {
    color: #666;
    font-weight: 400;
    font-size: 1.67rem;
    height: 80px;
    line-height: 80px;
    padding: 0;
    background: #F8F8F8;
    border-radius: 0;
    border: none;
}
/*.product-inversion-consumables-info ul.nav > li > a:hover,
.product-inversion-consumables-info ul.nav > li > a:focus,*/
.product-inversion-consumables-info ul.nav > li.active > a,
.product-inversion-consumables-info ul.nav > li.active > a:hover,
.product-inversion-consumables-info ul.nav > li.active > a:focus {
    border: none;
    font-weight: 500;
    color: #fff;
    background: #2781FF;
}
.inversion-consumables-list{
    border: 1px solid #999999;
    border-top: none;
    border-radius: 0 0 24px 24px;
}
.inversion-consumables-list td{
    vertical-align: top;
}
.inversion-consumables-title{
    line-height: 176px;
    height: 176px;
    width: 176px;
    background: url("../images/iform/turnover/4.png");
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.inversion-consumables-item-icon{
    min-width: 96px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
}
.inversion-consumables-item-desc{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.17rem;
    color: #666666;
}
.inversion-consumables-item-icon span{
    margin-left: 8px;
}

.product-consumables-tab{
    border: none;
}
.product-consumables-owl-carousel .owl-nav{
    margin-top: 0;
}
.product-consumables-owl-carousel .owl-nav button.owl-prev,
.product-consumables-owl-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    width: 64px;
    height: 64px;
    background: #E1E2E2;
    opacity: 1;
    line-height: 64px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}
.product-consumables-owl-carousel .owl-nav button.owl-prev:hover,
.product-consumables-owl-carousel .owl-nav button.owl-next:hover {
    background: #1A7AFF;
}
.product-consumables-owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -156px;
    top: calc(50% - 32px);
}
.product-consumables-owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -156px;
    top: calc(50% - 32px);
}
.product-consumables-tab li{
    height: 260px;
    text-align: center;
}
.product-consumables-tab li.active a{
    background: url("../images/iform/consumables/2.png") no-repeat center center;
}
.product-consumables-tab li a{
    background: url("../images/iform/consumables/1.png") no-repeat center center;
    display: block;
    line-height: 260px;
    font-size: 1.92rem;
    font-weight: 500;
    color: #1D1D1D;
    text-decoration: none;
}
.product-consumables-tab li.active a{
    font-size: 2.17rem;
    color: #FFFFFF;
}
.product-consumables-remark {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #999999;
}
.product-blister-mold-info{
    /*border-radius: 24px;*/
    /*overflow: hidden;*/
}
.product-blister-mold-info .nav-tabs{
    border: none;
}
.product-blister-mold-info-nav-tab{
    background: #F8F8F8;
    opacity: 1;
    border-radius: 24px 24px 0px 0px;
}
.product-blister-tab li a{
    text-decoration: none;
    line-height: 80px;
    text-align: center;
    font-size: 1.67rem;
    font-weight: 400;
    color: #666666;
    display: block;
    background: #E9E9E9;
}
.product-blister-tab li.active a{
    background: #2781FF;
    color: #fff;
}

.product-blister-owl-carousel .owl-nav{
    margin-top: 0;
}
.product-blister-owl-carousel .owl-nav button.owl-prev,
.product-blister-owl-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    border-radius: 50%;
    color: #9F9F9F;
    background: none;
}
.product-blister-owl-carousel .owl-nav button.owl-prev:hover,
.product-blister-owl-carousel .owl-nav button.owl-next:hover {
    color: #2781FF;
    background: none;
}
.product-blister-owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -140px;
    top: calc(50% - 37px);
}
.product-blister-owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -140px;
    top: calc(50% - 37px);
}
.product-blister-mold-info .tab-content{
    border: 1px solid #999999;
    border-top: none;
    border-radius: 0 0 24px 24px;
}
.blister-mold-title{
    font-size: 1.5rem;
    background-image: url("../images/iform/mold/4.png");
}

.pbl-mix-info{
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #999999;
}

.pbl-mix-info ul.nav li a {
    color: #333333;
    font-weight: 500;
    font-size: 1.67rem;
    height: 56px;
    line-height: 56px;
    padding: 0;
    background: #F1F1F1;
    border-radius: 0;
    border: none;
}

.pbl-mix-info ul.nav > li.active > a,
.pbl-mix-info ul.nav > li.active > a:hover,
.pbl-mix-info ul.nav > li.active > a:focus {
    border: none;
    font-weight: 500;
    color: #fff;
    background: #2781FF;
}
.pbl-mix-list {
    /*border: 1px solid #999999;
    border-top: none;
    border-radius: 0 0 24px 24px;*/
}
.pbl-mix-list table {
    width: 100%;
}
.pbl-mix-list table tr{
    height: 56px;
}
.pbl-mix-list table tr .r-border{
    border-right: 1px solid #999;
}
.pbl-mix-list table tr th,.pbl-mix-list table tr td{
    font-size: 1.17rem;
    color: #333;
    line-height: 1.83rem;
    padding-left: 24px;
    padding-right: 40px;
}
.pbl-mix-list table tr td{
    color: #666;
}

.product-resource-module .product-resource-module-item .product-resource-module-item-info{
    position: relative;
    border-radius: 8px;
}
.product-resource-module .product-resource-module-item .product-resource-module-item-info span{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    font-size: 1.33rem;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
}
.product-resource-module .product-resource-module-item .product-resource-module-item-info .a-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 40px;
    background: #A8A8A8;
    opacity: 0.3;
    border-radius: 0px 0px 8px 8px;
}
.index-project-title-course{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.17rem;
    color: #333333;
}
.index-project-des-course{
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666666;
}
.pbl-product-resource-carousel img{
    max-height: 337px;
    margin: 0 auto;
}
.pbl-product-resource-carousel .owl-item img{
    width: auto;
}
.pbl-product-resource-title{
    font-size: 1.5rem;
    line-height: 2.17rem;
    color: #333333;
}
.pbl-product-resource-item{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #EEEEEE;
    opacity: 1;
    border-radius: 24px;
}

.pbl-product-resource-carousel .owl-nav{
    margin-top: 0;
}
.pbl-product-resource-carousel .owl-nav button.owl-prev,
.pbl-product-resource-carousel .owl-nav button.owl-next {
    font-size: 4rem;
    width: 64px;
    height: 64px;
    background: #E1E2E2;
    opacity: 1;
    line-height: 64px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}
.pbl-product-resource-carousel .owl-nav button.owl-prev:hover,
.pbl-product-resource-carousel .owl-nav button.owl-next:hover {
    background: #1A7AFF;
}
.pbl-product-resource-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -110px;
    top: calc(50% - 32px);
}
.pbl-product-resource-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -110px;
    top: calc(50% - 32px);
}
.pbl-product-resource-carousel .owl-dots{
    margin-top: 40px;
}
.pbl-product-resource-carousel .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: #E2E2E2;
    border-radius: 50%;
    opacity: 0.8;
    margin: 0 4px;
}
.pbl-product-resource-carousel .owl-dots .owl-dot.active span, .pbl-product-resource-carousel .owl-dots .owl-dot:hover span{
    background: #1A7AFF;
}
img.product-case-top-left {
    border-radius: 30px 0 0 0;
}

img.product-case-top-right {
    border-radius: 0 30px 0 0;
}

img.product-case-bottom-left {
    border-radius: 0 0 0 30px;
}

img.product-case-bottom-right {
    border-radius: 0 0 30px 0;
}

.product-case-item {
    padding-bottom: 24px;
}

.product-case-item img {
    max-height: 267px;
}

.product-resource {
    background: #FAFAFA;
}

.product-resource-fff {
    background: #fff;
}

.product-resource-img img {
    box-shadow: 0px 0px 15px #dedede;
}

.product-resource-package-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.17rem;
    color: #1B1B19;
    text-align: center;
}

.product-resource-package-describe {
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666;
    text-align: center;
}
.product-resource-package-item-name {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.17rem;
    color: #0A0A0A;
}

.product-resource-package-item-describe {
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666666;
    text-align: center;
}

.index-product-resource-package-item-name {
    /*font-size: 1.5rem;
    font-weight: 500;
    line-height: 26px;
    color: #0A0A0A;*/
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.67rem;
    color: #1B1B19;
}

.index-product-resource-package-item-describe {
    /*font-size: 1.17rem;
    font-weight: 400;
    line-height: 22px;
    color: #616161;*/
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.17rem;
    color: #616161;
}

.product-param-title {
    position: absolute;
    width: 264px;
    height: 58px;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/param.png");
    text-align: center;
    line-height: 58px;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
}

.product-param-list {
    padding: 88px 64px 64px 64px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 22px;
    color: #3E3A39;
}

.product-param-list img.param-icon {
    max-width: 24px;
    margin-top: -5px;
}
.product-param-list span,.product-param-list span i{
    margin-left: 8px;
}
.product-param-list span i{
    color: #666666;
    font-style: normal;
}
.product-param-list span i b{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.product-param-list span i b.b-1{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 0.6;
    margin-right: 8px;
    margin-bottom: -2px;
}
.product-param-list span i b.b-2{
    background: linear-gradient(180deg, #FC7060 0%, #E4F162 43%, #86F3EF 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    margin-right: 8px;
    margin-bottom: -2px;
}
.product-param-list span i b.b-3{
    background: #000000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    margin-right: 8px;
    margin-bottom: -2px;
}
.param-stacked ul.nav li a {
    font-size: 1.5rem;
    color: #666;
    height: 56px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    font-weight: 400;
}

.param-stacked ul.nav li.active a,
.param-stacked ul.nav li a:hover,
.param-stacked ul.nav li a:focus {
    background: none;
    font-weight: 500;
    color: #333;
}

/*.param-stacked ul.nav li a:hover:after,
.param-stacked ul.nav li a:focus:after,*/
.param-stacked ul.nav li.active a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #1A7AFF;
    opacity: 1;
    border-radius: 0;
}

.param-nav ul.nav li a {
    font-size: 1.5rem;
    color: #666;
    font-weight: 400;
    height: 56px;
    line-height: 56px;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
    border-radius: 8px 8px 0 0;
}

.param-nav ul.nav > li.active > a,
.param-nav ul.nav > li.active > a:hover,
.param-nav ul.nav > li.active > a:focus,
.param-nav ul.nav > li > a:hover,
.param-nav ul.nav > li > a:focus {
    border: 1px solid #fff;
    border-bottom: 1px solid #ECECEC;
    font-weight: 500;
    color: #333333;
    background: #fff;
}

/*.param-nav ul.nav > li > a:hover:after,
.param-nav ul.nav > li > a:focus:after,*/
.param-nav ul.nav > li.active > a:after,
.param-nav ul.nav > li.active > a:hover:after,
.param-nav ul.nav > li.active > a:focus:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 4px;
    background: #1A7AFF;
    opacity: 1;
    border-radius: 0;
}

.param-list .param-item-title {
    font-size: 1.33rem;
    font-weight: 500;
    line-height: 2rem;
    color: #333333;
    -webkit-text-stroke: 0 #666666;
    text-stroke: 0 #666666;
    min-width: 88px;
    vertical-align: top;
}

.param-list .param-item-des {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
    vertical-align: top;
}

.param-config-list .param-config-title {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
}

.param-config-list .param-config-item img {
    max-width: 112px;
}


.new-list-item{
    border-top: 1px solid #ECECEC;
}
.new-list-item:first-child{
    border-top: 0;
}
.new-list-item .new-list-title a{
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}
.new-list-item .new-list-des{
    color: #666666;
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
}
.new-list-item .new-list-icon img{
    max-width: 16px;
    margin-top: -3px;
    margin-right: 8px;
}
.new-list-item .new-list-icon span {
    color: #999999;
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
}
.new-list-item .new-list-icon .user-icon{
    font-weight: bold;
    color: #131B2A;
}
.new-list-item .new-list-icon .user-icon img{
    max-width: 24px;
}
.solution-bg{
    background: #F5F5F5;
    box-shadow: 0px 6px 10px #F5F7FA;
}
.solution-solution-title,.solution-solution-des,.solution-solution-title2{
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    color: #333333;
}
.solution-solution-des{
    color: #FFBB00;
}
.solution-solution-title2{
    color: #000;
}
.solution-solution-des2{
    font-size: 1.33rem;
    color: #666;
    line-height: 2rem;
}
.solution-solution-icon{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}
.solution-solution-icon .solution-solution-icon-item-icon img{
    max-width: 64px;
}
.solution-solution-icon .solution-solution-icon-item2{
    background: #FFFFFF;
    box-shadow: 0px 6px 10px #F5F7FA;
    opacity: 1;
    border-radius: 8px;
    padding: 24px;
}
.solution-solution-icon .solution-solution-icon-item-icon{
    background: #F5F5F5;
    border-radius: 50%;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.solution-solution-icon .solution-solution-icon-item2 p{
    font-size: 1.67rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
    padding-top: 24px;
    text-align: center;
}
.us-info{background: url("../images/us/bg.png") center center;}
.us-title{
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
}
.us-des{
    color: #fff;
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    opacity: 1;
}
.contact-us{color: #fff;}
.contact-us-title,.contact-us-item-title{
    font-size: 2.5rem;
    font-weight: 500;
}
.contact-us-item-title{font-size: 1.67rem;}
.contact-us .contact-us-item-des{
    font-size: 1.17rem;
    font-weight: 400;
    /*line-height: 1.83rem;*/
    color: #F8F9FB;
}
.contact-us-list-item{
    background: #FFFFFF;
    box-shadow: 0px 6px 10px #F5F7FA;
    padding: 24px;
    text-align: center;
}
.contact-us-list-item .contact-us-list-item-icon{
    max-width: 80px;
    margin: 0 auto;
}
.contact-us-list-item .contact-us-list-item-title{
    padding-top: 16px;
    font-size: 1.67rem;
    color: #333333;
    font-weight: bold;
}
.contact-us-list-item .contact-us-list-item-des{
    padding-top: 16px;
    font-size: 1.33rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-us-list-item .contact-us-list-item-des img{
    max-width: 16px;
    margin-right: 8px;
}
.services-h{
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
}
.services-item{
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
}
.services-item-tip span{font-weight: bolder;}
.services-item-free{
    font-size: 1.33rem;
    font-weight: 500;
    color: #333333;
}
.services-item-free-list-item{
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666666;
}
.services-item-free-list-item span {
    width: 12px;
    height: 12px;
    background: #D2D2D2;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-top:2px;
}
.pro-info-item-icon img{
    max-width: 64px;
    margin: 0 auto;
}
.pro-info-item-title{
    color: #333333;
    padding-top: 16px;
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
}
.pro-info-list-title{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid  #ECECEC;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
}
.pro-info-list-item a{
    color: #666666;
    display: block;
    position: relative;
    font-size: 1.17rem;
    line-height: 2rem;
}
.pro-info-list-item .pro-info-list-item-title{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 80px;
}
.pro-info-list-item .pro-info-list-item-down{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #1A7AFF;
}
.ziyuan-cate{
    height: 88px;
    margin-top: 0;
    border-top: 1px solid #f8f9fb;
}
.ziyuan-cate a{
    font-size: 1.5rem;
    height: 88px;
    line-height: 88px;
}
.ziyuan-cate a:hover, .ziyuan-cate a.active{
    color: #1A7AFF;
    border-bottom: 4px solid #1A7AFF;
}
.zy-all-cate a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 1.33rem;
    margin: 0 8px;
    background: #F8F9FB;
    border-radius: 4px;
    padding: 0 16px;
}
.zy-all-cate a.active{
    background: #1A7AFF;
    color: #fff;
}
.ziyuan-lists .item{
    padding: 0;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px #F5F7FA;
    border-radius: 8px;
}
.ziyuan-lists .item .source{
    background: none;
    padding-left: 0;
    font-size: 1.17rem;
    font-weight: bold;
    color: #131B2A;
}
.ziyuan-lists .item .time{
    font-size: 1.17rem;
    font-weight: 400;
    color: #999999;
}
.ziyuan-lists .item img{
    margin-right: 8px;
}
.ziyuan-lists .item h3 i,.item-details .item-details-info h3 i{
    font-size: 1.17rem;
    font-weight: 400;
    color: #FFB831;
    font-style: normal;
    background: #FFF6D2;
    border: 1px solid #FFB831;
    padding:0 4px;
    border-radius: 4px;
    margin-left: 8px;
}
.ziyuan-lists .item hr{
    margin: 0;
}
.zy-item-info {
    padding: 24px;
}
.zy-item-info h3{
    margin: 0;
    margin-bottom: 16px;
}
.zy-item-info p{
    margin-bottom: 16px;
}
.zy-item-info .zy-item-cate{
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #666666;
}
.zy-item-info .zy-item-eye{
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
    color: #999;
}
.zy-content-des{
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
    word-wrap: break-word;
}
.zy-content-des-title{
    font-size: 1.17rem;
    font-weight: 500;
    line-height: 2rem;
    color: #333333;
    -webkit-text-stroke: 0 #666666;
    text-stroke: 0 #666666;
}
.item-details{
   padding: 0;
}
.item-details h3{
    font-size: 1.67rem;
    line-height: 2.17rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}
.item-details .item-info{
    margin-bottom: 16px;
    font-size: 1.17rem;
    font-weight: 500;
    line-height: 2rem;
}
.item-details .item-time{
    color: #999;
    margin-bottom: 0;
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.83rem;
}
.item-details hr{margin: 0;}
.item-details .item-content-title{
    font-size: 1.17rem;
    font-weight: 500;
    line-height: 2rem;
    color: #333333;
    -webkit-text-stroke: 0 #666666;
    text-stroke: 0 #666666;
}
.item-details .item-content{
    height: auto;
}
.item-details .item-content-info{
    background: #F8F9FB;
    border: 1px solid #ECECEC;
    opacity: 1;
    border-radius: 4px;
    height: 400px;
    overflow: hidden;
    padding:16px;
}

@media (min-width: 768px) {
    .pl-md-16{
        padding-left: 16px;
    }
    .pr-md-16{
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .navbar-black .navbar-nav .open a.nav-a, .navbar-black .navbar-nav .open a.nav-a:focus, .navbar-black .navbar-nav .open a.nav-a:hover {
        background: none;
    }

    .navbar-black .navbar-nav li {
        border-bottom: 1px solid #F2F2F2;
    }

    .navbar-black .nav-new:after {
        width: 35px;
        content: 'new';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 50px;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        height: 18px;
        text-align: center;
        border: 1px solid #1A7AFF;
        padding: 0 5px;
        background: #1A7AFF;
        color: #fff;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    .navbar-black .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

    .navbar-black .nav-product-logo {
        display: none;
    }

    .param-nav ul.nav > li {
        display: table-cell;
        width: 1%;
    }
    .product-inversion-consumables-info ul.nav > li {
        display: table-cell;
        width: 1%;
    }

    .footer-fast-link {
        min-height: 210px;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer .container {
        padding-top: 30px;
    }

    .qrcode-area {
        background: none;
    }

    .item-details .item-content-info{
        height: auto;
    }

    .zh-describe-area{
        padding-left: 0;
    }
    .zh-describe{
        background:none;
    }

    .product-function-item .product-function-item-describe{
        padding-right: 0;
    }

    .product-consumables-owl-carousel .owl-nav button.owl-prev,
    .iform-product-case-list-owl-carousel .owl-nav button.owl-prev,
    .product-blister-owl-carousel .owl-nav button.owl-prev,
    .pbl-product-resource-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .product-consumables-owl-carousel .owl-nav button.owl-next,
    .iform-product-case-list-owl-carousel .owl-nav button.owl-next,
    .product-blister-owl-carousel .owl-nav button.owl-next,
    .pbl-product-resource-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .pbl-mix-list table tr th,.pbl-mix-list table tr td{
        padding-left: 8px;
        padding-right: 8px;
    }
    .pbl-product-resource-carousel .owl-dots{
        margin-top: 16px;
    }
    .param-config-list .param-config-item img{
        max-width: 80%;
    }
}