/* 导航栏（1） */
a {
    text-decoration: none;
}

.head-title {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

.head {
    background: #E46713;
}

.head-title-text {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.head-right {
    text-align: right;
}

.head-padding-10 {
    padding: 10px 0;
}

.head-yd {
    display: none;
    background: #FFFFFF;
    padding: 15px 0;
}

@media (max-width: 1279px) {
    .fixed-top {
        display: none;
    }

    .head {
        display: none;
    }

    .head-yd {
        display: block;
    }
}

/* 导航栏（2） */
.head2 {
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF !important;
}

.Quote {
    color: white;
    height: 100%;
    margin: 0 auto;
    border-radius: 4px;
}

.Quote:hover, .Quote:focus {
    color: black;
    background: #ffffff;
    font-weight: 500;
}

.nav-item1 {
    padding: 22px 4px;
}

.nav-item1 > a {
    border-bottom: solid 3px rgba(255, 255, 255, 0);
}

.bootom-1 {
    padding: 0;
    margin-top: 6px;
}

.nav-item1:hover > a {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    border-bottom: solid 3px white;
}

.En {
    color: white;
    background: #E46713;
}

.En:hover > .shang {
    transform: rotate(180deg);
    transition: all 0.50s ease-in-out 0s;
}

.En:hover {
    color: white;
    text-decoration: underline;
}

.nav-item2 {
    transition: 1s .5s opacity;
}

.nav-item2 .nav-link::after {
    transition: all 0.50s ease;
}

.nav-item2:hover .nav-link::after {
    transform: rotate(180deg);
}

.nav-item2 .dropdown-menu {
    left: auto;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 0;
}

.nav-item2 > .dropdown-menu {
    margin-top: 22px;
}

.nav-item2:hover > .dropdown-menu {
    display: block;
}

.nav-item2 > .dropdown-menu > .dropdown > .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -0.6rem;
}

.nav-item2 > .dropdown-menu .dropdown-item {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.nav-item2 > .dropdown-menu > .dropdown > .dropdown-item::after {
    transition: all 0.5s ease;
    transform: rotate(-90deg);
}

.nav-item2 > .dropdown-menu > .dropdown:hover > .dropdown-item::after {
    transform: rotate(0deg);
}

.nav-item2 > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
}

.nav-item2 .dropdown-menu .dropdown-item {
    width: 100%;
}

.nav-item2 .dropdown-menu .dropdown-item:hover {
    background: none;
}

.navbar-brand {
    padding: 20px 0;
}

.MAIN {
    padding: 30px 0;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.main-title {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin-top: -120px;
}

.main-back {
    font-size: 92px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
}

.main-title-text1 {
    font-size: 22px;
    font-family: ArialMT;
    color: #666666;
}

.product {
    margin-top: 40px;
}

.product-img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.product-img:hover {
    transform: scale(1.05);
}

.about-img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.about-img:hover {
    transform: scale(1.05);
}

.product-img1 {
    width: 100%;
    height: 500px;
    background-color: #666666;
}

.product-img2 {
    width: 100%;
    height: 500px;
    background-color: #666666;
}

.ABOUT {
    padding: 60px 0;
}

.ABOUT-back {
    font-size: 90px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
}

.ABOUT-title {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: -120px;
}

.ABOUT-title-text1 {
    font-size: 13px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.ABOUT-box {
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    height: 100%;
    /*yz修改：变更为弹性盒子垂直排列*/
    display: flex;
    flex-direction: column;
}

.ABOUT-text {
    font-size: 40px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.ABOUT-text-text {
    font-size: 18px;
    font-family: ArialMT;
    color: #ffffff;
}

.padding-70 {
    padding-left: 70px;
}

.padding-60 {
    padding-left: 65px;
}

.Zhejiang {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
}

.Zhejiang-title {
    font-size: 25px;
    font-family: ArialMT;
    color: #FFFFFF;
    font-weight: 400;
}

.color000 {
    color: #ffffff;
}

.Zhejiang-title-text {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    padding: 15px 0 25px;
    font-weight: 300;
}

.PATENT {
    padding-top: 60px;
}

.PATENT-back {
    font-size: 90px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
}

.PATENT-title {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin-top: -120px;
}

.PATENT-title-text1 {
    font-size: 22px;
    font-family: ArialMT;
    color: #666666;
}

.PATENT-title-title {
    color: #E46713;
}

.patent {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin-top: 25px
}

.margin-top-60 {
    margin-top: 60px
}

.WHY {
    background: url("../img/choose_bg1.png") no-repeat center center;
    background-size: cover;
    padding: 60px 0 145px;
}

.WHY-title {

    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
}

.WHY-title-text {
    font-size: 22px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.box-title {
    font-size: 25px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
}

.box-title-text {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    font-weight: 300;
}

.logo {
    background: url("../img/contact_bg.png") no-repeat center center;
    background-size: cover;
    height: 100px;
}

.logo-img{
    padding: 10px;
}

.logo-img > img {
    padding: 0 10px;
    transition: all 0.5s ease;
}

.logo-img > img:hover{
    transform: scale(1.05);

}

.card{
    border: 0!important;
    background: transparent;
}

.card:hover{
    background: #E6E6E6;
}

.PRODUCTS {
    border-radius: 4px;
    padding: 25px 25px 50px;
    width: 90%;
    margin: 70px auto;
}

.PRODUCTS-img {
    margin-top: -60px;
    transition: all 0.5s ease;
}

.PRODUCTS-img:hover {
    transform: scale(1.02);
}

.PRODUCTS-title {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
}

.PRODUCTS-title-text {
    margin: 20px 0 30px;
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.PRODUCTS-a {
    border-radius: 21px;
    border: 1px solid #FFFFFF !important;
    padding: 12px 22px;
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
}

.PRODUCTS-a:hover {
    background-color: white;
}

.NEWS {
    padding: 60px 0;
    background: #F2F2F2;
}

.box-x {
    width: 6px;
    height: 33%;
    background: #E46713;
    border-radius: 2px;
}

.box-y {
    width: 6px;
    height: 33%;
    background: #E6E6E6;
    border-radius: 2px;
}

.card {
    width: 100%;
    border-radius: 4px;
    padding: 5px;
}

.margin-top-20 {
    margin-top: 25px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.card-title {
    font-size: 20px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
}

.card-text {
    font-size: 13px;
    font-family: ArialMT;
    color: #666666;
}

.CONTACT {
    background: url("../img/contact_bg.png") no-repeat center center;
    background-size: cover;
    padding: 35px 0;
}

.CONTACT-title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
}

.CONTACT-title-text {
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
}

button {
    border: 0 solid !important;

}

.CONTACT-a {
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(89, 41, 9, 0.25);
    border-radius: 4px;
    padding: 17px 12px;
    margin: auto 0;
    text-decoration: none;
    border: 0 solid;
}

.CONTACT-a:hover {
    background: rgba(51, 51, 51, 1);
    box-shadow: 0 0 4px 0 rgba(89, 41, 9, 0.25);
    border-radius: 4px;
    padding: 17px 12px;
    margin: auto 0;
    text-decoration: none;
    color: white;
}


/* 旋转轮播图样式 */
li {
    list-style: none;
}

.wrap {
    position: relative;
    height: 360px;
    margin: 100px 0 60px;
    text-align: center;
}

.content li {
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}

.wrap a {
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    width: 65px;
    height: 65px;
    border-radius: 60px;
    margin-top: -30px;
    font: 36px/60px "宋体";
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgb(255, 100, 0);
    background: rgba(0, 0, 0, 0.25);
}


.prev {
    left: 0;
}

.next {
    right: 0;
}

.ann1 {
    width: 65px;
    height: 65px;
    background-color: black;
    border-radius: 60px;
    top: 45%;
    left: -40px;
}

.ann2 {
    width: 65px;
    height: 65px;
    background-color: black;
    border-radius: 60px;
    top: 45%;
    right: -40px;
}

.warp1-name {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
}

.img-box{

}

.img-box > div > a img{
    border-radius: 5px;
    transition: all 0.5s ease;
}


.img-box > div > a > img:hover{
    box-shadow: 0 0 5px 0 rgba(89, 41, 9, 0.5);
    transform: scale(1.02);
}

.img-box > div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}



@media (max-width: 1279px) {
    .ann1 {
        display: none;
    }

    .ann2 {
        display: none;
    }
}

.img-10px {
    margin-top: 28px;
}

.warp1 {
    display: none;
}

@media (max-width: 1279px) {
    .wrap {
        display: none;
    }

    .main-back {
        font-size: 36px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-title {
        font-size: 26px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        margin-top: -52px;
    }

    .main-title-text1 {
        font-size: 14px;
    }

    .MAIN {
        padding: 30px 10px;
    }

    .img-10px {
        margin-top: 10px;
    }

    .img-10px-1 {
        margin-top: 10px;
    }

    .ABOUT-back {
        font-size: 36px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ABOUT-title {
        font-size: 26px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: -52px;
    }

    .ABOUT-title-text1 {
        font-size: 14px;
    }

    .ABOUT {
        padding: 30px 0;
    }

    .ABOUT-box {
        border-radius: 4px;
    }

    .Zhejiang {
        font-size: 20px;
        font-family: Arial-BoldMT, Arial;
        font-weight: 500;
        color: #FFFFFF;
        margin: 15px 0 10px;
    }

    .color000 {
        font-size: 22px !important;
    }

    .ABOUT-text {
        font-size: 22px;
    }

    .ABOUT-text-text {
        font-size: 14px;
    }

    .Zhejiang-title {
        font-size: 16px;
        font-family: ArialMT;
        color: #FFFFFF;
    }

    .Zhejiang-title-text {
        font-size: 14px;
        font-family: ArialMT;
        color: #FFFFFF;
    }

    .PATENT-back {
        font-size: 33px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .PATENT-title {
        font-size: 26px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        margin-top: -52px;
    }

    .PATENT-title-text1 {
        font-size: 13px;
        font-family: ArialMT;
        color: #666666;
    }

    .warp1 {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .warp1-name {
        font-size: 16px;
        font-family: Arial-BoldMT, Arial;
        font-weight: 600;
        color: #333333;
        margin-bottom: 0;
    }

    .PATENT {
        padding: 25px 0;
    }

    .WHY {
        padding: 25px 0 85px;
    }

    .WHY-title {
        font-size: 26px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #FFFFFF;
    }

    .WHY-title-text {
        font-size: 13px;
        font-family: ArialMT;
        color: #FFFFFF;
    }

    .margin-top-60 {
        margin-top: 30px;
    }

    .ma-30px {
        margin-top: 30px;
    }

    .margin-bottom {
        margin-bottom: 30px;
    }

    .hide {
        display: none;
    }

    .CONTACT-title-text {
        font-size: 14px;
        font-family: ArialMT;
        color: #FFFFFF;
        margin: 5px 0 15px;
    }

    .CONTACT-title {
        font-size: 26px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #FFFFFF;
    }

    .left-col {
        text-align: left;
    }

    .CONTACT-a {
        font-size: 14px;
        font-family: ArialMT;
    }

    .PRODUCTS {
        border-radius: 4px;
        padding: 10px;
        width: 100%;
        margin: 40px auto 0;
    }

    .PRODUCTS-img {
        margin-top: 0;
    }

    .PRODUCTS-title {
        font-size: 20px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: 15px;
    }

    .PRODUCTS-title-text {
        margin: 10px 0 15px;
        font-size: 14px;
        font-family: ArialMT;
        color: rgba(255, 255, 255, 0.7);
    }

    .PRODUCTS-a {
        border-radius: 21px;
        border: 1px solid #FFFFFF !important;
        padding: 12px 22px;
        text-decoration: none;
        background-color: transparent;
        color: rgba(255, 255, 255, 0.7);
    }

    .NEWS {
        padding: 60px 0;
        background: white;
    }

    .col-margin {
        margin-top: -90px;
    }

    .col-padding {
        padding: 15px 18px;
    }

    .card {
        padding: 0;
    }
}

.margin-left {
    z-index: 998 !important;
}

.margin-center {
    z-index: 999 !important;
}

@media (max-width: 1279px) {
    .margin-left {
        margin-left: -50px;
        z-index: 998 !important;
    }

    .margin-right {
        margin-right: -50px;
    }
}


/* 底部 */
.bottom {
    background: #333333;
    color: white;
    padding: 40px 0 20px;
}

@media (max-width: 1279px) {
    .bottom {
        margin-bottom: 60px;
    }
}

.bottom-title {
    font-size: 18px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
    margin: 15px 0 18px;
}

.bottom-text {
    font-size: 16px;
    font-family: ArialMT;
    color: #878787;
    margin-bottom: 18px;
}

.bottom-text > a {
    font-size: 16px;
    font-family: ArialMT;
    color: #878787;
}

.bottom-img {
    margin-right: 10px;
}

.form-1 {
    color: white !important;
    background: rgba(0, 0, 0, 0) !important;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: none !important;
}

.button-1 {
    width: 100%;
    padding: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 0 solid;
    transition: all 0.5s ease;
}

.button-1:hover, .button-1:focus {
    background: #FFFFFF;
}

hr:not([size]) {
    height: 2px;
}

@media (max-width: 1279px) {
    .center-col {
        text-align: center;
    }
}

/*悬浮球*/
.show_tel {
    display: none;
}

.hide_tel {
    display: block;
}

.suspension {
    position: fixed;
    right: 40px;
    top: calc(50% - (237px / 2));
    border-radius: 4px;
    z-index: 10;
}

.suspension > div {
    margin: 15px 0;
    width: 48px;
    height: 48px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.suspension > div:nth-child(1) {
    margin: 0 0 15px 0;
    background: #064C8C;
}

.suspension > div:nth-child(2) {
    background: #1FCC70;
}

.suspension > div:nth-child(3) {
    background: #EF9614;
}

.suspension > div:nth-last-child(1) {
    background: #FFFFFF;
    margin: 15px 0 0 0;
}


.suspension > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.suspension > div > a > img {
    height: 30px;
}

.suspension_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px 0px #EAEAEA;
    z-index: 10;
}

.suspension_bottom > div {
    text-align: center;
}

.suspension_bottom > .row > div > a {
    display: block;
}

.suspension_bottom > .row > div > a > img {
    width: 24px;
}

.suspension_bottom > .row > div > a > div {
    font-size: 9px;
    font-family: ArialMT;
    color: #333333;
}

/*模态框*/
.modal-header {
    padding: 20px 30px;
}

.modal-header > .modal-title {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
}

.modal-header > .btn-close:focus {
    box-shadow: none;
}

.modal-body {
    padding: 18px 30px 30px;
}

.modal_from_input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #999999;
    font-size: 18px;
    font-family: ArialMT;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.modal_from_input:-moz-placeholder {
    color: #999999;
}

.modal-body .button_class_1 {
    padding: 19px 48px;
    margin-top: 30px;
    border-radius: 4px;
    color: #FFFFFF;
}

.show_tel-1 {
    display: none
}

@media (max-width: 1279px) {
    .hide_tel {
        display: none
    }

    .hide_tel {
        display: none
    }

    .suspension {
        top: auto;
        right: 12px;
        bottom: 72px;
        padding: 3px;
    }

    .suspension > div {
        border-radius: 4px;
    }

    .suspension > div:nth-child(1) {
        margin: 0;
    }

    .suspension > div:nth-last-child(1) {
        margin: 0;
    }

    .suspension > div > a > img {
        height: 24px;
    }


    /*模态框*/
    .modal-header {
        padding: 20px 15px;
    }

    .modal-header > .modal-title {
        font-size: 16px;
    }

    .modal-body {
        padding: 18px 15px 30px;
    }

    .modal_from_input {
        font-size: 13px;
        padding: 12px;
        margin-bottom: 12px;
    }

    .modal-body .button_class_1 {
        padding: 13px 26px;
        margin-top: 18px;
    }
}

@media (max-width: 1200px) {
    .show_tel-1{
        display: block;
    }
}
