/*--------------------------------------------------------------------- File Name: style_sldieshow.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("fonts/BalooChettan-Regular.ttf");
    src: url("fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    height: 100%;
    float: left;
    background-size: 125%;
    padding: 0px 0px 20px 0px;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #000000;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
    color: #000000;
    background-color: #ff8400cf;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-size: 100%;
    padding: 10px 0px 0px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 305px;
    background-image: url(../images/banner-bg.png);
    background-size: 125%;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #ff8400cf;
    color: #ffffff;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    /*padding-bottom: 90px;*/
}

.services_taital {
    width: 80%;
    float: left;
    font-size: 35px;
    color: #1f1f1f;
    font-weight: bold;
}

.services_text {
    /*width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;*/
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 2;
    text-indent: 2em;
    margin-top: 10px;
    text-align: justify;
}


.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.services_img {
    width: 385px;
    height: 185px;
    float: left;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #ff8400cf;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #1f1f1f;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    padding:0px 0px;
}

.readmore_bt {
    width: 170px;
    margin-top: 50px;
}
.readmore_wql{
    width: 170px;
    float: left;
    margin-top: 100px;


}

.readmore_wql a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #8c8c8c;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase
}
.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: rgba(255, 132, 0, 0.73);
}

.about_img {
    width: 670px;
    height: 460px;
    border-radius: 5%;"
    float: left;
}


/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90{
    margin-top: 90px;
}
/* blog section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
    margin-top: 50px;
}

.client_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: 48%;
}

.box_right {
    width:75%;
    float: right;
   
    margin-left: 30px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 90px 30px;
    border-radius: 30px;
}

.client_taital_left {
    width: 40%;
    float: left;
}

.client_taital_right {
    width: 60%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    text-align: left;
}

.quick_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #085a57;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #8781bd;
    bottom: -130px;
}

.carousel-indicators .active {
    background-color: #2b2278;
}


/* client section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #ff8400cf;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}
.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}
.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}
/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    /*background-image: url(../images/footer-bg.png);*/
    height: auto;
    padding-top: 100px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-color: rgb(0,0,0);
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: right;
    background-color: #000000;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.copyright_text {
    width: 100%;
    float: right;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin-left: 0px;
}
.copyright_text  .last_text_a {
    border:none;
}
.copyright_text a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 15px;
}


.copyright_text a:hover {
    color: #e27141;
}


.copyleft_section {
    width: 100%;
    float: left;
    background-color: #000000;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.copyleft_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin-left: 0px;
}
.copyleft_text  .last_text_a {
    border:none;
}
.copyleft_text a {
    color: #ffffff;
}

.copyleft_text a:hover {
    color: #e27141;
}

.box-number-box .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .box-number-box .number ul li {
        width: 50%;
        margin: 10px 0;
    }
}
.box-number-box .number .line {
    display: block;

    width: 1px;
    height: 33px;
    margin-top: 6px;

    background: #efefed;
}
@media (max-width: 991px) {
    .box-number-box .number .line {
        display: none;
    }
}
.box-number-box .number .item {
    max-width: 270px;

    text-align: center;
}
.box-number-box .number .item h3 {
    font-family: 'SeoulNamsan CBL', Arial, Helvetica;
    font-size: 46px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .box-number-box .number .item h3 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-number-box .number .item h3 {
        font-size: 30px;
    }
}
.box-number-box .number .item h3 sup {
    font-size: 30px;

    margin-left: 10px;

    color: #ff7a00;
}
@media (max-width: 1199px) {
    .box-number-box .number .item h3 sup {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .box-number-box .number .item h3 sup {
        font-size: 20px;
    }
}
.box-number-box .number .item p {
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 991px) {
    .box-number-box .number .item p {
        font-size: 14px;
    }
}
.box-number-box .number .item:hover h3 {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.boxx {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}
@media (max-width: 1560px) {
    .boxx {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .boxx {
        padding: 50px 0;
    }
}
.counter{
    font-family: 'SeoulNamsan CBL', Arial, Helvetica;
    font-size: 46px;
}
.boxx .item:hover h3 {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
sup{
    font-size: 20px;
    margin-left: 5px;
    color: #ff7a00;
}
.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* 或者指定一个具体的宽度 */
    background-color: #000000; /* 设置背景颜色以便于观察 */
    z-index: 1000; /* 确保它在其他内容之上 */
    padding: 10px; /* 根据需要添加内边距 */
}
.slide-in {
    animation: slidein 1s forwards;
}

/* 新增滚动动画类 */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}
.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}
.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}
.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}


.header {
    position: fixed;
    z-index: 10;

    width: 100%;
    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .header {
        padding: 0 10px;
    }
}
.header .logo {
    font-size: 34px;
    font-weight: bold;
    line-height: 90px;
    color: #fff;
}
@media (max-width: 1560px) {
    .header .logo {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        font-size: 24px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        font-size: 20px;
    }
    #videoContainer{
        display: none;
    }
}
.header .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .top-right p {
    font-size: 14px;
    line-height: 40px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 40px;
    margin: 0 50px 0 0;

    color: #444;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .top-right p {
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px) {
    .header .top-right p {
        font-size: 0;

        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .header .top-right p {
        margin-right: 0;
        margin-left: 10px;
    }
}
.header .top-right p .icon {
    font-size: 20px;

    margin-right: 10px;
}
@media (max-width: 991px) {
    .header .top-right p .icon {
        margin-right: 0;
    }
}
.header .top-right p a:hover {
    text-decoration: underline;
}
.header .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .share {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .header .share {
        display: none;
    }
}
.header .share span {
    font-size: 12px;

    color: #666;
}
.header .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .share ul li a {
    font-size: 20px;
    line-height: 40px;

    display: block;

    height: 40px;
    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #8c8c8c;
}
@media (max-width: 1199px) {
    .header .share ul li a {
        line-height: 30px;

        height: 30px;
    }
}
.header .share ul li:hover a {
    color: #fff;
}
.header .header-nav {
    padding: 0 3%;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 20px;
    background-color: #1f1f1f;
}
@media (max-width: 1560px) {
    .header .header-nav {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header .header-nav {
        border-radius: 8px;
    }
}
.header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-top {
    padding: 0 3%;
}
@media (max-width: 1560px) {
    .header .header-top {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .header .header-top {
        padding: 0;
    }
}
.header .language {
    margin-left: 30px;
}
@media (max-width: 1400px) {
    .header .language {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language a {
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #ff7a00;
}
.header .language a:hover {
    background-color: #df6c00;
}
.header .serach-part {
    display: inline-block;

    margin-left: 30px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1660px) {
    .header .serach-part {
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .header .serach-part {
        margin-right: 10px;
        margin-left: 14px;
    }
}
.header .find {
    font-size: 14px;
    line-height: 42px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 42px;
    padding: 0 30px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .find {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 32px;

        height: 32px;
    }
}
@media (max-width: 767px) {
    .header .find {
        font-size: 0;

        padding: 0 10px;
    }
}
.header .find .icon {
    font-size: 20px;
    line-height: inherit;

    margin-right: 10px;
}
@media (max-width: 767px) {
    .header .find .icon {
        margin-right: 0;
    }
}
.header .find:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 12px;
    margin-top: -6px;

    content: '';

    background-color: #535353;
}
.header .find:hover {
    color: #ff7a00;
}
.header .search-wrap {
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    display: none;

    width: 100vw;
    height: -webkit-calc(100vh + 40px);
    height: calc(100vh + 40px);
    padding: 10px;

    background-color: rgba(0, 0, 0, .8);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 6px;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #ff7a00;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    background-color: #df6c00;
}
.header .cart {
    line-height: 90px;

    position: relative;

    display: block;

    margin-left: 50px;
    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1400px) {
    .header .cart {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 60px;
    }
}
.header .cart .icon {
    font-size: 20px;
}
.header .cart span {
    font-size: 10px;
    line-height: 12px;

    position: absolute;
    top: 28px;
    right: 4px;

    width: 12px;
    height: 12px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #f33;
}
@media (max-width: 1199px) {
    .header .cart span {
        top: 14px;
    }
}
.header .cart:hover {
    color: #ff7a00;
}
.header .pc-nav {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav>ul>li {
    font-size: 0;

    position: relative;

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav>ul>li>a {
    font-size: 16px;
    line-height: 90px;

    position: relative;

    display: inline-block;

    padding: 0 25px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 1760px) {
    .header .pc-nav>ul>li>a {
        padding: 0 20px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li>a {
        padding: 0 15px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        padding: 0 10px;
    }
}
@media (max-width: 1350px) {
    .header .pc-nav>ul>li>a {
        font-size: 15px;

        padding: 0 8px;
    }
}
.header .pc-nav>ul>li>a:after {
    position: absolute;
    bottom: 20px;
    left: 50%;

    display: block;

    width: 3px;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}
.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
    height: 8px;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 200px;

    text-align: left;

    border-radius: 0 0 10px 10px;
    background-color: #1f1f1f;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 14px;
    line-height: 26px;

    display: block;

    padding: 8px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 0 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #ff7a00;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    border-radius: 0 10px 10px 0;
    background-color: #1f1f1f;
}
.header .pc-nav .nav-list3>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
.header .pc-nav .nav-list3>li>a:hover {
    color: #222;
    background-color: #ff7a00;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}

/* 最外层 */
.content {
    display: flex;
    flex-direction: row;
}
/* END */

/* 每个菜单的样式(宽度这里调,子菜单宽度都听这个) */
.items {
    width: 130px;
    color: #fff;
}
/* END */

/* 菜单与鼠标移入 */
.menu{
    width: 100%;
    height: 45px;
    background: red;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.menu:hover{
    overflow: visible;
    background: black;
    color: white;
    z-index: 999;
    cursor: pointer;
}
/* END */

/* 下拉菜单与鼠标移入 */
.drop{
    background: red;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.drop:hover{
    background: black;
    cursor: pointer;
}
/* END */

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}


.case_com {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.case_com .case_pro .case_txt {
    /*background: #FFFFFF;*/
    border: 1px solid #EAEAEA;
    padding: 10px;
}
.case_com .case_pro .case_txt p {
    font-size: 16px;
    color: #929292;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    margin: 0px 0px;
}
.case_com .case_pro .case_txt h3 {
    font-size: 18px;
    color: #343434;
    padding-bottom: 24px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_com .case_pro {
    width: 18%;
    margin: 0 1% 40px;
}
.fl ul {
    margin: 20px;
    display: flex;
    justify-content: center;
}
.fl ul li {
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    margin: 0 25px;
    padding: 0 33px;
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    cursor: pointer;
}
/* 定义鼠标悬停时的样式 */
.hover-color {
    transition: background-color 0.5s ease; /* 平滑过渡效果 */
}
.hover-color:hover {
    background-color: #ff8400cf; /* 鼠标悬停时的背景颜色 */
}
ul .active{
    background-color: #ff8400cf; /* 鼠标悬停时的背景颜色 */
}
.hidden{
    display: none;
}



/*-------------------------------------------------------*/

@media (min-width:2200px) and (max-width:3000px){
    .swiper {
        width: 100%;
    }
}


@media (min-width:2200px) and (max-width:3000px){
    .fabout .fabout_r p {
        font-size: 28px;
        margin-top: 40px;
    }
    .ndh .con_nr .nr1 .con_txt p {
        font-size: 20px;
    }
    .ndh .con_nr .nr1 h3 {
        font-size: 30px;
    }
    .ndh .con_nr .nr1 span {
        font-size: 16px;
    }
    .ndh .con_nr .nr2 p {
        font-size: 20px;
    }
    .ndh .con_nr .nr2 h3 {
        font-size: 24px;
        line-height: 2;
    }
    .ndh .map {
        text-align: center;
    }
    .abi_txt {
        font-size: 24px;
    }
    .news_com .news_pro a h3 {
        font-size: 24px;
    }
    .news_com .news_pro a p {
        font-size: 20px;
    }
    .news_com .news_pro a h4 {
        font-size: 16px;
    }
    .case_com .case_pro .tp {
        height: 337px;
    }
    .case_com .case_pro .case_txt h3 {
        font-size: 24px;
    }
    .case_com .case_pro .case_txt p {
        font-size: 20px;
    }
    .cru_dh .cur_nav ul li a {
        font-size: 20px;
    }
    .page_nr .tec_txt p {
        font-size: 20px;
    }
    .page_nr .pat_nr p {
        font-size: 20px;
    }
    .page_nr .pat_nr .pat_txt .pat_pro h3 {
        font-size: 30px;
    }
    .inv_jj .inv_txt .inv_txt1 {
        font-size: 20px;
    }
    .iss_bh table tr {
        font-size: 20px;
    }
    .iss_bh h3 {
        font-size: 20px;
    }
    .manage .man_r {
        font-size: 24px;
    }
    .com_ly .com_pro .com_nr {
        font-size: 20px;
        line-height: 2;
    }
    .fh1 label {
        font-size: 20px;
    }
    .page_nr .page_txt p {
        font-size: 20px;
    }
    .work_txt h3 {
        font-size: 30px;
    }
    .work_txt p {
        font-size: 20px;
    }
    .work_nr>h3 {
        font-size: 30px;
    }
    .job_body .job_tit .tr2 {
        font-size: 20px;
    }
    .job_body .con p {
        font-size: 20px;
    }
    .job_body .tr1 {
        font-size: 24px;
    }
    .iss .tiem ul li .td img{
        width: 100%;
    }
    .work_nr .work_cp .work_pro .workr h3 {
        font-size: 24px;
    }
    .work_nr .work_cp .work_pro .workr p {
        font-size: 20px;
    }
    .news_nr .tnew_nr .hd {
        width: 58%;
    }
    .news_nr .tnew_nr .tempWrap {
        width: 40% !important;
    }
    .news_nr .tnew_nr .arrow .prev {
        right: 65%;
    }
    .news_nr .tnew_nr .hd ul li a .new_r h3 {
        font-size: 28px;
    }
    .news_nr .tnew_nr .hd ul li a .new_l h3 {
        font-size: 72px;
    }
    .news_nr .tnew_nr .hd ul li a .new_l p {
        font-size: 20px;
    }
    .news_nr .tnew_nr .hd ul li a .new_r p {
        font-size: 18px;
        line-height: 36px;
        max-height: 72px;
    }
    .news_pro .tp {
        height: 300px;
    }
    .news_nr .tnew_nr .hd ul li {
        padding: 20px 40px;
    }
    .abi_yd ul li .abi_sum {
        padding: 88px 0 128px;
    }
    .foot .footer .fnav ul>li>a {
        font-size: 24px;
    }
    .nabout .about_com .about_txt .about_nr p {
        font-size: 24px;
    }
    .menu .ol-list > li > a {
        font-size: 16px;
    }
    .menu .ul-list > li > a {
        font-size: 20px;
    }
    .fabout .fabout_r .cur{
        font-size: 18px;
        width: 180px;
        border-radius: 30px;
    }
    .fabout .fabout_r h3{
        font-size: 60px;
        margin-bottom: 10px;
    }
    .fabout .fabout_r span {
        font-size: 42px;
        line-height: 48px;
    }
    .fabout .fabout_l {
        width: 43%;
    }
    .fabout .fabout_r {
        width: 50%;
    }
    .fnews_pro .fnews_txt h3 {
        font-size: 24px;
    }
    .fnews_pro .fnews_txt h4 {
        font-size: 16px;
        line-height: 2;
    }
    .fnews_nr .fnew_l .fnews_pro .fnews_txt {
        padding: 30px 72px 30px 30px;
    }
    .fnews_nr .fnew_r .fnews_pro a {
        padding: 36px 30px;
    }

    .fnews_pro .fnews_txt p {
        line-height: 36px;
        font-size: 20px;
    }
    .ndh ul li a {
        line-height: 60px;
        display: block;
        font-size: 24px;
        color: #6C6B6B;
        position: relative;
    }
    .ndh .dh_txt p {
        font-size: 20px;
    }
    .cer_nr .cer_bt {
        color: #00235f;
        font-size: 40px;
    }
    .cer_nr ul li {
        font-size: 20px;
    }
    .cul_nr .cul_pro h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .cul_nr .cul_pro p {
        font-size: 26px;
        color: #686868;
        line-height: 48px;
    }
}

@media (max-width: 1910px){
    .menu .ul-list > li {
        padding: 0 16px;
    }
    .menu .ol-list {
        width: 140%;
        left: -20%;
    }
    .foot .footer .fnav ul>li {
        margin: 0 26px;
    }
    .cru_dh .cur_nav ul li a {
        padding: 0 40px;
    }

}


@media (max-width: 1720px){
    .container{
        width: 90%;
    }
    .news_nr .page_txt {
        padding: 50px 0;
    }
    .page_nr .paging {
        padding: 60px 0 0;
    }
    .menu .ul-list > li {
        padding: 0 16px;
    }
    .news_nr .tnew_nr .tempWrap .tp img {
        margin: 0;
        width: 95%;
    }
    .foot .footer .fnav ul>li {
        margin: 0 20px;
    }
    .daohang .head .logo {

    }
    .daohang .head .logo p {
        font-size: 20px;
    }
    .fcoop .fcoop_r .swiper_fcoop {
        right: 5%;
    }
    .abi_yd ul li p {
        font-size: 18px;
    }

    .cru_dh .cur_nav ul li a {
        padding: 0 20px;
    }
    .news_nr .tnew_nr .hd ul li a .new_l h3 {
        font-size: 50px;
    }
    .case_com .case_pro .tp {
        height: 224px;
    }
    .fl ul li{
        margin: 0 15px;
        padding: 0 30px;
    }

}
@media (max-width: 1600px){
    .menu .ul-list > li > a {
        font-size: 14px;
    }
    .daohang .head .logo a:after {
        margin: 0 16px;
    }
    .daohang .head .logo p {
        font-size: 16px;
    }
    .page_search {
        width: 60%;
    }
    .abi_yd ul li .abi_sum sapn {
        font-size: 20px;
    }
    .foot .footer .flogo h3{
        font-size: 14px;
    }
    .abi_yd ul li .abi_sum h3 {
        font-size: 42px;
    }
    .swiper_case .fcase_pro p{
        font-size: 20px;
    }
    .fnews_pro .fnews_txt p {
        max-height: 48px;
    }
    .sid_nr .sid_pro ul li{
        font-size: 14px;
        padding: 30px 40px;
    }
    .sid_nr .sid_pro {
        padding: 60px 40px;
    }
    .sid_nr .sid_pro ul li h4 {
        font-size: 18px;
    }
    .cer_nr ul li {
        width: 33%;
    }
    .menu .ol-list > li > a {
        font-size: 12px;
    }
    .page_nr .tec_txt ul li {
        margin-bottom: 60px;
    }
    .case_com .case_pro .tp {
        height: 210px;
    }
    .news_pro .tp {
        height: 160px;
    }
    .fabout .fabout_r .cur {
        margin: 20px 0 0 0;
    }
    .fabout .fabout_r p {
        font-size: 18px;
        line-height: 32px;
    }
    .foot .footer .flogo p {
        font-size: 14px;
    }
    .iss .tiem ul li .tie_txt p {
        font-size: 16px;
        line-height: 20px;
    }
    .iss .tiem ul li .tie_txt h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .iss .why ul li {
        padding: 40px;
    }
    .iss .why ul li img {
        margin-bottom: 20px;
    }
    .iss .why ul li h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .iss .why ul li p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 20px;
    }
    .foot .footer .fnav ul>li {
        margin: 0 12px;
        text-align: center;
    }
    .news_nr .tnew_nr .hd ul li a .new_r h3 {
        font-size: 20px;
    }
    .case_com .case_pro .case_txt {
        background: #FFFFFF;
        border: 1px solid #EAEAEA;
        padding: 20px;
    }
}

@media (max-width: 1520px){
    .container{
        width: 90%;
    }
    .news_pro .tp {
        height: 148px;
    }
    .job_body .job_tit .tr2 span {
        width: 76%;
    }
    .fnews_pro .fnews_txt {
        padding-left: 40px;
        padding-right: 80px;
        background-size: 42px 42px;
    }
    .fnews_pro .fnews_txt h4 {
        margin: 6px 0;
    }
    .fnews_nr .fnew_r .fnews_pro a {
        padding: 20px;
    }
    .fnews_nr .fnew_l .fnews_pro .fnews_txt {
        padding: 40px 60px 40px 30px;
    }

    .fabout .fabout_l {
        width: 40%;
    }
    .fabout .fabout_r {
        width: 55%;
    }
    .fabout .fabout_r p {
        font-size: 16px;
        line-height: 26px;
    }
    .menu .ul-list > li {
        padding: 0 10px;
        position: relative;
    }
    .daohang .head .logo p {
        font-size: 14px;
    }
    .daohang .head .logo a:after {
        margin: 0 10px;
    }
    .menu .ol-list > li > a {
        font-size: 12px;
        padding: 0 12px;
    }
    .fcoop .fcoop_r .swiper_fcoop {
        right: 5%;
    }


    .fabout_sum .fabout_sum1 h3 {
        font-size: 60px;
    }
    .fabout_sum .fabout_sum1 {
        margin: 0 40px;
    }
    .cru_dh .cur_nav ul li a {
        padding: 0 20px;
    }
    .bannre_txt h3 {
        font-size: 36px;
        line-height: 1;
    }
    .bannre_txt p {
        font-size: 20px;
    }
    .bannre_txt {
        top: 30%;
    }
    .abi_yd ul li p {
        font-size: 16px;
    }
    .abi_yd ul li {
        width: 12%;
    }
    .cus_nr li {
        width: 15.4%;
    }
    .cul_nr .cul_pro {
        margin-bottom: 40px;
    }
    .ndh .con_nr .nr2 {
        padding-left: 60px;
    }
    .ndh .con_nr .nr1 {
        padding: 70px 30px 0 40px;
    }
    .work_nr .work_cp .work_pro a {
        padding: 20px;
        margin-bottom: 20px;
    }

    .fh1 label span {
        display: none;
    }
    .cul_nr .cul_left {
        width: 48%;
    }
    .cul_nr .cul_right {
        width: 50%;
    }
    .sid_nr .sid_pro ul li {
        line-height: 28px;
    }
    .sid_nr .sid_pro ul li h4 {
        margin: 20px 0;
        font-size: 16px;
    }
    .case_com .case_pro .tp {
        height: 189px;
    }
}
@media (max-width: 1440px){
    .job_body .job_tit .tr2 span {
        width: 72%;
    }
}
@media (max-width: 1400px){
    .swiper-button-prev {
        right: 10%;
    }
    .case_com .case_pro .tp {
        height: 180px;
    }
    .cer_nr ul li {
        width: 50%;
    }
    .foot .footer .flogo p {
        font-size: 12px;
    }
    .foot .footer .flogo h3{
        font-size: 12px;
    }
    .sid_nr .sid_pro {
        padding: 40px 30px;
    }
    .sid_nr .sid_pro ul li{
        padding: 30px;
    }
    .sid_nr .sid_pro ul li h4 {
        font-size: 16px;
    }

    .page_nr .tec_txt ul li {
        margin-bottom: 40px;
    }
    .foot .footer .fnav ul>li>a {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 36px;
    }
    .daohang .head .logo p {
        font-size: 12px;
    }
    .menu .ul-list > li > a {
        font-size: 14px;
    }
    .ftxt h3 {
        font-size: 80px;
    }
    .fabout .fabout_r h3 {
        font-size: 30px;
    }
    .fabout .fabout_r span {
        font-size: 20px;
    }
    .cul_nr .cul_pro h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cul_nr .cul_pro p {
        font-size: 16px;
        line-height: 24px;
    }

    .fcoop .fcoop_r .swiper_fcoop {
        right: 5%;
        top: 5%;
        bottom: auto;
        max-width: 600px;
    }
    .foot .link ul li a {
        padding: 0 10px;
    }
    .news_nr .tnew_nr .hd ul li a .new_l p {
        font-size: 14px;
    }
    .news_nr .tnew_nr .hd ul li a .new_l h3 {
        font-size: 42px;
        text-align: center;
    }
    .abi_yd ul li {
        width: 13%;
    }
    .abi_yd ul {
        flex-wrap: wrap;
        margin: 40px 0;
        justify-content: space-between;
    }
    .iss .tiem ul li .tie_txt {
        width: 33.3%;
        padding: 3% 3% 0 3%;
        background: #f9f9f9;
    }

    .ndh .con_nr .nr3 .con_xx p {
        font-size: 28px;
    }
    .foot .footer .fnav ul>li {
        margin: 0 10px;
    }
    .page_nr .tec_txt ul li .tec_pro h4 {
        font-size: 24px;
    }
    .ndh ul {
        margin: 40px 0;
        padding: 20px 30px;
    }
    .ndh ul li a {
        line-height: 48px;
    }
    .cer_nr ul li {
        font-size: 14px;
    }
    .iss .marve ul li h3 {
        font-size: 16px;
        line-height: 50px;
    }
    .sid_nr .sid_pro ul li img {
        width: 60px;
    }
    .sid_nr .sid_pro ul li {
        font-size: 12px;
        line-height: 24px;
    }
    .job_body .job_tit .tr2 span {
        width: 66%;
    }
}

@media (max-width: 1281px){
    .foot .link ul li a {
        padding: 0 6px;
    }
    .news_nr .tnew_nr .hd ul li a .new_r h3 {
        font-size: 18px;
    }
    .page_nr .pat_nr .pat_txt {
        flex-wrap: wrap;
    }
    .page_nr .pat_nr .pat_txt .pat_pro {
        width: 100%;
    }
    .foot .footer .fnav {
        width: 56%;
    }
    .menu .ol-list > li > a {
        font-size: 12px;
        padding: 0 6px;
    }
    .fabout .fabout_r p {
        line-height: 24px;
    }
    .fabout .fabout_r span {
        font-size: 18px;
        line-height: 24px;
    }
    .fabout .fabout_r {
        width: 50%;
    }
    .fabout .fabout_l {
        width: 44%;
    }
    .news_pro .tp {
        height: 180px;
    }
    .foot .footer .fnav ul>li>a {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .news_com .news_pro {
        width: 31%;
    }
    .ndh .con_nr .nr1 .con_txt:before {
        margin: 10px 0;
    }
    .ndh .con_nr .nr1 .con_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .ndh .con_nr .nr2 {
        padding-left: 30px;
        margin-top: 40px;
    }
    .ndh .con_nr .nr1 {
        padding: 40px 30px 0 40px;
    }
    .ndh .con_nr .nr3 {
        padding: 40px 30px 30px 30px;
        background: #00235F;
    }
    .menu .ul-list > li > a {
        font-size: 12px;
    }
    .daohang .head .logo {
        width: 35%;
    }
    .daohang .head .dhl {
        width: 65%;
    }
    .cul_nr .cul_pro h4 {
        width: 66px;
        height: 66px;
        margin-right: 20px;
    }
    .case_com .case_pro .tp {
        height: 166px;
    }
    .fnews_pro .fnews_txt h3 {
        font-size: 16px;
    }
    .fnews_pro .fnews_txt {
        background-size: 36px 36px;
    }
    .fnews_nr .fnew_r .fnews_pro a {
        padding: 16px;
    }

    .foot .footer .flogo p {
        font-size: 12px;
    }
    .foot .footer .fnav .f_txt li a {
        font-size: 14px;
    }
    .foot .footer .fnav ul>li>a {
        font-size: 14px;
    }
    .iss .tiem ul li .tie_txt p {
        font-size: 14px;
        line-height: 20px;
    }
    .iss .tiem ul li .tie_txt h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .iss .why ul li {
        padding: 30px;
    }
    .iss .why ul li img {
        width: 50px;
    }

    .sid_nr .sid_pro ul li h4 {
        margin: 10px 0;
    }
    .swiper_banner .swiper-button-prev {
        right: 10%;
    }
    .foot .foot_db {
        line-height: 24px;
        padding: 24px 0;
        margin-top: 20px;
    }

    .foot .foot_db .foot_ft {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .foot .foot_db .foot_ft ul {
        justify-content: flex-end;
        width: 100%;
    }
    .foot .foot_db .foot_ft p {
        width: 100%;
    }
    .job_body .job_tit .tr2 span {
        width: 72%;
    }
}

@media (max-width: 1200px){
    .phone-nav{
        display: block;
        right: 5%;
    }
    .page_search {
        width: 80%;

    }
    .cer_nr ul {
        width: 100%;
    }
    .phone-nav img {
        margin-top: 40px;
    }
    .daohang .head{
        display: none;
    }
    .fabout_sum .fabout_sum1 h3 {
        font-size: 48px;
    }
    .fcoop .fcoop_r .swiper_fcoop {
        max-width: 480px;
    }
    .foot .link ul {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .foot .link ul li {
        line-height: 32px;
    }
    .foot .footer .fnav {
        display: none;
    }
    .faboutnr{
        margin-top: 60px;
    }
    .fabout_l .botpage {
        height: 360px;
    }

    .fabout_l .botpage {
        height: 360px;
    }
    .fabout .fabout_r p {
        line-height: 20px;
        font-size: 14px;
    }
    .fcoop {
        padding-bottom: 100px;
    }
    .cru_dh .cur_nav ul li a {
        padding: 0 10px;
    }
    .cer_nr .tp {
        width: 40%;
    }

    .cus_nr li {
        width: 23.8%;
    }
    .cul_nr .cul_left {
        width: 60%;
    }
    .cul_nr {
        justify-content: center;
    }

    .inv_xx ul li {
        padding: 0 20px;
    }
    .job_body .con .job_con .job_nr .job_al2 {
        width: 48% !important;
    }

    .work_nr .work_cp .work_pro {
        width: 100%;
    }
    .cer_nr .cer_pro {
        flex-direction: column;
    }
    .ftxt h3 {
        font-size: 60px;
    }
    .ftxt h4 {
        font-size: 36px;
        line-height: 30px;
    }
    .fabout .fabout_r span {
        font-size: 16px;
        line-height: 24px;
    }
    .fabout .fabout_r h3 {
        font-size: 24px;
    }
    .fabout .fabout_l {
        width: 46%;
    }
    .cur {
        width: 140px;
        line-height: 42px;
    }
    .fnews_pro {
        margin-bottom: 20px;
    }
    .fnews_nr .fnew_r {
        width: 100%;
    }
    .fnews_nr .fnew_l {
        width: 100%;
    }
    .fnews_nr {
        flex-wrap: wrap;
    }
    .icon_sb {
        width: 60px;
        height: 60px;
    }
    .ftxt:after {
        height: 2px;
        margin: 16px auto 32px;
    }
    .fnews_nr .fnew_l .fnews_pro .fnews_txt {
        padding: 30px 60px 30px 30px;
    }
    .fnew_l .fnews_pro .fnews_txt p {
        height: 48px;
    }
    .crumbs .position {
        display: none;
    }
    .abi_yd ul li {
        width: 30%;
        padding: 0 50px 40px;
    }
    .abi_yd ul li .abi_sum {
        padding: 72px 0 120px;
    }
    .job_body .con .job_con .jon_al p {
        padding-left: 0;
    }
    .job_body .con .job_con .jon_al {
        flex-direction: column;
    }
    .page_nr .gysy_nr .gysy {
        width: 100%;
    }
    .page_nr .gysy_nr .gysy_img {
        position: relative;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 960px){

    .case_com .case_pro {
        width: 31%;
    }
    .iss .why ul li {
        padding: 20px;
    }
    .iss .why ul li h3 {
        font-size: 16px;
    }
    .iss .why ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .altp{
        flex-wrap: wrap;
    }
    .altp img{
        width: 100%;
    }
    .news_com .news_pro {
        width: 48%;
    }
    .nabout .about_com .about_tp {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .nabout .about_com .about_txt {
        width: 100%;
    }
    .fabout_sum .fabout_sum1 {
        margin: 0 20px;
    }
    .cru_dh .cur_nav ul li a {
        padding: 0 10px;
        font-size: 14px;
    }
    .ndh ul li {
        width: 15%;
    }
    .news_nr .tnew_nr .hd {
        width: 100%;
        margin: 20px 0;
    }
    .news_nr .tnew_nr .tempWrap {
        width: 100% !important;
    }
    .news_nr .tnew_nr .arrow .prev {
        right: 5%;

    }
    .news_nr .tnew_nr {
        flex-wrap: wrap;
    }
    .news_nr .tnew_nr .arrow .next, .news_nr .tnew_nr .arrow .prev {
        top: 20%;
    }
    .news_nr .tnew_nr .arrow .prev {
        left: auto;
        right: 5%;
    }
    .news_nr .tnew_nr .arrow .next {
        left: 5%;
    }

    .page_nr .tec_txt ul li {
        width: 48%;
    }
    .ntxt h3 {
        font-size: 30px;
    }
    .page_nr .pat_nr .pat_txt .pat_pro table td {
        font-size: 14px;
    }
    .page_nr .pat_nr .pat_txt .pat_pro h3 {
        font-size: 20px;
        height: 60px;
    }
    .inv_xx ul li h3 {
        font-size: 20px;
    }
    .inv_xx ul li {
        padding: 0 10px;
    }
    .ndh .con_nr {
        flex-wrap: wrap;
    }
    .ndh .con_nr .nr3 {
        width: 100%;
    }
    .ndh .con_nr .nr2 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ndh .con_nr .nr1 {
        padding: 30px 0 0 30px;
    }
    .ndh .con_nr .nr2:before {
        display: none;
    }
    .job_body .job_tit .tr2 {
        font-size: 14px;
        line-height: 30px;
        width: 40%;
    }
    .job_body .job_tit .tr3 {
        font-size: 14px;
        width: 20%;
    }
    .job_body .con h3 {
        font-size: 20px;
    }
    .manage {
        flex-wrap: wrap;
    }
    .manage .man_l {
        width: 100%;
    }
    .manage .man_r {
        width: 100%;
    }
    .protect .pro {
        width: 100%;
    }
    .protect .pro a {
        flex-wrap: wrap;
    }
    .protect .pro .pro_txt {
        width: 100%;
        margin: 0;
    }
    .protect .pro .tp {
        margin: 0 auto 20px;
    }
    .cnav {
        display: none;
    }
    .fl ul {
        flex-wrap: wrap;
    }
    .fl ul li {
        margin: 10px 60px;
    }
    .news_pro .tp {
        height: 148px;
    }
    .cul_nr .cul_left {
        width: 80%;
    }
    .cul_nr .cul_right {
        width: 80%;
    }
    .fabout_nr {
        flex-wrap: wrap;
    }
    .fabout .fabout_l {
        width: 100%;
    }
    .fabout .fabout_r {
        width: 100%;
        margin-top: 40px;
    }
    .fcase {
        padding-top: 60px;
        margin-bottom: 40px;
    }
    .swiper_case {
        margin-top: 40px;
    }
    .abi_yd ul li {
        padding: 0 30px 40px;
    }
}
@media (max-width: 768px){
    .fcoop .fcoop_r .swiper_fcoop {
        max-width: 100%;
        position: relative;
        right: auto;
        margin-top: 40px;
    }
    .container{
        width: 90%;
    }
    .page_nr .tec_txt ul li .tec_icon {
        width: 60px;
        height: 60px;
    }
    .fcoop .fcoop_l {
        margin-top: 40px;
        margin-left: 5%;
        width: 90%;
    }
    .ftxt h3 {
        font-size: 36px;
    }
    .ftxt h4 {
        font-size: 24px;
    }
    .fcoop .fcoop_l p {
        margin: 36px 0;
    }
    .npage .page_nr {
        margin-top: 30px;
    }
    .page_nr .tec_txt h3 {
        font-size: 24px;
    }
    .page_nr .tec_txt p {
        font-size: 16px;
        margin: 16px 0 20px;
    }
    .cul_nr {
        padding: 0 5%;
    }
    .side .sid_fc .side_com{
        display: none;
    }
    .abi_yd ul li .abi_sum {
        padding: 50px 0 88px;
    }
    .cer_nr ul li {
        width: 100%;
    }
    .fl ul li {
        margin: 10px 20px;
    }
    .pagination {
        margin-bottom: 20px;
    }
    .iss .why ul li:nth-child(2) {
        width: 100%;
    }
    .iss .why ul li {
        width: 100%;
        margin: 20px 0;
    }
    .iss .why ul {
        flex-wrap: wrap;
    }
    .iss .tiem ul li .tie_txt {
        width: 100%;
        padding: 3%;
    }
    .iss .tiem ul li .td {
        width: 100%;
    }
    .iss .marve ul li {
        width: 48%;
    }
    .job_body .job_tit .tr2 span {
        width: 60%;
    }
}



@media (max-width: 600px){
    .icon_sb {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }
    .job_body .job_tit .tr2:nth-child(1) {
        width: 100%;
    }
    .cont2 {
        width: 100%;
    }
    .job_body .job_tit .tr3 {
        width: 100%;
    }
    .iss .why ul {
        flex-wrap: wrap;
    }
    .iss .why ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .iss .why ul li:nth-child(2) {
        width: 100%;
    }
    .iss .tiem ul li .tie_txt {
        width: 100%;
        padding: 6%;
    }
    .iss .tiem ul li .td {
        width: 100%;
    }
    .iss .marve ul li {
        width: 100%;
    }
    .page_nr .tec_txt h3 {
        font-size: 20px;
    }
    .page_nr .tec_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .job_body .con {
        padding: 28px 0;
    }
    .job_body .con .job_con .jon_al {
        margin-bottom: 20px;
    }
    .job_body .con .job_con h3 {
        margin-bottom: 10px;
    }
    .job_body .con .job_con .job_nr {
        flex-wrap: wrap;
    }
    .tec_xqy ul li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .page_nr .pat_nr .pat_txt .pat_pro table tr {
        line-height: 24px;
    }
    .page_nr .pat_nr .pat_txt .pat_pro table td {
        font-size: 12px;
        padding: 10px 20px;
    }
    .iss_bh table tr {
        font-size: 12px;
        line-height: 24px;
    }
    .work_nr .work_cp .work_pro .workr h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news_nr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .page_nr .new_tp h3 {
        font-size: 20px;
    }
    .page_nr .new_tp .new_icon {
        padding: 10px 0;
        padding-left: 0;
    }
    .news_nr .page_txt {
        padding: 20px 0;
    }
    .page_nr .relevant h3 {
        margin-bottom: 0;
    }
    .job_body .con p {
        font-size: 14px;
        line-height: 24px;
    }
    .page_nr .page_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .ndh .dh_txt p img {
        padding: 10px 0;
        width: 100%;
    }
    .ndh .dh_txt img:nth-child(1) {
        margin: 0;
        float: none !important;
        max-width: 100%;
    }
    .cer_nr ul li {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;width: 100%;
    }
    .cer_nr ul {
        padding: 0 20px;
    }
    .crumbs {
        display: none;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px;
        height: 36px;
        top: 50%;
        background-size: 100% 100%;
    }
    .swiper-button-prev {
        right: 20%;
    }
    .fcase {
        padding-top: 40px;
        background-position: 0 -280px;
    }
    .swiper-button-prev {
        right: 20%;
    }
    .ftxt h3 {
        font-size: 36px;
    }
    .ftxt h4 {
        font-size: 24px;
    }
    .swiper_case {
        width: 95%;
        margin: 40px auto 20px;
    }
    .swiper_case .fcase_pro p {
        font-size: 18px;
        margin: 16px 0;
    }
    .fabout {
        margin-top: 40px;
    }
    .fabout .fabout_l {
        width: 100%;
    }
    .fabout_l .botpage {
        height: 200px;
    }
    .fabout .swiper-pagination {
        width: 80px;
    }
    .swiper-num .total {
        margin-top: 88px;
    }

    .fabout .fabout_r .cur {
        margin: 40px auto 0 auto
    }
    .fabout_sum {
        padding: 40px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .fabout_sum .fabout_sum1 {
        margin: 10px 10px;
    }
    .fabout_sum .fabout_sum1 h3 {
        font-size: 36px;
    }
    .fsp {
        margin-bottom: 40px;
    }
    .swiper_new {
        margin-left: auto;
        margin-top: 40px;
    }
    .swiper_new .fnews_pro .fnews_txt .fnews_txtr {
        padding-left: 40px;
        font-size: 16px;
    }
    .swiper_new .fnews_pro .fnews_txt .fnews_txtl h3 {
        font-size: 48px;
    }
    .swiper_new .fnews_pro .fnews_txt {
        margin: 20px 0;
    }
    .fnews {
        margin-bottom: 60px;
    }
    .fcoop .fcoop_l {
        margin-top: 40px;
        margin-left: 5%;
        width: 90%;
    }
    .fcoop .fcoop_l p {
        margin: 36px 0;
    }

    .foot .foot_db .foot_ft {
        flex-wrap: wrap;
    }

    .fcode{
        display: none;
    }

    .nabout {
        padding-top: 40px;
    }
    .nabout .fabout_sum {
        padding: 0 0 100px;
    }
    .ntxt h3 {
        font-size: 28px;
        line-height: 32px;
    }.nabout .about_com {
         margin: 20px 0 40px 0;
     }
    .phone-nav img {
        margin-top: 20px;
    }
    .bannre_txt h3 {
        font-size: 20px;
    }
    .bannre_txt p {
        font-size: 14px;
    }
    .bannre_txt {
        top: 40%;
    }
    .ndh ul li {
        width: 31.5%;
    }
    .abi_yd ul li .abi_sum {
        padding: 30px 0 50px;
        margin: 10px 0;
    }
    .abi_yd ul {
        margin: 40px 0 40px;
    }
    .abi_yd ul li .abi_sum h3 {
        font-size: 30px;
    }
    .abi_yd ul li .abi_sum sapn {
        font-size: 14px;
    }
    .abi_yd ul li {
        width: 33%;
        padding: 0 10px 20px;
    }

    .abi_yd ul li p {
        font-size: 12px;

    }
    .abi_nr .abi_lb .abi_pro h3 {
        font-size: 20px;
        margin: 16px 0;
    }
    .news_nr .fl ul {
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .news_nr .fl ul li {
        margin: 16px 60px;
    }

    .cer_nr {
        flex-direction: column;
    }
    .cer_nr .tp {
        width: 100%;
    }
    .cer_nr ul {
        width: 100%;
    }
    .cus_nr li {
        width: 48.8%;
    }
    .cul_nr .cul_pro {
        width: 98%;
    }
    .case_com .case_pro {
        width: 43%;
    }
    .news_nr .tnew_nr{
        display: none;
    }
    .news_nr .tnew_nr .arrow .next, .news_nr .tnew_nr .arrow .prev {
        top: 40%;
    }
    .news_com .news_pro {
        width: 98%;
    }
    .page_nr .tec_txt ul li {
        width: 48%;
    }
    .page_nr .pat_nr .pat_txt {
        flex-wrap: wrap;
    }
    .page_nr .pat_nr .pat_txt .pat_pro {
        width: 100%;
    }
    .page_nr .pat_nr .pat_txt .pat_pro h3 {
        height: 30px;
    }
    .inv_jj .inv_txt {
        flex-wrap: wrap;
    }
    .inv_jj .inv_txt .inv_txt1 {
        width: 80%;
    }
    .inv_xx ul {
        flex-wrap: wrap;
    }
    .inv_xx ul li:nth-child(1) {
        width: 100%;
        justify-content: center;
    }
    .inv_xx ul li h3 {
        font-size: 16px;
    }
    .inv_xx .inv_dm {
        width: 90%;
    }
    .job_body .job_tit {
        flex-wrap: wrap;
    }
    .job_body .con .job_con .jon_al p {
        display: none;
    }
    .job_body .con .job_con .job_nr .job_al2 {
        width: 100% !important;
    }

    .job_body .con .job_con {
        padding: 20px;
    }
    .job_nr .job_tj{
        margin: 20px auto 0;
    }
    .work_nr .work_cp .work_pro .workl h3 {
        font-size: 32px;
    }
    .work_nr .work_cp .work_pro .workr p {
        font-size: 14px;
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .work_nr .work_cp .work_pro .workl p {
        line-height: 20px;
        font-size: 14px;
    }
    .work_nr .work_cp .work_pro .workr {
        width: 70%;
    }
    .page_nr .paging {
        margin: 40px 0;
        flex-wrap: wrap;
    }
    .page_nr .paging .pag_r {
        margin-top: 20px;
    }
    .com_ly .com_pro .com_icon h3 {
        margin-right: 20px;
    }
    .com_ly .com_pro .com_icon span {
        font-size: 16px;
    }
    .fh1 .fh1s {
        width: 100%;
    }
    .fh1 {
        margin: 40px 0 40px;
        padding: 20px;
    }
    .fh1 .fh4 input {
        margin-top: 20px;
    }

    .swiper_new .fnews_pro .tp{
        height: 300px;
    }
    .news_pro .tp {
        height: 200px;
    }
    .page_nr .tec_txt ul li .tec_pro h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .page_nr .tec_txt ul li .tec_pro {
        position: absolute;
        top: 20%;
        z-index: 10;
    }
    .page_nr .tec_txt ul li {
        width: 100%;
    }
    .cul_nr .cul_right {
        width: 100%;
    }
    .cul_nr .cul_left {
        width: 100%;
    }
    .cul_nr .cul_pro {
        display: block;
        text-align: center;
    }
    .cul_nr .cul_pro h3 {
        margin: 20px 0;
    }
    .cul_nr .cul_pro h4 {
        margin: 0 auto;
    }
    .fnews_nr .fnew_r .fnews_pro a {
        flex-wrap: wrap;
    }
    .fnews_nr .fnew_r .fnews_pro .tp {
        width: 100%;
    }
    .fnews_pro .fnews_txt {
        width: 100%;
        padding: 20px 50px 20px 20px;
    }
    .foot .foot_db .foot_ft ul li a {
        font-size: 12px;
        padding: 0 10px;
    }
    .swiper_banner .swiper-button-prev {
        right: 72px;
    }
    .swiper_banner .swiper-button-next, .swiper_banner .swiper-button-prev {
        width: 36px;
        height: 36px;
        top: 80%;
    }
    .soc_bt {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .work_nr .work_cp .tra_pro a{
        flex-direction: column;
    }
    .work_nr .work_cp .tra_pro .workl {
        width: 100%;
        margin-bottom: 20px;
    }
    .work_nr .work_cp .tra_pro .workr {
        width: 100%;
    }
    .sid_nr .sid_pro{
        position: absolute;
    }
    .sid_nr .sid_pro ul {
        flex-wrap: wrap;
    }
    .sid_nr .sid_pro ul li{
        padding: 20px 10px;
        width: 100%;
    }
    .iss .tiem ul li {
        flex-wrap: wrap;
    }
    .fabout .fabout_r span {
        display: block;
        text-align: center;
    }
    .fabout .fabout_r h3 {
        text-align: center;
    }
    .job_body .job_tit .tr2 {
        width: 100%;
    }
    .job_body .con p span{
        font-size: 14px !important;
        line-height: 24px;
    }

}

@media (max-width: 414px){
    .foot .link ul {
        display: none;
    }
    .fl ul li {
        margin: 10px 20px;
    }
    .foot .footer .flogo p {
        font-size: 12px;
    }
    .foot .foot_db .foot_ft p {
        font-size: 12px;
    }
    .foot .foot_db .foot_ft p a {
        font-size: 12px;
    }
    .swiper_new .fnews_pro .tp{
        height: 240px;
    }
    .news_pro .tp {
        height: 200px;
    }
    .news_pro .tp {
        height: 180px;
    }
    .case_com .case_pro {
        width: 98%;
    }
    .case_com .case_pro .tp {
        height: 298px;
    }

}

@media (max-width: 375px){
    .ftxt h3 {
        font-size: 24px;
    }
    .ftxt h4 {
        font-size: 20px;
    }
    .fcoop .fcoop_l h3 {
        font-size: 18px;
    }
    .fabout_sum .fabout_sum1 p {
        font-size: 12px;
    }
    .fabout_sum .fabout_sum1 h3 {
        font-size: 36px;
    }
    .fabout_sum .fabout_sum1 {
        margin: 10px 5px;
    }
    .fabout .swiper-pagination {
        width: 66px;
        left: -12%;
    }
    .ndh ul li {
        width: 48%;
    }
    .abi_yd ul li .abi_sum {
        padding: 50px 0 70px;
    }
    .abi_yd ul li p {
        font-size: 14px;
    }
    .abi_yd ul li {
        width: 44%;
        margin: 20px 0;
    }
    .fl ul li {
        margin: 10px 20px;
    }
    .swiper_new .fnews_pro .tp{
        height: 240px;
    }
    .swiper_new .fnews_pro .tp{
        height: 200px;
    }
    .news_pro .tp {
        height: 140px;
    }
    .case_com .case_pro .tp {
        height: 272px;
    }
}



/* 移动端菜单按钮 */
.mobile-menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    background: #e74c3c;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.3s;
    display: none;
}

/* 右侧抽屉式菜单 */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.4s ease;
    padding: 20px;
    overflow-y: auto;
}

.mobile-drawer.open {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.drawer-header img {
    height: 50px;
}

.close-drawer {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.mobile-nav-item {
    margin-bottom: 10px;
}

.mobile-nav-link {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.mobile-nav-link:hover, .mobile-nav-link.active {
    background-color: #f0f0f0;
    color: #e74c3c;
}

.mobile-dropdown {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mobile-dropdown.open {
    max-height: 1000px;
}

.mobile-dropdown-item {
    padding: 10px 15px;
}

.mobile-dropdown-link {
    display: block;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
    padding: 8px 0;
}

.mobile-dropdown-link:hover {
    color: #e74c3c;
    padding-left: 10px;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle::after {
    /*content: '\f107';*/
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.dropdown-toggle.open::after {
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
    .mobile-menu-btn {
        display: block;
    }
    .visually-hidden {
        visibility: hidden;
    }
}