html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: normal;
    font-size: 21px;
    margin: 0px;
    padding: 0px
}

img {
    object-fit: cover;
    -moz-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

input,
textarea {
    border: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

input[type="file"] {
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

.w100 {
    width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: #f00;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

header {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.header-all {
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    background-color: #16163F;
    align-items: center;
    padding: 0 100PX;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

nav li {
    margin: 0 15px;
}

nav li a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 13px 20px;
}

nav li>a {
    height: 80px;
    padding: 0 20px;
    line-height: 80px;
}

nav li a:hover {
    color: #E3A42F;
}

nav li.active a {
    color: #E3A42F;
}

nav li a::after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #3f444b;
    z-index: 2;
}

.header-contact a {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    fill: #16163f;
    color: #16163f;
    background-color: #d3b574;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 25px 10px 25px;
}

.header-contact a:hover {
    background-color: #c58700;
}

.pro-nav {
    position: relative;
}

.pro-nav-all {
    display: none;
    width: 100vw;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99999999;
    border-top: 5px #E3A42F solid;
    padding: 60px 0;
    box-shadow: 1px 1px 1px 1px #E3A42F;

}

.pro-nav-all a {
    color: #040405;
}

.pro-nav-x {
    display: flex;
    justify-content: space-between;
}

.pro-nav-side {
    width: 25%;
    border-right: 1px solid #0000003b;
    box-sizing: border-box;
    padding-left: 30px;
}

.pro-nav-side:last-child {
    border-right: 1px solid #fff;
}

.pro-nav-side .main h3 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 18px;

}

.pro-nav-side .main h3 img {
    display: block;
    margin-right: 10px;
}

.pro-nav-side .main a {
    color: rgb(6 87 156);
}

.pro-nav-side a:hover {
    color: rgba(253, 95, 22, 1) !important;
}

.pro-nav-side>a {
    line-height: 26px;
    color: rgb(36, 33, 33) !important;
    font-size: 17px;
}

.pro-nav-side>a:hover {
    font-weight: bold;
    font-size: 17px;
}

.pro-nav:hover .pro-nav-all {
    display: block;
}

/*index-us*/

.index-us h2 {
    font-family: "Arial", Sans-serif;
    font-size: 59px;
    color: #000;
    text-align: center;
    font-weight: 100;
    padding: 50px;
}

.in-us-all {
    display: flex;
    margin-bottom: 120px;
}

.in-us-img {
    width: 50%;
}

.in-us-img img {
    width: 500px;
    text-align: center;
    display: block;
    margin: auto;
}

.in-us-text {
    width: 50%;
}

.in-us-all a {
    display: block;
}

.in-us-text h3 {
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Arial", Sans-serif;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 40px;
}

.in-us-text p {
    text-align: center;
    font-family: "Arial", Sans-serif;
    font-size: 16px;
    color: #000000c7;
    line-height: 24px;
}

.in-us-text a {
    display: block;
    width: 280px;
    font-family: "Arial", Sans-serif;
    fill: #525564;
    color: #525564;
    background-color: #CEB171;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    box-sizing: border-box;
    margin: 45px auto;
    position: relative;
}

.in-us-text a:hover {
    background-color: #db9c13;
}

.in-us-text span {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 16px;
    background: url(../images/jiantou.png) no-repeat;
    background-size: 100%;
}

/*banner-index*/
.banmer-index .banner {
    position: relative;
}

.banmer-index .bindex-side {
    text-align: center;
}

.banmer-index .bindex-side {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    width: 40%;
    margin: auto;
    height: 300px;
}

.banmer-index .bindex-side h2 {
    color: #FD9F19;
    font-size: 45px;
    text-align: center;

}

.banmer-index .bindex-side p {
    color: #393A46;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 45px 0;
    text-align: center;
}

.banmer-index .bindex-side a {
    display: inline-block;
    background-color: #FD9F19;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    border-radius: 22px;
    box-sizing: border-box;
    text-align: center;
}

.banmer-index .bindex-side a:hover {
    background-color: #16163F;
    border-radius: 22px
}

/*index-product*/
.index-product {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 50px 0px 50px 0px;
    background-color: #16163f;
    min-height: 700px;
}

.index-product .contaner {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
}

.index-product-text {
    width: 50%;
    align-self: center
}

.index-product-img {
    width: 50%;
}

.index-product-text h2 {
    color: #ffffff;
    font-family: "Arial", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1.2px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.index-product-postion {
    padding: 0px 150px 0px 10px;
}

.index-product-text p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 1.6em;
    box-sizing: border-box;
    line-height: 26px;
}

.index-product-text a {
    display: block;
    width: 188px;
    height: 48px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    fill: rgb(22, 22, 63);
    color: rgb(22, 22, 63);
    background-color: rgb(211, 181, 116);
    border-radius: 0px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.index-product-text span {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 16px;
    background: url(../images/jiantou.png) no-repeat;
    background-size: 100%;
}

.index-product-img ul li {
    width: 48.5%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #6c6b7d;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.index-product .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-product-img ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-product-img h3 {
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-align: center;
    margin-top: 45px;
    color: #16163f;
}

.index-product-img p {
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-align: center;
    margin: 15px 0;
}

.index-prosx-tltle .title {
    background-color: #114485;
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    text-align: center;
}

/*case*/
.index-case .title {
    background-color: #114485;
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

.index-case-all {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.index-case-left {
    width: 50%;
}

.index-case-left img {
    border-radius: 5px;
}

.index-case-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.index-case-right h2 {
    font-size: 25px;
    color: #3a3a3a;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.index-case-right p {
    margin: 0;
    font-size: 16px;
    color: #4b4f58;
    line-height: 24px;
    text-align: justify;
    padding: 0 15px;
}

.index-case-right a {
    display: block;
    width: 210px;
    height: 48px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    background-color: rgb(216, 169, 68);
    border-radius: 0px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.index-case-right a:hover {
    background-color: rgb(184, 125, 0);
}

.index-case-right a span {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 16px;
    background: url(../images/jiantou2.png) no-repeat;
    background-size: 100%;
}

/*index-news*/
.index-news {
    background-color: rgb(235, 236, 237);
    padding: 50px 0;
}

.index-news h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 20px;
}

.index-news>.container>p {
    border: 0px;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
    text-align: center;
    margin-bottom: 40px;
}

.index-news ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-news ul li {
    width: 30%;
}

.index-news ul li img {
    border-radius: 5px;
}

.index-news ul li h3 {
    font-size: 18px;
    margin: 0;
    color: #e3a429;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-align: center;
    margin: 10px 0;
    font-weight: 100;
    min-height: 50px;
}

.index-news ul li:hover h3 {
    color: #16163F;
    text-decoration-color: #16163F;
}

.index-news ul li .date {
    color: #adadad;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.index-news-all p {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin: 0;
}

.index-news ul li:hover p {
    color: #000;
}

.index-news-all span {
    display: block;
    color: #e3a429;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: bold;
}

.index-news ul li:hover span {
    color: #16163F;
}

/*biaodan*/
#custom-form .field-label {
    color: #000;
    display: block;
    margin: 8px 0;
}

#custom-form .field-row {
    display: flex;
    margin: 0 -10px;
}

#custom-form .field-row .column2 {
    padding: 0 10px;
    width: 33.33333333333%;
}

#custom-form .field-text {
    font-size: 16px;
    width: 100%;
    height: 55px;
    margin-bottom: 5px;
    border-radius: 0;
    background: #fafafa !important;
    margin-bottom: 15px;
}

#custom-form .field-label span {
    color: red;
}

#custom-form .field-row .column {
    padding: 0 10px;
    width: 100%;
}

#custom-form .field-textarea {
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.6em;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    box-sizing: border-box;
    border-color: #fff;
    background: #fafafa !important;
}

#custom-form .field-button {
    background: #d3b574;
    margin: 15px auto;
    display: block;
    padding: 20px 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    box-sizing: border-box;
}

#custom-form .field-button:hover {
    background: #c58700;
}

input {
    margin: 0;
    border-width: 1px;
    border-style: solid;
    color: #666;
    padding: 0.75em;
    box-sizing: border-box;
    border-color: #fff;
}

#custom-form {
    padding: 3.6% 0;
    background: #dddddd;
}

/*foot*/
.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 77px 0px 70px 0px;
}

footer {
    background-color: #16163F;
}

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

.footer ul li {
    width: 25%;
    box-sizing: border-box;
}

.footer ul li div>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer ul li div>div a {
    display: block;
    color: rgba(255, 255, 255, 0.38);
    margin-left: 20px;
}

.footer .intro {
    box-sizing: border-box;
    padding-right: 50px;
}

.footer .intro img {
    width: 60%;
}

.footer .intro p {
    font-size: 14px;
    color: #ffffffa6;
    line-height: 24px;
    margin: 20px 0;
    text-align: justify;
}

.footer h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer li>a {
    display: block;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 15px;
}

.footer ul li>a,
.footer ul li>h3 {
    padding-left: 45px;
}

.foot-bottom {
    color: #adadad;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255, 255, 255, 0.19);
}

.full {
    min-height: 80px;
}

/*other-about*/
.about-banner {
    width: 100%;
    height: 600px;
    --blur: 2px;
    box-sizing: border-box;
    position: relative;
}

.about-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    background-image: url(../images/about-banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-banner-all h1 {
    font-size: 50px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    opacity: 1;
    text-align: center;
    margin-bottom: 30px;
}

.about-banner-all p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: bold;
}

.about-sidea-all {
    display: flex;
    justify-content: space-between;
}

.about-sidea-left,
.about-sidea-right {
    width: 50%;
}

.about-sidea-left h2 {
    font-family: "Arial", Sans-serif;
    font-size: 40px;
    text-align: center;
    color: #3a3a3a;
    font-weight: 500;
    margin-top: 40px;
}

.about-sidea-left p {
    margin: 30px 0;
    padding: 0 30px;
    text-align: justify;
    line-height: 28px;
}

.about-sidea-left p>a {
    color: #e3a429;
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.about-sidea-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-sidea-right img {
    width: 100%;
    object-fit: cover;
}

.about-sidea-left>a {
    display: block;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #CEA857;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    padding-right: 30px;
    box-sizing: border-box;
}

.about-sidea-left>a:hover {
    background-color: #be8405;
}

.about-sidea-left>a span {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100% !important;
    background: url(../images/email.png) no-repeat;
    top: 0;
    bottom: -3px;
    margin: auto;
    right: 30px;
}

.about-sidea {
    padding: 80px 0;
}

.about-sideb {
    background-color: #074671;
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 135PX;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 1px 1px 1px #fff;
}

.about-sideb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-sideb .container>P {
    width: 60%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}

.about-sideb .container>P a {
    color: #e3a429;
    text-decoration: underline;
    text-decoration-color: #d3b574;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.about-sideb .container>a {
    display: block;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #CEA857;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding-right: 30px;
    box-sizing: border-box;
}

.about-sideb .container>a:hover {
    background-color: #9e6c00;
}

.about-sideb .container>a span {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100% !important;
    background: url(../images/email.png) no-repeat;
    top: 0;
    bottom: -3px;
    margin: auto;
    right: 30px;
}

.about-sidec {
    min-height: 720px;
    position: relative;
    box-shadow: 1px 1px 1px #fff;
    display: flex;
    align-items: center;
}

.about-sidec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/box5.jpg) no-repeat;
    background-size: cover;
    --blur: 8.112px;
    opacity: 0.67552;
    will-change: opacity;
    filter: blur(var(--blur));
    z-index: -1;
}

.about-sidec h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.about-sidec .container>p {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: center;
    color: #fff;
    font-family: "Arial", Sans-serif;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.about-sidec .img {
    display: flex;
    justify-content: space-between;
}

.about-sidec .img-side {
    width: 32.5%;
}

.about-sidec .img-side img {
    transition: transform 0.3s;
}

.about-sidec .img-side img:hover {
    transform: scale(1.1);
}

.about-sided {
    min-height: 750px;
    background-color: #F4EFF5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.about-sided h2 {
    font-family: "Arial", Sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
}

.about-sided p {
    font-size: 16px;
    line-height: 30px;
    color: #4b4f58;
}

.about-sided .img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin: 40px auto;
}

.about-sidef {
    min-height: 920px;
    background: url(../images/our.jpg) no-repeat;
    background-size: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
}

.about-sidef h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.about-sidef .img {
    display: flex;
    justify-content: space-between;
}

.about-sidef .img-side {
    width: 32%;
}

.about-sidef .img-side img {
    width: 100%;
}

.about-sidef p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 35px 0;
}

.lb-nav a {
    opacity: 1 !important;
}

.about-xuan {
    height: 600px;
    position: relative;
}

.about-xuan #playerx {
    height: 600px;
    object-fit: cover;
}

.about-xuan .xuan-pos {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255, 0.4);
}

.about-xuan .xuan-pos h1 {
    font-size: 50px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    opacity: 1;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

.about-xuan .xuan-pos p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: bold;
    color: #000;

}

/*contact*/
.contact-banner {
    min-height: 520px;
    background: url(../images/contact.jpg) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.contact-banner-all {
    padding-left: 60px;
}

.contact-banner-all h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 45px;
}

.contact-banner-all p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    width: 45%;
}

.contact-banner-all a {
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-top: 45px;

}

.contact-banner-all a:first-child {
    background-color: #d9534f;
    margin-right: 30px;
    margin-left: 120px;
}

.contact-banner-all a:first-child:hover {
    background-color: #b66764;
}

.contact-banner-all a:last-child {
    background-color: #0170B9;
    position: absolute;
    padding-left: 52px;
}

.contact-banner-all a:last-child:hover {
    background-color: #49728d;
}

.contact-banner-all a:last-child span {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/c-tel.jpg) no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    border-radius: 2px;
}

.contact-sidea {
    min-height: 200px;
}

.contact-sidea {
    display: flex;
    align-items: center;
}

.contact-sidea h2 {
    text-shadow: 0px 0px 11px rgb(0 0 0 / 30%);
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 500;
}

.contact-sidea p {
    font-size: 15px;
    color: #4b4f58;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}

.contact-sideb {
    background-color: #EBECED;
    padding-top: 40px;
}

.contact-sideb ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-sideb ul li {
    width: 50%;
    margin-bottom: 40px;
}

.contact-sideb ul li a {
    display: flex;
}

.contact-sideb ul li .text {
    margin-left: 20px;
}

.contact-sideb ul li h4 {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.contact-sideb ul li p {
    margin-top: 15px;
    color: #4b4f58;
    font-size: 15px;
}

/*caselist*/
.case-sidea {
    padding: 80px 0;
}

.case-sidea ul {
    display: flex;
    flex-wrap: wrap;
}

.case-sidea ul li {
    width: 31%;
    margin: 0 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}

.case-sidea ul li:hover .case-sidea-all {
    background-color: #000;
}

.case-sidea ul li:hover .iocn-case {
    background-color: #000;
}

.case-sidea img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.case-sidea .img {
    position: relative;
}

.case-sidea .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 25%);
}

.case-sidea .img .iocn-case {
    position: absolute;
    padding: 5px 20px;
    background-color: #16163F;
    border-radius: 15px;
    top: 15px;
    right: 15px;
    color: #fff;
    z-index: 20;
}

.case-sidea-all {
    background-color: #16163F;
}

.case-sidea-all h3 {
    color: #fff;
    font-size: 21px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 30px;
    height: 40px;
}

.case-sidea-all p {
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 20px;
}

/*newlist*/
.newslist .container {
    display: flex;
    justify-content: space-between;
}

.newslist-all {
    width: 65%;
}



.newslist-pre-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newslist-pre-all .img {
    width: 30%;
}

.newslist-pre-all .text {
    width: 70%;
    box-sizing: border-box;
    padding-right: 85px;
    padding-left: 30px;
}

.newslist-pre-all h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.newslist-pre-all .text p {
    padding-right: 75px;
    font-size: 16px;
    color: #00000080;
    line-height: 28px;
}

.newslist-pre-all .date {
    font-size: 14px;
    color: #f40045;
    line-height: 20px;
    margin: 15px 0;
}

.newslist-all li {
    margin: 50px 0;
}

.newslist-all li:hover h2 {
    color: #16163F;
}

.newslist-all li:hover .text p {
    color: #000;
}

.newslist-all li:hover img {
    transform: scale(1.1);
}

/*pub-right*/
.pbright-side-all {
    width: 35%;
    margin-top: 50px;
}

.pbright-sidea-pre {
    display: flex;
    justify-content: space-between;
}

.pbright-sidea-pre .img {
    width: 32%;
}

.pbright-sidea-pre .text {
    width: 68%;
    box-sizing: border-box;
    padding-left: 20px;
}

.pbright-sidea-pre h3 {
    font-size: 18px;
    color: #e3a429;
    line-height: 26px;
    font-weight: 500;
}

.pbright-sidea-pre .date {
    color: #adadad;
    font-size: 12px;
    line-height: 18px;
}

.pbright-sidea li {
    margin: 0 0 35px 0;
}

.pbright-sidea li:hover h3 {
    color: #000;
    font-weight: bold;
}

.pbright-sidea li:hover .date {
    color: #000;
    font-weight: bold;
}

.pbright-sideb a {
    display: block;
    color: #e3a429;
    font-size: 18px;
    padding: 10px 0;
}

.pbright-sideb a:hover {
    color: #000;
}

.pbright-sideb a span {
    display: inline-block;
    margin-right: 15px;
}

.pbright-sideb li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ddd;
}

.pbright-sideb li:last-child {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-color: #e3a429;
}

.pbright-side-all h2 {
    padding-bottom: 50px;
    font-weight: 500;
}

.pbright-sidec {
    padding: 50px 45px;
    box-sizing: border-box;
}

.pbright-sidec-form h3 {
    color: #16163f;
    font-family: "Merriweather", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sideform .field-text {
    width: 100%;
    background: 0 0;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d9;
}

.sideform .field-textarea {
    width: 100%;
    background: 0 0;
    margin-bottom: 20px;
    border: 1px solid #d7d7d9;
    color: #666;
    padding: 0.75em;
    height: auto;
    box-sizing: border-box;
}

.sideform .field-button {
    background: #d3b574;
    color: #16163f;
    width: 135px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

/*news*/
.info-banner {
    min-height: 400px;
    width: 100%;
    background-color: #211f40;
}

.info-banner h1 {
    color: #ffffff;
    font-family: "Merriweather", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
}

.info-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.information {
    min-height: 1800px;
}

.information .container {
    display: flex;
    justify-content: space-between;
}

.information-all {
    width: 65%;
    box-sizing: border-box;
    padding-right: 70px;
    margin-top: 50px;
}

.information-all .titlex-side {
    font-size: 25px;
    font-weight: bold;
}

.information-all .titlex-side span {
    display: inline-block;
    margin-right: 10px;
}

.information-all .titlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.information-all .titlex a {
    display: inline-flex;
    background-color: #0170B9;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.information-all .titlex a:hover {
    background-color: #ca6c00;
}

.information-all .titlex span {
    display: inline-block;
    padding: 0 5px;
}

.information-all .date {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 100px;
}

.info-content {
    font-size: 17px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 0 0 80px 0;
}

.info-content a {
    font-size: 17px;
    line-height: 28px;
    color: #e3a429;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-weight: bold;
}

.info-content img {
    display: block;
    max-width: 80%;
    text-align: center;
    margin: 25px auto;
}

.information-all .imgs {
    text-align: center;
}

.information-all .imgs img {
    max-width: 80%;
    margin: auto
}

.information-all.other-title {
    width: 100%;
}

/*other-product*/
.other-product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.other-product ul li {
    width: 24%;
}
.other-product ul li  img{
    width: 288px;
    height: 201px;
}
.other-product ul li:hover p {
    font-size: 20px;
    color: #000;
}


.other-product ul li img {
    border-radius: 5px;
    transition: transform 0.3s;
}

.other-product ul li:hover img {
    transform: scale(1.1);
}

.other-product ul li p {
    color: #E57A1A;
    font-size: 18px !important;
    margin: 15px 0;
    text-align: center;
}

.info-xy {
    display: flex;
    width: 100%;
    min-height: 80px;
    background-color: #2E3A4F;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
}

.info-xy div {
    width: 80%;
    font-style: italic;
}

.info-xy a {
    display: inline-flex;
    background-color: #E5201A;
    border-radius: 5px;
    padding: 10px 10px;
    align-items: center;
}

.info-xy a:hover {
    background-color: #0067a3;
    color: #fff;
}

.info-xy span {
    display: inline-block;
    padding-left: 10px;
}

/*productlist*/
.productlist-banner {
    width: 100%;
    height: 100%;
    height: 560px;
    background: url(../images/banner-p.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 99;
}

.productlist-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #074671;
    z-index: -2;
}

.productlist-banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.productlist-banner p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: auto;
    line-height: 26px;
    margin: 25px auto;
}

.productlist-banner a {
    display: inline-flex;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #CEA857;
    padding: 15px 25px;
    font-size: 18px;
    align-items: center;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

.productlist-banner a img {
    display: inline-block;
    width: 25px;
    height: 18px;
    object-fit: cover;
    margin-left: 10px;
}

.productlist-fx-all {
    display: flex;
    justify-content: space-between;
}

.productlist-fx-side {
    width: 33.3%;
    height: 305px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin: 0px 0px 0px 20px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 20px;
    border-radius: 80px 180px 80px 180px;
    box-sizing: border-box;
    z-index: 99;
}

.productlist-fx-side img {
    width: 248px;
    height: 188px;
    border-radius: 40px;
}

.productlist-fx-side p {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.productlist-fx-side a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productlist-fx-side.active {
    background-color: #cea857;
}

.productlist-fx-side.active p {
    color: #fff;
    text-decoration-color: #fff;
}

.productlist-fx {
    margin-top: -100px;
    z-index: 999;
}

.productlist-sidea {
    background-color: #074671;
    min-height: 160px;
    display: flex;
    align-items: center;
    margin: 100px 0;
}

.productlist-sidea .container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    align-items: center;
}

.productlist-sidea .text {
    width: 65%;
}

.productlist-sidea .container>a {
    display: inline-flex;
    width: 30%;
    background-color: #CEA857;
    font-size: 18px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.productlist-sidea .container>a span {
    display: inline-block;
    margin-left: 10px;
}

.productlist-sidea .container>a img {
    display: inline-block;
    width: 25px;
    height: 17px;
}

.productlist-sidea p {
    font-size: 16px;
    line-height: 26px;
}

.productlist-sidea .text a {
    color: #e3a429;
    text-decoration: underline;
    text-decoration-color: #e3a429;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.productlist-sideb h2 {
    font-size: 40px;
    color: #c3987c;
    font-weight: bold;
    margin: 15px 0;
}

.productlist-sideb .container>p {
    font-size: 16px;
    color: #000;
    margin: 30px 0 40px 0;
}

.productlist-sideb ul {
    display: flex;
    flex-wrap: wrap;
}

.productlist-sideb li {
    width: 32.5%;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin: 0 5px;
    margin-bottom: 20px;
}
.pageye{
    text-align: center;
    margin: 25px auto;
}
.pageye a{
    display: inline-block;
    margin: 0 12px;
}
.productlist-sideb li:hover {
    background: #eee1e1;
}

.productlist-sideb li img {
    width: 360px;
    height: 270px;
    border-radius: 40px 40px 40px 40px;
}

.productlist-sideb li span {
    display: block;
    margin-bottom: 22px;
    font-size: 17px;
    color: #b76c3b;
    text-align: center;
}

.productlist-sideb li h3 {
    color: #174769;
    font-size: 22px;
    text-align: center;
    margin: 25PX 0;

}

.productlist-sidec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}

.productlist-sidec-left,
.productlist-sidec-right {
    width: 50%;
}

.productlist-sidec-left h3 {
    color: #3a3a3a;
    font-size: 35px;
    margin-bottom: 30px;
}

.productlist-sidec-left p {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-right: 25px;
    box-sizing: border-box;
}

.productlist-sided {
    background-color: #596A7A;
}

.productlist-sided .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}

.productlist-sided-left,
.productlist-sided-right {
    width: 48%;
}

.productlist-sided h3 {
    color: #fff;
    font-size: 30px;
    margin: 25PX 0;
}

.productlist-sided p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-right: 25px;
    box-sizing: border-box;
}

.productlist-sided a {
    display: inline-flex;
    background-color: #E6482F;
    font-size: 18px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
}

.productlist-sided a span {
    display: inline-block;
    margin-left: 10px;
}

/*product*/
.product-banner {
    height: 550px;
    background-position: center center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative !important;
    display: flex;
    align-items: center;
    background-attachment: fixed !important;
    z-index: 1;
}

.product-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #16163F;
    opacity: 0.6;
    z-index: -1;
}

.product-banner-all {
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.product-banner-left,
.product-banner-right {
    width: 48%;
}

.product-banner-left img {
    width: 90%;
}

.product-banner-right h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.product-banner-right p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    margin: 12px 0;
}

.product-banner-right a {
    display: inline-flex;
    padding: 10px 25px;
    background-color: #F1C40D;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.product-banner-right a:hover {
    background-color: #b99400;
    color: #000;
}

.product-banner-right a span {
    display: inline-block;
    margin-left: 15px;
}

.product-sidea {
    padding: 80px 0 0 0;
}

.product-sidea-all h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.product-sidea-all h2 {
    font-size: 40px;
    color: #000;
}

.product-sidea-all .xiahua {
    width: 85%;
    border: 1px solid;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #F39401;
    margin: 15px 0 35px 0;
}

.product-sidea-all .text h3 span p span {
    font-size: 16px;
}

.product-sidea-all .text {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    text-align: justify;
}

.product-sidea-all .text img {
    display: block;
    max-width: 85%;
    margin: 30px auto;
    text-align: center;
}

.product-sidea-all .text a {
    text-decoration: underline;
    text-decoration-color: #F39401;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    color: #F39401;
}

.product-sidea-all .link {
    text-align: center;
    margin: 50px 0;
}

.product-sidea-all .link a {
    display: inline-flex;
    padding: 10px 25px;
    background-color: #F1C40D;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.product-sidea-all .link a:hover {
    background-color: #c09a00;
    color: #000;
}

.product-sidea-all .link a span {
    display: inline-block;
    margin-left: 15px;
}

.product-sideb {
    background-color: #121D2E;
    padding: 70px 0;
}

.product-sideb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-sideb-left,
.product-sideb-right {
    width: 48%;
}

.product-sideb h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F39401;
    ;
}

.product-sideb p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    margin: 12px 0;
    text-align: justify;
}

.product-sideb a {
    display: inline-flex;
    padding: 10px 25px;
    background-color: #F1C40D;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.product-sideb a:hover {
    background-color: #c9a100;
    color: #000;
}

.product-sideb a span {
    display: inline-block;
    margin-left: 15px;
}

.product-sideb .link {
    text-align: center;
}

.product-sidec h2 {
    font-size: 35px;
    color: #000;
    margin: 35px 0;
    text-decoration: underline;
    text-decoration-color: #F39401;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
}

th,
td {
    border: none;
    padding: 0;
    margin: 0;
}

tr {
    border: none;
}

thead,
tbody,
tfoot {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table,
th,
td,
tr {
    background: none;
    outline: none;
}

caption {
    padding: 0;
    margin: 0;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
    font-size: 15px;
    color: #4b4f58;
    font-weight: bold;
}

.table-wrapper table {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.table-wrapper>h3 {
    margin-bottom: 15px;
}

table,
td,
th {
    border: 1px solid #f39401;
    font-size: 15px;
    color: rgb(22 22 63);
    padding-left: 10px;
}

.table-wrapper td,
.table-wrapper th {
    padding: 8px;
}

.table-wrapper {
    margin-bottom: 80px;
}

.table-wrapper table  span {
    color: rgb(22 22 63);
}
.table-wrapper table strong{
      font-weight: unset!important;
}

/*xiazai*/
.contact-banner.xiazai {
    background: url(../images/xiazai.jpg) no-repeat;
}

/*caselist*/
.xiazai-sidea {
    padding: 80px 0;
}

.xiazai-sidea ul {
    display: flex;
    flex-wrap: wrap;
}

.xiazai-sidea ul li {
    width: 31%;
    margin: 0 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}

.xiazai-sidea .xiazai-sidea-all img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.xiazai-sidea .img {
    position: relative;
}

.xiazai-sidea .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 25%);
}

.xiazai-sidea .img .iocn-case {
    position: absolute;
    padding: 5px 20px;
    border-radius: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 20;
    margin: auto;
    width: 160PX;
}

.xiazai-sidea-all {
    background-color: #16163F;
}

.xiazai-sidea-all .iocn-case img {
    box-sizing: border-box;
    padding: 33px;
}



.xiazai-sidea .anniu a {
    display: flex;
    margin: 20px auto;
    width: 80%;
    background-color: red;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 0;
    color: #fff;
    font-size: 21px;
    font-style: italic;
    border-radius: 12px;
}

.xiazai-sidea .anniu a:hover {
    transform: scale(1.04);
}

.xiazai-sidea .anniu a:nth-child(2) {
    background-color: #0170B9;
}

.xiazai-sidea .anniu a:nth-child(3) {
    background-color: #F39401;
}

.xiazai-sidea .anniu a:nth-child(4) {
    background-color: #16163F;
}

.xiazai-sidea .anniu a span {
    display: inline-block;
    padding-right: 30px;
}

.xiazai-sidea h3 {
    font-size: 24px;
    text-align: center;
    margin: 25px 0;
}

.xiazai-sidea li {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

/*video*/
.about-sidek {
    width: 100%;
}

video {
    width: 100%;
    height: 100%;
}

.about-sidek-all {
    position: relative;
}

.about-sidek-all .logov {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/*index-pros*/
.index-pros {
    background-color: #9191914a;
}

.index-pros-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-pros-side {
    width: 24%;
    padding: 35px 0;
    height: 280px;
    text-align: center;
}

.index-prosintro {
    background: #081a37 url(../images/true.jpg) no-repeat center bottom/cover;
    padding: 50px 0;
    height: 650px;
}

.index-prosintro-all {
    display: flex;
    justify-content: space-between;
}

.index-prosintro-left,
.index-prosintro-right {
    width: 50%;
}

.index-prosintro-left img {
    width: 100%;
}

.index-prosintro h2 {
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    text-align: right;
    color: #fff;
    position: relative;
}

.index-prosintro .duanxian {
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px 0 40px auto;
    background: #ea5504;
}

.index-prosintro h2 a:hover {
    color: #ea5504;
}

.index-prosintro p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 570px;
    text-align: justify;
    margin-left: auto;
    margin-right: 0;
}

.index-prosintro .sides {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0;
}

.index-prosintro .sides a {
    display: block;
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid #999;
    border-radius: 4px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    display: block;
    padding: 0 16px;
    box-sizing: border-box;

}

.index-prosintro .sides a:hover {
    background: #ea5504;
    color: #fff;
    border: 1px solid #ea5504;
}

.index-prosintro .link {
    display: block;
    background: #1f314d;
    border: 1px solid #fff;
    width: 180px;
    margin-left: auto;
    margin-right: 0;
    border-radius: 4px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #FFF;
}

.index-prosintro .link:hover {
    background: #ea5504;
    color: #fff;
    border: 1px solid #ea5504;
}

.index-prosintro-left {
    max-width: 85%;
}

.index-prosintro .sides a img {
    display: none;
}

.index-pros-side.active {
    position: relative;
}

.index-pros-side.active::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 16px;
    background: url(../images/sanjiao.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.index-pros-side img {
    width: 230px;
    height: 230px;
    transition: transform 0.3s;
}

.index-pros-side h3 {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-align: center;
    margin-top: 25px;
    transition: transform 0.3s;
}

.index-pros-side.active img {
    transform: scale(1.1);
}

.index-pros-side.active h3 {
    font-size: 20px;
    color: #ea5504;
}

.index-tiao {
    margin: 40px 0;
}

.index-tiao .container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.index-tiao-side {
    width: 24%;
}

.index-tiao-side h2 {
    color: rgba(253, 95, 22, 1);
    background-image: '';
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    box-sizing: border-box;
}

.index-tiao-side p {
    font-size: 24px;
    color: #000;
    margin: 15px 0 15px 0;
    font-weight: bold;
}

/*banner*/
.banmer-index {
    position: relative;
    overflow: hidden;
    /* 隐藏超出的部分 */
}

.banmer-index .bd ul {
    width: 300%;
    /* 根据轮播项的数量调整 */
    position: relative;
    left: 0;
    transition: left 0.5s;
}

.banmer-index .bd li {
    float: left;
    width: 33.33%;
    /* 根据轮播项的数量调整 */
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #16163f;
    color: #fff;
    padding: 10px;
    border: none;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #717171;
}

/*右侧固定*/
.ps-right {
    position: fixed;
    right: 33px;
    width: 68px;
    top: 55%;
    margin-top: -70px;
    z-index: 100;
}

.ps-right img {
    display: block;
    margin: 2px auto;
}

.ps-right a {
    display: block;
    width: 100px;
    min-height: 76px;
    padding: 10px;
    border-radius: 4px;
    transition: .36s ease;
    margin-top: 4px;
    box-sizing: border-box;
    background: rgba(34, 34, 34, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.ps-right .active {
    background: #ea5504;
}

.ps-right a:hover {
    background: #bd724a;
}

.tel-niu {
    display: none;
}

.productlist-m {
    display: none;
}
.index-news-all img{
      width: 360px;
      height: 252px;
  }
@media (min-width: 1200px) and (max-width: 1700px) {
    .header-contact {
        display: none;
    }

    nav li {
        margin: 0 !important;
    }
}

@media (max-width: 750px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .header-all {
        display: block;
        padding: 0 10px;
        padding-bottom: 0;
        position: relative;
        min-height: unset;
        min-height: 60px;
    }

    nav {
        display: none;
        background: #c587005c;
    }

    nav li {
        margin: 0 15px;
        width: 100%;
    }

    nav li>a {
        height: unset;
        padding: 10px 0px;
        line-height: unset;
    }

    .header-all .logo {
        padding: 10px 0;
        padding-bottom: 0;
    }

    .header-contact {
        display: none;
    }

    .tel-niu {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        right: 30px;
        top: 15px;
    }

    .tel-niuy {
        background: url(../images/sn1.png) no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .tel-niux {
        background: url(../images/sn2.png) no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .banmer-index .bindex-side {
        height: unset;
    }

    .banmer-index .bindex-side h2 {
        color: #FD9F19;
        font-size: 22px;
        text-align: center;
    }

    .banmer-index .bindex-side p {
        display: none;
    }

    .banmer-index .bindex-side a {
        display: none;
    }

    .banmer-index .bindex-side {
        top: 45px;
    }

    .index-tiao .container {
        display: block;
    }

    .index-tiao-side {
        width: 100%;
    }

    .index-case-left {
        width: 100%;
    }

    .index-case-right {
        width: 100%;
    }

    .index-case-all {
        display: block;
    }

    .index-case-right h2 {
        margin-top: 20px;
    }

    .index-case-right a {
        margin: 10px auto;
    }

    .index-prosintro {
        display: none !important;
    }

    .index-pros-side.active::before {
        display: none;
    }

    .index-pros-all {
        display: block;
    }

    .index-pros-side {
        width: 100%;
    }

    .index-news ul {
        display: block;
    }

    .index-news ul li  {
        width: 100%;
    }
    
    #custom-form .field-row .column2 {
        padding: 0 10px;
        width: 100%;
    }

    .footer {
        display: none;
    }

    .foot-bottom {
        font-size: 16px;
        height: unset;
        min-height: unset;
    }

    .ps-right {
        display: none;
    }

    .about-sidea-all {
        display: block;
    }

    .about-sidea-left,
    .about-sidea-right {
        width: 100%;
    }

    .about-sidea-left>a {
        margin: 20px auto;
    }

    .about-sidea-left p {
        padding: unset;
    }

    .about-sidek-all .logov {
        display: none;
    }

    .pro-nav:hover .pro-nav-all {
        display: none;
    }

    .about-sideb .container {
        display: block;
    }

    .about-sideb .container>P {
        width: 100%;
    }

    .about-sideb .container>a {
        margin: 20px 0;
    }

    .about-sideb {
        padding: 10px 0;
    }

    .about-sided .img {
        width: 100%;
    }

    .about-sidef p {
        color: #000;
    }

    .contact-banner {
        min-height: unset;
    }

    .contact-banner-us {
        display: none;
    }

    .contact-banner-all p {
        display: none;
    }

    .contact-banner-all {
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding: 20px;
    }

    .contact-sideb ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    .column2 .field-label {
        white-space: nowrap;
    }

    .newslist-all {
        width: 100%;
    }

    .newslist .container {
        display: block;
    }

    .newslist-pre-all {
        display: block;
    }

    .newslist-pre-all .img {
        width: 100%;
    }

    .newslist-pre-all .text {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
    }

    .pbright-side-all {
        display: none;
    }

    .information-all {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        margin-top: 20px;
    }

    .information-all .titlex a {
        display: none;
    }

    .information {
        min-height: unset;
    }

    .info-xy a {
        display: none;
    }

    .info-xy {
        padding: unset;
        box-sizing: border-box;
        padding: 10px 10px;
    }

    .other-product ul {
        display: block;
    }

    .other-product ul li {
        width: 100%;
    }

    .case-sidea ul {
        display: block;
    }

    .case-sidea ul li {
        width: 100%;
        margin: unset;
        margin-bottom: 40px;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .xiazai-sidea ul {
        display: block;
        flex-wrap: wrap;
    }

    .xiazai-sidea ul li {
        width: 100%;
        margin: unset;
        margin-bottom: 40px;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .productlist-fx {
        display: none;
    }

    .productlist-sidea {
        display: none;
    }

    .productlist-sideb ul {
        display: block;
    }

    .productlist-sideb ul li {
        width: 100%;
    }

    .productlist-sidec .container {
        display: block;
        padding: 20px 20px;
    }

    .productlist-sidec-left,
    .productlist-sidec-right {
        width: 100%;
    }

    .productlist-sided .container {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
    }

    .productlist-sided-left,
    .productlist-sided-right {
        width: 100%;
    }

    .productlist-sidec img {
        width: 100%;
    }

    #custom-form .field-row {
        display: block;
        margin: 0;
    }

    #custom-form .field-row .column2 {
        padding: 0;
        width: 100%;
    }

    #custom-form .field-row .column {
        padding: 0;
        width: 100%;
    }

    .productlist-sided p {
        color: #fff;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-right: 0;
        box-sizing: border-box;
    }

    .productlist-sidec-left p {
        color: #000;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-right: 0;
        box-sizing: border-box;
    }

    .product-banner-all {
        display: block;
        justify-content: space-between;
        z-index: 999;
    }

    .product-banner-left,
    .product-banner-right {
        width: 100%;
        text-align: center;
    }

    .product-banner-right h1 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        font-style: italic;
    }

    .product-banner-right p {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin: 12px 0;
    }

    .product-banner-left img {
        width: 65%;
    }

    .product-sideb .container {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .product-sideb h2 {
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 0 40px;
        padding-bottom: 25px;
        border-bottom: 1px solid #F39401;
    }

    .product-sideb-left,
    .product-sideb-right {
        width: 100%;
    }

    .product-sideb .link {
        text-align: center;
        margin: 20px 0;
    }

    .productlist-m {
        display: block;
    }

    .productlist-m a {
        display: block;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #16163F;
        padding: 15px 25px;
        font-size: 18px;
        align-items: center;
        border-radius: 5px;
        margin: 20px auto;
        text-align: center;
        font-weight: bold;
    }
}