* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    /*font-size: 1.6rem;*/

}

body,
html,
.box {

    width: 100%;

    /*height: 100%;*/

}

.input{
    display: inline-block;
    width: 90%;
}
input[name='Submit3']{
    width: auto!important;
    height: auto!important;
    background-color: #0ae!important;
}
.header {

    width: 100%;

    /*min-height: 600px;*/

    /*background: url(../img/首页/banner+导航/首图背景.jpg);*/

    /*background-size: 100% 100%;*/

}

.header .menu-product {

    position: fixed;

    left: 0;

    top: 80px;

    width: 100%;

    background-color: hsla(0, 0%, 100%, .9);

    z-index: 10000;

    display: none;

    overflow-y: hidden;

    box-shadow: 0 0 5px #ccc;

}

.header .menu-product .container {

    padding: 1rem 0;

}
.header .menu-product .container>ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.header .menu-product .container>ul a{
     font-size: 1.7rem;
     color: #000;
}
.header .menu-product .container>ul a:hover{
        color: #ef011c;
    font-weight: bold;
}

.header .menu-product:nth-child(2) .container,
.header .menu-product:nth-child(5) .container {

    display: flex;

    justify-content: space-between;

    padding: 3rem 0;

}

.header .menu-product:nth-child(2) .container:after,
.header .menu-product:nth-child(5) .container:after {

    display: none;

}

.header .menu-product:nth-child(2) .container .left h3,
.header .menu-product:nth-child(5) .container .left h3 {

    font-size: 2.5rem;

    font-weight: bold;

}

.header .menu-product:nth-child(5) .container .left .six-item {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.header .menu-product:nth-child(2) .container .left .about-serve,
.header .menu-product:nth-child(5) .container .left .six-item {

    margin-top: 5rem;

}

.header .menu-product:nth-child(2) .container .left .about-serve a:last-child {

    margin-left: 3rem;

}

.header .menu-product:nth-child(2) .container .left .about-serve a,
.header .menu-product:nth-child(5) .container .left .six-item a {

    color: #000;

    font-size: 1.7rem;

    /*margin-right: 3rem;*/

    margin-bottom: 2rem;
    width: 33%;

}

.header .menu-product:nth-child(2) .container .left .about-serve a:hover,
.header .menu-product:nth-child(5) .container .left .six-item a:hover {

    color: #ef011c;

    font-weight: bold;

}

.header .menu-product:nth-child(2) .container .right1 .guanyu,
.header .menu-product:nth-child(5) .container .right1 .guanyu {

    display: flex;

    justify-content: space-between;

}

.header .menu-product:nth-child(2) .container .right1 .guanyu a,
.header .menu-product:nth-child(5) .container .right1 .guanyu a {

    position: relative;

}

.header .menu-product:nth-child(2) .container .right1 .guanyu a .title,
.header .menu-product:nth-child(5) .container .right1 .guanyu a .title {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    color: #fff;

}

.header .menu-product:nth-child(2) .container .right1 .guanyu a,
.header .menu-product:nth-child(5) .container .right1 .guanyu a {

    transform: scale(0.8, 0.8);

}

.header .menu-product:nth-child(2) .container .right1 .guanyu a:hover img,
.header .menu-product:nth-child(5) .container .right1 .guanyu a:hover img {

    transform: scale(1, 1);

}





.line-big a {

    font-size: 1.5rem;

    line-height: 2.4rem;

    font-weight: bold;

    color: #d40000;

    transition: all .2s ease;

    -moz-transition: all .2s ease;

    -ms-transition: all .2s ease;

    -o-transition: all .2s ease;

    -webkit-transition: all .2s ease;

}

.menu-product .container .line-big a:hover {

    color: #ef011c;

    font-size: 2rem;

}

.menu-product .container .line-big img {

    -webkit-transition: all .8s ease 0s;

    transition: all .8s ease 0s;

    -ms-transition: all .8s ease 0s;

    /*-webkit-transform: scale(.6,.6);*/

    /*transform: scale(.6,.6);*/

    max-width: 60%;

    margin: 0 auto;

}

.menu-product .container a:hover img {

    -webkit-transform: scale(0.9, 0.9);

    transform: scale(0.9, 0.9);

}

.menu-product .container h5 {

    font-size: 2rem;

    font-weight: bold;

    color: #656565;

    padding: 5px 0;

    -webkit-transition: all .8s ease 0s;

    transition: all .8s ease 0s;

    -ms-transition: all .8s ease 0s;

    -webkit-transform: scale(.9, .9);

    transform: scale(.9, .9);

}

.menu-product .container a:hover h5 {

    color: #ef011c;

}

a {

    text-decoration: none;

}

a:hover {

    text-decoration: none;

}



/*

导航样式

*/

.homes {

    width: 50%;
    height: 2px;
    border: #ddc05a 1px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.navContent>ul{
    display: flex;
    justify-content: space-between;
}

.navContent>div .all-screen {

    position: absolute;

    top: 0;

    width: 100%;
    ;

}



.navContent .menu-product {

    position: absolute;

    left: 0;

    width: 100%;

    background-color: hsla(0, 0%, 100%, .9);

    z-index: 10000;

    display: none;

    overflow-y: hidden;

}





.nav {

    width: 100%;

    height: 80px;

    margin: 0 auto;

    padding: 0 12%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: fixed;

    top: 0;

    background: linear-gradient(0deg, #172B49, #233B5F);

    z-index: 999;

}

.nav-home {

    background: none;

}

.navContent {
    flex: 1;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 0 50px;
    height: 100%
}



.navContent a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in;
}

.navContent a:hover svg path{
    fill: #f00;
}
.navContent a ul{
    visibility: hidden;
    position: absolute;
    top: 80px;
}
.navContent a:hover>ul{
    /*visibility: visible;*/
}

#banner_left {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    position: absolute;

    left: 2%;

    top: 54%;

    background: rgba(0, 0, 0, .59);

    backdrop-filter: blur(6px);

    color: #fff;

    line-height: 39px;

    font-size: 20px;

    text-align: center;

    cursor: pointer;

}

#banner_right {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    position: absolute;

    right: 2%;

    top: 54%;

    background: #fff;

    background: rgba(0, 0, 0, .59);

    backdrop-filter: blur(6px);

    color: #fff;

    line-height: 39px;

    font-size: 20px;

    text-align: center;

    cursor: pointer;

}



/*.logo{*/

/*    width: 140px;*/

/*    height: 50px;*/

/*}*/

.line {

    position: absolute;

    bottom: 0px;

    width: 100%;

    left: 0;

}

.navContent {

    /*flex: 1;*/

    /*display: flex;*/

    /*justify-content: space-between;*/

    /*align-items: center;*/

    /*padding: 0 50px;*/

}

.navContent div li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    /*background: #172e4e !important;*/
    display: block;
}

.navContent div ul li {
    margin-top: 0 !important;
}

.navContent select {

    border: none;

    background: transparent;

    outline: none;

    color: #fff;



}

.nav-home .navContent div li a {

    /*background: rgba(55, 85, 133, 0.79) !important;*/

    /*backdrop-filter: blur(6px);*/

}

.active {

    font-weight: bold;

}

.call {

    display: flex;

    height: 100%;

    width: 20%;

    align-items: center;



}

.call img:first-child {

    margin-right: 5rem;

}

.phone {

    width: 30px;

    height: 30px;

    margin: 0 10px;

}

.foot {

    width: 100%;

    height: 40px;

    background-color: #233450;

    position: relative;

    /*margin-top: 50px;*/

}

.foot_content {

    width: 80%;

    height: 100%;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #fff;

}

.foot_content a {

    color: #fff;

}

.foot_content img {

    width: 12px;

}

/***2021.12.24********/

.swiper-button-prev {
    top: auto !important;
    bottom: 0rem !important;
    left: 15% !important;
}

.swiper-button-prev::after {
    content: '' !important;
}



.swiper-button-next {
    right: auto !important;
    left: 20% !important;
    top: auto !important;
    bottom: 0rem !important;
}

.swiper-button-next::after {
    content: '' !important;
}

.zpcaonima {
    height: 55px;
}

.zpcaonima p {
    text-align: left;
    bottom: inherit !important;
    right: inherit !important;
    left: inherit !important;
    flex-basis: 50%;
}





html::-webkit-scrollbar {
    -webkit-appearance: none;
}

html::-webkit-scrollbar:vertical {
    width: 10px;
}

html::-webkit-scrollbar:horizontal {
    height: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: #233555;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F8F8F8;
}

html::-webkit-scrollbar-corner {
    background-color: #F8F8F8;
}

.carousel-caption {

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 80%;

}

.carousel-img2 {

    top: 46% !important;

}

.carousel-img1 div span {

    font-size: 3.5rem;

    font-weight: normal;

    letter-spacing: 2px;

    color: #fcb84b;

    display: flex;

    align-items: center;

    justify-content: center;

}

.carousel-img1 div span:before {

    content: "";

    width: 10rem;

    height: 1px;

    background-color: #fcb84b;

    display: block;

    margin-right: 2rem;

}

.carousel-img1 div span:after {

    content: "";

    width: 10rem;

    height: 1px;

    background-color: #fcb84b;

    display: block;

    margin-left: 2rem;

}

.carousel-img1 h5 {

    font-size: 5rem;

    letter-spacing: 5px;

    font-weight: bold;

    margin: 4rem 0;

}

.carousel-img1 p {

    font-weight: normal;

    width: 50%;

    margin: 0 auto;

    line-height: 4rem;

}

.carousel-img2 h1 {

    margin-bottom: 8rem;

    /*font-size: 10rem;*/

    /*font-weight: bold;*/

    /*background: linear-gradient(to bottom,#fff,#ffedcc);*/

    /*-webkit-background-clip: text;*/

    /*color: transparent;*/

    /*font-size: 400px;*/

    text-align: center;

    /*letter-spacing: 1rem;*/

    /*color: linear-gradient(to bottom,#fff,#ffedcc);*/

}

.carousel-img2 h1 img {

    width: 124.8rem;

    height: 10.7rem;

    margin: 0 auto;

}

.carousel-img2 p {

    font-weight: normal;

    font-size: 1.5rem;

    letter-spacing: 2px;

    margin: 3rem 0;

}

.carousel-img2 a div {

    width: 15rem;

    height: 4rem;

    background-color: #ffc13a;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0 auto;

    color: #2b2b2b;

}

.carousel-img3 {

    padding: 15rem 0;

}

.carousel-img3 h1 span {

    font-size: 7rem;

    font-weight: bold;

    letter-spacing: 0.2rem;

    position: relative;

    z-index: 1;

}

.carousel-img3 h1 span:before {

    content: "";

    width: 10rem;

    height: 10rem;

    border: 2rem solid #ffbb18;

    border-radius: 5rem;

    display: block;

    position: absolute;

    top: -2rem;

    left: -3rem;

    z-index: -1;

}

.carousel-img3>div {

    font-size: 2rem;

    font-weight: normal;

    padding: 1rem 0;

    border-top: 1px solid #fff;

    border-bottom: 1px solid #fff;

    width: 45rem;

    margin: 3rem auto;

    letter-spacing: 0.1rem;

}

.carousel-img3 p {

    font-weight: normal;

    margin-bottom: 3rem;

    font-size: 1.5rem;

    letter-spacing: 0.2rem;

}

.carousel-img4 p {

    font-size: 1.6rem;

    font-weight: normal;

    letter-spacing: 0.2rem;

    margin-bottom: 3rem;

}

.carousel-img4 p span {

    background-color: #ed2118;

    display: inline-block;

    /*width: 8rem;*/

    /*height: 2.6rem;*/

    padding: 0rem 0.5rem;

    line-height: 2.6rem;

    border-radius: 1.3rem;



}

.carousel-img4 h1 .h1-container {

    display: flex;

    justify-content: space-around;

    text-align: center;

}



.carousel-img4 h1 {

    /*display: flex;*/

    /*justify-content: center;*/

    /*flex-direction: column;*/

    position: relative;

    z-index: 1;

    margin: 0 auto;

    /*width: 90rem;*/

    text-align: center;

}

.carousel-img4 h1 img {

    width: 75.9rem;

    height: 11.9rem;

    margin: 0 auto;

}

/*.carousel-img4 h1:before{*/

/*    content: "";*/

/*    width: 100%;*/

/*    height: 2rem;*/

/*    background-color: #ec2d1b;*/

/*    display: block;*/

/*    position: absolute;*/

/*    bottom: -0.3rem;*/

/*    z-index: -1;*/

/*}*/



/*.carousel-img4 h1:after{*/

/*    content: "";*/

/*    width: 100%;*/

/*    height: 1px;*/

/*    background-color: #ec2d1b;*/

/*    display: block;*/

/*    position: absolute;*/

/*    bottom: -2rem;*/

/*    z-index: -1;*/

/*}*/



.carousel-img4 .left {

    /*margin-right: 5rem;*/

}



.carousel-img4 .left,
.carousel-img4 .right,
.carousel-img4 .left span,
.carousel-img4 .right span {



    font-size: 8rem;

    letter-spacing: 2rem;

    font-weight: 900;

}

.carousel-img4 .left span:first-child {

    background: linear-gradient(to bottom, #f3ebbd, #e8b444);

    -webkit-background-clip: text;

    color: transparent;

}

.carousel-img4 .left span:last-child {

    background: linear-gradient(to bottom, #fbf3e8, #f8d38c);

    -webkit-background-clip: text;

    color: transparent;

}

.carousel-img4 .right span:nth-child(1) {

    background: linear-gradient(to bottom, #fffffa, #efd799);

    -webkit-background-clip: text;

    color: transparent;

}

.carousel-img4 .right span:nth-child(2) {

    background: linear-gradient(135deg, #ffffff 5rem, #ffe4b7, #f8cc63);

    -webkit-background-clip: text;

    color: transparent;

}

.carousel-img4 .right span:nth-child(3) {

    background: linear-gradient(135deg, #f0dca1, #e5b730);

    -webkit-background-clip: text;

    color: transparent;

}







.fix-menu {

    position: fixed;

    right: 20px;

    bottom: 300px;

    z-index: 999;

}

.fix-menu li {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 61px;

    line-height: 61px;

    width: 61px;

    text-align: center;

    border-radius: 10px;

    background: #d7000f;

    margin-bottom: 5px;

    position: relative;

    /*transition: all 1s ease 0s;*/

}

.fix-menu li:hover {

    background: linear-gradient(45deg, #29c5ff, #2b44df);

}

.fix-menu li:last-child {

    display: flex;

    justify-content: center;

    align-items: center;

}

.fix-menu li:nth-child(1) .consult {

    position: absolute;

    width: 200px;

    right: 0;

    top: 0;



    justify-content: space-around;

    align-items: center;

    background: linear-gradient(45deg, #29c5ff, #2b44df);

    border-radius: 10px;

    display: none;

    /*transition: all 1s ease 0s;*/

}

.fix-menu li:nth-child(1) .consult .text111 {

    font-size: 30px;

    color: #fff;

}



.fix-menu li:nth-child(2) .phone {

    position: absolute;

    width: 240px;

    height: 100%;

    display: none;

    right: 0;

    top: 0;

    justify-content: space-around;

    align-items: center;

    background: linear-gradient(45deg, #29c5ff, #2b44df);

    border-radius: 10px;

    margin: 0;



}

.fix-menu li:nth-child(2) .phone .text111 {

    font-size: 20px;

    color: #fff;

    font-weight: bold;

}

.fix-menu li:nth-child(3) .qrcode-container {

    position: absolute;

    left: -150px;

    top: 0;

    width: 130px;

    height: 130px;

    line-height: 130px;

    background: linear-gradient(45deg, #29c5ff, #2b44df);

    border-radius: 10px;

    display: none;



}

.fix-menu li:nth-child(3) .qrcode-container:before {

    content: "";

    width: 0;

    height: 0;

    border-left: 10px solid #2b55e3;

    border-top: 10px solid transparent;

    border-right: 10px solid transparent;

    border-bottom: 10px solid transparent;

    display: block;

    position: absolute;

    right: -20px;

    top: 20px;

}

.fix-menu li:nth-child(3) .qrcode-container .qrcode {

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.fix-menu li:last-child .circle {

    width: 40px;

    height: 40px;

    border-radius: 25px;

    background-color: #fff;

    margin: 0 auto;

}

.fix-menu li:last-child .circle .top-bottom {

    width: 100%;

    height: 30px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.fix-menu li:last-child .circle .top {

    width: 0px;

    height: 0px;

    border-bottom: 10px solid #d7000f;

    border-top: 10px solid transparent;

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    margin: 0 auto;

}

.fix-menu li:last-child .circle .bottom {

    width: 8px;

    height: 10px;

    background: none;

    background-color: #d7000f;

    margin: 0;

    padding: 0;

}

.fix-menu li:nth-child(1):hover .consult {

    display: flex;

}

.fix-menu li:nth-child(2):hover .phone {

    display: flex;

}

.fix-menu li:nth-child(3):hover .qrcode-container {

    display: block;

    justify-content: center;

    align-items: center;

}



#LRdiv0 {

    display: none !important;

}

.newss-container{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 1;
    width: 100%;
    background: rgba(255,255,255,0.8);
}
.newss-container ul{
    width: 100%;
}
.navContent>ul>li:hover .newss-container{
   display: block;
    
}
.newss-container ul li a{
    color: #000;
    height: auto;
    line-height: 40px;
}
.nav ul ul a{
    padding: 0;
}
.nav ul a{
    padding: 0;
}
.nav-submenu-container {

    position: fixed;

    top: 80px;

    width: 100%;

    background-color: hsla(0, 0%, 100%, .5);

    z-index: 999;

    padding: 0 12%;

}



.nav-submenu-container .nav-submenu:before {

    content: " ";

    position: fixed;

    left: 0;

    top: 80px;

    width: 100%;

    height: 1px;

    box-shadow: 0px 0px 5px rgb(0 0 0 / 70%);

}

.nav-submenu-container .nav-submenu {

    display: none;

}



.contact_banner {

    background: linear-gradient(to right, #577097, #436592);

    position: relative;

    z-index: 1;

    height: 80rem;

}

.contact_banner img {

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: -1;

    width: 160rem;

}

form[name="form2"]{
    position: fixed;
    top: 100px;
   z-index: 1000;
   width: 100%;
   padding: 0 12%;
   align-items: center;
   justify-content: center;
   gap: 20px;
   display: none;
}

@media (min-width: 1200px) {

    .container {

        max-width: 1300px;

    }

}