*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size:14px;color:#666;outline:0;body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family:"Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;}}
html,body{width:100%;position:relative;}
html{font-size:calc(100vw / 19.2);scroll-behavior:smooth;}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#003f97;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.w1200{width:1200px;max-width: 95%; margin:auto;}
.w1440{width:1440px;max-width: 95%; margin:auto;}
.w1600{width:1320px;max-width: 95%; margin:auto;}
.pdt80{padding-top: 80px;padding-bottom: 80px;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}
.pd95{padding-left: 5%;padding-right: 5%;}
.pd10{padding-left: 10%;padding-right: 10%;}
.pd60{padding-left: 60px;padding-right: 60px;}

.scrollProgress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);z-index:9999;transition:width 0.1s ease;}
.top-header{background:#003f97;color:#fff;height: 42px;font-size:14px;display: flex;align-items: center;justify-content: center;align-content: center;}
.top-header-content{display:flex;justify-content:space-between;align-items:center;width: 100%;}
.top-header-left{display:flex;gap:24px;align-items:center;}
.top-header-left a{color:#fff;text-decoration:none;display:flex;align-items:center;transition:color 0.3s ease;}
.top-header-left a:hover{color:#003f97;}
.top-header-left i{margin-right:8px;}
.top-header-right{display:flex;gap:16px;font-size: 16px;}
.top-header-right a{color:#fff;transition:color 0.3s ease;}
.top-header-right a:hover{color:#003f97;}
.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;height: 80px;border-bottom: 1px solid rgba(0, 0, 0, 0);-webkit-transition: 0.5s;transition: 0.5s;}
.top_bg.dw{position: fixed;top: 0;}
.top_bg.xs{top:-80px;}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:80px;padding: 10px 0;}
.top_h .logo img.hs{display: none;}
.dhan2{display: none;}
.sjdh2{display: none;}
.dh{display: block;}
.dh ul{display: flex;}
.dh ul li{position: relative;}
.dh ul li p a{display: flex;align-items: center;align-content: center;height: 80px;font-size: 18px;position: relative;color: #fff;padding:0 30px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 3px;}
.dh ul li p a span{display: block;line-height: 40px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span.gd1{height: 40px;overflow: hidden;}
.dh ul li p a:hover span.gd2{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a:hover span.gd3{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a i{font-size:16px;}
.dh ul li p a:after{content: "";position: absolute;left: 30px;right: 30px;bottom: 0px;height: 4px;background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a{color:#333;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li.on p a{color:#fff;}
/* 只保留这一段，删除另外两段重复的 */
.dh ul li .dh_fl {
    position: absolute;
    left: 0;
    top: 80px;
    width: 900px;
    display: none;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    z-index: 99;
}
.dh ul li:hover .dh_fl {
    display: flex;
}

/* 左侧文字列表区 */
.dh_fl_left {
    width: 40%;
    padding: 20px 0;
    border-right: 1px solid #eee;
}
.dh_fl_left ul {
    display: block;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.dh_fl_left ul li {
    border-bottom: none;
}
.dh_fl_left ul li a {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    transition: all 0.3s ease;
    position: relative;
}
.dh_fl_left ul li a .en {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}
/* 选中/hover 状态 */
.dh_fl_left ul li.active a,
.dh_fl_left ul li:hover a {
    color: #003f97;
    background: #f5f8fc;
    padding-left: 35px;
}
.dh_fl_left ul li.active a::before,
.dh_fl_left ul li:hover a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #e83b28 0%, #faa130 100%);
}

/* 右侧图片区 */
.dh_fl_right {
    width: 60%;
    position: relative;
    overflow: hidden;
}
/* 右侧每个系列的容器 */
.dh_fl_right .right_item {
    display: none;
    width: 100%;
    height: 100%;
}
.dh_fl_right .right_item.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* 右侧图片 */
.dh_fl_right .threepic {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.dh_fl_right .threepic img {
    max-width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 6px;
}


.top_ssyy{display: flex;align-items: center;align-content: center;}
.top_yy{display: flex;align-items: center;align-content: center;position: relative;color: #fff;height: 80px;}
.top_yy .top_yy_an{cursor: pointer;}
.top_yy .top_yy_an i{font-size:22px;line-height:1;padding-right:3px;}
.top_yy .top_yy_an span{font-size:16px;line-height:2;}
.top_yy_xl{position: absolute;top:80px;left: 50%;width: 180px;margin-left: -90px;padding: 10px;display: none;}
.top_yy_xl ul{background: #fff;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_yy_xl ul li a{display: flex;align-items: center;align-content: center;font-size: 14px;line-height: 2;color: #666;text-align: center;padding:10px 15px;border-bottom: 1px solid #eee;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl ul li a img{height:20px;margin-right:5px;}
.top_yy_xl ul li a:hover{color: #003f97;}
.top_ss{margin-left: 20px;}
.top_ss_an{display: flex;align-items: center;align-content: center;}
.top_ss_an a{display: flex;align-items: center;align-content: center;height: 80px;}
.top_ss_an a span{font-size:16px;line-height:2;color:#fff;}
.top_ss_an a i{font-size:22px;line-height:1;padding-right:3px;color: #fff;}

.top_ss_xl{position: absolute;left: 0;top: 80px;right: 0;padding: 30px 0;background: #f6f6f6;display: none;}
.top_ss_xl .top_ss_bg{width: 90%;margin: auto;}
.top_ss_xl form{display: block;position: relative;padding-right: 100px;border-radius: 28px;overflow: hidden;background: #fff;}
.top_ss_xl form input{display: block;width: 100%; font-size: 16px;line-height: 56px;color: #333;height: 56px;padding: 0 30px;background: none;}
.top_ss_xl form a{position: absolute;right: 0;top: 0;font-size: 28px;line-height: 56px;width: 90px;color: #003f97;text-align: center;background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}


.te {display:inline-block;vertical-align:middle;width:auto;margin:0 0.1rem;white-space:nowrap;}
.te .tc {display:inline-block;vertical-align:middle;width:0.4rem;height:0.4rem;border-radius:50%;}
.te .tc img {width:100%;display:block;}
.te .cm {display:inline-block;vertical-align:middle;color:#fff;line-height:1.5;margin-left:0.06rem; font-size: 24px;}

.top_bg.on{background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .top_lx{color: #003f97;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li p a:after{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);}
.top_bg.on .dh ul li.on p a{color:#003f97;}
.top_bg.on .dh ul li:hover p a{color:#003f97;}
.top_bg.on .dh ul li.on p a span.gd1 span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .dh ul li:hover p a span.gd1 span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .top_yy .top_yy_an i{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .top_yy .top_yy_an{color:#333;}
.top_bg.on .top_yy .top_yy_an span{color:#333;}
.top_bg.on .top_yy .top_yy_an:hover{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .top_ss a span{color:#333;}
.top_bg.on .top_ss a i{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .top_ss a:hover span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .top_ss a:hover i{background-image: linear-gradient(90deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on .te .cm{color: #333;}


.top_bg.on2{background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .top_lx{color: #003f97;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li p a:after{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);}
.top_bg.on2 .dh ul li.on p a{color:#003f97;}
.top_bg.on2 .dh ul li:hover p a{color:#003f97;}
.top_bg.on2 .dh ul li.on p a span.gd1 span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .dh ul li:hover p a span.gd1 span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .top_yy .top_yy_an i{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .top_yy .top_yy_an{color:#333;}
.top_bg.on2 .top_yy .top_yy_an span{color:#333;}
.top_bg.on2 .top_yy .top_yy_an:hover{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .top_ss a span{color:#333;}
.top_bg.on2 .top_ss a i{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .top_ss a:hover span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.top_bg.on2 .top_ss a:hover i{background-image: linear-gradient(90deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}

/* .dh ul li .dh_fl{position: absolute;left:50%;top: 80px;margin-left: -150px;width: 300px;display: none;padding: 10px;}
.dh ul li .dh_fl ul{display: block;background: #fff;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{border-bottom: 1px solid #eee;}
.dh ul li .dh_fl ul li:last-child{border-bottom:none;}
.dh ul li .dh_fl ul li a{display: flex;align-items: center;align-content: center;justify-content: space-between;font-size: 14px;line-height: 2;color: #333;padding: 15px 15px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li a i{font-size: 12px;color:#ccc;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li:hover>a{color:#3173bc;}
.dh ul li .dh_fl ul li:hover>a>i{color:#3173bc;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;top: 0;margin-left: 0px;height: 1080px;padding: 0 10px;}
.dh ul li .dh_fl ul li .dh_fl:after{content: "";position: absolute;left:-5px;top: 0;bottom: 0;width: 10px;} */


.banner{width:100%;overflow:hidden;position:relative;}
.banner ul{}
.banner ul li{overflow:hidden;position:relative;}
.banner ul li .sp{display: block;overflow: hidden;height:100vh;position: relative;}
.banner ul li video{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .img{display: block;overflow: hidden;height:100vh;}
.banner ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:10s;transition:10s;}
.banner ul li .txt{position: absolute;left: 60px;bottom: 0;right: 55%;top: 0;display: flex;align-items: center;align-content: center;justify-content: flex-start;}
.banner ul li .txt .txt2{width: 100%;}
.banner ul li .txt .ml1{font-size: 18px;line-height: 30px;color: #fff;display: flex;}
.banner ul li .txt .ml1 span{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);padding: 5px 15px;border-radius: 20px;margin-bottom: 20px;}
.banner ul li .txt .ml2{font-size: 42px;line-height: 1.4;color: #fff;font-weight: bold; letter-spacing:2px;}
.banner ul li .txt .ml2 span{background-image: linear-gradient(135deg, #e83b28 0%, #faa130 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.banner ul li .txt .ml3{font-size: 24px;line-height: 1.6;color: #fff;margin-top: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); letter-spacing: 1px;}
.banner ul li .txt .ml4{display: flex;margin-top: 40px;}
.banner ul li.banner1 .txt{bottom:auto;right: 60px;top: 180px;text-align: center;padding-top:5vh;}
.banner ul li.banner1 .txt .ml1{justify-content: center;}
.banner ul li.banner1 .txt .ml4{justify-content: center;}
.banner ul li.banner4 .txt{bottom:auto;right: 60px;top: 80px;text-align: center;padding-top:5vh;}
.banner ul li.banner4 .txt .ml1{justify-content: center;}
.banner ul li.banner4 .txt .ml4{justify-content: center;}
.banner ul li.swiper-slide-active .txt{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
/*.banner ul li.swiper-slide-active .txt .ml2{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.2s;animation-delay: 1.2s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.4s;animation-delay: 1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml4{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.6s;animation-delay: 1.6s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}*/
.bandd{position:absolute;left:0px!important;bottom:100px!important;z-index:3;display: flex;justify-content: center;width:100%;}
.bandd span{cursor:pointer;margin:0px 12px!important;width:10px;height:10px;position:relative;opacity: 1!important;border-radius: 0!important;background: none;}
.bandd span:before,.bandd span:after {content:"";position:absolute;border-radius:50%;-webkit-transition:0.6s;transition:0.6s;}
.bandd span:before{left:-2px;top:-2px;width:10px;height:10px;background:rgba(255,255,255,0);-webkit-transform: rotate(-360deg);transform: rotate(-360deg);border: 2px solid rgba(255,255,255,1);}
.bandd span:after{left:-2px;top:-2px;width:10px;height:10px;background:rgba(255,255,255,0);-webkit-transform: rotate(-360deg);transform: rotate(-360deg);border: 2px solid rgba(255,255,255,0);}
.bandd span.swiper-pagination-bullet-active:before,.bandd span.swiper-pagination-bullet-active:after{border-radius:20%;}
.bandd span.swiper-pagination-bullet-active:before{left:-5px;top:-5px;width:16px;height:16px;background:rgba(255,255,255,1);border: 2px solid rgba(255,255,255,0);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.bandd span.swiper-pagination-bullet-active:after{left:-6px;top:-6px;width:20px;height:20px;background:rgba(255,255,255,.4);border: 2px solid rgba(255,255,255,0);-webkit-transform: rotate(20deg);transform: rotate(20deg);}
.bandd span.swiper-pagination-bullet-active{-webkit-animation: xuanzuan 2s linear  infinite;animation: xuanzuan 2s linear  infinite;}
.banz,.bany{position:absolute;left: 60px;top: 60px;width:20px;height:50px;opacity:1;-webkit-transition:0.5s;transition:0.5s;cursor:pointer;z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;}
.bany{left:100px;}
.banner:hover .banz,.banner:hover .bany{opacity:1;}
@-webkit-keyframes xuanzuan{0%{-webkit-transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);}}
@keyframes xuanzuan{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}}
.banner_svg{position: absolute;left: 0;width: 200%;bottom: -1px;z-index: 1;fill: #f5f7f9;display:flex;align-items: center;align-content: center;justify-content: center;animation: wave-scroll 10s linear infinite;}
.banner_svg svg{width: 100%;height: 100%;}
.banner_svg svg:nth-child(2){transform: translate(-2px,0);}
@keyframes wave-scroll {0%{transform: translateX(0);}100%{transform: translateX(-50%);}}

.more_an{position: relative;font-size:16px;line-height: 50px;color: #003f97;}
.more_an .more_an_bg{position: relative;z-index: 2;background: #fff; padding: 0px 30px;border-radius: 25px;display: flex;align-items: center;align-content: center;justify-content: center;}
.more_an i{margin-left: 10px;font-size: 14px;}
.more_an:hover .more_an_bg{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);color: #fff;box-shadow: 0 0 10px rgba(118, 186, 24, .6);}
.more_an:hover:after{display: none;}
.more_an:hover:before{display: none;}
.more_an:before{content:'';position: absolute;box-sizing: content-box;border-radius: 100px;width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 0;transition: all 0.5s;animation: more_an_dh 2000ms linear infinite;filter: blur(10px) brightness(1);background: conic-gradient(from var(--angle), transparent 150deg, #e83b28 230deg, #faa130 360deg);}
.more_an:after{content: '';position: absolute;box-sizing: content-box;border-radius: calc(100px + 2px);width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 1;animation: more_an_dh 2000ms linear infinite;padding: 2px;--angle: 0deg;background: conic-gradient(from var(--angle), transparent 100deg, #e83b28 215deg, #faa130 360deg);transition: all 0.5s;}
@property --angle {syntax:'<angle>';initial-value: 0deg;inherits: false;}
@keyframes more_an_dh{0%{--angle: 0deg;}50%{}100%{--angle: 360deg;}}


.sy_bt{text-align: center;}
.sy_bt .ml1{}
.sy_bt .ml1 span{display: block;font-size: 66px;line-height: 1;font-weight: bold;-webkit-transform: scale(0.7, 1);transform: scale(0.7, 1);text-transform: Uppercase;-webkit-text-stroke: 2px #003f97;text-stroke: 2px #003f97;-webkit-text-fill-color: transparent;text-fill-color: transparent;color: transparent;opacity: 0.2;}
.sy_bt .ml2{font-size: 36px;line-height: 1;color: #333;margin-top: -1em;font-weight: bold;position: relative;z-index: 1;}
.sy_bt .ml3{font-size: 14px;line-height: 1.6;color: #333;margin-top: 20px;position: relative;padding-top: 6px;}
.sy_bt .ml3:before,.sy_bt .ml3:after{content: "";position: absolute;top: 0;left: 50%;width: 35px;height: 6px;border-radius: 3px;background: #003f97;margin-left: -22px;}
.sy_bt .ml3:after{left: 50%;width: 6px;background: #FF7D00;margin-left: 16px;}
.sy_bt.fff .ml1 span{-webkit-text-stroke: 2px #fff;text-stroke: 2px #fff;}
.sy_bt.fff .ml2{color: #fff;}
.sy_bt.fff .ml3{color: #fff;}
.sy_bt.left{text-align: left;}
.sy_bt.left .ml1 span{-webkit-transform-origin: left;transform-origin: left;}
.sy_bt.left .ml3:before,.sy_bt.left .ml3:after{left: 0;margin-left: 0;}
.sy_bt.left .ml3:after{left: 38px;margin-left: 0;}
.sy_bt_bg{display: flex;justify-content: space-between;align-content: flex-end;align-items: flex-end;}

.sy_yy_bg{}
.sy_yy{margin-top: 60px;overflow: hidden;}
.sy_yy ul{}
.sy_yy ul li{overflow: hidden;position: relative;}
.sy_yy ul li .img{overflow: hidden;height:420px;}
.sy_yy ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_yy ul li .txt{position: absolute;inset: 0;color: #fff;background: rgba(0, 0, 0, 0.5);text-align: center;display: flex;align-items: center;justify-content: center;padding: 40px;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li .txt2{width: 100%;}
.sy_yy ul li .txt .ml1{font-size: 66px;line-height: 1;color: #003f97;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li .txt .ml2{font-size: 16px;line-height: 1;color: #7cb3ff;margin-top: 20px;display: flex;align-items: flex-start;align-content: flex-start;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li .txt .ml2 span{font-size: 60px;font-weight: bold;}
.sy_yy ul li .txt .ml3{font-size: 16px;line-height: 2;margin-top: 20px;}
.sy_yy ul li .txt .ml4{display: flex;align-items: center;justify-content: center;margin-top: -60px;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li .txt .ml4 .more_an{color: #fff;}
.sy_yy ul li .txt .ml4 .more_an:before{border: 2px solid #fff;}
.sy_yy ul li:hover .txt{background:#003f97;color: #fff;}
.sy_yy ul li:hover .txt .ml1{color: #fff;}
.sy_yy ul li:hover .txt .ml2{color: #fff;}
.sy_yy ul li:hover .txt .ml4{margin-top: 40px;opacity: 1;}



/* 整体容器*/.news-wrap {padding:4% 0;background:#f5f5f5;}
.news-top-title {margin-bottom:30px;}
.news-tag {color:#024a96;font-size:18px;letter-spacing:0.5px;margin-bottom:8px;}
.news-main-title {font-size:26px;color:#024a96;line-height:1.3;font-weight:500;}
/* ============= Swiper 核心修改 =============*/.news-swiper {width:100%;overflow:hidden;position:relative;}
/* 一行3个，间距20px*/.news-wrap .swiper-slide {background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;/* 上下结构*/  height:auto; margin-top: 2%;}
/* 图片区域：上图*/.news-wrap .slide-img-box {width:100%;/* 固定图片高度*/  overflow:hidden;}
.news-wrap .slide-img-box img {width:100%;object-fit:cover;display:block;}
/* 文字区域：下文*/.news-wrap .slide-text-box {padding:22px 20px;flex:1;display:flex;flex-direction:column;}
.text-subtitle {font-size:18px;color:#024a96;margin-bottom:12px;font-weight:600;line-height:1.4;}
.text-descss {font-size:14px;color:#555;line-height:1.7;margin-bottom:20px;flex:1; display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;}
.read-more-btn {background:#024a96;color:#fff;border:none;padding:10px 22px;border-radius:30px;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;align-self:flex-start;}
/* 箭头位置*/.swiper-nav-wrap {position:absolute;top:0px;right:0;display:flex;gap:12px; display: none;}
.news-wrap .swiper-button-prev,.news-wrap .swiper-button-next {width:42px;height:42px;background:#024a96;border-radius:50%;color:#fff;}
.news-wrap .swiper-button-prev::after,.news-wrap .swiper-button-next::after {font-size:16px;}
.all-news-link {text-align:right;margin-top:35px;}
.all-news-link a {color:#024a96;font-size:16px;text-decoration:none;}

.more_ans{font-size: 14px;line-height:40px;color: #003f97;padding: 0 30px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;justify-content: center;overflow: hidden;position: relative;border-radius: 20px;}
.more_ans .more_an_wzs{position: relative;z-index: 2;}
.more_ans i{font-size: 16px;padding-left: 10px;position: relative;z-index: 2;}
.more_ans:before{content: "";position: absolute;left:0;top:0;bottom:0;right: 0;border: 2px solid #003f97;border-radius: 20px;}
.more_ans:after{content: "";position: absolute;left:0;top:0;bottom:0;width: 0;background: #003f97;-webkit-transition:0.5s;transition:0.5s;z-index: 1;}
.more_ans:hover:after{width: 110%;}
.more_ans:hover{color: #fff;}


.bg-wrap {background: url('../img/a_bg.jpg') center center / cover no-repeat;background-attachment: fixed; height:500px; padding: 3% 0;}

/* 左下角文字区域*/        .text-box {width:55%;}
.text-box .inabt {font-size:clamp(18px,2.5vw,36px);margin-bottom:6%;color:#fff; font-weight: 600;}
.text-box p {font-size:17px;line-height:36px;margin:20px 0; color: #fff;}
.text-box button {font-size:clamp(12px,1vw,15px);padding:clamp(6px,0.8vw,10px) clamp(16px,2vw,26px);border:2px solid #fff;background:transparent;color:#fff;border-radius:4px;cursor:pointer;white-space:nowrap;}
/* 小屏幕手机适配*/        @media (max-width:768px) {.num-row {flex-wrap:wrap;top:8%;}
.num-item {flex:0 0 33.33%;margin-bottom:10px;}
.text-box {width:60%;bottom:8%;}
;}
@media (max-width:480px) {.num-item {flex:0 0 50%;}
.text-box {width:75%;}
;}


.news-section {padding:4% 0;position:relative;overflow:hidden; background: url(../img/map.png) no-repeat center center;}
/* èƒŒæ™¯ä¸–ç•Œåœ°å›¾*/    .news-section::after {content:"";position:absolute;top:120px;left:20%;width:60%;height:300px;opacity:0.6;z-index:0;pointer-events:none;}
/* é¡¶éƒ¨å·¦å³å¸ƒå±€*/    .news-top {display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;position:relative;z-index:1;}
.news-left {flex:0 0 30%;}
.news-title {font-size:36px;;line-height:1.4;color:#222;font-weight: 600; margin-bottom: 2%;}
.news-titlewz{font-size: 24px; color: #333; margin-bottom:6%}
.btn-more {display:inline-block;background-color:#004ea2;color:#fff;padding:10px 28px;border-radius:24px;text-decoration:none;font-size:14px;transition:background 0.3s;}
.btn-more:hover {background-color:#004ea2;}
.news-right {/* margin-left:25%;你原来的样式*/  width:100%;display:flex;flex-direction: row; /* 左右并排 */ gap:20px;/* 两张图之间的间距*/;}
.news-banner {position:relative;width:100%;height:auto;border-radius:8px;overflow:hidden;}
.news-banner img {width:100%;height:100%;object-fit:cover;display:block;transition:all 0.5s ease;}
.news-banner:hover img {transform:scale(1.08);}
/* 遮罩文字样式（保持不变）*/.banner-overlay {position:absolute;left:0;bottom:0;width:100%;padding:20px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,0.6));box-sizing:border-box;}
.banner-tag {display:inline-block;background:#1677ff;padding:4px 10px;border-radius:4px;font-size:14px;margin-bottom:8px;}
.banner-title {font-size:18px;font-weight:bold;line-height:1.4;}
.banner-overlay {position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);color:#fff;padding:30px 20px 20px;}
.banner-tag {font-size:14px;color:#fff;margin-bottom:10px;opacity:0.9;}
/* .banner-title {font-size:22px;line-height:1.5;} */
/* æ ‡ç­¾åˆ‡æ¢æ */    .news-tabs {display:flex;gap:60px;margin-bottom:30px;position:relative;z-index:1;border-bottom:1px solid #eee;}
.tab-item {font-size:18px;color:#666;cursor:pointer;padding:10px 0;border-bottom:3px solid transparent;transition:all 0.3s;}
.tab-item.active {color:#004ea2;border-bottom-color:#004ea2;}
/* Swiper å¡ç‰‡åˆ—è¡¨*/    .news-list-swiper {position:relative;overflow:hidden;z-index:1;}
.news-card {position:relative;background:#eef2f7;border-radius:8px;overflow:hidden;}
.news-card img {width:100%;height:100%;object-fit:cover;transition:all 0.5s ease;}
.news-card:hover img {transform:scale(1.08);}
.card-overlay {position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.5);color:#fff;padding:15px;font-size:14px;}
/* å“åº”å¼é€‚é…*/    @media (max-width:992px) {.news-title {font-size:28px;}
.news-top {flex-direction:column;}
.news-right {margin-left:0;margin-top:30px;width:100%;}
;}
@media (max-width:768px) {.news-title {font-size:24px;}
.news-tabs {gap:30px;}
.news-banner {height:240px;}
.banner-title {font-size:18px;}
;}






/* 顶部标题区域*/    
.header-section {text-align:center;}
.main-title {font-size:42px;color:#222;margin-bottom:20px;}
/* 导航标签*/    .nav-tabs {display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:0 10px; margin: 30px 0;}
.nav-tab {color:#666;text-decoration:none;font-size:16px;border-radius:4px;transition:all 0.3s ease;cursor:pointer;user-select:none;}
.nav-tab:hover {color:#222;}
.nav-tab.active {color:#000;font-weight:500;}
.nav-divider {color:#ccc;user-select:none;}
/* Swiper 容器*/    .swiper-container {width:100%;overflow:hidden;}
.swiper-slide {width:100%;height:auto;}
.swiper-slide img {width:100%;height:auto;display:block;object-fit:cover;}
/* 响应式适配*/    @media (max-width:768px) {.header-section {padding:25px 15px 15px;}
.main-title {font-size:22px;}
.nav-tab {font-size:14px;padding:4px 8px;}
;}


.foot {color:#bbb;position: relative; background: rgba(2, 74, 150, .7); padding-top: 3%;}
.foot video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -2;object-fit: cover;}
.foot1{display: flex;justify-content: space-between;padding-bottom: 40px;}
.foot_gz{width: 20%;}
.foot_gz .ml4{}
.foot_gz .ml4 img{display: block;height: 60px;}
.foot_gz .ml4ms{font-size:14px;line-height: 24px;color: #fff;margin-top: 15px;}
.foot_gz .ml5{margin-top: 20px;}
.foot_gz .ml5 ul{display: flex;}
.foot_gz .ml5 ul li{margin-right: 10px;position: relative;}
.foot_gz .ml5 ul li a{display: block;font-size: 22px;line-height: 40px;width: 42px;border: 1px solid #fff;border-radius: 50%;color: #fff;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.foot_gz .ml5 ul li:hover a{border: 1px solid #fff;color: #fff;background: #003f97;}
.foot_gz .ml5 ul li .xl{position: absolute;left:50%;bottom: 42px;margin-left:-70px; padding-bottom: 15px;display: none;}
.foot_gz .ml5 ul li .xl:after{content: "";position: absolute;left: 50%;margin-left:-10px; bottom:-5px;border: 10px solid transparent;border-top:10px solid #333;}
.foot_gz .ml5 ul li .xl img{display: block;width: 140px;padding: 5px;background: #fff;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

.foot_lx .ml1{font-size: 20px;line-height: 30px;color: #fff;}
.foot_lx .ml2{font-size: 14px;line-height: 24px;color: #fff;margin-top: 15px;}
.foot_lx .ml2 p{display: flex;padding: 5px 0;}
.foot_lx .ml2 p i{font-size: 20px;padding-right: 5px;color: #fff;}

.foot_dh{width:45%;display: flex;justify-content: space-between;}
.foot_dh ul li{width: 50%; float: left;}
.foot_dh ul .bt{padding-bottom: 10px;}
.foot_dh ul .bt a{font-size: 20px;color: #fff;}
.foot_dh ul li a{font-size: 14px;line-height: 32px;color: #fff;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul li a:hover{color: #fff;}
.foot_dh ul:nth-child(3){width: 25%;}
.foot_dh ul:nth-child(3) li{width: 100%;}

.bqsy{font-size: 14px;line-height: 24px;padding: 15px 0;text-align: center;color: #fff;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.bqsy a{color: #fff;-webkit-transition:0.5s;transition:0.5s;}
.bqsy a:hover{color: #fff;}

.back_top{position:fixed;right:20px;top:50%;z-index:10;width:46px;margin-top: -150px;}
.back_top .back_top-box{position:relative;width:100%;height: 256px;}
.back_top ul{display:flex;width:46px;height:240px;border-radius:23px;background:linear-gradient(0deg, #003f97 0%, #003f97 100%);flex-direction:column;align-items:center;justify-content:center;}
.back_top ul li{position:relative;display:flex;margin-top:8px;width:36px;height:36px;border-radius:50%;background-color:transparent;cursor:pointer;align-items:center;justify-content:center;}
.back_top ul li:first-child{margin-top:0;}
.back_top ul li:hover{background-color:rgba(251,251,251,.2);}
.back_top ul li img{max-width:100%;max-height:100%;}
.back_top ul li .tb{font-size: 24px;color: #fff;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;}
.back_top ul li .view{position:absolute;top:50%;left:-245px;display:none;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);padding:12px 16px;width:220px;border-radius:10px;background:#fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
.back_top ul li .view:after{content: "";position: absolute;right: -20px;top: 50%;margin-top: -10px; width: 0;height: 0;border: 10px solid transparent;border-left-color: #fff;}
.back_top ul li .view .tel{font-size: 15px;line-height: 1.5;color: #333;}
.back_top ul li .view .tel strong{font-size: 24px;line-height: 1.5;color: #003f97;}
.back_top ul li .view .ewm{}
.back_top ul li .view .ewm img{display: block;width: 100%;}
.back_top ul li .view .ewm p{font-size: 15px;line-height: 1.5;color: #333;text-align: center;}
.back_top ul li:hover .view{display:block;}
.back_top .back{display: none;font-size: 18px;color: #fff;align-items: center;justify-content: center; margin-top:10px;width:46px;height:46px;border-radius:50%;background-color:#003f97;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);text-align:center;line-height:60px;cursor:pointer;}
.back_top.on .back{display: flex;}
.back_top ul li:nth-child(1){background-color:rgba(251,251,251,.2);}
.back_top ul li:nth-child(1) .tb{-webkit-animation: xuanzhuan 6s linear 0s infinite normal;animation: xuanzhuan 6s linear 0s infinite normal;}
@-webkit-keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}

.bat_gy{position: relative;}
.bat_gy .img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
/*.bat_gy .img:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,52,150,0.7);}*/
.bat_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bat_gy .txt{position: relative;z-index: 1;padding-top: 25vh;padding-bottom: 25vh;text-align: center;}
.bat_gy .txt .ml1{font-size: 48px;line-height: 1.4;color: #fff;font-weight: bold;}
.bat_gy .txt .ml2{font-size: 24px;line-height: 1.4;color: #fff;font-weight: bold;margin-top: 20px;}
.bat_gy .txt .ml3{font-size: 18px;line-height: 30px;color: #fff;display: flex;justify-content: center;margin-top: 20px;}
.bat_gy .txt .ml3 span{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);padding: 5px 24px;border-radius: 20px;}
.bat_lj_bg{position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;}
.bat_lj_bg .bat_lj{height: 50px;display: flex;align-items: center;align-content: center;color: #fff;}
.bat_lj_bg .bat_lj em{line-height: 24px;margin-right:5px;font-size: 16px;}
.bat_lj_bg .bat_lj i{line-height: 24px;font-size: 16px;padding: 0 2px;}
.bat_lj_bg .bat_lj span{font-size:14px;line-height: 24px;}
.bat_lj_bg .bat_lj a{font-size:14px;color:#fff;line-height: 24px;-webkit-transition:0.5s;transition:0.5s;}
.bat_lj_bg .bat_lj a.on{color:#fff;}
.bat_lj_bg .bat_lj a:hover{color:#003f97;}

.i-bana,.n-absc ul,.n-abtab ul,.n-abta,.n-acb ul,.n-coj ul,.n-csx ul,.n-news ul,.n-proa,.n-prs,.n-prsa ul,.n-prxa,.n-prt,.n-prtt ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.i-ban{position: relative;}
.i-ban img{width: 100%; display: block;}
.i-bana{position: absolute;top: 0;left: 0;width:100%;height: 100%;z-index:1;align-items: center;justify-content: center;font-size:32px;color:#fff;text-transform:uppercase;line-height: 40px;}
.i-bana span{display:block;width:50px;height:5px;background:#fff;margin:10px auto 0;}


.i-fen{position: relative;}
.i-fena{position: absolute;width: 100%;bottom: 0; z-index: 2;}
.i-fenaa{max-width:1500px;width:96%;margin: auto;}
.i-fenaa ul{border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden; display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.i-fenaa li{width:50%;border-right: 1px solid #eee;line-height: 70px; font-size: 16px;}
.i-fenaa li:last-child{border:0;}
.i-fenaa a{color:#333;display: block;text-align: center;font-weight: bold;background: #fff;border-bottom: 1px solid #eee;}
.i-fenaa li.on a{background: #003f97;color:#fff}
.i-fenaa a:hover{background: #003f97;color:#fff}

.nyaboutbig{padding: 3% 0 0; overflow: hidden;}
.iiimg{width: 40%; margin-right: 3%; float: left;}
.iiimg img{width: 100%; display: block;}
.txt{overflow: hidden;}
.txt .ml1{font-size:30px;line-height:30px;color: #333;font-weight: bold;}
.txt .ml1:after{content: "";display: block;width: 40px;height: 4px;background: #003f97;margin-top:10px;}
.txt .ml2{font-size:0.16rem;color: #666;line-height:0.3rem;}

.zzjg{overflow: hidden; position: relative; margin-top:4%;}
.zzjg img{width: 100%; display: block;}
.zzjg .comTits{position:absolute;top:100px;left:50%;transform:translateX(-50%);z-index:10}
.zzjg .comTits::after{background:#fff}
.zzjg .comTits .comTitEn{color:#FFFFFF}
.zzjg .comTits .comTitCn{color:#FFFFFF}
.comTit{width:fit-content;margin:0 auto;padding-top:.8rem;position:relative}
.comTitEn{font-weight:bold;font-size:0.6rem;color:#333333;text-align:center;opacity:.1}
.comTitCn{font-weight:bold;font-size:36px;color:#333333;position:absolute;left:50%;transform:translateX(-50%);bottom:0;white-space:nowrap}
.comTit::after{content:'';width:1rem;height:0.05rem;background:#003f97;border-radius:0.03rem 0.03rem 0.03rem 0.03rem;position:absolute;left:50%;bottom:-.33rem;transform:translateX(-50%);z-index:100}

.ny_bt{font-size: 32px;line-height: 1;color: #333;font-weight: bold;text-align: center;padding-bottom: 25px;position: relative;}
.ny_bt:before,.ny_bt:after{content: "";position: absolute;bottom:0;left: 50%;width: 35px;height: 6px;border-radius: 3px;background: #003f97;margin-left: -22px;}
.ny_bt:after{left: 50%;width: 6px;background: #FF7D00;margin-left: 16px;}
.ny_bt.fff{color: #fff;}
.ny_bt.left{text-align: left;}
.ny_bt.left:before,.ny_bt.left:after{left: 0;margin-left: 0;}
.ny_bt.left:after{left: 38px;margin-left: 0;}

.culturebg{padding:3% 0; overflow: hidden;background-size: cover;}
.common-factory{padding:2% 0 0; overflow: hidden; box-sizing: border-box;}
.common-factory .about-factory {display:flex;width:100%;flex-wrap:wrap;justify-content:space-between; background: #fff; align-items: center;}
.common-factory .about-factory .ab-factory-left {width:58.75%; padding: 2% 0 0 2%; box-sizing: border-box;}
.common-factory .about-factory .ab-factory-right {width:37.5%;}
.common-factory .about-factory .ab-factory-right img {width:100%;}
.common-factory .ab-factory-left .ab-factory-title {color:#000;font-weight:600;font-size:26px;}
.common-factory .ab-factory-left>p {margin:20px 0px;color:#000;font-weight:400;font-size:16px;}
.common-factory .ab-factory-left .factory-box {margin-right:12px;width:10px;height:10px;background-color:#003f97;line-height:10px;}
.common-factory .ab-factory-left li {display:flex;margin-bottom:20px;align-items:baseline;}
.common-factory .ab-factory-left li>p {width:calc(100% - 28px);color:#000;font-weight:400;font-size:22px;opacity:.8; line-height:36px;}

.owl-carousel {
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix*/

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls {
  width: 100%;
  z-index: 11;
  margin-top:25px;
}

.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 70px;
  text-indent: -9999px;
  transition: .35s;
  top: 45%;
  margin-top: -35px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  background: url(../images/index_24.png) center no-repeat;
  overflow: hidden;
  left: -30px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
  background: url(../images/index_25.png) center no-repeat;
  overflow: hidden;
  right: -30px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/index_24a.png) center no-repeat;
  overflow: hidden;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/index_25a.png) center no-repeat;
  overflow: hidden;
}

.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-carousel .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver*/
}

.owl-carousel .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #999;
}

.owl-carousel .owl-controls .owl-page.active span,
.owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #003f97;
  border: 1px solid #003f97;
}

.owl-carousel .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}



.AbHisBg {
	background:#f5f5f5;
	background-size: cover;
	background-attachment: fixed;
	padding: 3% 0 ;
	overflow: hidden;
}
.AbHisBg h2 {
	color: #FFFFFF;
	font-size: 36px;
}
.AbHisList {
	position: relative;
}
.AbHisList .bd {
	width: 100%;
	overflow: hidden;
}
/*æ¨ªçº¿*/
	.AbHisList .bd .ul {
	position:relative;
	padding:0 40px;
	width:100% !important;
}
.AbHisList .bd .ul .owl-wrapper {
	display:flex !important;
}
.AbHisList .bd .ul .item {
	display: flex;
	align-items: center;
	position: relative;
	height:100%;
}
.AbHisList .bd .ul .item .box {
	width:100%;
	padding:0 25px ;
}
.AbHisList .bd .ul .item:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0,63,151,0.3);
}
.AbHisList .bd .ul .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 49.6%;
	left: 5%;
	display: block;
	width: 30%;
	height: 3px;
	background-color: #003f97;
}
/*å…ƒç´ å†…å®¹å’Œæ¨ªçº¿çš„è·ç¦»*/
	.AbHisList .ul .item .box>div {
	padding: 20px 0;
}
/*æŒ‰ç…§å¥‡æ•°å¶æ•°éšè—ä¸Šä¸‹æ–‡æœ¬*/
	.AbHisList .ul .owl-item:nth-of-type(Odd) .box>div:nth-of-type(Odd) {
	opacity: 0;
	visibility: hidden;
}
.AbHisList .ul .owl-item:nth-of-type(even) .box>div:nth-of-type(even) {
	opacity: 0;
	visibility: hidden;
}
.AbHisList .bd .item .fzbt {
	line-height: 48px;
	font-size: 32px;
  font-weight: 600;
	color:#003f97;
}
.AbHisList .bd .item p {
	color:#333;
	padding:2% 0;
  font-size:16px;
  /* letter-spacing: 1px;
  line-height: 30px;
	background: url(../img/AbHisP.jpg) no-repeat left 20px; */
}
.owl-carousel.ul .owl-controls .owl-buttons .owl-next,.owl-carousel.ul .owl-controls .owl-buttons .owl-next:hover {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-20px;
	width: 40px;
	height: 40px;
	z-index: 666;
	background: url(../img/AbHisR.png) center no-repeat;
}
.owl-carousel.ul .owl-controls .owl-buttons .owl-prev,.owl-carousel.ul .owl-controls .owl-buttons .owl-prev:hover {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-20px;
	width: 40px;
	height: 40px;
	z-index: 666;
	background: url(../img/AbHisL.png) center no-repeat;
}

.ny_about_bg{ padding: 3% 0; overflow: hidden;}
.honor{height:auto;overflow:hidden;}
.honor ul{list-style:none;overflow:hidden;margin-right:-2%;}
.honor li{width:23%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.honor li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.honor li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.honor li .hpic img{width:100%!important;overflow:hidden; display: block;}
.honor li div:hover{border:1px solid #003f97}
.honor li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.honor li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}


.workshop{height:auto;overflow:hidden;}
.workshop ul{list-style:none;overflow:hidden;margin-right:-2%;}
.workshop li{width:23%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.workshop li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.workshop li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop li .hpic img{width:100%!important;overflow:hidden; display: block;}
.workshop li div:hover{border:1px solid #003f97}
.workshop li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.workshop2{height:auto;overflow:hidden;}
.workshop2 ul{list-style:none;overflow:hidden;margin-right:-2%;}
.workshop2 li{width:31.333%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.workshop2 li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.workshop2 li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop2 li .hpic img{width:100%!important;overflow:hidden; display: block;}
.workshop2 li div:hover{border:1px solid #003f97}
.workshop2 li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop2 li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.partner{height:auto;overflow:hidden;}
.partner ul{list-style:none;overflow:hidden;margin-right:-1%;}
.partner li{width:19%;height:auto;overflow:hidden;margin-right:1%;float:left;margin-bottom:1%}
.partner li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.partner li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.partner li .hpic img{width:100%!important;overflow:hidden; display: block;}
.partner li div:hover{border:1px solid #003f97}
.partner li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.partner li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.pro-left{ width: 20.3%; margin-right: 2.3%; overflow: hidden; float: left;}
.pro-left .kk{background: #f9f9f9; border: 1px solid #e5e5e5;}
.pro-left .tops{ text-align: center; background: #003f97;; height: auto; line-height:70px;}
.pro-left .tops i{font-size: 30px;color: #fff;text-transform: uppercase; font-style: normal;}
.pro-left .sideMenu h6 a{ display: block; height: auto; line-height: 64px; padding: 0 40px 0 35px; font-size: 20px; color: #fff; box-sizing: border-box;}
.pro-left .sideMenu ul li a{ position: relative; display: block; height: auto; line-height:55px; background: #f9f9f9; font-size:15px; color: #333; padding-left: 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.pro-left .sideMenu ul li a:hover{ color: #003f97;}
.pro-left .sideMenu ul li a.hover{ color: #003f97; font-weight: 600;}
.pro-left .sideMenu ul li a.hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a.hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #003f97;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #003f97;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul dl{ padding: 1% 0 0 7%;}
.pro-left .sideMenu ul dl:last-child{ padding-bottom: 1%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.pro-left .sideMenu ul dl a{ font-size: 14px; color: #333; line-height:30px; border-bottom:none}
.pro-left .sideMenu ul dl a:hover{ color: #003f97;;}
.pro-left .sideMenu ul li a:hover:after, .pro-left .sideMenu ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.pro-left .sideMenu ul ol{display: none;}

.ablxpne{overflow: hidden;padding:8%;background-color: #003f97; box-sizing: border-box; margin-top:10%; text-align: center; }
.ablxpne p{font-size:22px;color: #fff; text-align: center; font-weight: 600; line-height: 50px; position: relative;}
.ablxpne p:after{width:32px;height: 2px;background: #fff;position: absolute;top:50%;left:18%;content: '';transform: translateY(-18%);}
.ablxpne p:before{width:32px;height: 2px;background: #fff;position: absolute;top:50%;right:18%;content: '';transform: translateY(-18%);}
.ablxpne b{font-size: 18px;color: #fff; text-align: center; font-weight: 600;}
.ablxpne .but_more{background: #fff; border-radius: 30px; padding: 8px; box-sizing: border-box; width: 100px; margin:20px auto 0}
.ablxpne:hover .but_more{background: #333; color: #fff;}
.ablxpne:hover .but_more a{color: #fff;}

.ny_right{ width:76%; float: right;}
.ny_r_title { border-bottom:1px solid #dfdfdf; color:#444; line-height:45px; height:40px;}
.ny_r_title span{ float:right;}
.ny_r_title a { color:#666666}
.ny_r_title a:hover { color:#003f97; text-decoration:underline;}
.ny_r_title .nyabbt { float:left; border-left:5px solid #003f97; color:#222; font-size:22px; font-weight:500; line-height:25px; margin-bottom:15px; padding-left:15px;}
.ny_r_info { padding-top:15px; line-height:35px; color:#444; font-size: 15px; overflow: hidden; }
.ny_r_info img{max-width: 100%;}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#1c4e88;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}





.case-list { margin:0; font-size: 0; overflow: hidden; margin-right: -2%; }
.case-item {position: relative; float: left; margin-right: 2%; margin-bottom: 2%; width:31.333%; overflow: hidden;}
/* .case-item:nth-of-type(3n) { margin-right: 0;} */
.case-item img { max-width: 100%; height: auto; transition: all .5s; display: block;}
.case-text {position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 16px; color: #fff; background-color: rgba(0, 63, 151, .8);display: table; transition: all .5s;}
.case-text span,.case-text i { display: table-cell; vertical-align: middle}
.case-text span {padding: 0 5%; width: 86%;}
.case-text i { width:30px; padding-right: 3%;}
.case-text i img{max-width: 100% !important; display: block; height: auto;}
.case-item:hover .case-text{ background-color: rgba(0, 63, 151, .9);}
.case-item:hover img { transform: scale(1.05); }


.pro-list{margin-top: 3%;}
.pro-list ul{display:flex;flex-wrap:wrap; margin-right: -2%;}
.pro-list li{background:#FFFFFF;border-radius:8px;box-shadow:0 0 6px 0 rgba(233,233,233,.47);margin-bottom:2em; border: 1px solid #f5f5f5; width:23%; margin-right: 2%; text-align: center;}
.pro-list li:hover .pro-img img{transform:scale(1.03)}
.pro-list li:hover .pro-img .icon{opacity:1;transform:translateY(0)}
.pro-list li:hover .pro-img a::after{opacity:1}
.pro-list li:hover .pro-info .title{color:#003f97}
.pro-list li:hover .pro-info .more{background:#003f97;border:none;color:#FFFFFF}
.pro-list li .pro-meta{position:absolute;left:10px;top:10px;z-index:1;display:flex;flex-direction:column;display:none}
.pro-list li .pro-meta>*{margin-bottom:10px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}
.pro-list li .icon-hottitle{color:#FFFFFF;background:#003f97}
.pro-list li .icon-videoplay{background:rgba(0,0,0,.5);color:#FFFFFF;font-size:18px}
.pro-list li .icon{background:rgba(0,0,0,.5);color:#FFFFFF;font-weight:600;cursor:pointer;transition:all .15s linear;transform:translateY(10%);opacity:0}
.pro-list li .icon.pro-checked{background:#003f97;opacity:1;transform:translateY(0)}
.pro-list li .pro-img{position:relative}
.pro-list li .pro-img a{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.pro-list li .pro-img a::after{opacity:0;content:"";position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,.2);transition:all .1s linear}
.pro-list li .pro-img img{width:100%;height:100%;object-fit:contain;transition:all .1s linear}
.pro-list li .pro-info{padding:5%; box-sizing: border-box;}
.pro-list li .pro-info .title{font-size:18px;font-weight:600;line-height:1.2;margin-bottom:2%;display:block}
.pro-list li .pro-info .data-price{display:none}
.pro-list li .pro-info .text{color:#555;margin-bottom:2%;word-break:break-word; text-align: left; line-height: 28px;}
.pro-list li .pro-info .more{margin-top:2%;min-width:120px;line-height:43px;border:1px solid #666;font-size:14px;color:#666;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;text-transform:capitalize}
.pro-list.list1 ul{margin-right:-2%;}
.pro-list.list1 li{width:31.333%;margin-right:2%;flex-direction:column}
.pro-list.list1 li .pro-img{width:100%}
.pro-list.list1 li .pro-info{text-align:center}
.pro-list.list0 li{width:100%}
.pro-list.list0 li .pro-img{width:100%}
.pro-list.list0 li .pro-info{flex:1;padding:30px 20px}
.pro-list.list0 li .pro-info .title{font-size:22px}
.lazy-wrap.lazy-loaded+.pro-meta{display:flex}

.productss{overflow: hidden; margin-top: 3%;}
.promore_l img{max-width: none !important;}
.promore_l{width:47%;float:left;}

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width: 100%;}
.jqzoom img{width:99.8%; border:1px solid #d6d6d6; background:#fff}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§Ãƒâ€¹Ã¢â‚¬ ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:13px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:60px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:80px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:60px;height:60px;}
.spec-scroll .items ul li img:hover{border:2px solid #003f97 ; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden; font-size:28px; color:#003f97 ; padding-bottom:10px; line-height: 45px;}
.proleft{width:100%;font-size:17px; line-height:30px; margin-top:2%;}
.proleft p{font-size:17px; line-height:30px; }


.procolor{ margin-top:20px;}
.procolor_bt{font-weight: 600; font-size: 16px; color: #333;border-bottom: 1px dashed #e6e6e6; padding-bottom: 10px;}
.procolor ul{}
.procolor li{border: 1px solid #ccc; margin:2% 1% 0 0; display: inline-block; width:35px; height: 35px}
.color_witer{background: #fff}
.color_red{background: #ff0000}
.color_yellow{background: #fff600}
.color_blue{background: #02028f}
.color_pink{background: #ff3be6}
.color_black{background:#000}
.color_green{background: #049915}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:40%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #003f97;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ff963a;color:#fff;}
/* .pbtn a:nth-child(2){width:50%; background:#ff963a;} */

.wl2{overflow: hidden; width: 45%; margin-top: 3%;}
.wl2 a{font-size:24px;line-height: 50px;color: #003f97;padding: 0 3%; background: none; width: auto;}

.tabs-basic{width:100%; margin-top:50px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #003f97; color:#fff; background:#003f97;}
/* The content */

.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%; clear: both; display: block;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#003f97; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px;}
.scrollleft2 ul{margin-right: -2%}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6; }
.scrollleft2 li img:hover{border:1px solid #fff ;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}


.case-list { margin:0; font-size: 0; overflow: hidden; margin-right: -2%; }
.case-item {position: relative; float: left; margin-right: 2%; margin-bottom: 2%; width:31.333%; overflow: hidden;}
/* .case-item:nth-of-type(3n) { margin-right: 0;} */
.case-item img { max-width: 100%; height: auto; transition: all .5s; display: block;}
.case-text {position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 16px; color: #fff; background-color: rgba(0, 63, 151, .8);display: table; transition: all .5s;}
.case-text span,.case-text i { display: table-cell; vertical-align: middle}
.case-text span {padding: 0 5%; width: 86%;}
.case-text i { width:30px; padding-right: 3%;}
.case-text i img{max-width: 100% !important; display: block; height: auto;}
.case-item:hover .case-text{ background-color: rgba(0, 63, 151, .9);}
.case-item:hover img { transform: scale(1.05); }

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#222;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height: 35px; font-size: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:15px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width: 100%; display: block; margin: auto;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#003f97;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 0;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#003f97}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


.new22 {overflow:hidden;}
.new22 ul {margin-right:-2%;}
.new22 li {width:48%;float:left;margin-bottom:2%;margin-right:2%;padding:1%;box-sizing:border-box;border:1px solid #e0e0e0;min-height:182px;}
.new22 li a {display:flex;align-items:center;}
.new22 li .pimg {width:32%;margin-right:5%;float:left;}
.new22 li .pimg img {display:block;width:100%;}
.new22 li .ntext {overflow:hidden;width:62%;float:right;}
.new22 li .ntext .n1 {font-size:16px;line-height:24px;color:#222;font-weight:600;white-space:nowrap;/* Ã©ËœÂ²Ã¦Â­Â¢Ã¦â€“â€¡Ã¥Â­â€”Ã¦ÂÂ¢Ã¨Â¡Å’*/    overflow:hidden;/* Ã©Å¡ÂÃ¨â€”ÂÃ¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ */    text-overflow:ellipsis;}
.new22 li .ntext .n2 {-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:24px;color:#777;margin:2% 0;}
.new22 li .ntext .n3 {font-size:12px;color:#999;margin-top:3%;}
.flexsb {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;}
.flexsa {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-around;}
.flexlf {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:left;}
.flexed {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;}
.flexce {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;}
.cflexce {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap;}


.contact_content{width:100%;background:#fff;}
.mte_pic2duct-title { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600;}
.mte_pic2duct-title2 { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600; text-align:center;}

.col_infos {width:48.5%; float:left;background:#fff;padding:0; margin-top:1.8%;}
.col_infos .cotit{color:#003f97; font-size:28px; line-height:1.75; padding-bottom:3%;}

.cont_ico{overflow:hidden;}
.cont_ico h3{font-size:20px;line-height:1.75;color:#000;margin-bottom:16px;font-weight:normal;}
.cont_ico ul{overflow:hidden;}
.cont_ico ul li{ position:relative; padding-left:50px; font-size:18px; line-height:28px; color:#333; margin-bottom:4%;}
.cont_ico ul li .t-cell{ display:table-cell; height:36px; vertical-align:middle; }
.cont_ico ul .icons{ height:36px; width:36px; position:absolute; left:0; display:flex; background:#003f97; border-radius:50%; align-items:center;}
.cont_ico ul li img{width:18px; height:18px; margin:0 auto; display:block; vertical-align:middle;}

.col_feb {width:47.5%; float:right;padding:3%; text-align:left; border-radius:10px; background:#fff; box-shadow:0px 0px 65px 0px rgb(0 0 0 / 8%); box-sizing:border-box;}
.co_onr {width:100%; overflow:hidden;}
.co_onr .febt{font-size:32px;line-height:1.2;color:#000;margin-bottom:12px;font-weight:normal;}
.co_onr p{ font-size:16px; line-height:1.5; color:#333; font-weight:300;margin-bottom:3%; overflow:hidden;}
.co_onr ul li{overflow:hidden;float:left;width:49%;}
.co_onr ul li span{display:block; font-size:16px;color:#333;margin-bottom:5px;}
.co_onr ul li i{ display:inline-block; position:relative; width:100%; font-size:14px; color:#666666; text-transform:uppercase;}
.co_onr ul li input{border:none;border:1px solid #ccc;width:100%;line-height:42px;height:42px;background:#fff;padding:0 15px;border-radius:4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom:15px;}
.co_onr ul li.long{clear:both;width:100%;margin-bottom:15px;}
.co_onr ul li.long input{width:100%;outline:none;}
.co_onr ul li.long textarea{border:none;height:100px;width:100%;outline:none;border:1px solid #ccc;background:#fff;padding:10px 15px; border-radius:4px; 
  font-size:12px; }
.co_onr ul li.long2{margin-bottom:16px;}
.co_onr ul li.lst{line-height:45px;font-size:15px;width: 100%; padding-bottom:20px;}
.co_onr ul li.lst button{display:inline-block;float:left;width:200px;height:42px;line-height:42px;color:#fff;cursor:pointer;border:none;font-size:16px; 
  text-transform:capitalize;padding-right:0;background:#003f97;  border-radius:6px;}



.ny_fl_bg{padding-top: 40px;}
.ny_fl{}
.ny_fl ul{display: flex;flex-wrap: wrap;justify-content: center;}
.ny_fl ul li{margin: 8px;text-align: center;}
.ny_fl ul li a{font-size: 18px;line-height: 1.5;padding: 7px 30px;color: #666;display: flex;align-items: center;align-content: center;justify-content: center;border-radius: 5px;border: 1px solid #999;}
.ny_fl ul li a:hover{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);border: 0px solid #333;padding: 8px 31px;color: #fff;}
.ny_fl ul li.on a{background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);border: 0px solid #333;padding: 8px 31px;color: #fff;}

.ny_fl2_bg{padding-top: 40px;}
.ny_fl2{}
.ny_fl2 ul{display: flex;flex-wrap: wrap;justify-content: center;}
.ny_fl2 ul li{margin: 8px;text-align: center;}
.ny_fl2 ul li a{font-size: 18px;line-height: 1.5;padding: 7px 30px;color: #666;display: flex;align-items: center;align-content: center;justify-content: center;border-radius: 5px;border: 1px solid #999;}
.ny_fl2 ul li a:hover{background:#003f97;border: 0px solid #333;padding: 8px 31px;color: #fff;}
.ny_fl2 ul li.on a{background:#003f97;border: 0px solid #333;padding: 8px 31px;color: #fff;}

.ny_gy_dw{position: absolute;left: 0;top: 0px;}
.ny_gy_bg{display: flex;position: relative;}
.ny_bt{font-size: 42px;line-height: 1;font-weight: bold;color: #333;text-align: center;}
.ny_bt span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.ny_bt_ms{font-size: 16px;line-height: 1.5;color: #333;margin-top: 20px;text-align: center;}
.left{text-align: left !important}
.ny_gy{width: 50%;}
.ny_gy_txt{position: sticky;top:100px;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy_bg.on .ny_gy_txt{top:20px;}
.ny_gy .txt{margin-top: 40px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy .txt img{display: block;width: 100%;}
.ny_wh{width: 50%;padding-left: 60px;}
.ny_wh .ny_bt{position: sticky;top:100px;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy_bg.on .ny_wh .ny_bt{top:20px;}
.ny_wh .lb{height: 100%;padding-top: 20px;}
.ny_wh .lb ul{height: 100%;}
.ny_wh .lb ul li{padding-left: 60px;position: sticky;top:100px;background: #fff;padding-top: 20px;padding-bottom: 10px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li:nth-child(2){top:calc(100px + 55px * 1);}
.ny_wh .lb ul li:nth-child(3){top:calc(100px + 55px * 2);}
.ny_wh .lb ul li:nth-child(4){top:calc(100px + 55px * 3);}
.ny_wh .lb ul li:nth-child(5){top:calc(100px + 55px * 4);}
.ny_wh .lb ul li:nth-child(6){top:calc(100px + 55px * 5);}
.ny_wh .lb ul li:nth-child(7){top:calc(100px + 55px * 6);}
.ny_wh .lb ul li:nth-child(8){top:calc(100px + 55px * 7);}
.ny_wh .lb ul li:nth-child(9){top:calc(100px + 55px * 8);}
.ny_gy_bg.on .ny_wh .lb ul li{top:20px;}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(2){top:calc(20px + 55px * 1);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(3){top:calc(20px + 55px * 2);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(4){top:calc(20px + 55px * 3);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(5){top:calc(20px + 55px * 4);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(6){top:calc(20px + 55px * 5);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(7){top:calc(20px + 55px * 6);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(8){top:calc(20px + 55px * 7);}
.ny_gy_bg.on .ny_wh .lb ul li:nth-child(9){top:calc(20px + 55px * 8);}
.ny_wh .lb ul li .ml1{font-size: 20px;line-height: 1.6;color: #000;position: relative;}
.ny_wh .lb ul li .ml1 i{position: absolute;left: -60px;top: 0;font-size: 32px;color: #003f97;background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;width: 60px;text-align: center;}
.ny_wh .lb ul li .ml2{font-size: 14px;line-height: 1.6;color: #333;}

.ny_zs_bg{background: #f5f7f9;position: relative;}
.ny_zs{}
.ny_zs .lb_bg{margin-top: 50px;position: relative;padding: 0 60px;}
.ny_zs_l,.ny_zs_r{position: absolute;top: 50%;margin-top: -30px;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;align-content: center;font-size: 30px;color: #999;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.ny_zs_l{left: 0;}
.ny_zs_r{right: 0;}
.ny_zs_l:hover,.ny_zs_r:hover{color: #003f97;}
.ny_zs .lb{}
.ny_zs .lb ul{}
.ny_zs .lb ul li{}
.ny_zs .lb ul li .img{overflow: hidden;}
.ny_zs .lb ul li .img img{display: block;width: 100%;}

.ny_gy2_bg{position: relative;}
.ny_gy2 .lb{display: flex;align-items: center;align-content: center;margin-top: 60px;}
.ny_gy2 .lb .img{width: 50%;border-radius: 20px;overflow: hidden;position: relative;}
.ny_gy2 .lb .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy2 .lb .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_gy2 .lb .img .tb{position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;z-index: 1;cursor: pointer;background: rgba(0, 0, 0, 0.2);}
.ny_gy2 .lb .img .tb span{display: flex;align-items: center;justify-content: center;width: 70px;height: 70px;border: 2px solid #fff;border-radius: 50%;font-size: 24px;color: #fff;text-align: center;position: relative;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy2 .lb .img .tb span:after{content:'';display: block;position: absolute;left:-2px;right:-2px;bottom:-2px;top:-2px;border-radius: 50%;border: 3px solid;opacity:.8;border-color: transparent;border-right-color: #0053bd;-webkit-animation: runDot 2s infinite ease-in-out;animation: runDot 2s infinite ease-in-out;}
.ny_gy2 .lb .img .tb span:hover{color: #0053bd;background: rgba(255, 255, 255, 0.7);}
.ny_gy2 .lb .img .sp{position: absolute;left:0;top:0;right:0;bottom:0;z-index:2;display:none;background:#000;}
.ny_gy2 .lb .img .sp video{display:block;width:100%;height:100%;-o-object-fit:cover;-webkit-object-fit:cover;object-fit:cover;}
@-webkit-keyframes runDot{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}
@keyframes runDot{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.ny_gy2 .lb .txt{width: 50%;padding-left: 50px;}
.ny_gy2 .lb .txt .ml1{font-size: 36px;line-height: 2;color: #333;}
.ny_gy2 .lb .txt .ml1 span{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.ny_gy2 .lb .txt .ml2{font-size: 20px;line-height: 2;color: #333;}
.ny_gy2 .lb .txt .ml3{display: flex;margin-top: 40px;}

.ny_gc_bg{}
.ny_gc{position: relative;}
.ny_gc .lb{overflow: hidden;}
.ny_gc .lb2{margin-top: 20px;}
.ny_gc .lb ul{display: flex;}
.ny_gc .lb ul li{}
.ny_gc .lb ul li .img{overflow: hidden;border-radius: 10px;position: relative;}
/*.ny_gc .lb ul li .img:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_gc .lb ul li:hover .img:after{opacity: 0.5;}*/
.ny_gc .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_gc .lb ul li:hover .img img{-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.ny_gc .lb ul li .txt{text-align: center;font-size: 16px;line-height: 2;color:#666;padding: 10px 0;display: none;}

.ny_gy_xm_bg{position: relative;}
.ny_gy_xm{}
.ny_gy_xm .lb{margin-top: 60px;}
.ny_gy_xm .lb ul{}
.ny_gy_xm .lb ul li{}
.ny_gy_xm .lb ul li:nth-child(2n-1){background: #f5f7f9;}
.ny_gy_xm .lb ul li a{display: flex;align-items: center;align-content: center;justify-content: space-between;}
.ny_gy_xm .lb ul li:nth-child(2n) a{flex-direction: row-reverse;}
.ny_gy_xm .lb ul li .img{width: 48%;height: 420px;overflow: hidden;position: relative;border-radius: 20px;}
.ny_gy_xm .lb ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy_xm .lb ul li .img:hover img{-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.ny_gy_xm .lb ul li .txt{width: 48%;}
.ny_gy_xm .lb ul li .txt .ml1{font-size: 24px;line-height: 1.4;color:#333;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy_xm .lb ul li .txt .ml1:hover{color:#003f97;}
.ny_gy_xm .lb ul li .txt .ml2{font-size: 14px;line-height: 2;color:#333;margin-top: 15px;}
.ny_gy_xm .lb ul li .txt .ml3{display: flex;margin-top: 30px;}

.ny_al_xq{display: flex;align-items: center;align-content: center;}
.ny_al_xq .img{width: 48%;position: relative;border-radius: 20px;}
.ny_al_l,.ny_al_r{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.ny_al_l{left: 20px;}
.ny_al_r{right: 20px;}
.ny_al_xq .img ul li{}
.ny_al_xq .img ul li img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.ny_al_xq .txt{}
.ny_al_xq .txt .ml1{font-size: 36px;line-height: 1.2;color: #333;}
.ny_al_xq .txt .ml2{border-top: 1px solid #eee;font-size: 16px;line-height: 2;color: #666;padding: 30px 0 0;margin-top: 30px;font-family: Arial, Helvetica, sans-serif;}
.ny_al_xq .txt .ml2 strong{color: #333;}
.ny_al_xq .txt .ml3{margin-top: 40px;}
.ny_al_xq .txt .ml3 ul{display: flex;}
.ny_al_xq .txt .ml3 ul li{display: flex;}
.ny_al_xq .txt .ml3 ul li .more_an i{font-size: 24px;padding-right:5px;padding-left: 0;}

.ny_al_xq2_bg{}
.ny_al_xq2{}
.ny_al_xq2 .bt{font-size: 30px;line-height: 2;color: #333;}
.ny_al_xq2 .txt{line-height:30px; font-size:16px; color:#333;margin-top: 30px;font-family: Arial, Helvetica, sans-serif;}
.ny_al_xq2 .txt img{max-width: 100%;}
.ny_al_xq2 .txt table{width: 100%;border: 1px solid #eee;border-width: 1px 1px 0 0;}
.ny_al_xq2 .txt table th{padding: 15px 10px;background: #f5f7f9;border: 1px solid #eee;border-width: 0 0 1px 1px;}
.ny_al_xq2 .txt table td{padding: 10px 10px;border: 1px solid #eee;border-width: 0 0 1px 1px;}

.view-page2{padding-top:20px;border-top: 1px solid #eee;margin-top: 40px;display: flex;justify-content: space-between;}
.view-page2 .prev,.view-page2 .next{width:45%;display: flex;}
.view-page2 .next{justify-content: flex-end;}
.view-page2 a{font-size:16px;line-height:1.6;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.view-page2 a:hover{color:#003f97;}

.ny_al_bg{}
.ny_al{position: relative;padding: 100px 0;margin-top: 80px;}
.ny_al .lb1{}
.ny_al .lb1 ul{}
.ny_al .lb1 ul li{position: absolute;width: 30%;background: #f5f7f9;padding: 20px;border-radius: 10px;font-size: 14px;line-height: 1.6;color:#333;}
.ny_al .lb1 ul li:nth-child(1){left: 0;top: 0;}
.ny_al .lb1 ul li:nth-child(2){right: 0;top: 0;}
.ny_al .lb1 ul li:nth-child(3){left: 0;bottom: 0;}
.ny_al .lb1 ul li:nth-child(4){right: 0;bottom: 0;}
.ny_al .lb1 ul li .txt{}

.ny_al2_bg{padding-top: 60px;}
.ny_al2{}
.ny_al2 ul{display: flex;flex-wrap: wrap;}
.ny_al2 ul li{width: 23.5%;margin:0 2% 2% 0;}
.ny_al2 ul li:nth-child(4n){margin-right: 0;}
.ny_al2 ul li .img{border-radius: 10px;overflow: hidden;}
.ny_al2 ul li .img img{display: block;width: 100%;-webkit-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_al2 ul li:hover .img img{-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.ny_al2 ul li .txt{font-size: 14px;line-height: 2;color: #666;padding: 10px 0;}

.ny_cp2_bg{display: flex;flex-direction: row-reverse;}
.ny_cp_l{flex: 1;width: 100%;padding-left: 40px;}
.ny_cp2{}
.ny_cp2 ul{display: flex;flex-wrap: wrap;}
.ny_cp2 ul li{width: 31.333%;margin: 0 3% 3% 0;border-radius: 10px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);-webkit-transition:0.5s;transition:0.5s;}
.ny_cp2 ul li:nth-child(3n){margin-right: 0;}
.ny_cp2 ul li .img{padding: 40px 0;overflow: hidden;}
.ny_cp2 ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp2 ul li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_cp2 ul li .txt{font-size: 14px;line-height: 1.6;color: #333;text-align: center;padding-bottom: 30px;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp2 ul li:hover .txt{color: #003f97;}
.ny_cp_r{width: 320px;}
.ny_cp_fl{width:100%;border-radius: 10px;border: 1px solid #003f97;background:#003f97;position: sticky;top:120px;-webkit-transition:top 0.5s;transition:top 0.5s;}
.ny_cp_fl.on{top:40px;}
.ny_cp_fl .bt{background:#003f97;display: flex;align-items: center;align-content: center;height: 80px;padding: 0 20px;border-radius: 10px 10px 0 0;}
.ny_cp_fl .bt span{font-size: 24px;line-height: 1;color: #fff;font-weight: bold;}
.ny_cp_fl ul{padding:10px 10px;border-radius: 0 0 10px 10px;background: #fff;}
.ny_cp_fl ul li{padding: 5px 0px;}
.ny_cp_fl ul li p{position: relative;}
.ny_cp_fl ul li p a{display: block;font-size: 16px;line-height: 30px;background: #f5f7f9;border-radius: 5px;color: #333;padding: 5px 10px;-webkit-transition:0.5s;transition:0.5s;border-radius: 5px;}
.ny_cp_fl ul li:hover p a{padding: 5px 10px;}
.ny_cp_fl ul li.on p a{color: #333;}
.ny_cp_fl ul li p a:hover{color: #003f97;}
.ny_cp_fl ul li p .zk{position: absolute;right: 0;top: 0;width: 30px;height: 40px;display: flex;align-items: center;align-content: center;justify-content: center;font-size: 12px;color: #003f97;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li.on p .zk{color: #003f97;}
.ny_cp_fl ul li.on p .zk:before{content: "\f068";}
.ny_cp_fl ul li .xl{display: none;padding-left: 20px;}
.ny_cp_fl ul li .xl ul{padding: 0px;}
.ny_cp_fl ul li .xl ul li{}
.ny_cp_fl ul li .xl ul li a{display: flex;font-size: 14px;line-height: 24px;color: #999;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li .xl ul li a:before{content: "●";font-size: 12px;padding-right: 5px;}
.ny_cp_fl ul li .xl ul li.on a{color: #003f97;}
.ny_cp_fl ul li .xl ul li a:hover{color: #003f97;}

.pagination{padding-top:40px;display: flex;align-items: center;align-content: center;justify-content: center;}
.pagination a,.pagination span{padding:0 20px; line-height:36px; font-size:14px; margin:0 5px;color: #666;border-radius: 5px; -webkit-transition:0.2s;transition:0.2s;}
.pagination span.current,.pagination a:hover{color:#fff;background:linear-gradient(135deg, #e83b28 0%, #faa130 100%);}

.ny_cp_bt{position: relative;height: 60px;}
.ny_cp_bt:after{content: "";position: absolute;left: 0;bottom: 0;right: 0;height:36px;background: #f6f6f6;border-radius: 5px;}
.ny_cp_bt p{position: absolute;left: 0;bottom: 0;height: 60px;z-index: 2;font-size: 30px;line-height:60px;color: #fff;white-space: nowrap;}
.ny_cp_bt span{position: relative;z-index: 1;background: #003f97;display: block;padding-left: 20px;border-radius: 5px 0 0 5px;font-weight: bold;}
.ny_cp_bt p:before{content: "";position: absolute;left: 100%;bottom: 0;z-index: 1;border: 30px solid transparent;border-left-color: #003f97;border-bottom-color: #003f97;}
.ny_cp_bt p:after{content: "";position: absolute;left: 100%;bottom: 0;height: 50px;width:60px;background: #003f97;-webkit-transform:skew(45deg);transform:skew(45deg);}

.ny_cp_xq1{display: flex;align-content: center;align-items: center;}
.ny_cp_xq1 .img{width: 47%;}
.ny_cp_xq1 .img .cp_xq_qh{}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 0px;}
.cp_xq_qhy{right: 0px;}
.ny_cp_xq1 .img .cp_xq_qh{overflow: hidden;width: 100%;position: relative;padding: 40px 0;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .img .cp_xq_qh2{margin-top: 20px;padding: 0 1px;}
.ny_cp_xq1 .img .cp_xq_qh2.on ul{justify-content: center;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li{overflow: hidden;border: 1px solid #fff;padding: 10px 0;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li.swiper-slide-thumb-active{border: 1px solid #003f97;}
.ny_cp_xq1 .txt{width: 53%;padding-left: 6%;}
.ny_cp_xq1 .txt .ml1{font-size: 36px;line-height: 1.2;color: #333;font-weight: bold;}
.ny_cp_xq1 .txt .ml2{font-size: 16px;line-height: 1.6;color: #666;margin-top: 20px;font-family: Arial, Helvetica, sans-serif;}
.ny_cp_xq1 .txt .ml2 table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.ny_cp_xq1 .txt .ml2 table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 5px 10px;}
.ny_cp_xq1 .txt .ml2 table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 5px 10px;}
.ny_cp_xq1 .txt .ml2 p{position: relative;padding-left: 25px;}
.ny_cp_xq1 .txt .ml2 p:before{content: "";position: absolute;top: 6px;left: 0px;width: 20px;height: 13px;background: url("../img/tb.png") center no-repeat;background-size: cover;}
.ny_cp_xq1 .txt .ml3{margin-top: 30px;}
.ny_cp_xq1 .txt .ml3 ul{display: flex;}
.ny_cp_xq1 .txt .ml3 ul li{display: flex;}
.ny_cp_xq1 .txt .ml3 ul li .more_an i{font-size: 24px;padding-right:5px;padding-left: 0;}

.ny_cp_xq2_bg{}
.ny_cp_xq2{}
.ny_cp_xq2 .lb{margin-top: 30px;font-size: 16px;line-height: 2;color: #666;font-family: Arial, Helvetica, sans-serif;}

.ny_cp_xq3_bg{}
.ny_cp_xq3{}
.ny_cp_xq3 .lb{margin-top: 60px;}
.ny_cp_xq3 .lb ul{display: flex;}
.ny_cp_xq3 .lb ul li{background: #f5f7f9;width: 32%;margin-right: 2%;padding: 30px;border-radius: 10px;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_xq3 .lb ul li:last-child{margin-right: 0;}
.ny_cp_xq3 .lb ul li .ml1{font-size: 66px;line-height: 1;color: #003f97;font-weight: bold;}
.ny_cp_xq3 .lb ul li .ml1 span{opacity: 0.1;}
.ny_cp_xq3 .lb ul li .ml2{font-size: 30px;line-height: 1.6;color: #333;margin-top: 15px;font-weight: bold;}
.ny_cp_xq3 .lb ul li .ml3{font-size: 16px;line-height: 1.6;color: #666;margin-top: 10px;font-family: Arial, Helvetica, sans-serif;}
.ny_cp_xq3 .lb ul li:hover{-webkit-transform: translate(0, -5px);transform: translate(0, -5px);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);}

.ny_cp_xq4_bg{}
.ny_cp_xq4{}
.ny_cp_xq4 .lb{margin-top: 50px;line-height:1.6;font-size:14px;color:#333;font-family: Arial, Helvetica, sans-serif;}
.ny_cp_xq4 .lb img{display: block;max-width: 100%;margin: auto;}
.ny_cp_xq4 .lb table{border: 1px solid #ccc;border-width: 1px 1px 0 0;width: 100%;}
.ny_cp_xq4 .lb table th{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 10px 10px;}
.ny_cp_xq4 .lb table td{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 10px 10px;}

.ny_cp_xq5_bg{}
.ny_cp_xq5{}
.ny_cp_xq5 .lb{margin-top: 60px;}
.ny_cp_xq5 .lb ul{display: flex;}
.ny_cp_xq5 .lb ul li{background: #f5f7f9;width: 23.5%;margin-right: 2%;padding: 30px;border-radius: 10px;-webkit-transition:0.5s;transition:0.5s;text-align: center;}
.ny_cp_xq5 .lb ul li:last-child{margin-right: 0;}
.ny_cp_xq5 .lb ul li .ml1{font-size: 36px;line-height: 1;color: #003f97;font-weight: bold;}
.ny_cp_xq5 .lb ul li .ml2{font-size: 24px;line-height: 1.6;color: #333;margin-top: 15px;font-weight: bold;}
.ny_cp_xq5 .lb ul li .ml3{font-size: 16px;line-height: 1.6;color: #666;margin-top: 10px;font-family: Arial, Helvetica, sans-serif;}
.ny_cp_xq5 .lb ul li:hover{-webkit-transform: translate(0, -5px);transform: translate(0, -5px);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);}

.cp_dw{position: absolute;top: 0px;}

.cpxunpan{position: relative;}
.cpxunpan .ly{margin-top: 50px;}
.cpxunpan .ly form{font-family: Arial, Helvetica, sans-serif;}
.cpxunpan .ly ul{display: flex;flex-wrap: wrap;}
.cpxunpan .ly ul:nth-child(2n){margin-right: 0;}
.cpxunpan .ly ul li{width: 49.5%;margin-right: 1%;margin-bottom: 1%;position: relative;}
.cpxunpan .ly ul li:nth-child(2n){margin-right: 0;}
.cpxunpan .ly ul li:nth-child(n+5){width: 100%;margin-right: 0;}
.cpxunpan .ly ul li input{display: block;width: 100%;font-size: 16px;padding:0 20px;line-height: 60px;height: 60px;color: #333;background: #f5f7f9;border-radius: 5px;}
.cpxunpan .ly ul li textarea{display: block;width: 100%;font-size: 16px;padding:10px 20px;line-height: 30px;height: 220px;color: #333;background: #f5f7f9;border-radius: 5px;}
.cpxunpan .ly .btn{display: flex;align-items: center;justify-content: center;width: 100%;}
.cpxunpan .ly .btn button{border-radius: 5px;cursor: pointer;color: #fff;position: relative;border: none;font-size: 16px;background: #003f97;height: 60px;line-height: 60px;margin-left: 10px;margin-right: 10px;padding: 0 60px;-webkit-transition:0.5s; transition:0.5s;}
.cpxunpan .ly .btn button:hover{background: #003f97;}

.ny_xw_bg{}
.ny_xw{}
.ny_xw ul{}
.ny_xw ul li{margin-bottom:30px;padding-bottom: 30px;border-bottom: 1px solid #eee;}
.ny_xw ul li a{display: flex;}
.ny_xw ul li .img{width: 380px;height: 240px;overflow: hidden;border-radius: 20px;}
.ny_xw ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_xw ul li .txt{flex:1;overflow: hidden;width: 100%;padding:20px 15px 20px 40px;position: relative;}
.ny_xw ul li .txt .ml1{display: flex;font-size:24px;line-height:1.6;color:#333;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .txt .ml1 span{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_xw ul li .txt .ml3{font-size:16px;line-height:1.6;color: #666;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ny_xw ul li .txt .ml4{display: flex;align-items: center;align-content: center;justify-content:space-between;margin-top: 24px;}
.ny_xw ul li .txt .ml4 span{font-size: 16px;line-height: 1;color: #999;display: flex;align-items: center;align-content: center;}
.ny_xw ul li .txt .ml4 span i{font-size: 24px;padding-right: 5px;}
.ny_xw ul li .txt .ml1:hover{color:#003f97;}

.ny_xw_xq{display: flex;justify-content: space-between;}
.ny_xw_xq_l{flex:1;overflow: hidden;width: 100%;padding-right: 60px;}
.ny_xw_xq_r{width: 360px;position: relative;}

.fa_xq{}
.fa_xq .bt{font-size: 36px;line-height: 1.2;color: #333;font-weight: bold;}
.fa_xq .ms{margin-top: 20px;color: #999;font-size: 16px;line-height: 24px;}
.fa_xq .ms .line{padding:0 15px; }
.fa_xq .ms .iconfont{padding-right: 5px;}
.fa_xq .ms a{color: #003f97;-webkit-transition:0.5s;transition:0.5s;}
.fa_xq .ms a:hover{color: #003f97;}
.fa_xq .txt{font-size: 16px;line-height: 2;color: #333;padding-top: 20px;border-top: 1px solid rgba(9, 171, 85, 0.1);margin-top: 20px;}
.fa_xq .txt table{border: 1px solid #ccc;border-width: 1px 1px 0 0;width: 100%;}
.fa_xq .txt table th{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 10px 10px;}
.fa_xq .txt table td{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 10px 10px;}
.fa_xq .txt img{display: block;max-width: 100%;margin: auto;}

.ny_xw_xq_xw_tj{position: sticky;top: 120px;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj.on{top:40px;}
.ny_xw_xq_xw_tj .bt{font-size: 36px;line-height: 1;color: #333;padding-bottom: 10px;}
.ny_xw_xq_xw_tj ul{}
.ny_xw_xq_xw_tj ul li{margin-top: 20px;position: relative;padding-left: 95px;height: 80px;}
.ny_xw_xq_xw_tj ul li .h3{position: absolute;left: 0;top: 0;width: 80px;height: 80px;border-radius: 10px;overflow: hidden;}
.ny_xw_xq_xw_tj ul li .h3 img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.ny_xw_xq_xw_tj ul li .h1{font-size: 18px;line-height: 24px;color: #333;padding-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover .h1{color: #003f97;}
.ny_xw_xq_xw_tj ul li .h2{font-size: 15px;line-height: 24px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_xw_xq_xw_tj ul li .h4{font-size:15px; line-height:24px; color:#999;display: flex;justify-content: space-between;padding-top: 5px;}
.ny_xw_xq_xw_tj ul li .h4 .l,.ny_xw_xq_xw_tj ul li .h4 .r{display: flex;align-items: center;align-content: center;}
.ny_xw_xq_xw_tj ul li .h4 span{font-size: 14px;float: left;padding-right: 5px;}

.ny_faq{margin-top: 50px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);padding:20px 40px;border-radius: 10px;}
.ny_faq ul{}
.ny_faq ul li{position: relative;}
.ny_faq ul li:after{content: "\e711";font-family: "iconfont" !important;position: absolute;right: 0px;top: 20px;font-size:18px;line-height: 30px;color: #999;cursor: pointer;}
.ny_faq ul li.on:after{content: "\e60d";}
.ny_faq ul li .txt{border-bottom: 1px solid #e5e5e5;padding:20px 40px 20px 0px;}
.ny_faq ul li:last-child .txt{border-bottom: none;}
.ny_faq ul li .txt .ml1{font-size: 20px;line-height: 36px;color: #666;-webkit-transition:0.5s;transition:0.5s;position: relative;padding-left: 46px;cursor: pointer;}
.ny_faq ul li.on .txt .ml1{color: #003f97;}
.ny_faq ul li .txt .ml1 i{position: absolute;left: 0px;top: 0px;font-size: 36px;padding: 0 1px;color: #003f97;-webkit-transition:0.5s;transition:0.5s;background-image: linear-gradient(135deg, #ccc 0%, #ccc 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.ny_faq ul li.on .txt .ml1 i{background-image: linear-gradient(135deg, #003f97 0%, #003f97 100%);}
.ny_faq ul li .txt .ml2{font-size: 16px;line-height: 2;color: #666;display: none;padding-top: 10px;padding-left: 46px;}

.ny_lx_bg{position: relative;}
.ny_lx .lb{margin-top: 60px;}
.ny_lx .lb img{display: block;width: 100%;border-radius: 20px;}

.ny_lx2_bg{position: relative;}
.ny_lx2 .lb{margin-top: 60px;}
.ny_lx2 .lb ul{display: flex;}
.ny_lx2 .lb ul li{width:100%;margin-right:2%;position: relative;}
.ny_lx2 .lb ul li:last-child{margin-right: 0;}
.ny_lx2 .lb ul li a{display: block;background: #fff;position: relative;z-index: 2;border: 1px solid #eee;height: 100%;padding:40px;border-radius: 20px;text-align: center;}
.ny_lx2 .lb ul li .img{display: flex;align-items: center;align-content: center;justify-content: center;padding-bottom: 20px;}
.ny_lx2 .lb ul li .img i,.ny_lx2 .lb ul li .img em{font-size: 48px;line-height: 1;color: #003f97;background-image: linear-gradient(145deg, #003f97 0%, #003f97 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;}
.ny_lx2 .lb ul li .txt{-webkit-transition:0.5s;transition:0.5s;}
.ny_lx2 .lb ul li .txt .ml1{font-size: 24px;line-height: 1.6;color: #333;font-weight: bold;padding-bottom: 10px;}
.ny_lx2 .lb ul li .txt .ml2{font-size: 18px;line-height: 2;color: #666;}
.ny_lx2 .lb ul li .txt .ml2 img{display: block;width: 120px;margin: auto;}
.ny_lx2 .lb ul li .txt .ml3{font-size: 16px;line-height: 2;color: #666;}
