@charset "utf-8";

/* ==========================================================================
   Global Styles & Resets
   ========================================================================== */
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input {
    margin:0; padding:0; border:0;
}
a {
    text-decoration:none;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a:hover, a:active {
    color: white;
}

/* ==========================================================================
   Notice Bar
   ========================================================================== */
.notice {
    background: #4cb2d6;
    color: #fff;
    position: relative;
    z-index: 9999999;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.notice .maxsize {
    position: relative;
    padding: 20px;
}
.notice p {
    padding-right: 100px;
    font-size: 14px;
    line-height: 24px;
}
.notice .btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    line-height: 22px;
    font-size: 14px;
    background: #fff;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #4cb2d6;
}
.notice .btn:hover {
    background: #4cb2d6;
    color: #fff;
}

/* ==========================================================================
   Side Menu
   ========================================================================== */
#sideMenuContainer {
    position: fixed;
    z-index: 999;
}
#sideMenuContainer a {
    color: #fff;
    text-decoration: none;
}
#sideMenuContainer > .st_div1 a:hover {
    color: #87278F;
}
#sideMenuContainer .st_div1 > div {
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 48px;
}
#sideMenuContainer .st_pull > a {
    display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    color: #333;
}
.st_pull {
    position: fixed;
    top: 86px;
    background: rgba(255,255,255,0.7);
}
.st_div1 {
    height: 50px;
    margin: -48px auto;
    width: 70%;
    text-align: right;
    display: table;
}

@media screen and (max-width:600px) {
    .st_div1 {
        height: 310px;
        width: 100px;
        background: #7b7a7a;
        margin-right: 0px;
        margin-top: 0px;
    }
    #sideMenuContainer .st_div1 > div {
        height: 38px;
    }
}

/* ==========================================================================
   Home Banner
   ========================================================================== */
.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Homebanner {
    width: 100%;
    position: relative;
    height: 550px; /* Legacy height, overridden by JS/responsive styles if needed */
    overflow: hidden;
}
.Homebanner ul {
    width: 100%;
    position: absolute;
    height: 550px;
}
.Homebanner ul li {
    width: 100%;
    height: 550px;  
    position: absolute;
    overflow: hidden;
}
.Homebanner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0%;
    top: 0px;
    display: block;
    margin-left: 0px;
}
.Homebanner ul li .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.Homeleft, .Homeright {
    background: #000;
    font-family: "宋体";
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 45%;
    cursor: pointer;
    transition: all .2s ease;
    opacity: 0;
    z-index: 899999;
}
.Homeleft { left: -60px; }
.Homeright { right: -60px; }
.bannerbox:hover .Homeleft { left: 0px; opacity: 1; }
.bannerbox:hover .Homeright { right: 0px; opacity: 1; }

.Homedot {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
    bottom: 20px;
}
.Homedot a {
    display: inline-block;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    line-height: 1000px;
    overflow: hidden;
    background: url(../img/index_229.png) no-repeat;
}
.Homedot a.cur {
    background: url(../img/index_228.png) no-repeat;
}

.Homebannertext {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.Homebannertext a {
    pointer-events: auto;
}
/* Banner Animations and Layout */
.Homebannertext img.bigimg,
.Homebannertext dl.bannerone dt,
.Homebannertext dl.bannerone dd,
.Homebannertext dl.bannertwo dt,
.Homebannertext dl.bannerthree dt,
.Homebannertext dl.bannerthree dd {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}
.Homebannertext dl.bannerone {
    position: absolute;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
    top: 350px;
    text-align: center;
    z-index: 9999;
}
.Homebannertext dl.bannerone dt {
    float: right;
    font-size: 45px;
    width: 750px;
    height: 80px;
    margin-left: 100px;
    line-height: 75px;
    color: #fff;
}
.Homebannertext dl.bannerone dd {
    float: right;
    font-size: 29px;
    color: #fff;
    width: 360px;
    height: 60px;
    line-height: 60px;
    margin-right: 45px;
}
.Homebannertext dl.bannertwo {
    position: absolute;
    width: 1180px;
    left: 50%;
    top: 100px;
    color: #fff;
    margin-left: -590px;
    z-index: 9999;
}
.Homebannertext dl.bannertwo dt {
    padding-top: 110px;
    position: relative;
}
.Homebannertext dl.bannertwo dt h3 {
    font-size: 55px;
    line-height: 80px;
    font-weight: 700;
    position: relative;
}
.Homebannertext dl.bannertwo dt p {
    font-size: 20px;
    position: relative;
    padding-top: 20px;
}
.Homebannertext dl.bannerthree {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 60px;
    top: auto;
}
.Homebannertext dl.bannerthree dt {
    float: left;
    position: relative;
    transform: translateY(100px);
}
.Homebannertext dl.bannerthree img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    left: 0px;
    margin: 0px;
    top: 0px;
}
.Homebannertext dl.bannerthree dd {
    width: 100%;
    color: #fff;
    padding-top: 0;
    position: relative;
    padding-left: 25px;
    transform: translateY(100px);
}
.Homebannertext dl.bannerthree dd h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px 10px;
    border-radius: 8px;
}
.Homebannertext dl.bannerthree dd p {
    font-size: 20px;
    line-height: 30px;
}

.bannereffect { opacity: 0; filter: alpha(opacity=0); }
.bannertime { transition: all .8s ease-in-out; }
.bannertime1 { transition: all .8s ease-in-out .2s; }
.bannertime2 { transition: all 1s ease-in-out .2s; }

/* Active State (cur) */
.Homebanner li.cur .Homebannertext img.bigimg,
.Homebanner li.cur .Homebannertext dl.bannerone dt,
.Homebanner li.cur .Homebannertext dl.bannerone dd,
.Homebanner li.cur .Homebannertext dl.bannertwo dt,
.Homebanner li.cur .Homebannertext dl.bannerthree dt,
.Homebanner li.cur .Homebannertext dl.bannerthree dd {
    transform: translateY(0px);
}
.Homebanner li.cur .bannereffect { opacity: 1; filter: alpha(opacity=100); }

/* Inactive State (cur1) */
.Homebanner li.cur1 .bannertime { transition: all .4s linear .2s; }
.Homebanner li.cur1 .bannertime1 { transition: all .4s linear .1s; }
.Homebanner li.cur1 .bannertime2 { transition: all .4s linear; }
.Homebanner li.cur1 .Homebannertext img.bigimg,
.Homebanner li.cur1 .Homebannertext dl.bannerone dt,
.Homebanner li.cur1 .Homebannertext dl.bannerone dd,
.Homebanner li.cur1 .Homebannertext dl.bannertwo dt,
.Homebanner li.cur1 .Homebannertext dl.bannerthree dt,
.Homebanner li.cur1 .Homebannertext dl.bannerthree dd {
    transform: translateY(100px);
}
.Homebanner li.cur1 .bannereffect { opacity: 0; filter: alpha(opacity=0); }

/* ==========================================================================
   News & Products
   ========================================================================== */
#aaa .bx-prev {
    margin-left: -1500px;
    background: #fff url(../images/left.png);
    text-decoration: none;
}
#aaa .bx-next {
    margin-right: -900px;
    background: #fff url(../images/right.png);
    text-decoration: none;
}
#aaa .bx-next :active {
    border: 1px solid #fff;
}
#news_st {
    color: #c06cda;
    width: 150px;
    background: #fff;
}
.fddh1 {
    overflow: hidden;
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
    cursor: pointer;
}
.fddh1 img {
    width: 1600px;
    height: 341px;
    transition: all .4s;
}

/* Product Grid */
.product-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 992px) {
    .product-container .col-lg-4 {
        -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}
.hover_content_st {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
}
.hover_area_10 .hover_img_10 {
    width: 240px;
    height: 300px;
    overflow: hidden;
}
.row .col-lg-4 .hover_area_10 .asydivb {
    border: #e0e0e0 solid 1px;
    background-color: #efefef;
    color: #969696;
}
.row .col-lg-4 .hover_area_10:hover .asydivbs {
    line-height: 60px;
    border: #003198 solid 1px;
    background-color: #003198;
    color: white;
}
.row .col-lg-4 .hover_area_10 .asydivbs {
    width: 240px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #e0e0e0 solid 1px;
    background-color: #EDEDED;
    color: #003198;
}
.row .col-lg-4 .hover_area_10 .asydivbs p {
    margin: 0;
}
.row .col-lg-4 .hover_area_10 .asydivbs h4,
.row .col-lg-4 .hover_area_10 .hover_content_10 h4,
.row .col-lg-4 .hover_area_10 .hover_content_st h4 {
    font-size: 18px;
}

/* Responsive Adjustments */
@media screen and (max-width: 600px) {
    .index_news .item .con { padding-left: 50px; }
    #news_st { width: 100%; }
    #news_en { margin-left: 90px; }
    .arrows { display: none; }
    
    .hover_content_st {
        display: block;
        top: 44%;
        left: 0;
        background: rgba(51,51,51,0.3);
        color: #fff;
        text-align: center;
        height: 50px;
    }
    .hover_overlay_10 { display: none; }
    .hover_content_10 { display: none; }
    .hover_area_10 .hover_img_10 { width: 100%; }
    .hover_content_st h4 { font-size: 1.1rem; }
}

/* Utility Classes */
.spacer-lg {
    height: 50px; /* Replaces <br><br> */
}
.product-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    text-align: center;
}

/* ==========================================================================
   Footer & Other Styles
   ========================================================================== */
.fddh {
    overflow: hidden;
    display: inline-block;
    border: solid 0px #000;
    font-size: 16px;
    margin: 0px auto;
    padding: 0px;
    width: 400px;
    height: 170px;
    cursor: pointer;
    background-size: 100% 100%;
}
.fddh img {
    width: 400px;
    height: 177px;
    transition: all .4s;
}
.fddh img:hover {
    transform: scale(0.85);
}

.footer-nav-menus dl dd {
    margin-bottom: 0;
}

@media screen and (max-width:600px) {
    .footer-nav-menus { width: 100%; padding-right: 0px; }
    .footer-nav-submenus { display: none; }
    .footer-nav-menus dl { font-size: 12px; width: 85px; text-align: center; }
    .footer-wrapper .footer-law { display: none; }
    .footer-nav-menus dl dd { display: none; }
    .footer-nav { padding-bottom: 0px; padding-top: 20px; }
}

/* ==========================================================================
   横幅轮播淡入淡出
   ========================================================================== */
.fddh1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}
.fddh1 img.fade-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.fddh1 img.fade-img.active {
    opacity: 1;
}
