﻿/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
.w {
    width: 1400px;
    margin: 0 auto;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;

}
.swiper-container{
    width: 100%;
    height: 100%;
}
/*网页加载代码--------------------------------------------------*/
.loadingmain {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -9999;
    display: none;

}

.loadingmain.show {
    display: block;
    z-index: 999999;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
}

.loading span {
    display: inline-block;
    width: 8px;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000000;
    -webkit-animation: load 1.04s ease infinite;
    -o-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0%, 100% {
        height: 40px;
    }
    50% {
        height: 60px;
        margin-top: -20px;
    }
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.52s;
}



/*头部*/
.topnav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.topnav .logo {
    margin-top: 31px;
}

.topnav .logo a {
    width: 106px;
    height: 19px;
    background: url(img/x_logo.png) no-repeat;
    background-size: 100%;
}

.menu_con .share{
   margin-top:15px;
}

.share .bdsharebuttonbox a{
    margin: 0;
    padding: 0;
    background: url(img/QQ.png) no-repeat center left;
    background-size: 60%;
    width: 25px;
    height: 30px;
}
.share .bdsharebuttonbox a.wx{
    background: url(img/wx.png) no-repeat center left;
    background-size: 64%;
    width: 27px;
}
.share .bdsharebuttonbox a.wb{
    background: url(img/wb.png) no-repeat center left;
    background-size:73%;
}

.language a{
    background: url(img/language.png) no-repeat center right;
    width: 25px;
    height: 30px;
    background-size: 60%;
    position: relative;
}
.language a:after{
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
    display: block;
}
.email a{
    background: url(img/email.png) no-repeat center right;
    width: 26px;
    height: 30px;
    background-size: 60%;
    position: relative;
    left: 9px;
}
.email a:after{
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
    display: block;
}


.menu .menu_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
   left: 10px;

}
.menu i{
    line-height:21px;
    color: #fff;
    font-size:17px;
}
.menu{
cursor: pointer;

}
/*右上角菜单按钮*/
.menu_icon .line_con {
    position: relative;
    width: 262%;
    height: 100%;
    padding: 0;
   margin-left: -55px;
    background: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
   
}

/*三条横线*/
.menu_icon .line {
    position: absolute;
    top:9px;
    right: -21px;
    width: 15px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
   display:block;
}

.menu_icon .line::after, .menu_icon .line::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.menu_icon .line::before {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu_icon .line::after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

body:not(.menu-expanded) .menu_icon:hover .line::before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

body:not(.menu-expanded) .menu_icon:hover .line::after {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

body.menu-expanded .hamburger-wrapper:hover .line {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
/*导航菜单展开之后按钮效果*/
body.menu-expanded .line {
    background: transparent;
}

body.menu-expanded .line::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-expanded .line::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.menu-expanded .menu_icon:hover .line::before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

body.menu-expanded .menu_icon:hover .line::after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
body.menu-expanded .open_nav{
    display: block;
    position: fixed;
    width: 100%;
}

.mark_nav{
  /*  background: -ms-linear-gradient(#036eb8, #2da6e0);
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: -moz-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0); */
    background: url(img/v_d5aa393458bc4e10ab99c9a4a7238662.jpg)no-repeat center center;
      /*background: url(img/dh_bj.jpg)no-repeat center center;*/
	   background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: -200%;
    left:0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.menu-expanded .mark_nav{
    top: 0;
}
/* PC 端全屏导航: 侧滑 + 左右分栏 (重设计, 仅 >=768px; 移动端沿用原上滑布局) */
@media screen and (min-width: 768px) {
    .mark_nav{
        /* 恢复瑞士雪山背景图, 保留原视觉资产 */
        background: url(img/nav_bg_swiss.jpg) no-repeat center center;
        background-size: cover;
        /* 动效: 从右侧滑入 (替代原 top:-200% 上滑) */
        top: 0;
        left: auto;
        right: -100%;
        width: 100%;
        height: 100%;
        transition: right .5s cubic-bezier(.7,0,.3,1);
    }
    /* 雪山图偏亮, 加半透明深蓝渐变遮罩保证白色菜单文字可读 (左栏菜单区更暗) */
    .mark_nav::before{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(3,27,56,0.82) 0%, rgba(3,27,56,0.7) 42%, rgba(3,27,56,0.5) 100%);
        z-index: 0;
    }
    .menu-expanded .mark_nav{
        top: 0;
        right: 0;
    }
    /* 面板内列表容器: 定位 + 限宽居中 (内容浮在遮罩之上) */
    .mark_nav .nav_list{
        position: relative;
        z-index: 1;
        height: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 180px 60px 60px;     /* 顶部留白加大, 菜单整体下移 */
        box-sizing: border-box;
        overflow-y: auto;             /* 矮屏兜底: 菜单项间隔加大后超高时可滚动 */
    }
    /* 第一个空 li (模板占位) 隐藏 */
    .mark_nav .nav_list > li:first-child:empty{ display:none; }
    /* 主菜单项: 纵向排列, 每项是 flex 容器 (a 在左, 子菜单 dl 紧贴右侧就地展开) */
    .mark_nav .nav_list > li{
        float: none;
        width: auto;
        max-width: 40%;
        height: auto;
        padding: 0;
        margin-bottom: 50px;          /* 主菜单间隔加大: 22px->50px, 减少斜向移入二级菜单时误触相邻主菜单 */
        border-right: none;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }
    /* hover 时: 提升层级让本 li 及其 dl 盖在相邻 li 之上, 避免误触;
       不再上移/换底色 (原竖条栅格效果移除) */
    .mark_nav .nav_list > li:hover{
        padding-top: 0;
        background-color: transparent;
        z-index: 5;                   /* hover 的 li 及其 dl 浮到所有 li 之上 */
    }
    /* 主菜单项外观: 大字, hover 仅文字变白 (原左侧品牌蓝竖杠已移除) */
    .mark_nav .nav_list > li > a{
        position: relative;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        padding: 14px 0 14px 22px;
        color: rgba(255,255,255,.92);
        transition: color .25s ease;
    }
    .mark_nav .nav_list > li:hover > a{
        color: #fff;
    }
    /* 子项区: dl.dedai_dl 紧贴主菜单右侧就地展开 (相对各自 li 定位, 不脱离父级)。
       dl 是 li 的子元素, hover dl 时 hover 状态归属父 li, 不会触发相邻 li。
       即使 dl(如产品中心15项) 纵向超出本 li, 因 z-index 提升它盖在最上层,
       鼠标在 dl 范围内只触发当前 li。 */
    .mark_nav .nav_list > li .dedai_dl{
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);     /* 紧贴 li 右边缘, 留 30px 间隙(由 ::after 桥覆盖) */
        transform: translateY(-50%);
        min-width: 320px;
        max-width: 520px;
        padding: 0 0 0 30px;
        display: none;
        z-index: 6;                   /* dl 在最高层, 鼠标在其上不穿透到相邻 li */
    }
    /* 二级菜单显隐仅由 JS 的 .submenu-open 控制(CSS :hover 不再直接触发),
       避免鼠标斜向移动路过相邻主菜单时, 相邻项因 :hover 提前展开造成误触。 */
    .mark_nav .nav_list > li.submenu-open .dedai_dl{
        display: block;
        animation: navSubFadeIn .35s ease both;
    }
    @keyframes navSubFadeIn{
        from{ opacity:0; transform: translateY(-50%) translateX(16px); }
        to  { opacity:1; transform: translateY(-50%) translateX(0); }
    }
    /* 原 ::after 桥(100vh 高透明伪元素)已移除:
       它在雪山市景背景上因 height:100vh + z-index:6 形成可见的贯穿全屏竖线(像滚动条)。
       该桥本用于让鼠标斜向移入二级菜单时不丢 li:hover, 但二级菜单显隐已完全由
       JS 的 mousemove + .submenu-open 类接管(见下方脚本 inZone 扩展悬停区判定),
       不再依赖 CSS :hover, 故此桥冗余, 删除以消除竖线且不影响 hover 保活。 */
    .mark_nav .nav_list > li .dedai_dl dd a{
        display: block;
        font-size: 16px;
        line-height: 2.4;
        color: rgba(255,255,255,.7);
        transition: color .2s ease, padding-left .2s ease;
    }
    .mark_nav .nav_list > li .dedai_dl dd a:hover{
        color: #00a0e9;
        padding-left: 8px;
        opacity: 1;
    }
    /* 隐藏 PC 端不需要的展开箭头 */
    .mark_nav .nav_list > li:hover .list_zk{ display:none; }
}
.menu-expanded .topnav{
    position: fixed;
}
.nav_list{
    height: 100%;
}
.nav_list li{
    float: left;
    width: 14.28%;
    height: 100%;
    padding-top: 14%;
    border-right: 1px solid rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; 
}
.nav_list li:hover{
    padding-top: 13%;
  
      background-color: rgba(7,69,120,.5);
	   transition: all 0.6s; 
}
.nav_list li:last-of-type{
    border-right: none;
}
.nav_list li>a{
    font-size: 21px;
    padding-bottom: 20px;
}
.nav_list li dd a{
    font-size: 15px;
   /* line-height:72px; */
    line-height:42px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.nav_list li dd a:hover{
    opacity: .6;
}

.h_nav_list li dl{
	display: none;
}
.h_nav_list li:hover dl {
		display: block;
}

















.section1{
    position: relative;
}
.section1 video{
    height: 1000px;
}
/* banner 背景图：复用 video 的高度规则，object-fit:cover 自适应填充，移动端/PC 共用一张图 */
.section1 .banner_img{
    display: block;
    width: 100%;
    height: 1000px;
    object-fit: cover;
    object-position: center;
}
.section1_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    background-size: cover;
    overflow: hidden;
}
.section1_box{
    margin-top: 210px;
    position: relative;
}
.pane {
    height: 410px;
    width: 310px;
    position: absolute;
    top: 0;
    left: 0;
}
.pane .rect {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s all .5s;
    -moz-transition: 0.7s all .5s;
    -ms-transition: 0.7s all .5s;
    -o-transition: 0.7s all .5s;
    transition: 0.7s all .5s;
}
.pane .rect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.pane .top {
    top: 0;
    left: 0px;
    border-top: 1px solid rgba(255,255,255,.6);
}
.pane .right {
    top: 0px;
    right: 0;
    background: url(img/right_line.png) no-repeat center right;
    background-size: contain;
}
.pane .bottom {
    bottom: 0;
    right: 0px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.pane .left {
    bottom: 0px;
    left: 0;
    border-left: 1px solid rgba(255,255,255,.6);
}
.pane .top.active {
    left: 150%;
}
.pane .right.active {
    top: 150%;
}
.pane .bottom.active {
    right: 150%;
}
.pane .left.active {
    bottom: 150%;
}
.section1_con h4{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    padding-left: 72px;
    padding-bottom: 130px;
    padding-top: 18px;
    animation-duration: .8s;    /*动画持续时间*/
    animation-delay: 1.2s;    /*动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}

.section1_con .info{
    animation-duration: .8s;    /*动画持续时间*/
    animation-delay: 2s;    /*动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}
.section1_con .info p{
    line-height: 32px;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    padding-left: 72px;
}
/* 第二、三张轮播图文案：复用第一张字号规范，独立类名便于断点控制 */
.banner_text{
    position: absolute;
    top: 50%;
    left: 72px;
    right: 72px;
    transform: translateY(-50%);
    max-width: 720px;
    z-index: 2;
}
.banner_text h4{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 28px;
    text-transform: capitalize;
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
    animation-duration: .8s;
    animation-delay: .3s;
    animation-iteration-count: 1;
}
.banner_text .info{
    animation-duration: .8s;
    animation-delay: 1s;
    animation-iteration-count: 1;
}
.banner_text .info p{
    line-height: 32px;
    font-size: 20px;
    color: rgba(255,255,255,.92);
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.banner_text .info p:first-child{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.section1 .mark {
  /*  background: url(img/x_banner1.jpg) no-repeat center center; */
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-duration: .8s;
    animation-delay: 5s;
    animation-iteration-count: 1;
}
#dowebok {
    animation-duration: 2s;    /*动画持续时间*/
    animation-delay: 1s;    /*动画延迟时间*/
    animation-iteration-count: 2;    /*动画执行次数*/
}
.section2{
    padding: 90px 0 100px;
    margin: 0;
    background: #f7f9fb;
    background-image: linear-gradient(180deg, #ffffff 0%, #f3f7fa 100%);
}
.bigtitle{
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family:"微软雅黑","SimHei";
}
.bigtitle2{
    color: #00a0e9;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    line-height:2.5;
}
.bigtitle i{
    font-weight: normal;
    color: #000;
    font-family:"微软雅黑","Arial,Microsoft YaHei,SimSun";
    margin-right: 7px;
}
.subtitle{
    margin-bottom: 45px;
    padding: 0 11%;
}
.subtitle p{
    line-height: 30px;
     font-size: 14px;  
}
.subtitle p:nth-of-type(2){
   padding-top:16px;
}
.z_subtitle_text1 p:nth-of-type(2){
   padding-top:0px;
}
.subtitle_text1{
    padding: 0 149px;
}
.subtitle_text2 p{
    text-align: center;
}




.section5 .readmore_box,
.section4 .readmore_box,
.section2 .readmore_box{
    text-align: center;
}
.readmore{
    color: #fff;
    padding: 7px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -ms-linear-gradient(#036eb8, #2da6e0);
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: -moz-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0);
}

.readmore:hover{
    opacity: .8;
}
.section2 .about_ul{
    justify-content: space-between;
    margin-top: 110px;
}
.section2 .about_ul li{
    width: 33.33%;
    height: 290px;
    float: left;
    text-align: center;
}
.section2 .about_ul  .img_con1 .li_img1{
    width: 100%;
    height: 100%;
  /*  background: url(img/about_nav1.png) no-repeat top center;*/
   background: url(img/xx_about_nav11.png) no-repeat top center;
    background-size: contain;
}

.section2 .about_ul  .img_con2 .li_img2{
   width: 100%;
    height: 100%;
    background: url(img/x_about_nav2.png) no-repeat top center;
    background-size: contain;
}
.section2 .about_ul  .img_con3 .li_img3{
    width: 100%;
    height: 100%;
    background: url(img/x_about_nav3.png) no-repeat top center;
    background-size: contain;
}


.section2 .about_ul .img_con1:hover .li_img1{
   width: 100%;
    height: 100%;
    /* background: url(img/about_nav11.png) no-repeat top center;*/
    background: url(img/x_about_nav1.png) no-repeat top center;
    background-size: contain;
}

.section2 .about_ul  .img_con2:hover .li_img2{
   width: 100%;
    height: 100%;
    background: url(img/about_nav22.png) no-repeat top center;
    background-size: contain;
}
.section2 .about_ul  .img_con3:hover .li_img3{
    width: 100%;
    height: 100%;
    background: url(img/about_nav33.png) no-repeat top center;
    background-size: contain;
}

/* ============================================================
   section2「关于欧圣斯」重设计 (about2-* 命名空间)
   布局: 横铺全宽 — 左图(贴左边缘) + 中文 + 右入口卡(贴右边缘)
   突破 .w 1400 居中容器, 内容向左右延申铺满视口
   背景: 纯净浅色留白, 品牌蓝 #00a0e9 点缀
   注意: 容器类名用 .about2-feature, 避免与「关于我们第二屏」.about2 冲突
   ============================================================ */
.about2-feature{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    min-height: 520px;
}
/* 左: 企业形象大图 (贴左边缘, 横版宽屏框, 随右侧介绍区等高拉伸) */
.about2-media{
    position: relative;
    flex: 0 0 42%;
    max-width: 680px;
    min-height: 382px;
    overflow: hidden;
    cursor: pointer;
    background: #0a2540;
}
.about2-media::after{                  /* 底部渐变压暗, 让视频角标/标签更清晰 */
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(3, 27, 56, 0.65));
    pointer-events: none;
}
.about2-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s ease;
}
.about2-media:hover .about2-img{ transform: scale(1.06); }
.about2-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all .3s ease;
}
.about2-play::before{
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: about2Ripple 2.4s ease-out infinite;
}
@keyframes about2Ripple{
    0%   { transform: scale(0.85); opacity: 0.9; }
    100% { transform: scale(1.5); opacity: 0; }
}
.about2-play svg{
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-left: 4px;
}
.about2-media:hover .about2-play{
    background: #00a0e9;
    border-color: #00a0e9;
    transform: translate(-50%, -50%) scale(1.08);
}
.about2-media-tag{
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
}
/* 中: 文案区 */
.about2-text{
    flex: 1 1 0;
    min-width: 0;
    padding: 40px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    background: #fff;
}
.about2-eyebrow{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00a0e9;
    margin-bottom: 10px;
}
.about2-title{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #1a2b3c;
    line-height: 1.25;
    margin: 0 0 16px;
    padding-left: 16px;
    font-family: "微软雅黑", "SimHei";
}
.about2-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: calc(100% - 16px);
    background: linear-gradient(180deg, #00a0e9, #036eb8);
    border-radius: 3px;
}
.about2-desc p{
    font-size: 15px;
    line-height: 1.7;
    color: #5a6675;
    margin: 0 0 10px;
    text-align: justify;
}
/* 数据亮点带 (横向铺开) */
.about2-stats{
    display: flex;
    gap: 28px;
    margin: 16px 0 18px;
    padding: 14px 0;
    border-top: 1px solid #e3e9ef;
    border-bottom: 1px solid #e3e9ef;
    list-style: none;
}
.about2-stats li{ flex: 1; }
.about2-stats strong{
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #036eb8;
    line-height: 1;
    font-family: "Arial", sans-serif;
}
.about2-stats strong sup{
    font-size: 18px;
    vertical-align: super;
    margin-left: 1px;
}
.about2-stats span{
    display: block;
    font-size: 13px;
    color: #7a8694;
    margin-top: 8px;
    line-height: 1.4;
}
/* 了解更多按钮 */
.about2-cta{ margin-top: 2px; }
.about2-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    border: 1.5px solid #036eb8;
    border-radius: 30px;
    color: #036eb8;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: all .3s ease;
}
.about2-btn svg{
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #036eb8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .3s ease;
}
.about2-btn:hover{ background: #036eb8; color: #fff; }
.about2-btn:hover svg{ stroke: #fff; transform: translateX(4px); }

/* 右: 三张入口卡 (纵向堆叠, 贴右边缘) */
.about2-cards{
    /* 三张入口卡: 按需求隐藏 (display:none)。如需恢复, 删除此行即可。 */
    display: none;
}
.about2-card{
    position: relative;
    background: #fff;
    border: 1px solid #e2eaf1;
    border-radius: 10px;
    padding: 18px 18px;
    cursor: pointer;
    transition: all .35s ease;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    align-items: center;
}
.about2-card::before{
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: #00a0e9;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s ease;
}
.about2-card:hover{
    border-color: rgba(0, 160, 233, 0.5);
    box-shadow: 0 12px 28px -10px rgba(3, 110, 184, 0.25);
    transform: translateX(-4px);
}
.about2-card:hover::before{ transform: scaleY(1); }
.about2-card-link{
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
    width: 100%;
}
.about2-card-icon{
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e6f4fb, #d4ecf9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #036eb8;
    transition: all .35s ease;
}
.about2-card-icon svg{ width: 24px; height: 24px; fill: #036eb8; }
.about2-card:hover .about2-card-icon{
    background: linear-gradient(135deg, #00a0e9, #036eb8);
}
.about2-card:hover .about2-card-icon svg{ fill: #fff; }
.about2-card-body h3{
    font-size: 15px;
    font-weight: 600;
    color: #1a2b3c;
    margin: 0 0 4px;
    line-height: 1.3;
}
.about2-card-body p{
    font-size: 12px;
    color: #8593a3;
    margin: 0;
    line-height: 1.5;
}

/* ----- 响应式: 大屏 (≤1440px) ----- */
@media screen and (max-width: 1440px){
    .about2-text{ padding: 32px 44px; }
    .about2-media{ flex-basis: 40%; }
    .about2-cards{ flex-basis: 260px; padding: 34px 26px; }
}
/* ----- 响应式: 平板 (≤1200px) ----- */
@media screen and (max-width: 1200px){
    .about2-feature{ min-height: auto; }
    .about2-text{ padding: 28px 32px; }
    .about2-title{ font-size: 26px; }
    .about2-media{ flex-basis: 38%; max-width: 480px; }
    .about2-cards{ flex-basis: 230px; padding: 28px 20px; gap: 10px; }
    .about2-card{ padding: 14px; }
    .about2-card-icon{ width: 40px; height: 40px; }
    .about2-card-icon svg{ width: 20px; height: 20px; }
}
/* ----- 响应式: 小平板/大手机 (≤960px) → 转纵向堆叠 ----- */
@media screen and (max-width: 960px){
    .about2-feature{
        flex-direction: column;
        max-width: 760px;
    }
    .about2-media{
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        aspect-ratio: 16 / 7;
        min-height: 240px;
    }
    .about2-text{ padding: 40px 30px; }
    .about2-cards{
        flex-direction: row;
        flex: 0 0 auto;
        border-left: none;
        border-top: 1px solid #dde7ee;
        padding: 30px 24px;
        gap: 14px;
    }
    .about2-card{ flex: 1 1 0; }
}
/* ----- 响应式: 移动端 (≤768px) ----- */
@media screen and (max-width: 768px){
    .section2{ padding: 40px 0 50px; }
    .about2-feature{ max-width: 100%; }
    .about2-media{ aspect-ratio: 16 / 9; min-height: 200px; }
    .about2-media-tag{ left: 18px; bottom: 16px; font-size: 12px; }
    .about2-play{ width: 60px; height: 60px; }
    .about2-play svg{ width: 24px; height: 24px; }
    .about2-text{ padding: 32px 20px; }
    .about2-title{ font-size: 26px; margin-bottom: 18px; }
    .about2-desc p{ font-size: 13px; line-height: 1.85; margin-bottom: 12px; }
    .about2-stats{ margin: 22px 0 26px; padding: 16px 0; gap: 14px; }
    .about2-stats strong{ font-size: 26px; }
    .about2-stats strong sup{ font-size: 15px; }
    .about2-stats span{ font-size: 12px; }
    .about2-btn{ padding: 10px 24px; font-size: 13px; }
    .about2-cards{ padding: 24px 16px; gap: 10px; }
    .about2-card{ padding: 14px 10px; flex-direction: column; text-align: center; }
    .about2-card-link{ flex-direction: column; text-align: center; gap: 8px; }
    .about2-card-icon{ width: 42px; height: 42px; }
    .about2-card-icon svg{ width: 20px; height: 20px; }
    .about2-card-body h3{ font-size: 13px; margin-bottom: 0; }
    .about2-card-body p{ display: none; }            /* 极窄屏隐藏描述, 仅留标题 */
}
/* ----- 响应式: 极小屏 (≤480px) ----- */
@media screen and (max-width: 480px){
    .about2-title{ font-size: 22px; }
    .about2-stats{ flex-wrap: wrap; gap: 14px 10px; }
    .about2-stats li{ flex: 0 0 calc(50% - 5px); }
    .about2-media{ aspect-ratio: 4 / 3; }
}

.section3{
   /* padding: 44px 0 100px;*/
  /*  background: #050b29; */
   background: url(img/v_382a53ea4bb644edbfc9f8200c86735c.jpg) no-repeat center center;
	background-size: cover;
 /*	margin: 10px 0; */
  
}
.recommend_con .recommend{
    height: 400px;
    display: none;
  padding-top: 50px; 
}
.recommend_con .recommend.active{
    display: block;
}
.recommend_con .left{
    width: 38%;
    height: 100%;
    position: relative;
   margin-left:146px;

}
.recommend_con .right{
    width: 47%;
   /* color: #fff; */
    padding-top: 10px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend_con .right .title1{
    font-size: 42px;
    color: #00a0e9;
    font-weight: 700;
}

.recommend_con .right .title2{
    font-size: 35px;
    padding: 25px 0 20px;
}
.recommend_con .right .info{
    height: 150px;
    overflow: hidden;
  /*  margin-bottom: 20px; */
  
}
.section3 .ul_title{
  /*  margin-top: 60px; */
  margin-top: 76px;
  margin-left:125px;
   padding-bottom: 55px;
  
}
.section3 .ul_title li{
    float: left;
   /* width: 11.11%; */
   width: 10%;
   /* text-align: center; */
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.section3 .ul_title li:after{
    position: absolute;
    content: "";
    display: block;
  /*  width: 62%;*/
   width:74%;
    height: 1px;
    background: #10346b;
 /*   top: 17px; 
    right: -30%;*/
    top: 21px;
    right: -47.4px;
  
  
}
.section3 .ul_title li:last-of-type:after{
    display: none;
}
.section3 .ul_title a{
    padding-top: 60px;
 /*   background: url(img/dot.png) no-repeat top center;  */
   background: url(img/x_dot.png) no-repeat top center; 
   /* color: #2e5db2; */
} 
.section3 .ul_title li.on a,
.section3 .ul_title a:hover{
    color: #00a0e9;
  /*  background: url(img/dot_hover.png) no-repeat top center; */
  background: url(img/xx_dot_hover.png) no-repeat top center;
  
}
.section3 .ul_title h4{
    font-size: 16px;
    margin-bottom: 12px;
    margin-left:17px;
}
.section3 .ul_title h5{
    font-size: 12px;
    line-height: 14px;
    margin-left:17px;
}
.section3 .videoplay {
    width: 45px;
    height: 45px;
    background: url(img/video_icon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section3 .videopaused {
    width: 45px;
    height: 45px;
    background: url(img/t_menu-close.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* ============================================================
   section3「欧圣斯产品」重设计 (prod2-* 命名空间)
   布局: 上文案 + 主体(左联动列表 / 右横向产品卡轮播)
   视觉语言沿用 about2: 品牌蓝 #00a0e9/#036eb8, 圆角, 悬停微交互
   横卡: aspect-ratio 16/9, 圆角12px, 阴影, 产品图 contain 居中不裁切
   ============================================================ */
/* 覆盖旧版 section3 深色阀门背景图, 改为干净留白底 */
.section3.prod2-section{
    background: #f7f9fb;
    padding: 0;
}
.prod2-feature{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 72px 40px 80px;
    box-sizing: border-box;
}
/* 顶部: 标题区 */
.prod2-head{
    text-align: center;
    max-width: 820px;
    margin: 0 auto 44px;
}
.prod2-eyebrow{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00a0e9;
    margin-bottom: 16px;
}
.prod2-title{
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #1a2b3c;
    line-height: 1.25;
    margin: 0 0 18px;
    padding: 0 18px;                  /* 给左右竖条留位 */
}
.prod2-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: calc(100% - 16px);
    background: linear-gradient(180deg, #00a0e9, #036eb8);
    border-radius: 3px;
}
.prod2-desc{
    font-size: 15px;
    line-height: 1.8;
    color: #5a6675;
    margin: 0;
}
/* 主体: 左列表 + 右横卡 */
.prod2-body{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 40px;
}
.prod2-side{                          /* 左: 联动列表 + 按钮 */
    flex: 0 0 38%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
}
/* 明星产品联动列表 */
.prod2-list{
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1 1 auto;
    border-top: 1px solid #e3e9ef;
}
.prod2-item{
    position: relative;
    border-bottom: 1px solid #e3e9ef;
    overflow: hidden;
    transition: background .35s ease;
    display: flex;                     /* 横向: 主体(联动) + 箭头(详情) */
    align-items: center;
}
.prod2-item::before{                  /* 左侧品牌蓝竖线 (hover/on 展开) */
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #00a0e9, #036eb8);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform .35s ease;
    z-index: 2;
}
.prod2-item.on,
.prod2-item:hover{ background: #f0f7fc; }
.prod2-item.on::before,
.prod2-item:hover::before{ transform: scaleY(1); }
.prod2-item-main{                     /* 主体: 点击联动轮播, 不跳转 */
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    flex: 1 1 0;
    min-width: 0;
    cursor: pointer;
    color: inherit;
}
.prod2-num{
    flex-shrink: 0;
    width: 34px;
    font-size: 20px;
    font-weight: 700;
    color: #b8c4d0;
    transition: color .35s ease;
}
.prod2-item.on .prod2-num,
.prod2-item:hover .prod2-num{ color: #036eb8; }
.prod2-item-body{ flex: 1 1 0; min-width: 0; }
.prod2-tag{
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #036eb8;
    background: linear-gradient(135deg, #e6f4fb, #d4ecf9);
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.prod2-item-title{
    font-size: 15px;
    font-weight: 600;
    color: #1a2b3c;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .35s ease;
}
.prod2-item.on .prod2-item-title,
.prod2-item:hover .prod2-item-title{ color: #036eb8; }
.prod2-arrow{
    flex-shrink: 0;
    margin: 0 14px 0 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef4f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    text-decoration: none;
}
.prod2-arrow svg{
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #036eb8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .35s ease;
}
.prod2-item.on .prod2-arrow,
.prod2-item:hover .prod2-arrow{
    background: linear-gradient(135deg, #00a0e9, #036eb8);
}
.prod2-item.on .prod2-arrow svg,
.prod2-item:hover .prod2-arrow svg{
    stroke: #fff;
    transform: translateX(2px);
}
/* 查看全部按钮 */
.prod2-cta{ margin-top: auto; }
.prod2-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    border: 1.5px solid #036eb8;
    border-radius: 30px;
    color: #036eb8;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: all .3s ease;
}
.prod2-btn svg{
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #036eb8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .3s ease;
}
.prod2-btn:hover{ background: #036eb8; color: #fff; }
.prod2-btn:hover svg{ stroke: #fff; transform: translateX(4px); }

/* 右: 横向产品卡轮播 (圆角+阴影+边框) */
.prod2-media{
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e3eaf1;
    box-shadow: 0 12px 32px -12px rgba(3, 110, 184, 0.18);
    background: #fff;
    align-self: center;               /* 与左侧列表等高区域居中, 避免横卡被拉过高 */
}
.prod2_swiper{
    width: 100%;
    aspect-ratio: 16 / 9;             /* 横向比例, 横图竖图都能居中美观展示 */
}
.prod2-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
}
.prod2-img{
    width: 100%;
    height: 100%;
    object-fit: contain;              /* 产品图白底居中, contain 不裁切 */
    display: block;
    padding: 8% 10%;
    box-sizing: border-box;
    transition: transform .8s ease;
}
.prod2-media:hover .prod2-img{ transform: scale(1.04); }
.prod2-img-empty{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
}
/* 底部圆点分页器 (品牌蓝胶囊) */
.prod2-pagination{
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
}
.prod2-pagination .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: rgba(3, 110, 184, 0.25);
    opacity: 1;
    margin: 0;
    transition: all .35s ease;
}
.prod2-pagination .swiper-pagination-bullet-active{
    width: 40px;
    background: #036eb8;
}
/* 左上角品牌标签 */
.prod2-media-tag{
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 4;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    background: rgba(3, 110, 184, 0.85);
    padding: 4px 12px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.prod2-media::after{                  /* 底部渐变压暗, 让圆点更清晰 */
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 25%;
    background: linear-gradient(180deg, transparent, rgba(3, 27, 56, 0.22));
    pointer-events: none;
    z-index: 3;
}

/* ----- 响应式: 大屏 (≤1440px) ----- */
@media screen and (max-width: 1440px){
    .prod2-feature{ padding: 64px 32px 72px; }
    .prod2-body{ gap: 32px; }
    .prod2-side{ flex-basis: 40%; }
}
/* ----- 响应式: 平板 (≤1200px) ----- */
@media screen and (max-width: 1200px){
    .prod2-feature{ padding: 52px 24px 60px; }
    .prod2-title{ font-size: 30px; }
    .prod2-head{ margin-bottom: 36px; }
    .prod2-body{ gap: 28px; }
    .prod2-side{ flex-basis: 42%; max-width: none; }
    .prod2-item-title{ font-size: 14px; }
}
/* ----- 响应式: 小平板/大手机 (≤960px) → 主体转纵向: 横卡在上, 列表在下 ----- */
@media screen and (max-width: 960px){
    .prod2-feature{ padding: 44px 20px 52px; }
    .prod2-head{ margin-bottom: 28px; }
    .prod2-body{
        flex-direction: column;
        gap: 28px;
    }
    .prod2-side{
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
    }
    .prod2-media{ align-self: stretch; }
    .prod2-swiper{ aspect-ratio: 16 / 9; }
}
/* ----- 响应式: 移动端 (≤768px) ----- */
@media screen and (max-width: 768px){
    .prod2-feature{ padding: 36px 16px 44px; }
    .prod2-head{ margin-bottom: 24px; }
    .prod2-title{ font-size: 24px; margin-bottom: 12px; }
    .prod2-eyebrow{ font-size: 16px; margin-bottom: 12px; }
    .prod2-desc{ font-size: 13px; line-height: 1.7; }
    .prod2-body{ gap: 22px; }
    .prod2-list{ margin-bottom: 20px; }
    .prod2-item-main{ padding: 12px 12px; gap: 12px; min-height: 44px; }  /* 触控目标 ≥44px */
    .prod2-num{ width: 28px; font-size: 17px; }
    .prod2-item-title{ font-size: 14px; }
    .prod2-tag{ font-size: 10px; }
    .prod2-arrow{ width: 30px; height: 30px; margin-right: 10px; }
    .prod2-arrow svg{ width: 14px; height: 14px; }
    .prod2-btn{ padding: 10px 24px; font-size: 13px; }
    .prod2-swiper{ aspect-ratio: 4 / 3; }       /* 窄屏用 4:3, 避免横卡过扁 */
    .prod2-img{ padding: 8% 8%; }
    .prod2-pagination{ bottom: 14px; gap: 6px; }
    .prod2-pagination .swiper-pagination-bullet{ width: 20px; }
    .prod2-pagination .swiper-pagination-bullet-active{ width: 30px; }
    .prod2-media-tag{ left: 12px; top: 12px; font-size: 11px; padding: 3px 10px; }
}
/* ----- 响应式: 极小屏 (≤480px) ----- */
@media screen and (max-width: 480px){
    .prod2-feature{ padding: 30px 12px 38px; }
    .prod2-title{ font-size: 21px; }
    .prod2-desc{ font-size: 12px; }
    .prod2-item-main{ gap: 10px; padding: 11px 10px; }
    .prod2-swiper{ aspect-ratio: 1 / 1; }       /* 极窄屏方卡, 产品图最大展示 */
}

.section4{
  /* background: url(img/banner4.jpg) no-repeat center center;*/
  background: url(img/v_b98d4edd4c8e4122bd7d8c185e59e2d9.jpg) no-repeat center center;
   /*background: url(img/x_banner4.jpg) no-repeat center center;*/
    background-size: cover;
  /*  padding: 5.35% 0 23.7%; */
  padding: 19.7% 0 16.7%;
    margin:5px 0;
    position: relative;                 /* 为 ::before 遮罩定位 */
}
/* 半透明深蓝渐变遮罩: 海洋背景上部天空较亮, 压暗保证白色标题/正文清晰可读,
   同时海面主体仍清晰可见 (轻于 section10 的遮罩, 突出海洋主题) */
.section4::before{
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(3,27,56,.42) 0%, rgba(3,27,56,.32) 45%, rgba(3,27,56,.52) 100%);
    z-index: 0;
}
.section4 > *{ position: relative; z-index: 1; }   /* 内容置于遮罩之上 */

.section5{
    background: url(img/news_section_bg.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 5.35% 0 23.7% */
    padding: 6% 0 7%;
}

.section6{
    height: 830px;
    margin: 5px 0;
    position: relative;
}

.section6 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.section6 .gallery-top {
    height: 82%;
    width: 100%;
}
.section6 .gallery-thumbs {
    height: 18%;

}
.section6 .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
}

.section6 .swiper-button-next{
    width: 16.66%;
    height: 18%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top: auto;
}
.section6 .swiper-button-next i{
    width: 100%;
    height: 100%;
    background: url(img/index_next.png) no-repeat center center;
}
.section6 .swiper-button-prev{
    width: 16.66%;
    height: 18%;
    background: rgba(255,255,255,.5);
    left: 0;
    bottom: 0;
    top: auto;
}
.section6 .swiper-button-prev i{
    width: 100%;
    height: 100%;
    background: url(img/index_prev.png) no-repeat center center;
}



.section7{
    margin-bottom: 5px;
}
.section7 .bigtitle {
    margin-bottom: 80px;
}
.section7 .left{
     background: url(img/v_e9d87045f4fa41de9f5a6ba2fb03cada.jpg) no-repeat center center;
     background-size: cover;
 }
.section7 .left .ipt_box{
    text-align: center;
}
.section7 .left .ipt_box input{
    width: 500px;
    line-height: 60px;
    border: 1px solid #d7d8da;
    font-size: 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.section7 .right{
    background: url(img/v_7e0a4eca04914ec5a95cbb58ded580ef.jpg) no-repeat center center;
    background-size: cover;
}
.section7 .common{
    width: 49.8%;
    padding-top: 43.4%;
    position: relative;
}
.section7 .common_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 18.7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section7 .readmore_box{
    text-align: center;
}




/*底部开始------------------------------------------------------------*/
.footer{
    background: #f2f2f2;
    padding:  50px 0;
    font-size: 16px;
}
.footnav_ul{
    border-right: 1px solid #e3e4e4;
}
.footnav_ul li{
    float: left;
    margin-right: 70px;
}

.footnav_ul li>a{
    font-weight: 700;
}
.footnav_ul li dl a{
    padding-top: 20px;
}
/* 页脚二级菜单子项较多时(如产品中心16项)分两列排列, 避免单列过长 */
.footnav_ul li dl.dl_cols2{
    column-count: 2;
    column-gap: 30px;
    max-width: 360px;
}
.footnav_ul li dl.dl_cols2 dd{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.footer .contact{
    text-align: center;

}
.footer .contact h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.footer .contact p{
text-align: center;
    line-height: 25px;
}
.footer .contact .footer-a{
    padding: 15px 60px 15px 100px;
    background: url(img/message.png) no-repeat center left;
    background-position-x: 58px;
    background-size: 27px;
    display: block;
    border: 1px solid #000;
    margin: 10px 0 15px;
}
.footer .middle{
    margin-top: 30px;
    border-top: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4;
    padding: 25px 0;
}
.footer .middle p{
    line-height: 20px;
}
.footer .bottom{
    margin: 25px 0 5px;
}
.footer .bottom p{
    line-height: 30px;
}



.Copyright{
    background: #dcdddd;
    line-height: 36px;
    color: #9fa0a0;

}
.Copyright p{
    text-align: center;
}
/*关于我们*/
.about1{
    /*background: url(img/about1_bg1.jpg) no-repeat center center;*/
   background: url(img/about3_bg.jpg) no-repeat center center;
  
    background-size: cover;
    padding: 8.75% 0 20.8%;

}

.about .readmore_box{
    text-align: center;
}
.about1 .bigtitle i {
    color: #fff;
}
.about1 .subtitle {
    color: #fff;
}


/*关于我们第二屏*/
.about2{
    background: url(img/about2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 130px;
}
.about2  ul{

}

.about2  ul li{
    float: left;
    width: 16.666%;
    height: 450px;
    border-left: 1px solid #bdbdbe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about2  ul li:hover{
   background: -ms-linear-gradient(left, #2da6e0, #036eb8);
	background: -webkit-linear-gradient(left, #2da6e0, #036eb8);
	background: -o-linear-gradient(left, #2da6e0, #036eb8);
	background: -moz-linear-gradient(left, #2da6e0, #036eb8);
	background: linear-gradient(left, #2da6e0, #036eb8);
	color: #fff;
}
.about2  ul li:first-of-type{
   /* background: url(img/about_icon1.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon1.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(2){
    /* background: url(img/about_icon2.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon2.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(3){
    background: url(img/xx_about_icon3.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(4){
    background: url(img/xx_about_icon4.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(5){
    background: url(img/xx_about_icon5.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:last-of-type{
    border-right: 1px solid #bdbdbe;
    background: url(img/xx_about_icon6.png) no-repeat  bottom center;
    background-size: cover;
}


.about2  ul li:first-of-type:hover{
    /*  background: url(img/about_icon11.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon11.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(2):hover{
    /* background: url(img/about_icon22.png) no-repeat bottom center;*/
   background: url(img/xx_about_icon22.png) no-repeat  bottom center;
    background-size:cover;
}
.about2  ul li:nth-of-type(3):hover{
    background: url(img/xx_about_icon33.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:nth-of-type(4):hover{
    background: url(img/xx_about_icon44.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:nth-of-type(5):hover{
    background: url(img/xx_about_icon55.png) no-repeat  bottom center;
    background-size: cover;
}
.about2  ul li:last-of-type:hover{
    background: url(img/xx_about_icon66.png) no-repeat  bottom center;
    background-size:cover;
}

.about3{
  /*  background: url(img/about3_bg.jpg) no-repeat center center;*/
    background: url(img/x_about3_bg.png) no-repeat center center;
    background-size: cover;
  /*  padding: 60px 0 19%; */   
   padding: 196px 0 16%;
}
.about3 .bigtitle i{
    color: #fff;
}
.about3 .about3_title{
    text-align: center;
    font-size: 45px;
    color: #fff;
    margin: 90px 0 15px;
}

.about3 .about3_title2{
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-bottom: 90px;
}
.about4{
    background: url(img/about4_bg.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 60px 0 23.4%; */
    padding:164px 0 13.4%;
}
.about5{
  
   background: url(img/x_about5_bg.jpg) no-repeat center center;
    background-size: cover;
   /* padding: 60px 0 23.4%; */
  padding: 234px 0 20.4%;
}
.about5 .subtitle{
    color: #fff;
}
.about5 .bigtitle i{
    color: #fff;
}

/*内页大事记*/
.note1{
   /* background: url(img/about5_bg.jpg) no-repeat center center; */
   background: url(img/x_about5_bg.jpg) no-repeat center center;
    background-size: cover;
}
.inner {
    padding: 15.5% 0;
}

.inner h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.inner h3{
    text-align: center;
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.note2{
    padding-top: 100px ;
}
.note2_con{
    position: relative;
}
.note_time{
    width: 100%;
    height: 1000px;
    background: url(img/note2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.note_time span{
    background: url(img/time_icon.png) no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 33px;
    cursor: pointer;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    position: absolute;
}
.note_time span i{
    position: absolute;
    top: -30px;
   /* right: -85px; */ right: -108px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
   /* background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);*/
    background-color:#b5b5b6; 
    padding: 5px 15px;
    -webkit-border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    border-radius: 15px 15px 15px 0;
  /*  opacity: 0; */
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.note_time .icon1{
    top: 10%;
    left: 14.3%;
}
.note_time .icon2{
    top: 24.5%;
    left: 17%;
}
.note_time .icon3{
    top: 27%;
    left: 27%;
}
.note_time .icon4{
    top: 39.7%;
    left: 32.2%;
}
.note_time .icon5{
    top: 60.8%;
    left: 40.4%;
}
.note_time .icon6{
    top: 65.8%;
    left: 52.4%;
}
.note_time span.on{
    background: url(img/time_icon_h.png) no-repeat center center;
    background-size: contain;
}
.note_time span.on i{
  /*  opacity: 1; */
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
}
.noteIntro_con{
    height: 58%;
    width: 580px;
    padding: 0 60px;
    position: absolute;
    top: 0;
    left: 42%;
}
.noteIntro{

}
.noteIntro .noteIntro_item,.h_noteIntro .h_noteIntro_item {
    margin: 1.4% 0 22.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.noteIntro .noteIntro_item h2,.h_noteIntro .h_noteIntro_item h2{
    margin-bottom: 40px;
    padding-bottom: 35px;
    position: relative;
}
.noteIntro .noteIntro_item h2 i,.h_noteIntro .h_noteIntro_item h2 i
{
    font-size: 50px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}
.noteIntro .noteIntro_item h2:after,.h_noteIntro .h_noteIntro_item h2:after{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: 0;
    left: 0;

}
.noteIntro .noteIntro_item .info,.h_noteIntro .h_noteIntro_item .info{
    color: #898989;
    line-height: 32px;
}
.noteIntro .noteIntro_item .info p,.h_noteIntro .h_noteIntro_item .info p{
    color: #898989;
    line-height: 32px;
}
.noteIntro .noteIntro_item .title_note,.h_noteIntro .h_noteIntro_item .title_note{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-bottom: 25px;
}
.note2 .next1{
    top: 98px;
    background: url(img/next.png) no-repeat center center;
    background-size: contain;
    right: 5px;
}
.note2 .prev1{
    top: 98px;
    background: url(img/prev.png) no-repeat center center;
    background-size: contain;
    left: 5px;
}
.osiinfo{
    background: url(img/about2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
}
.osiculture{
    background: url(img/about3_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
}
/*资质荣誉*/
.honor1{
    background: url(img/about4_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 13% 0 18%;
    position: relative;
}
.news1:after,
.honor1:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(img/nav_bg.png) no-repeat center center;
    background-size: cover;
    content: "";
    display: block;
}
.inner.osiculture h2 i{
  background: none;
  color: #fff;
  
}
.inner.osiculture h3{
   color: #fff;
}
.inner h2 i{
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
/*.honor2{
    padding: 100px 0;
}
.honor2 .info,
.honor2 .info p{
    line-height: 34px;
} */
.honorslist_all{
    padding-top: 75px;
}


.honorslist {
  /*  width: 20.5%;*/
   width:19%;
    float: left;
    margin-right: 6%;
}

.honorslist:nth-of-type(4n) {
    margin-right: 0;
}

.honorslist .honortitle {
    color: #00a0e9;
}

.honorslist .honortitle span {
    position: relative;
    padding: 12px 0 10px;
    font-size: 18px;
    font-weight: 700;

}

.honorslist .honortitle span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #00a0e9;
    left: 0;
}

.honorslist li {
    border-bottom: 1px solid #e7e8e8;
}

.honorslist li:first-of-type {
    border-top: 1px solid #e7e8e8;
}

.honorslist li .img_con {
    display: none;
}

.honorslist li h3{
    line-height: 20px;
    padding: 15px 0;
   /* font-weight: 600; */
    cursor: pointer;
    /* text-align: center; */
    width: 100%;
} 

.diploma_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 110;
    display: none;
}

.diploma_mark .img_con {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diploma_mark .img_con img {
    width: 100%;
}

.diploma_mark .img_con h3 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    padding-top: 20px;
}

.diploma_mark .close {
    width: 22px;
    height: 22px;
    background: url(img/t_menu-close.png) no-repeat;
    position: absolute;
    top: -30px;
    right: -40px;
    opacity: 1;
}
.section3.pro2 {
    padding: 0;
    background: #fff;
}
.pro2 .recommend_con .recommend{
    display: block;
    background: #050b29;
    padding: 60px 0;
    margin: 10px 0;
}
.pro2 .recommend_con .recommend:last-of-type{
    margin-bottom: 0;
}
.pro2 .recommend_con .recommend .w{
    height: 100%;
}
/*//?’-?”???‰é’?*/
/* .recommend video::-webkit-media-controls-play-button {
    display: none;
}*/

/*//è???o|???*/
.recommend video::-webkit-media-controls-timeline {
    display: none;
}

/*//è§?????????“?‰??—?é—′*/
.recommend video::-webkit-media-controls-current-time-display {
    display: none;
}

/*//?‰?????—?é—′*/
.recommend video::-webkit-media-controls-time-remaining-display {
    display: none;
}
/*产品栏目页*/
.pro_inner .recommend_con .left img{
    width: 100%;
    height: 100%;
}
/*.proList{
    padding: 60px 0 0px;
} */
.searchproList {
       padding: 40px 0 0px;
    border-top: 60px solid rgba(0,0,0,0.3);
}
.proList .condition{
      margin-bottom: 15px;
    position: relative;
    padding-left: 100px;
}
.proList .condition span{
      width: 100px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.proList .condition a{
        padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b7b8b8;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.proList .condition a.on{
    background: #00a0e9;
    border: 1px solid #00a0e9;
    color: #fff;
}
.proList.caseList .condition a.on{
    background: #595757;
    border: 1px solid #595757;
}
.proList .btn_con{
    text-align: center;
    margin: 45px 0;
}
.proList .btn_con button{
    width: 140px;
    padding: 8px 0;
    background: #00a0e9;
    border: 1px solid #00a0e9;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.proList.caseList .btn_con button{
    background: #595757;
    border: 1px solid #595757;
}
.proList .pro_ul{
    border-top: 1px solid #eee;
}

.proList .pro_ul li{
    float: left;
    width: 23.92%;
    margin-right: 1.44%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 2.44%;
}
.proList .pro_ul li a{
    width: 100%;
}
.proList .pro_ul li i.top_tran{
    position: absolute;
    top: -36px;
    left: -36px;
    width: 0;
    border: 35px solid transparent;
    border-top: 35px solid #fff;
    height: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

}
.proList .pro_ul li i.top_tran:after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #eee;
    top: -70px;
    left:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.proList .pro_ul li:nth-of-type(4n){
    margin-right: 0;
}

.proList .pro_ul li .img_con{
      width: 94%;
    padding-top: 82%;
    margin: 6px 3% 0;
  background-size: contain !important;
}
.proList .pro_ul li .info_con{
    padding: 30px 40px;
}
.proList .pro_ul li .info_con h4{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.proList .pro_ul li .info_con .info{
    height: 60px;
    margin: 25px 0;
}
.proList .pro_ul li .info_con .info,
.proList .pro_ul li .info_con .info p{
    line-height: 20px;
}
.proList .pro_ul li .info_con span {
    width: 100%;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.proList .pro_ul li:hover .info_con span{
    border: 1px solid #00a0e9;
    background: #00a0e9;
    color: #fff;
}
.proList .pro_ul li:hover{
   -webkit-box-shadow: #dadada 0px 10px 10px;
   -moz-box-shadow: #dadada 0px 10px 10px;
   box-shadow: #dadada 0px 10px 10px; 
}


/*产品详情*/
.pro_detail{
    margin-top:70px;
}
/* 面包屑导航 */
.pd_crumb{
    padding: 18px 0;
    font-size: 13px;
    color: #999;
}
.pd_crumb a{
    color: #888;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.pd_crumb a:hover{
    color: #00a0e9;
}
.pd_crumb .pd_sep{
    margin: 0 6px;
    color: #ccc;
}
.detail_con{
    border: 1px solid #f2f2f2;
    padding: 40px 50px;
    margin: 0 0 18px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.detail_con_new{
  padding: 50px 368px;
}
.masterInfo{

}
/* 产品大图: 无外框, 撑满容器, 浅底衬托 */
.masterInfo .left{
    width: 50%;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.masterInfo .left img{
   max-width: 100%;
   max-height: 560px;
   width: auto;
   height: auto;
}
.masterInfo .right{
    width: 50%;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 产品型号标签 */
.pd_model{
    display: inline-block;
    background: #eaf7fd;
    color: #00a0e9;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    letter-spacing: .3px;
}
.masterInfo .pro_title{
    font-size: 30px;
    margin: 0 0 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}
.pd_sepline{
    width: 100%;
    height: 1px;
    background: #eee;
    margin-bottom: 22px;
}

.masterInfo .grade_title{
    font-size: 20px;

}
.masterInfo .classify{
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-weight: 700;
    position: relative;
    padding-left: 14px;
}
.masterInfo .classify:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #00a0e9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.masterInfo .info{
   font-size: 14px;
   color: #666;
   line-height: 1.9;
   max-height: 200px;
   overflow-y: auto;
}
.masterInfo .btn_all {
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px;
}

.masterInfo .btn_all a {
	display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.masterInfo .btn_all .tab_a{
    background: #00a0e9;
    color: #fff;
    border: 1px solid #00a0e9;
}
.masterInfo .btn_all .tab_a:hover{
    background: #0090cf;
    border-color: #0090cf;
}
.masterInfo .btn_all .down_a{
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}
.masterInfo .btn_all .down_a:hover{
    color: #00a0e9;
    border-color: #00a0e9;
}

/* 产品视频 */
.pd_video{
    margin: 30px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}


.bdshare_popup_box{
		 	  display:none !important;
		   }
  
	

.classify_ul{
    margin-top: 40px;
    border-bottom: 1px solid #f2f2f2;

}
.classify_ul li{
    float: left;
    padding-right: 45px;
}
.classify_ul li a{
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;

}
.classify_ul li a:after{
    position: absolute;
    display: none;
    content: "";
    width: 100%;
    height: 5px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: -3px;
    left: 0;
}
.classify_ul li.on a:after{
    display: block;
}
.info_all{
    padding-top: 20px;
    font-size: 16px;
}
.info_all .info{
    display: none;
}
.info_all .info.active{
    display: block;
}
.lookList{
    text-align: center;
    border-top: 1px solid #eee;
    padding: 25px 0;
}
.lookList .looklist_a{
    font-size: 24px;
    padding: 0 20px;

}
.news1{
    background: url(img/banner5.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 20%;
   position: relative;
}

.news2{
    background: url(img/x_new2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 18%;
}

.news2 .readmore_box{
    text-align: center;
}

/*新闻栏目列表页*/
.newslist1{
    background: url(img/new_inner.jpg) no-repeat center center;
    background-size: cover;
}
.newslist2{
    background: url(img/new_inner2.jpg) no-repeat center center;
    background-size: cover;
}
.newslist1 h2 i{
    background: none;
    color: #fff;
}

.newslist1 h3{
    color: #fff;
}

/*关于我们专属 Banner（仅 diyname=gywm 栏目生效，不影响其他内页）
  整幅实景大图完整连贯、无遮挡、左侧无纯色块；定位左对齐
  文字可读性用 text-shadow 增强（不加遮罩层，不遮挡图片）*/
.inner.newslist1.about-banner{
    background: url(img/about_banner_new.jpg) no-repeat left center;
    background-size: cover;
}
.inner.newslist1.about-banner h2 i,
.inner.newslist1.about-banner h3{
    text-shadow: 0 2px 12px rgba(0,30,60,.5);
}

/*产品中心 Banner（产品列表页/产品详情页，仅栏目 id=product 及子栏目生效）*/
.inner.product.product-banner{
    background: url(img/product_banner.jpg) no-repeat center center;
    background-size: cover;
}
.inner.product.product-banner h2 i,
.inner.product.product-banner h3{
    text-shadow: 0 2px 12px rgba(0,30,60,.5);
}

/*工程案例 Banner（案例列表页/案例详情页，仅栏目 id=zhongdiangongcheng 及子栏目生效）*/
.inner.newslist1.case-banner{
    background: url(img/case_banner.jpg) no-repeat center center;
    background-size: cover;
}
.inner.newslist1.case-banner h2 i,
.inner.newslist1.case-banner h3{
    text-shadow: 0 2px 12px rgba(0,30,60,.5);
}

/*新闻资讯 Banner（新闻列表页/新闻详情页，仅栏目 id=xwzx 及子栏目生效）*/
.inner.newslist1.news-banner{
    background: url(img/news_banner.jpg) no-repeat center center;
    background-size: cover;
}
.inner.newslist1.news-banner h2 i,
.inner.newslist1.news-banner h3{
    text-shadow: 0 2px 12px rgba(0,30,60,.5);
}

/*联系我们 Banner（联系我们单页及子栏目，仅栏目 id=lxwm 及子栏目生效）*/
.inner.newslist1.contact-banner{
    background: url(img/contact_banner.jpg) no-repeat center center;
    background-size: cover;
}
.inner.newslist1.contact-banner h2 i,
.inner.newslist1.contact-banner h3{
    text-shadow: 0 2px 12px rgba(0,30,60,.5);
}
.news_ul{

}
.news_ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    border: 1px solid #ebecec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:255px
}
.news_ul li:nth-of-type(3n){
    margin-right: 0;
}
.news_ul li a{
    width: 100%;
}
/*.news_ul .img_con{
    width: 100%;
    padding-top: 67.5%;
    position: relative;
    overflow: hidden;
} */
.news_ul .img_con .img_scale{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*.news_ul .info_con{
    padding: 20px 30px;
    text-align: center;
} */

/*.news_ul .info_con h3{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebecec;
    margin-bottom: 20px;
}
.news_ul li:hover .info_con h3{
    color: #00a0e9;
}

.news_ul .info_con i{
    color: #898989;
    font-size: 18px;
} */
/*新闻详情*/
.new_title{
    font-size: 36px;
    line-height: 50px;
}
/* 联系页: banner 下方标题居中 */
.contact-banner ~ .pro_detail .new_title{
    text-align:center;
}
.contact-banner ~ .pro_detail .info_new_h > h2{
    text-align:center;
}
.new_time{
    font-size: 24px;
   margin: 30px 0;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdddd;
}
/*联系我们*/
.contact1{
    background: url(img/contact_inner.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 0 25%;
}

.contact1 h2 i{
    background: none;
    color: #000;
    font-weight: normal;
    padding-right: 20px;
}

.contact1 h2 span{
    color: #00a0e9;
    font-size: 40px;
    font-weight: 700;
}
.contact_ul{

}

.contact_ul li{
    float: left;
    width: 32.85%;
    margin: 0.725% 0.725% 0 0;
    border: 1px solid #e6e6e6;
    padding-top: 32.85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_ul li:nth-of-type(3n){
    margin-right: 0;
}
.contact_ul li h2{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.contact_ul li i{
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(img/contact_icon1.png) no-repeat center center;
    background-size: auto 50%;
    bottom: 50px;
    left: 0;
}
.contact_ul li:hover{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color:#fff;
}
.contact_ul a:hover i{
    background: url(img/contact_icon11.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(2) i{
    background: url(img/contact_icon2.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(2):hover i{
    background: url(img/contact_icon22.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(3) i{
    /* background: url(img/contact_icon3.png) no-repeat center center; */
    background: url(img/x_contact_icon3.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(3):hover i{
   /* background: url(img/contact_icon33.png) no-repeat center center;*/
  background: url(img/x_contact_icon33.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(4) i{
    background: url(img/contact_icon4.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(4):hover i{
    background: url(img/contact_icon44.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(5) i{
    background: url(img/contact_icon5.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(5):hover i{
    background: url(img/contact_icon55.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(6) i{
    background: url(img/contact_icon6.png) no-repeat center center;
    background-size: auto 50%;
}
.contact_ul a:nth-of-type(6):hover i{
    background: url(img/contact_icon66.png) no-repeat center center;
    background-size: auto 50%;
}
.help_con{
  /*  padding-top: 90px; */
  padding-bottom:90px;
}
.help_con .left{
    width: 41.5%;
    padding-right: 50px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.help_con .left h4{
    font-size: 60px;
}

.help_con .left .help_ipt{
    width: 100%;
    position: relative;
    margin: 50px 0 35px;

}
.help_con .left .help_ipt .text{
    border: 1px solid #b5b5b6;
    width: 100%;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 50px 0 20px;
}
.help_con .left .help_ipt .button{
    width: 50px;
    height: 50px;
    background: url(img/search_icon2.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}


.help_con .left i{
    color: #898989;
    font-size: 16px;
    border-bottom: 1px solid #ababab;
}
.help_con .right{
    width: 58.5%;
}
.help_con .right img{
    width: 100%;
}
.commonService{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
    padding-bottom: 80px;
}

.commonService h3{
    padding: 60px 0;
    text-align: center;
    font-size: 48px;
}

.commonService li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.commonService li h4{
    font-size: 28px;
    padding: 20px 0 15px;
}
.commonService li a{
    border-bottom: 1px solid #fff;
    padding-top:10px;
}

.contact_us{
    padding: 140px 0;
}
.contact_us h2{
    font-size: 52px;
    text-align: center;
}
.contact_us h3{
    font-size: 28px;
    text-align: center;
    padding: 20px 0 60px;
}
.contact_us .con_ipt {

}

.contact_us .con_ipt .common_info{

}
.contact_us .common_info input{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 98px;
    padding: 0 40px;
    font-size: 24px;
}
.contact_us .common_info input:nth-of-type(2n){
    margin-right: 0%;
}

.contact_us .con_ipt textarea{
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 40px;
}
.contact_us .con_ipt .checbox_label{
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-top: 90px;
    font-size: 24px;
}
.contact_us .con_ipt .checbox{
    width: 24px;
    height: 24px;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 2px;
    left: 0;
}
.contact_us .con_ipt .checbox_label a{
    border-bottom: 1px solid #000;
}
.contact_us .con_ipt .submit{
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
    font-size: 24px;
    padding: 20px 30px 20px 60px;
    text-align: center;
    letter-spacing: 30px;
    margin-top: 80px;
}
/*企业合作*/
.cooperate1{
    background: url(img/x_hezuo.jpg) no-repeat center center;
    background-size: cover;
}

.cooperate1 h3{
    color:#fff;
}
.cooperate2{
    padding: 80px 0;
}
.cooperate2 .title1{
    font-size: 40px;
    color: #00a0e9;
    text-align: center;
}

.cooperate2 .title2{
    font-size: 28px;
    text-align: center;
    margin: 30px 0;
}

.cooperate2 .form_con{

}
.cooperate2 .form_con li{
    margin-bottom: 20px;
    position: relative;
}
.cooperate2 .form_con li span{
    font-size: 16px;
    color: #9fa0a0;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: -65px;
}

.cooperate2 .form_con li span i{

}

.cooperate2 .form_con li input{
    width: 100%;
    background: #f7f8f8;
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cooperate2 .form_con li textarea{
    border: none;
    background: #f7f8f8;
    width: 100%;
    height: 150px;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cooperate2 .form_con li.last_li{
    width: 45%;
}
.cooperate2 .form_con li.last_li input{
    width: 100%;
}
.cooperate2 .form_con li.last_li2{
    width: 100%;
}
.cooperate2 .form_con li.last_li2 input.submit{
    width: 100%;
    line-height: 50px;
    color: #fff;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);

}

.mail_a{
    font-size: 16px;
    text-decoration: underline;
}



/*社会责任*/
.social1{
  /*  background: url(img/social.jpg) no-repeat center center; */
    background: url(img/xx_social.jpg) no-repeat center center;
    background-size: cover;
}

.social1 h3{
    color:#fff;
}
.social2 ul{

}
.social2 ul li{
    margin: 10px 0;
}
.social2 li .left{
    width: 50%;
    padding-top: 29.1%;
    float: left;
}
.social2 ul li .right{
    width: 50%;
    position: relative;
    float: right;
    padding-top: 29.1%;

}
.social2 ul li .right .info2{
    color: #898989;
}
.social2 ul li .right_con{
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
    font-size: 16px;
}
.social2 ul li .right_con .info,
.social2 ul li .right_con .info p{
    line-height: 32px;
}
.social2 li:nth-of-type(2n) .left{
    float: right;
}
.social2 li:nth-of-type(2n) .right{
    float: left;
}
.social2 li:nth-of-type(2n) .right_con{
    left: auto;
    right: 70px;
}
/*人才招聘*/
.inner.recruit1{
  /*  background: url(img/advertise_inner.jpg) no-repeat center center;*/
    background: url(img/x_banner_rc.jpg) no-repeat center center;
    background-size: cover;
}
.recruit2{
    padding: 15px 0 40px;
}
.table_div {

}

.table_div ul {
    padding-bottom: 40px;
}

.table_div ul li {

}

.table_div .title_h3, .table_div .title_h5 {
    border-bottom: 1px solid #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
}

.table_div ul li:last-child .title_h5 {
    border-bottom: 0;
}

.table_div .title_h3 {
    padding: 20px 0 20px;
    font-size: 20px;
    background: -ms-linear-gradient(left,#2da6e0, #036eb8);
    background: -webkit-linear-gradient(left,#2da6e0, #036eb8);
    background: -o-linear-gradient(left,#2da6e0, #036eb8);
    background: -moz-linear-gradient(left,#2da6e0, #036eb8);
    background: linear-gradient(left,#2da6e0, #036eb8);
    color: #fff;
}

.table_div .title_h5 {
    line-height: 66px;
    font-size: 16px;
    background: #fafafa;
}

.table_div .title_h3 span,
.table_div .title_h5 span {
    width: 22%;
    float: left;
    text-align: center;

}

.table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
    width: 12%;
    cursor: pointer;
}

.table_div .dedai {
    display: none;
    padding: 10px 20px;
    line-height: 25px;
    background: #eeeeee;
}

/* 点击"查看详情"展开职位详情: li.active 时显示 .dedai (配套 JS 切换 .active 类) */
.table_div li.active .dedai {
    display: block;
}

.table_div li .develop {
    position: relative;
    cursor: pointer;
}

.table_div li .develop i {
    background: url(img/pull_icon.png) no-repeat center right;
    padding-right: 18px;
}
.table_div ul li.active .develop i{
    background: url(img/pash_icon.png) no-repeat center right;
}
/*项目案例*/
.inner.case1{
    background: url(img/case_inner.jpg) no-repeat center center;
    background-size: cover;
}

.caseList .case_ul{
    border-top: 1px solid #eee;
}

.proList .case_ul li{
    float: left;
    width: 23.92%;
    margin-right: 1.44%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 1.44%;
}
.proList .case_ul li a{
    width: 100%;
}

.proList .case_ul li:nth-of-type(4n){
    margin-right: 0;
}

.proList .case_ul li .img_con{
    width: 100%;
    padding-top: 59.7%;
}
.proList .case_ul li .info_con{
    padding: 20px;
}

.proList .case_ul li .info_con h4{
    font-size: 18px;
}
.proList .case_ul li .info_con .info{
    height: 40px;
    margin: 10px 0 30px;
}
.proList .case_ul li .info_con .info,
.proList .case_ul li .info_con .info p{
    color: #727171;
    line-height: 20px;
}

.proList .case_ul li .info_con span{
    color: #00a0e9;
    font-weight: 700;
    line-height: 16px;
}
.about2 .subtitle{
     margin-bottom: 10px;
}
.about.about2 .readmore_box {
    margin-bottom: 20px;
}
.search_title{
    font-size: 18px;
    padding-bottom: 15px;
}



    /*分页结构*/
.pageing {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding: 10px 0 0;
}
#pager{

}
#pager li{
	width:100px;
	float:left;
	color: #00a0e9;
}

.searchlist{
   /*  padding: 50px 0 60px;*/
  /*  border-top: 60px solid rgba(0,0,0,0.3) */
 
}
.inner_search  {
  background:url(img/search_bg.jpg) no-repeat center center;
  background-size:cover;
  padding:8.5% 0;
  margin-bottom:34px;
}
.searchlist li{
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.searchlist li h2{
    font-size: 18px;
    padding-bottom: 8px;
}
.searchlist li i{
    font-size: 12px;
    padding-bottom: 6px;
    color: #aaaaaa;
}
.searchlist li .info{
    height: 50px;
    overflow: hidden;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST {
    display: none;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_SHUZIYE {
    padding: 10px 10px;
}

.JZD_PAGE_DISABLED {
    padding: 10px 10px;
    color: #00a0e9;
}

.subtitle_text3{
  padding-right:12%; 
}

/* 视频 */
  .video_box{
      position: fixed;
      top: 0;
      left: 100px;
      width: calc(100% - 100px);
      height: 100%;
      z-index: 1000;
      display: none;
  }
  .video_box .video_box1{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box .video_box1 video{
      width: 100%;
      height: 100%;
  }
  .video_box .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }
/* 底部二维码 */
.footer .contact img{
	width: 95px;
	height: 95px;
}

.section1_con1{
    position: absolute;
    width: 100%;
	height: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/IMG/about1_bg.jpg) no-repeat center center;
    background-size: cover;
}
.section1_con2{
    position: absolute;
    width: 100%;
	height: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/IMG/about1_bg.jpg) no-repeat center center;
    background-size: cover;
}



.banner_container .swiper-pagination-bullet{
    width: 20px;
    height: 48px;
   /* background: #fff; */
    background:url(img/banner_prev.png)no-repeat center ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin-bottom: 39px !important;
}
.paly_video{
  position: absolute; 
  z-index: 9;
  margin-top: -7%;
  margin-left: 87%;
} 
.paly_video img{
  width:91px;
  height:81px;

}

  .video_box{
      position: fixed;
      top: 0;
      left: 0;
	width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .5);
  }
  .video_box .video_box1{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box .video_box1 video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
  .video_box .close{
      position: absolute;
      top: -4px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

.section1_con1{
    position: absolute;
    width: 100%;
	height: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: url(img/xx_banner-02.jpg) no-repeat center center; */
  /*  background: url(img/x_banner-02.jpg) no-repeat center center; */
    background: url(img/banner_new_2.jpg) no-repeat center center;
    background-size: cover;
}
.section1_con2{
    position: absolute;
    width: 100%;
	height: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /*   background: url(img/banner-03.jpg) no-repeat center center;*/
   background: url(img/banner_new_3.jpg) no-repeat center center;
    background-size: cover;
}
/*股票代码*/
.gp_con{
  color: #FFFFFF;
  font-size:15px;
  margin-left:74%;
  margin-top:22px;
}

/*首页banner 播放视频*/
.paly_video{
  cursor:pointer;
}

.subtitle_x p{
text-align:center;
}

/*联系我们 加背景*/
.help{
	background: url(img/x_banner_contact.jpg) no-repeat center center; 
	background-size:100% 100%;
	margin: 55px 0;
}
/* 大事记 */
.noteIntro .noteIntro_item h2 span{
    font-size: 28px;
    margin-left: 18px;
}
/* 产品中心 */
.product{
    background: url(img/v_408cd19f8d4e4e46a635456f182f8ca7.jpg) no-repeat center center;
    background-size: cover;
}
/* 资质荣誉 */
.honor2_con{
   padding-bottom:150px;
}
#wrap {
	position: relative;
	padding: 10px;
  overflow:hidden;

}
.z-wrap{
	position: relative;
/*	padding: 10px;*/
  overflow:hidden;

}

#read-more {
	color: #fff;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
	width: 108px;
	text-align: center;
	margin-top: 50px;
margin-left:46%;
	
} 
#read-more:hover {
	cursor: pointer;
	opacity: .8;
} 
.z_read-more {
	color: #fff;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
	width: 108px;
	text-align: center;
	margin-top: 50px;
margin-left:46%;
	
} 
.z_read-more:hover {
	cursor: pointer;
	opacity: .8;
}







/* 企业动态 */
.radius_box{
	width: 50px;
	height: 50px; 
	border: 1px solid #ebecec;
	background-color: #FFFFFF;
	border-radius: 50%;
    margin-top: -50px;
	margin-left:40% ;
    text-align: center;
	
}
.radius_box h5{
	padding: 30px  10px;
}
.radius_box h5  i{
	font-size: 20px;
}
.radius_box span{
	font-size: 14px;
}
 .news_ul li{
	 margin-top: 115px;
	 margin-bottom: 20px;
 }

 
.news_ul .img_con {
	width: 100%;
	position: relative;
}
.news_ul .info_con {
	padding: 62px 30px 0 ;
}
.news_ul .info_con .point{
	font-size: 18px;
	font-weight: 550;
}
.news_ul .info_con p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8;
}

.news_ul .info_con i{
	font-size: 14px;
	margin: 50px 0;
}
.news_ul li :hover .radius_box{
	color:#FFFFFF;
	background: -ms-linear-gradient(#036eb8, #2da6e0);
	background: -webkit-linear-gradient(#036eb8, #2da6e0);
	background: -o-linear-gradient(#036eb8, #2da6e0);
	background: -moz-linear-gradient(#036eb8, #2da6e0);
	background: linear-gradient(#036eb8, #2da6e0);
}
.news_ul li:hover .info_con h1{
	color: #00a0e9;
}
.news_ul li:hover .info_con i{
	
	color: #00a0e9;
}
 .news_ul li:hover{
 	border-color: #007AFF;
 }
/* 企业文化*/
.honor2  .info{
  margin-top: 60px;
  margin-bottom: 60px;
}
.honor2  .info .left_ul{
   width: 24%; 
   margin-left: 10px;
   margin-top: 79px;
	padding-left: 100px;
   text-align: right;
   margin-right: 30px;
}
.honor2  .info  .left_ul p{
	text-align: right;
}


.honor2  .info  .left_ul li h1{
	/*margin-left: 110px; */
} 

.honor2  .info ul li{
  margin-top: 40px;
}
.honor2  .info ul li h1{
	font-size: 20px;
	color: #00a0e9;
	line-height: 3;
	font-weight: 600;
}
.honor2  .info .left_ul li h1{
	line-height: 3;
}
.honor2  .info .right_ul li h1{
	line-height: 2.4;
}





.honor2  .info ul li p{
  font-size: 16px;
}
.honor2  .info .right_ul{
  width: 22%; 
  margin-top: -41.6%;
}
.center_ul{
  width: 80%; 
  height: 100%;
}
/* 产品列表*/
.swiper_con_bg{
     background: -ms-linear-gradient(top, #2da6e0, #036eb8);
				background: -webkit-linear-gradient(top, #2da6e0, #036eb8);
				background: -o-linear-gradient(top, #2da6e0, #036eb8);
				background: -moz-linear-gradient(top, #2da6e0, #036eb8);
				background: linear-gradient(top, #2da6e0, #036eb8);

}
	.bottom_swiper {
				width: 100%;
				height: 100%;
				position: relative;
			}

			.swiper_con {
				position: relative;

			}

			.swiper-slide {}

			.bottom_swiper {
				left: 0;
			}

			.swiper_con li {
				background-size: cover !important;
			}

			.swiper_con .swiper-button-next2 {
				position: absolute;
				background: url(img/pre_icon.png);
				width: 30px;
				height: 30px;
				right: -15px;
				margin-top: -37px;
				opacity: 1;
			}

			.swiper_con .swiper-button-prev {
				background: url(img/next_icon.png) no-repeat;
				width: 30px;
				height: 30px;
				left: -15px;
				opacity: 1;
				margin-top: -37px;
			}

			.swiper-pagination1 {
				bottom: -50px;
				position: absolute;
				left: 0;
				text-align: center;
				width: 100%;
			}

		/*	.swiper-pagination-bullet {
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 10px;
				background: green;
				margin: 0 10px;
				cursor: pointer;
				transition: width 0.3s ease-in-out;
			} */

			.swiper-slide-thumb h1 {
				font-size: 20px;
				color: #fefefe;
				text-align: center;
				opacity: 0.8;
			}

			.swiper-slide-thumb p {
				font-size: 12px;
				color: #fefefe;
				text-align: center;
				margin-top: 21px;
				line-height: 2;
				margin-bottom: 45px;
				opacity: 0.8;
            padding:0 10px;

			}

			.swiper-slide-thumb img {
			/*	margin-left: 47%; */
				margin-top: -57px;
				opacity: 0;
			}

			.swiper-slide-thumb .line {
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-ms-transition: all .3s;
				-o-transition: all .3s;
				transition: all .3s;
				position: absolute;
				top: 36px;
				left: 50%;
				-webkit-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				-o-transform: translateX(-50%);
				transform: translateX(-50%);
				width: 12px;
				height: 12px;
				background: #FFFFFF;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				/*border: 7px solid rgba(44, 140, 208); */
			}

			.bottom_swiper li {
				margin-top: 45px;
			}

			.bottom_swiper li .line1 {
				border-top: 1px solid #346c85;
				width: 200px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				cursor: pointer;
				margin-top: 19px;
			}
          
		/*	.bottom_swiper .swiper-slide-active .line {
				border: 7px solid #39a5df;
			}

			.bottom_swiper .swiper-slide-active p {
				color: #FFFFFF;
				opacity: 1;
			}
       

			.bottom_swiper .swiper-slide-active h1 {
				color: #FFFFFF;
				opacity: 1;
			}
       

			.bottom_swiper .swiper-slide-active img {
				opacity: 1;
			}  */
       

.bottom_swiper .swiper-slide-thumb:hover .line{
            width: 12px;
				height: 12px;
           border: 3.5px solid #39a5df;
						}
           .bottom_swiper .swiper-slide-thumb:hover p{
				color: #FFFFFF;
				opacity: 1;
			}
			.bottom_swiper .swiper-slide-thumb:hover h1{
							color: #FFFFFF;
							opacity: 1;
			}
			.bottom_swiper .swiper-slide-thumb:hover img{
						
							opacity: 1;
			}




			.pro_h2 {
				text-align: center;
				font-size: 32px;
				margin: 10px 0 45px;
				color: #000000;

			}

			.about_part2_title_ul {
				overflow: hidden;
				justify-content: space-between;
			}

			.about_part2_title_ul .about_part2_title_li {
				float: left;
				padding: 5px 4.88px;
				text-align: center;
				font-size: 16px;
				margin-right: 32px;
            position: relative; 
            padding-bottom: 10px; 
			}

			.about_part2_title_ul .about_part2_title_li {
				cursor: pointer;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

			.about_part2_title_ul .about_part2_title_li:last-of-type {
				margin-right: 0;
			}

			.about_part2_title_ul .about_part2_title_li.on {
				color: #036eb8;	
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
        
			}
  /* .about_part2_title_ul .about_part2_title_li:before {
	 content: "";
   position: absolute;
   bottom: 0;
   width: 0;
   border-bottom: 2px solid #009ee4;; 
}
	.about_part2_title_ul .about_part2_title_li.on:before{
	  width:92%;}  */

.about_part2_title_ul .about_part2_title_li:after{
position: absolute;
    display: none;
    content: "";
    width: 100%;
    height: 5px;
    background: -ms-linear-gradient(left,#036eb8, #2da6e0);
    background: -webkit-linear-gradient(left,#036eb8, #2da6e0);
    background: -o-linear-gradient(left,#036eb8, #2da6e0);
    background: -moz-linear-gradient(left,#036eb8, #2da6e0);
    background: linear-gradient(left,#036eb8, #2da6e0);
    bottom: -3px;
    left: 0;
}
.about_part2_title_ul .about_part2_title_li.on:after{
	 display:block;

}




			.about_part2_infocon {}

			.about_part2_infocon .about_part2_li {
				/*display: none; */
			}

			.about_part2_infocon .about_part2_li.active {
				display: block;
          
			}

/*首页防伪*/
	.ck_box{
	    position: fixed;
	    top: 0;
	    left:0;
	    width: 100%;
	    height: 100%;
	    z-index: 1000;
	    display: none;
		  background: rgba(0, 0, 0, .5); }
	 .ck_box1{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.ck_box1 img{
	    width: 100%;
	    height: 100%;
		  background-color: #000000;
	}
	.ck_box .close1{
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	}

.readmore_box2{
margin-top:183px;
}
/*首页产品视频切换*/
/*.recommend_con .recommend:nth-of-type(1) {
	height: 0;
 	display: block;
 }
 .recommend_con .recommend:nth-of-type(1).active {
  	display:none;
  }*/
.inner_recommend_con .title5{
	font-size: 72px;
	color: #00a0e9;
	line-height: 2;
  	font-weight: 800;
}
.inner_recommend_con .title6{
	font-size: 48px;
	/*color: #FFFFFF; */
  margin-bottom:25px;
}
.readmore_box5{
	margin-top:34px ;
}
.inner_recommend_con p{
  line-height:2.5;
  font-size:14px;

}





/* 人才招聘*/
.x_readmore{
   background: -ms-linear-gradient(right,#036eb8, #2da6e0);
	background: -webkit-linear-gradient(right,#036eb8, #2da6e0);
	background: -o-linear-gradient(right,#036eb8, #2da6e0);
	background: -moz-linear-gradient(right,#036eb8, #2da6e0);
	background: linear-gradient(to right,#036eb8, #2da6e0);
   padding: 2px 26px;
  margin-right:19px
}


	.inner_yy{
		margin-top:100px ;
		margin-bottom: 100px;
	}
	#allmap {
		width: 100%;
		height:600px;
		border: 1px #2da6df solid;
	}
	.cleanfloat:after {
		display: block;
		clear: both;
		content: "";
		visibility: hidden;
		height: 0;
	}
	
	.list {
		background: #fff;
	    justify-content: space-between;
	  margin-top:65px ;
	  	border-radius: 10px;
	  
	}
	.cleanfloat li:hover{
		background: -ms-linear-gradient(right,#036eb8, #2da6df);
		background: -webkit-linear-gradient(right,#036eb8, #2da6df);
		background: -o-linear-gradient(right,#036eb8, #2da6df);
		background: -moz-linear-gradient(right,#036eb8, #2da6df);
		background: linear-gradient(to right,#036fb8, #2da6df);
	    color: #FFFFFF;
	}
	.cleanfloat li:hover img:nth-of-type(2){
		display: block;
		width: 40px;
		height: 54px;
		margin: 72px auto 0 ;
	}
	.cleanfloat li:hover  img:nth-of-type(1){ 
		display: none;
		}
	.cleanfloat{
		
		
	}
	.cleanfloat li {
	width: 30%;
	height:340px ;
	background-color: #FFFFFF;
	box-shadow: -2px 0px 12px #eeeeee;
	cursor: pointer;
	float: left;
	margin-right: 70px;	
	text-align: center;
	border-radius: 1px;
	border-top:10px solid;
	border-image:linear-gradient(to right,#036fb8, #2da6df) 1 10;
	
	}


	
	.cleanfloat li:nth-of-type(3){
	  margin-right: 0;
	}
	
	
	.cleanfloat li img {
		width: 40px;
		height: 54px;
		margin-top: 72px;
}
  .cleanfloat li img:nth-of-type(2) {
		display: none;
		text-align: center;
}
   .cleanfloat li h1 {
		font-size: 24px;
		text-align: center;
	   line-height: 4;
}
   .cleanfloat li p {
		font-size: 16px;
		text-align: center;
	   line-height: 2;
	   	padding: 0 71px;
}



/*导航栏*/
.nav_list .dedai_dl{
	display: none;	
}

.list_zk{
	width: 15px;
	height: 15px;
	background: url(img/xl_img.png) no-repeat center  center;
	text-align:center;
	margin: 0 auto;
	cursor: pointer;
}
.list_zk.active{
	background: url(img/sq_img.png) no-repeat center  center;
}


/*企业动态内页*/
.visible-hs {
        display: none;
    }
/*简历直投*/
  .g_readmore_box{
    margin-top:-11%;
  }  
/*首页视频*/  
  .video_box_icon{
      position: fixed;
      top: 0;
      left: 0;
	   width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .7);
  }
   .video_box_icon .video_box1_icon{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box_icon .video_box1_icon video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
 .video_box_icon .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

/*重点工程*/

.proList-bg{
    background: url(img/gc_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 105px;

}

#wra{
    position: relative;
    overflow: hidden;
}
.caselist-box ul{
    width: 27%;
    float: left;
    margin-right: 6%;
    margin-bottom:-1px;

}
.caselist li a {
    line-height: 21px;
    cursor: pointer;
}
.xmmapleft{
 margin-left:-193px;

}
.zd_readmore_box{
    margin-left: 0% !important;  
  } 

/*产品中心*/

	.bottom_ul li {
				display: none;
			}

			.bottom_ul li.active {
				display: block;
			}
			.top_ul li.on .line{
				border: 7px solid #39a5df;
			}
			.top_ul li.on h1{
				color: #FFFFFF;
				opacity: 1;
			}
			.top_ul li.on p{
				color: #FFFFFF;
				opacity: 1;
			}
			.top_ul li.on img{
			opacity: 1;
			}

/* 首页解决方案 */
.section10 {
	position: relative;
	padding: 170px 0;
	background: url(img/solution_bg_ocean.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
      margin-bottom: 5px;
}
/* 半透明深色遮罩: 压暗自然环保背景图, 保证白色标题/正文在任意滚动位置可读 */
.section10::before{
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background: linear-gradient(180deg, rgba(3,27,56,.55) 0%, rgba(3,27,56,.45) 50%, rgba(3,27,56,.6) 100%);
	z-index: 0;
}
/* 内容置于遮罩之上 */
.section10 > *{ position: relative; z-index: 1; }

.video_swiper li {
	width: 20%;
	border: 1px solid #2da6df;
}
.video_swiper li  .video_a {
    width: 100%;
  cursor: pointer;
}
.video_swiper li   .video_a .video_box10{
	width: 100%;
	padding-top: 61%;
	background-size: cover !important;
	position: relative;
}

.video_swiper video {
	width: 100%;
	/* height: 10px; */
}

.video_swiper li   .video_a .title {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	 line-height: 50px;
}


.swiper_section10 {
	/* 解决方案版块的产品/方案卡片轮播: 按需求隐藏。如需恢复, 删除 display:none 即可 */
	display: none;
	position: relative;
}

.video_swiper {
	top: 88px;
}

.swiper_section10 li {
	background-size: cover !important;
}

.swiper_section10 .swiper-button-next {
	right: -55px;
	width: 40px;
	height: 40px;
	background: url(img/next10.png);
}

.swiper_section10 .swiper-button-prev {
	left: -55px;
	width: 40px;
	height: 40px;
	background: url(img/prev10.png);
}


.video_box10 .videoplay10 {
	width: 30px;
	height: 30px;
	background: url(img/play-img.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 42% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video_swiper li  .video_a .video_box10:after {
    position: absolute;
    background: url(img/play-img.png) no-repeat center center;
    top: 50%;
    left: 50%;
    background-size: 100%;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

/* 全屏按钮 */
.video_box10 video::-webkit-media-controls-fullscreen-button {
	display: none;
}

/* 播放按钮 */
.video_box10 video::-webkit-media-controls-play-button {
	display: none;
}

/*  进度条 */
.video_box10 video::-webkit-media-controls-timeline {
	display: none;
}

/* 观看的当前时间 */
.video_box10 video::-webkit-media-controls-current-time-display {
	display: none;
}

/* 剩余时间 */
.video_box10 video::-webkit-media-controls-time-remaining-display {
	display: none;
}

/* 音量按钮 */
.video_box10 video::-webkit-media-controls-mute-button {
	display: none;
}

.video_box10 video::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

/* 音量的控制条 */
.video_box10 video::-webkit-media-controls-volume-slider {
	display: none;
}

/* 所有控件 */
.video_box10 video::-webkit-media-controls-enclosure {
	display: none;
}

	 .video_swiper li:hover{
				background: -ms-linear-gradient(#2da6e0, #036eb8);
					background: -webkit-linear-gradient(#2da6e0, #036eb8);
					background: -o-linear-gradient(#2da6e0, #036eb8);
					background: -moz-linear-gradient(#2da6e0, #036eb8);
					background: linear-gradient( #2da6e0, #036eb8);
				}
			

/*.video_swiper .swiper-slide-active {
	background: -ms-linear-gradient(#2da6e0, #036eb8);
	background: -webkit-linear-gradient(#2da6e0, #036eb8);
	background: -o-linear-gradient(#2da6e0, #036eb8);
	background: -moz-linear-gradient(#2da6e0, #036eb8);
	background: linear-gradient(#2da6e0, #036eb8);
} */

.swiper-button-next10,
.swiper-button-prev10 {

	margin-top: 60px;

}
.section10_bigtitle2{
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 11%;
  
}
.subtitle_center p{
  text-align:center;
}
/*头部*/
 .topnav{
				  	position:fixed;
				   transition: all 0.5s;
			      height:80px;
			  }
			  .fixednav
			  {
			  
			  top:0px;
			  left:0px;
			  width:100%; 
			/*  background: -ms-linear-gradient(to right,  #2ea7e0, #036eb8);
			  background: -webkit-linear-gradient(to right,#2ea7e0, #036eb8);
			  background: -o-linear-gradient(to right,#2ea7e0, #036eb8);
			  background: -moz-linear-gradient(to  right,#2ea7e0, #036eb8);
			  background: linear-gradient(to  right,#2ea7e0, #036eb8); */
                
			  }

/*首页解决方案视频*/  
  .video_box_icon2{
      position: fixed;
      top: 0;
      left: 0;
	   width: 100%;
      height: 100%;
      z-index: 1000;
      display: none;
	  background: rgba(0, 0, 0, .3);
  }
   .video_box_icon2 .video_box2_icon{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1200px;
      height: 675px;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .video_box_icon2 .video_box2_icon video{
      width: 100%;
      height: 100%;
	  background-color: #000000;
  }
 .video_box_icon2 .close{
      position: absolute;
      top: -17px;
      right: -16px;
      background: url(img/close.png) no-repeat center center;
      width: 35px;
      height: 35px;
  }

/*二维码*/
.bd_weixin_popup .bd_weixin_popup_main {
    padding: 8px 10px !important;
  
}
/*联系我们*/
.contact_ul a{
  display: block;

}
.contact_ul li {
    float: left;
    width: 31.85%;
    margin: 0.725% 0.725% 0 0;
    border: 1px solid #e6e6e6;
    padding-top: 30.85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_ul a .tran_img img{
    display:inline-block;
    width:150px;
    height:150px;
    position: absolute;
    margin-top:-66%;
    margin-left:32%;
}


   



/*行内资讯*/
.new_source ,.new_editor{
  /* font-size: 49%; */
   margin-left:31px;
}
/*首页产品*/
.recommend_con .left {
    width: 560px;
    height: 315px;
    position: relative;
    margin-left: 146px;
}

/*解决方案*/
 .video_box_icon2_ul li{
display:none ;

}
.video_box_icon2_ul li.active{
display:block;
} 

/*新闻资讯*/
.news1_con ,.news2_con{
margin-top:120px;
}
/*弹出二维码*/
  #qrcode {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;  
          z-index: 9999;
          display: none;
      }
	  #qrcode img {
	  position: absolute;
    top: 127%;
    left: 39%;
    display: block;
    width: 242px;
    height: 297px;
}
/*产品中心 */
.pro_h1{
font-size:48px;
color:#009ee4;
text-align:center;
  font-weight:550;
 margin:62px 0 0;

}
  .wrap_pro {
    text-align: center;
    width: 100%;
    margin:44px 0;
        }
        .wrap_pro .pro_img {
            line-height: 20px;
        }
       
     .wrap_pro .pro_img {
         border-left: 630px solid #009ee4;
         border-right: 630px solid #009ee4;
         text-align: center;
          height: 1px;
   
          
        }
    .wrap_pro .pro_img img{
      margin-top: -21px;
      }






.vclose {
				position: absolute;
				right: 1%;
				top: 1%;
				border-radius: 100%;
				cursor: pointer;
			}
	.swiper_con {
			    padding: 0;
			    position: absolute;
			    margin-top: -199px;
			    text-align: center;
			 /*   margin-left: 252px; */
			}
.product_top{
  margin-top:10px;


}

 .honorslist_all{
       /*     padding-top: 75px;
            overflow: hidden;  /*--gxw--*/
           -webkit-transition: height .3s;
            -moz-transition: height .3s;
            -ms-transition: height .3s;
            -o-transition: height .3s;
            transition: height .3s; 
        }
	table tbody tr td p{
		text-align:center !important; 
	}





    .video-container {
			position: fixed;
			
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 10;
			background: rgba(0, 0, 0, .7);
			text-align: center;
			width: 100%;
			height: 100%;
			opacity: 0;
			transition: opacity .5s
		}

		.video-container .video-p {
			z-index: 4;
			box-sizing: border-box;
			width: 62%;
			overflow-y: hidden;
			transition: opacity .3s linear, -webkit-transform .3s ease-out;
			transition: opacity .3s linear, transform .3s ease-out;
			transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
			position: relative;
			background-color: transparent;
			margin: 0 auto
		}

		.video-container .video_close {
			cursor: pointer;
			z-index: 8;
			position: absolute; 
			right:0;
         top: 0;
		}

		.video-container .video-vnp {
			width: 100%;
          height:65%;
			outline: 0
		}

.video-container .video_close img {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 0px;
    display:block;
    opacity:1
} 

.info_new_h  table{
  width:662px !important;

} 

.info_new_h  video{
    object-fit: fill !important;
  height:100%  !important;
 margin-bottom: -7.5px !important;
 
}












@media screen and (max-width: 1680px) {
    .w{
        width: 1200px;
    }
    .subtitle {
        margin-bottom: 45px;
        padding: 0 11%;
    }
  .subtitle_text1 {
    padding: 0px 94px;
}
    .section1 video {
        height: 880px;
    }
    .section1 .banner_img {
        height: 880px;
    }
    .about1 video {
        height: 740px;
    }
    .section1_box {
        margin-top: 180px;
    }
    .section6 {
        height: 770px;
    }
    .section2 {
        padding: 70px 0 80px;
        margin: 0;
    }
    .section2 .about_ul li {
        height: 270px;
    }
    .section2 .about_ul {
        margin-top: 60px;
    }
    .section7{
        margin-bottom: 5px;
    }
    .footer {
        padding: 36px 0;
        font-size: 13px;

    }
    .footnav_ul li {
        margin-right: 55px;
    }
    .footer .middle {
        margin-top: 25px;
        padding: 15px 0;
    }
    .footer .bottom p {
        line-height: 25px;
    }
    .footer .bottom {
        margin: 15px 0 5px;
    }
    .about2 ul li {
        height: 380px;
    }
    .about1 .video_icon {
        margin-top: 120px;
    }

    .about3 .about3_title {
        font-size: 40px;
        margin: 60px 0 15px;
    }
    .note_time {
        height: 900px;
    }
    .honor2 {
        padding: 55px 0;
    }
    .honorslist {
        width: 21%;
        margin-right:3%;
    }
    .honorslist li h3 {
        line-height: 46px;
    }
    .honorslist_all {
        padding-top: 40px;
    }
    .proList .condition a {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .proList .pro_ul li .info_con {
        padding: 20px 30px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 20px;
    }
  /*  .news_ul .info_con {
        padding: 15px 20px;
    }  */
  
   .news_ul .info_con {
        padding: 75px 20px 0;
    } 
  
    .news_ul .info_con h3 {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .new_title {
        font-size: 28px;
        line-height: 38px;
    }

    .new_time {
        font-size: 18px;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    .detail_con {
        padding: 40px 60px;
    }

    .help_con .left {
        padding-top: 70px;
    }

    .help_con .left h4 {
        font-size: 50px;
    }
    .help_con .left .help_ipt {
        margin: 40px 0 30px;
    }
    .commonService h3 {
        padding: 35px 0;
        font-size: 36px;
    }
    .commonService li h4 {
        font-size: 24px;
        padding: 16px 0 11px;
    }
    .contact_us {
        padding: 60px 0;
    }
    .contact_us h2 {
        font-size: 40px;
    }
    .contact_us h3 {
        font-size: 24px;
        padding: 15px 0 40px;
    }
    .contact_us .common_info input {
        line-height: 60px;
        padding: 0 20px;
        font-size: 22px;
    }
    .contact_us .con_ipt textarea {
        font-size: 22px;
        padding: 20px;
    }
    .contact_us .con_ipt .checbox_label {
        padding-left: 30px;
        margin-top: 30px;
        font-size: 20px;
    }
    .contact_us .con_ipt .submit {
        font-size: 22px;
        padding: 12px 15px 12px 45px;
        margin-top: 25px;
    }
    .contact_us .con_ipt .checbox {
        top: -1px;
    }
    .cooperate2 {
        padding: 40px 0;
    }
    .cooperate2 .title2 {
        font-size: 22px;
    }

    .cooperate2 .form_con li {
        margin-bottom: 18px;
    }
    .cooperate2 .form_con li span {
        font-size: 12px;
        line-height: 40px;
        left: -50px;
    }
    .cooperate2 .form_con li input {
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
    }
    .cooperate2 .form_con li textarea {
        font-size: 16px;
        line-height: 28px;
        padding: 15px;
    }

















    .social2 ul li .right_con .info, .social2 ul li .right_con .info p {
        line-height: 25px;
    }
    .social2 ul li .right_con {
        width: 80%;
        font-size: 14px;
    }


  
  /*股票代码*/
.gp_con{
  margin-left:70%;
}
  
   /*首页banner*/
  
  .section1_con1{
	height: 880px;
}
.section1_con2{
  height: 880px;
}
  
 /* 企业文化*/
.honor2  .info .left_ul{
   width: 28%; 
   margin-left: -68px;
   margin-top: -21px;
   margin-right: 42px;
}
.honor2  .info  .left_ul li h1{
	/*margin-left: 110px;*/
}
.honor2  .info .right_ul{
  width: 27%; 
  margin-top: -42%;
}
.center_ul img {
    max-width: 40%;
  
}
  
 .center_ul{
  width: 100%; 
  height: 100%;
} 
  
/* 产品列表*/
.about_part2_title_ul .about_part2_title_li {
				padding: 5px 4px;
			}  
  
  
  .masterInfo .left img{
    width: auto;
    max-width: 100%;
    height: auto;
   margin: 0;
}
  
  /* 运营中心*/
  .cleanfloat li {
	width: 29%;
	margin-right: 78px;	
	
	}
  
/*首页解决问题*/  
 
  
/*首页产品*/
.recommend_con .left {
    height: 72.6%;
    width: 40.83%;
} 
  
 	  #qrcode img {
    top: 104%;
  
}
  
.about_part2_title_ul .about_part2_title_li:after {
    height: 2px;
  bottom:0;
  
}  
 .readmore_box2 {
    margin-top: 181px;
} 
  
 .swiper_con {
    margin-top: -193px;
}
.swiper-slide-thumb h1 {
    font-size: 16px;
} 
  
.info_new_h table {
    width: 1073px !important;
}
  .wrap_pro .pro_img {
    border-left: 535px solid #009ee4;
    border-right: 535px solid #009ee4;
} 
  .masterInfo .btn_all a i {
    padding: 0;
}

}




@media screen and (max-width: 1500px) {

    .section7 .common_con {
        padding-top: 14.7%;
    }
    .section7 .bigtitle {
        margin-bottom: 40px;
    }
    .section7 .subtitle {
        width: 80%;
        margin-left:7%;
        margin-bottom: 30px;
    }
    .section7 .left .ipt_box input {
        width: 120px;
        line-height: 50px;
    }
    .note2 {
        padding-top: 60px;
    }
    .note_time {
        height: 750px;
    }
    .noteIntro_con {
        width: 480px;
        padding: 0 50px;
    }
    .noteIntro .noteIntro_item h2 {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .noteIntro .noteIntro_item .title_note {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
  
    .note2 .prev1,
    .note2 .next1 {
        top: 82px;
    }


.readmore_box2 {
    margin-top:112px;
}











}
@media screen and (max-width: 1366px) {

    .section1 video {
        height: 780px;
    }
    .section1 .banner_img {
        height: 780px;
    }
    .about1 video {
        height: 640px;
    }
    .pane {
        height: 350px;
        width: 260px;
    }
    .section1_con h4 {
        font-size: 58px;
        padding-top: 28px;
        padding-bottom: 106px;
    }

    .section1_con .info p {
        line-height: 30px;
        font-size: 15px;
    }
    /* 第二、三张文案：平板适配 */
    .banner_text{
        left: 50px;
        right: 50px;
        max-width: 600px;
    }
    .banner_text h4{
        font-size: 58px;
        margin-bottom: 22px;
    }
    .banner_text .info p{
        font-size: 16px;
        line-height: 30px;
    }
    .banner_text .info p:first-child{
        font-size: 22px;
        margin-bottom: 8px;
    }

    .section3 {
       /* padding: 50px 0 50px; */
       /* padding: 0px 0 50px;*/
      
    }
    .recommend_con .recommend {
        height: 370px;
    }
    .recommend_con .right .title1 {
        font-size: 42px;
    }
    .recommend_con .right .title2 {
        font-size: 36px;
    }
    .bigtitle {
        font-size: 34px;
    }
    .bigtitle2 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .subtitle p {
        line-height: 27px;
    }
    .section4 {
        margin: 5px 0;
    }
    .section6 {
        height: 640px;
        margin: 5px 0;
    }
    .social2 ul li .right_con {
        width: 85%;
        left: 40px;
    }

    .social2 li:nth-of-type(2n) .right_con {
        right: 40px;
    }

    .table_div .title_h3 {
        padding: 15px 0 15px;
        font-size: 18px;
    }
    .proList .case_ul li .info_con {
        padding: 10px;
    }
  .subtitle_text2 p{
   margin-left:115px;   
  
  }



   /*首页banner*/
  
  .section1_con1{
	height: 780px;
}
.section1_con2{
  height:780px;
}
  
 .video_box .video_box1{
    width: 681px;
    height: 441px;
  }

.video_box10 i {
    font-size: 16px;
}

/*.video_swiper li {
    height: 164px;
} */

.section2 .about_ul li {
    height: 210px;
}

  .section7 .subtitle {
        margin-left:3%;
    }

/*首页弹出视频*/
.video_box_icon .video_box1_icon , .video_box_icon2 .video_box2_icon{
    width: 793px;
    height: 500px;
}
 /*首页产品*/

.recommend_con .right .info {
    margin-bottom: -49px;
}
.subtitle_text1 {
    padding: 0px 75px;
}

	


}
@media screen and (max-width: 1280px) {
    .w {
        width: 1000px;
    }
    .about2 ul li {
        height: 300px;
    }
    .about3 .about3_title {
        font-size: 32px;
        margin: 40px 0 10px;
    }

    .about3 .about3_title2 {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .footnav_ul li {
        margin-right: 35px;
    }
    .proList .pro_ul li .info_con {
        padding: 15px 20px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 15px;
    }
    .proList .condition a {
        margin-left: 10px;
    }
    .detail_con {
        padding: 40px 50px;
        margin: 15px 0;
    }
    .masterInfo .right {
        padding-left: 40px;
    }

    .masterInfo .pro_title {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .masterInfo .grade_title {
        font-size: 18px;
    }
    .masterInfo .classify {
        margin-bottom: 12px;
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .masterInfo .info {
        font-size: 14px;
    }
    .info_all {
        font-size: 14px;
    }
    .lookList .looklist_a {
        font-size: 20px;
    }
    .news_ul .info_con h3 {
        padding-bottom: 20px;
        font-size: 17px;
    }
    .news_ul .info_con i {
        font-size: 15px;
    }

    /*股票代码*/
.gp_con{
  margin-left:65%;
}
  
    /* 运营中心*/
  .cleanfloat li {
	width: 31%;
	margin-right:33px;	
	
	}
 /* 产品中心*/ 
  .bottom_swiper li .line1 {			
	width: 220px;
}
  /* 产品列表*/
.about_part2_title_ul .about_part2_title_li {
		padding: 4px 9px;
  	    margin-right: 21px;
  	font-size: 12px;
			} 
  
 .masterInfo .btn_all a i{
   padding: 0;

}
 .masterInfo .left img{
   margin:0;
}			

 /*企业动态内页*/ 
   .visible-hs {
        display: block;
    }

    .hidden-hs {
        display: none;
    }
  
 
 
/*.video_swiper li {
    height:138px;
} */
  
  .video_box10 i {
    font-size: 15px;
}
  
/*欧圣斯产品*/  
 .section3 .ul_title h4{
    font-size: 13px;
}
.inner_recommend_con .title5 {
    font-size: 44px;
}
.inner_recommend_con .title6 {
    font-size: 25px;
}
 .recommend_con .right .info {
    height: 178px;
} 
  .section3 .ul_title h5{
    font-size: 12px;
  
  } 
 .recommend_con .right .title1 {
    font-size: 31px;
}
 .recommend_con .right .title2 {
    font-size: 24px;
}
  
.section3 .ul_title {
    margin-top: 38px;
}
  .paly_video {
    margin-top:-8%;
}
.paly_video img {
    width: 85px;
    height: 77px;
}  
.honor2 .info .left_ul {
    width: 33%;
    margin-left: -68px;
    margin-top: -21px;
    margin-right: 42px;
} 
  
  .section2 .about_ul li {
        height: 188px;
    }
   .section7 .subtitle {
        margin-left:0%;
    }
  
/*首页弹出视频*/
.video_box_icon .video_box1_icon.video_box_icon2 .video_box2_icon {
    width: 750px;
    height: 472px;
}
  /*联系我们*/
  .contact_ul li h2 {
    font-size: 21px;
}
.contact_ul a .tran_img img {
    width: 100px;
    height: 100px;
    margin-left: 34%;
}
  .recommend_con .left {
    width: 38%;
    height: 67.6%;
}
.readmore_box2 {
    margin-top: 138px;
}
 .subtitle_text1 {
    padding: 0px 73px;
}
  
  .xmmapright{
	margin-left:-100px;
}
 .section3 .ul_title li {
   padding: 0px;
 }
  
  .section3 .ul_title li:after {
    width: 76%;
    right: -42.9px;
}
.swiper_con {
    margin-top: -176px;
}  
.bottom_swiper li .line1 {
    margin-top: 20px;
}  
.swiper-slide-thumb .line {
    top: 32px;
}  
.swiper-slide-thumb p {
    margin-top: 11px;
} 
.swiper_con .swiper-button-prev, .swiper_con .swiper-button-next{
    margin-top: -35px;
}  
.info_new_h table {
    width: 897px !important;
}
  .wrap_pro .pro_img {
    border-left: 450px solid #009ee4;
    border-right: 450px solid #009ee4;
}
  .masterInfo .btn_all a {
    width: 37%;
}
  
}


/*移动端*/
@media screen and (max-width:768px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;

    }
    .topnav .logo {
        margin-top: 28px;
    }
  
    .section1_box {
        margin-top: 80px;
    }
    .pane {
        height: 280px;
        width: 200px;
    }

    .section1_con h4 {
        font-size: 29px;
        padding-top: 30px;
        padding-bottom: 95px;
        padding-left: 34px;
    }
    .section1_con .info p {
        line-height: 23px;
        font-size: 11px;
        padding-left: 33px;
    }
    /* 第二、三张文案：移动端适配（字号放大保证可读，左对齐 + padding 避开边缘） */
    .banner_text{
        left: 20px;
        right: 20px;
        max-width: none;
    }
    .banner_text h4{
        font-size: 30px;
        margin-bottom: 16px;
    }
    .banner_text .info p{
        font-size: 13px;
        line-height: 22px;
    }
    .banner_text .info p:first-child{
        font-size: 17px;
        margin-bottom: 6px;
    }
    .section1_box {
        margin-top: 120px;
    }
    .nav_list {
        margin-top: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: auto;
        height: calc(100% - 70px);
    }
    .nav_list li {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 10px;
        border-right: none;
       /* border-bottom: 1px solid rgba(255,255,255,0.2); */
        padding-bottom: 10px;
    }
    .nav_list li:hover{
        padding-top: 10px;
    }
    .nav_list li>a {
        padding-bottom: 0px;
        font-size: 18px;
    }
    .nav_list li dl{
        margin-top: 6px;
    }
    .bigtitle {
        font-size: 20px;
    }
    .subtitle {
        margin-bottom: 25px;
    }
    .subtitle p {
        line-height: 25px;
    }
    .readmore {
        padding: 7px 9px;
        font-size: 13px;
    }
    .section2 .about_ul li a {
       /* background: url(img/about_nav111.png) no-repeat top center;*/
      background: url(img/x_about_nav111.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul li:nth-of-type(2) a {
        background: url(img/about_nav222.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul li:nth-of-type(3) a {
        background: url(img/about_nav333.png) no-repeat top center;
        background-size: contain;
    }
    .section2 .about_ul {
        margin-top: 35px;
    }
    .section2 .about_ul li {
        height: 96px;
    }
    .recommend_con .recommend {
        height: auto;
       display: block; 
    }
    .recommend_con .left {
        width: 100%;
        height: 200px;
    }
    .recommend_con .right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .recommend_con .right .title1 {
        font-size: 22px;
    }
    .recommend_con .right .title2 {
        font-size: 22px;
        padding: 13px 0 13px;
    }
    .section3 .ul_title li {
      /*  width: 20%; */
        padding: 9px 5px;
     
    }
    .section3 .ul_title h4 {
        font-size: 12px;
    }
    .section3 .ul_title h5{
        display: none;
    }

    .section3 .ul_title a {
        padding-top: 30px;
        background-size: 30%;
        width: 100%;
    }
    .section3 .ul_title li.on a, .section3 .ul_title a:hover {
        background-size: 30%;
    }

    .section3 .ul_title {
      /*  display: none; */
    }
    .bigtitle2 {
        font-size: 20px;
    }

    .section6 {
        height: 230px;
    }
    .section7 .common {
        width: 100%;
        padding-top: 100%;
    }
    .section7 .common_con {
        padding-top: 6.5%;
    }

    .section7 .bigtitle {
        margin-bottom: 25px;
    }
    .section7 .left .ipt_box input {
        width: 70px;
        line-height: 30px;
    }

    .section7 .subtitle {
        margin-bottom: 20px;
    }
    .footer .contact {
        width: 100%;
    }
    .footer .contact .footer-a {
        padding: 10px 30px 10px 70px;
        background-position-x: 30px;
      /*  margin: 10px 90px 15px; */
      margin: 10px 73px 15px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .middle {
        margin-top: 15px;
        padding: 10px 0;
    }

    .footer .middle {
        margin-top: 15px;
    }
    .Copyright {
        line-height: 20px;
        padding: 7px 0;
    }
    .about1 {
        padding: 28% 0 20.8%;
    }
    .about2 {
        padding: 40px 0 60px;
    }
    .about2 ul li {
        height: 155px;
    }
    .about3 {
        padding: 40px 0 19%;
    }
    .about3 .about3_title {
        font-size: 20px;
        margin: 35px 0 10px;
    }
    .about3 .about3_title2 {
        font-size: 12px;
        margin-bottom: 40px;
    }
    .about4 {
        padding: 40px 0 23.4%;
    }

    .about5 {
        padding: 40px 0 23.4%;
    }
    .inner {
        padding: 23% 0;
    }
    .inner h2 {
        font-size: 20px;
    }

    .inner h3 {
        font-size: 20px;
        margin-top: 5px;
    }
    /*内页 Banner 移动端：换用裁切图，主体居中更清晰*/
    .inner.newslist1.about-banner {
        background-image: url(img/about_banner_new_m.jpg);
        background-position: center top;
        padding: 30% 0;
    }
    .inner.newslist1.about-banner h2 i,
    .inner.newslist1.about-banner h3{
        text-shadow: 0 2px 10px rgba(0,30,60,.5);
    }
    .inner.product.product-banner {
        background-image: url(img/product_banner_m.jpg);
        background-position: center top;
        padding: 30% 0;
    }
    .inner.product.product-banner h2 i,
    .inner.product.product-banner h3{
        text-shadow: 0 2px 10px rgba(0,30,60,.5);
    }
    .inner.newslist1.case-banner {
        background-image: url(img/case_banner_m.jpg);
        background-position: center top;
        padding: 30% 0;
    }
    .inner.newslist1.case-banner h2 i,
    .inner.newslist1.case-banner h3{
        text-shadow: 0 2px 10px rgba(0,30,60,.5);
    }
    .inner.newslist1.news-banner {
        background-image: url(img/news_banner_m.jpg);
        background-position: center top;
        padding: 30% 0;
    }
    .inner.newslist1.news-banner h2 i,
    .inner.newslist1.news-banner h3{
        text-shadow: 0 2px 10px rgba(0,30,60,.5);
    }
    .inner.newslist1.contact-banner {
        background-image: url(img/contact_banner_m.jpg);
        background-position: center top;
        padding: 30% 0;
    }
    .inner.newslist1.contact-banner h2 i,
    .inner.newslist1.contact-banner h3{
        text-shadow: 0 2px 10px rgba(0,30,60,.5);
    }
    .note2 {
        padding-top: 30px;
    }
    .note_time {
        display: none;
    }
    .note2_con {
        height: 400px;
      /*  background: url(img/note2_bg.jpg) no-repeat center center; */
        background-size: cover;
    }
    .h_noteIntro_con {
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 36px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .h_noteIntro .h_noteIntro_item h2 i{
        font-size: 24px;
     
    }
   .h_noteIntro .h_noteIntro_item h2 span{
       margin-left:10px;
     
    }
    .h_noteIntro .h_noteIntro_item h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .h_noteIntro .h_noteIntro_item .title_note {
        font-size: 16px;
        line-height: 23px;
    }
    .h_noteIntro .h_noteIntro_item .info p {
        line-height: 24px;
    }
  
  
  
    .note2 .prev1, .note2 .next1 {
        top: 44px;
    }
 .h_noteIntro .noteIntro_item h2 span{
    font-size: 28px;
    margin-left: 18px;
}
  
  
  
  
  
  
  
  

    .honorslist {
      /*  width: 48%; */
       width: 100%;
    }

    .honorslist:nth-of-type(2n) {
        margin-right: 0;
    }

    .honor2 {
        padding: 30px 0;
    }
    .honorslist_all {
        padding-top: 25px;
    }
    .pro2 .recommend_con .recommend {
        display: block;
        background: #050b29;
        padding: 30px 0;
        margin: 5px 0;
    }




    .proList {
        padding: 20px 0 0px;
    }
    .proList .condition {
        margin-bottom: 10px;
    }
    .proList .condition a {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
    .proList .btn_con {
        margin: 20px 0;
    }
    .proList .btn_con button {
        width: 100px;
        padding: 5px 0;
        font-size: 14px;
    }
    .proList .pro_ul li {
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .proList .pro_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .proList .pro_ul li .info_con {
        padding: 10px;
    }
    .proList .pro_ul li .info_con h4 {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .proList .pro_ul li .info_con .info {
        margin: 10px 0;
    }

    .pro_detail {
        margin-top: 30px;
    }
    .pd_crumb {
        padding: 12px 0;
    }
    .detail_con {
        padding: 18px 15px;
        margin: 10px 0;
    }
    .masterInfo .left {
        width: 100%;
        min-height: 260px;
    }
    .masterInfo .left img {
        max-height: 380px;
    }
    .masterInfo .right {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .pd_model {
        font-size: 12px;
    }
    .masterInfo .pro_title {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .masterInfo .classify {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 16px;
    }
    .masterInfo .info {
        max-height: none;
        line-height: 1.8;
    }
    .masterInfo .btn_all {
        margin-top: 24px;
    }
    .masterInfo .btn_all a {
        height: 42px;
        line-height: 42px;
        padding: 0 24px;
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
    .classify_ul li {
        padding-right: 30px;
    }
    .classify_ul li a {
        font-size: 17px;
        padding-bottom: 8px;
    }
    .classify_ul li {
        padding-right: 30px;
    }
    .classify_ul li a {
        font-size: 17px;
        padding-bottom: 8px;
    }
    .news1 {
        padding: 20% 0 25.5%;
    }

    .news_ul li {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
       height:200px
    }

    .news_ul li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news_ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .news_ul .info_con {
      /*  padding: 10px 7px; */
       padding: 44px 7px 0;
    }
    .news_ul .info_con h3 {
        padding-bottom: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_ul .info_con i {
        font-size: 12px;
    }
    .cooperate2 {
        padding: 30px 0;
    }
    .cooperate2 .title1 {
        font-size: 22px;
    }
    .cooperate2 .title2 {
        font-size: 15px;
        margin: 17px 0;
    }
    .cooperate2 .form_con li {
        margin-bottom: 15px;
        text-align: right;
    }
    .cooperate2 .form_con li span {
        left: 0px;
    }
    .cooperate2 .form_con li input {
        width: calc(100% - 50px);
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .cooperate2 .form_con li textarea {
        font-size: 14px;
        line-height: 25px;
        padding: 10px;
        width: calc(100% - 50px);
    }
    .cooperate2 .form_con li.last_li2 input.submit {
        line-height: 40px;
    }
    .mail_a {
        font-size: 12px;
    }
    .social2 li .left {
        width: 100%;
        padding-top: 50%;
    }
    .social2 ul li .right {
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .social2 ul li .right_con{
        width: 100%;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .social2 ul li .right_con .info2 p{
        text-align: inherit;
    }
    .table_div {
        padding: 0 10px 0px;
    }

    .table_div .title_h3 span, .table_div .title_h5 span {
        width: 30%;
    }

    .table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
       /* width: 10%; */
       width: 40%;
    }

    .table_div li .develop i {
        right: -30px;
    }

    .table_div .title_h3 {
        font-size: 16px;
    }

    .table_div .title_h5 {
            line-height: 20px;
    padding: 12px 0;
    font-size: 12px;
    }

    .table_div ul {
        padding-bottom: 20px;
    }
    .table_div .dedai {
        font-size: 12px;
        padding: 10px 10px 30px;
    }
    .contact_ul li {
        width: 49%;
        margin: 2% 1% 0 0;
        padding-top: 45%;
    }
    .contact_ul li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .contact_ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .contact_ul li i {
        height: 38px;
        bottom: 10px;
    }
    .contact_ul li h2 {
        font-size: 11px;
    }
    .help_con {
        padding-top: 30px;
    }
    .help_con .left {
        padding-top: 0;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .help_con .right {
        width: 100%;
    }
    .help_con .left h4 {
        font-size: 30px;
      margin-top:10px;
    }
    .help_con .left .help_ipt {
        margin: 20px 0 15px;
    }
    .help_con .left .help_ipt .text {
        line-height: 40px;
        padding: 0 50px 0 10px;
    }
    .help_con .left .help_ipt .button {
        height: 40px;
    }
    .help_con .left i {
        font-size: 14px;
    }
    .commonService li img{
        width: 80%;
    }
    .commonService li h4 {
        font-size: 15px;
        padding: 12px 0 9px;
    }
    .commonService li a {
        font-size: 12px;
    }

    .contact_us {
        padding: 30px 0;
    }
    .contact_us h2 {
        font-size: 24px;
    }
    .contact_us h3 {
        font-size: 14px;
        padding: 12px 0 20px;
    }
    .contact_us .common_info input {
        width: 95%;
        margin-right: 0%;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        margin-left: 10px;
    }
    .contact_us .con_ipt textarea {
        font-size: 16px;
        padding: 10px;
       width: 95%;
       margin-left: 10px;
    }
    .contact_us .con_ipt .checbox_label {
        padding-left: 31px;
        margin-top: 13px;
        font-size: 15px;
    }
    .contact_us .con_ipt .checbox {
        width: 17px;
        height: 17px;
        -webkit-appearance: checkbox;
        position: absolute;
        top: 0px;
       left: 10px;
    }
    .contact_us .con_ipt .submit {
        font-size: 18px;
        padding: 9px 15px 9px 30px;
        margin-top: 25px;
        float: none !important;
        display: block;
        letter-spacing: 15px;
        margin-left: 36%;
    }
.contact1 h2 span {
    font-size: 28px;
}
  
.masterInfo .left img{
  width:auto;
  max-width: 100%;
  height:auto;
}
  
  
  	.paly_video{

		margin-right:-78%;
		margin-top: 100%;
	} 
	
	.section1_con2{
		height: 550px;

	}
/*股票代码*/
.gp_con{
  font-size:10px;
  margin-left:13%;
  margin-top:36px;
}
  
 /*首页banner 视频*/ 
    .section1_con1{
	height: 550px;
}
.section1_con2{
  height:550px;
}
  .video_box .video_box1{
      width:274px;
      height: 254px;
  } 
 .masterInfo .btn_all a{
	width: 100%;
     
}
   .paly_video{
    margin-top: -20%;
    margin-left: 55%;
  
  }     
  
  .paly_video img{
		width: 43%;
    height:12%;
		
	}
  .video_box .close{
      top: -12px;
      right: -8px;
      width: 33px;
      height: 33px;
  }

  
  
  
  
  
  
  
  
  
  
  /*首页欧圣斯产品*/ 
.inner_recommend_con .title5{
	font-size: 40px;
   line-height: 1.3;
   text-align:center;
   margin-bottom: 10px;
    margin-top: 50px;
}
.inner_recommend_con .title6{
	font-size: 20px;
  text-align:center;
      margin-bottom: 52px;
}
.readmore_box5{
	margin-top:35px ;
  text-align:center;
}
  
  
  .swiper_con_hd	.swiper-button-next1, .swiper-button-prev1 {
			    position: absolute;
			/*    top: 133%; */
			    top:108px;
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat;
				width: 40px;
				height: 25px;
				background-color: #046fb8;

			}
			.swiper-button-next1{
			    right: 100px;
			    left: auto;
			}
			.swiper-button-prev1 {
			    left: 100px;
			    right: auto;
			}
			  
   .section3 .ul_title{
  margin-top: -7px;
   height:126px;
  
} 
  
  
  
  
  /*首页新闻中心  限制字数*/
  .subtitle_text3 p{
       overflow: hidden;
		  text-overflow: ellipsis;
		   display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 6;
  }
  
   /*首页展会*/
  .section6 .swiper-button-next{
    width: 33.7%;
    height: 40%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top:92.1%;
}

.section6 .swiper-button-prev{
     width: 33.7%;
    height: 40%;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: 0;
    top:92.1%;
}
.section6 .gallery-thumbs {
    height: 40%;

}
  .section6{
  
  margin-bottom:56px;
  }  
  /*首页防伪*/
  .section7 .subtitle {
   margin-left: 0%;
    } 
 .section7  .z_subtitle_text1{
   margin-left: 10%;
  
  }
 .section7  .z_subtitle_text2{
   margin-left:39px;
  
  }
  .readmore_box2{
margin-top:43px;
}
  
.section7  .right_common_con{
   margin-top:61px;
  
  }
  
/* 企业文化*/
/*.honor2  .info{
  margin-top: 0px;
  margin-bottom: 60px;
}
.honor2  .info .left_ul{
   width: 100%; 
   margin-left:0;
   margin-top: 10px;
	padding-left: 10px;
   text-align: left;
   margin-right: 0;
}
.honor2  .info  .left_ul p{
	text-align: right;
   display: inline
}


.honor2  .info  .left_ul li h1{
	margin-left: 0;
  display: inline;
}

.honor2  .info ul li{
  margin-top: 27px;
}
.honor2  .info ul li h1{
	font-size: 16px;
	line-height: 1;
  display: inline;
}
.honor2  .info .left_ul li h1{
	line-height: 1;
  display: inline;
}
.honor2  .info .right_ul li h1{
	line-height: 1;
  display: inline;
}


.honor2  .info ul li p{
  font-size: 14px;
  display: inline;
  
}
.honor2  .info .right_ul{
  width: 97.5%; 
  margin-top: 0; 
}   */  
  
  
  /*新闻资讯*/
  .subtitle_text6 p{
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
  } 
  .news1_con1{
    margin-top:20px;
  
  
  }
   .subtitle_text7 p{
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	-webkit-line-clamp:2;
  } 
  /*企业动态*/
  .radius_box{
    width:59px !important;
    height:59px !important;
    margin-top: -34px;
    margin-left: 31%;
  }
  .radius_box h5{
	padding: 14px 0px;
}
.radius_box h5  i{
	font-size: 13px;
}
.radius_box span{
	font-size: 11px;
}
 .news_ul li{
	 margin-top: 51px;
	 margin-bottom: 9px;
 }

.news_ul .info_con {
	padding: 42px 7px 0 ;
}
.news_ul .info_con .point{
	font-size: 16px;
}
.news_ul .info_con p {
	font-size: 7px;
  margin-top:10px;
}

.news_ul .info_con i{
	font-size: 10px;
	margin: 16px 0;
}

.pro_detail {
    margin-top: 41px;
}
/*运营中心*/
  	#allmap {
		width: 100%;
		height:314px;
	}
  .inner_yy{
   margin-top:30px;
  }
  	.list {
	  margin-top:38px ;	  
}

  .cleanfloat li {
	width: 48%;
	margin-right: 6px;	
    margin-bottom:8px;
    height: 179px;
    
}
	.cleanfloat li img {
		width:19px;
		height: 27px;
		margin-top: 29px;
}
   .cleanfloat li h1 {
		font-size: 13px;
}
   .cleanfloat li p {
		font-size: 10px;
	   	padding: 0 10px;
}
	.cleanfloat li:hover img:nth-of-type(2){
		width:19px;
		height: 27px;
		margin-top: 29px;
	}

  /*联系我们 加背景*/
.help{
	margin: 0px 0;
}
  
  .commonService {
  padding-bottom:30px;
  }
  .g_readmore_box{
    margin-top: -5%;
    margin-right:35%;
  }  
 
  
  
  /*首页产品轮播*/
	/*.swiper-button-next1, .swiper-button-prev1 {
			    position: absolute;
			    top: 334%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat;
				width: 40px;
				height: 25px;
				background-color: #046fb8;

			}
			.swiper-button-next1{
			    right: 130px;
			    left: auto;
			}
			.swiper-button-prev1 {
			    left: 130px;
			    right: auto;
			}  */
			  
	/*.section3 .ul_title li:nth-of-type(1) {
      width:0px !important;
		  } */
  .bottom_swiper_hd .swiper-slide-active  a  {
	background: url(img/dot_hover.png) no-repeat top center;
   background-size: 30%;
    
}
  
  .section3{
	/*height: 635px;*/
  
}
 .recommend_con .right .info {
    height: 125px;
    margin-bottom: 20px;
   	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
   }

.recommend_con .recommend{
  padding-top: 39px; 
}

  /*资质荣誉*/
    #wrap{
  height:100% !important;
  } 
   .wrap{
  height:100% !important;
  } 
.honorslist .honortitle span {
    padding: 20px 0 10px;

} 
  .honorslist li h3 {
        line-height: 40px;
    }
  
.honorslist li h3 a {
    line-height: 34px;
    padding: 0px 0; 
}
  .info_bottom{
      margin-bottom: 20px;
  
  }  
  .v_nav_list dl{
  display:none
  }
.list_zk {
    margin-top:-20px ;
	margin-right: 107px;
}
  #x_wrap , #g_wrap,#h_wrap,#f_wrap{
 overflow: hidden;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*产品中心内页*/
  .bottom_swiper {
    left: 6px;
}
 .swiper-slide-thumb h1 {
    font-size: 10px;
 }
  
  .bottom_swiper li {
    margin-top: 34px;
}
  .swiper-slide-thumb .line{
    width: 6px;
    height: 6px;
    top: 34px;
  
  }  
.bottom_swiper .swiper-slide-active .line {
    border: 2px solid #39a5df;
}
.bottom_swiper li .line1 {
    width: 119px;
    margin-top: 20px;
  
} 
.swiper-slide-thumb img {
    width:8px;
    height:4px;
    margin-left: 44.5%;
    margin-top: 15px;
  padding-bottom:12px;
}
  .swiper_con .swiper-button-next2 {
    position: absolute;
    right: -14px;
    margin-top: 12px;
  }
  .swiper_con .swiper-button-prev {
    left: -8px;
    margin-top: 12px;
  }
 .about_part2_title_ul .about_part2_title_li {
    padding: 4px 6px;
    margin-right: 1px;
    font-size: 12px;
}
  
#x_read-more,#g_read-more,#h_read-more,#f_read-more,#v_read-more{
			   color: #fff;
			   padding: 7px 17px;
			   -webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   border-radius: 5px;
			   background: -ms-linear-gradient(#036eb8, #2da6e0);
			   background: -webkit-linear-gradient(#036eb8, #2da6e0);
			   background: -o-linear-gradient(#036eb8, #2da6e0);
			   background: -moz-linear-gradient(#036eb8, #2da6e0);
			   background: linear-gradient(#036eb8, #2da6e0);
			
			
			
		}
  
  
  .honor2_con_x{
      padding-bottom: 0;
  
  }
 .honor2_x .info_bottom_x{
    margin-bottom: 0px;
  } 
  
  
  /*重点工程*/
  
 .caselist-box ul {
    width: 92%;
    float: left;
    margin-right:0;
} 
 .caselist li a {
    line-height: 15px;
} 
  .zd_readmore_box{
    margin-top: -15px !important;
    margin-left: -1% !important;
    margin-bottom:36px;
  
  } 
  
  .proList-bg{
    padding: 42px 0 0px;
  
  }
  .proList-bg h3, .caseList h3{
    font-size: 22px !important;
  
  } 
.xmmapleft {
    margin-left: 0px;
  margin-bottom:20px;
}  
  /*首页解决问题*/
  
.section10 {
    padding: 76px 0;
  overflow:hidden;
  background-attachment: scroll;
}  
.video_swiper {
    top: 30px;
}  
 
.video_swiper li  .video_a .title {
    font-size: 14px;
    line-height: 32px;
}    
 .section10_bigtitle2{
    font-size: 12px;
   line-height: 25px;
} 
  
.swiper_section10   .swiper-button-prev10 {
			 /*   position: absolute;
			    top: 20%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat; */
				left: -11px;
	         width: 25px;
	         height: 25px;
	         background: url(img/h_prev10.png);
				 top:14px;

			}
  
  
.swiper_section10   .swiper-button-next10{
     /*        position: absolute;
			    top: 20%; 
			    z-index: 10;
			    cursor: pointer;
			    background-size: 7px 38px;
			    background-position: center;
			    background-repeat: no-repeat; */
				right: -11px;
	          width: 25px;
	          height: 25px;
	         background: url(img/h_next10.png);
            top:14px;
  
  
  }
			.swiper-button-next10{
			    right: 130px;
			    left: auto;
			}
			.swiper-button-prev10 {
			    left: 130px;
			    right: auto;
			}  
  
  
  .subtitle_text2 p {
    margin-left: 60px;
}
  
  .section3 .ul_title li:after {
    top: 17px;
  
}
  /*首页弹出视频*/
  
  .video_box_icon .video_box1_icon, .video_box_icon2 .video_box2_icon {
    width: 310px;
    height: 234px;
}
 .contact_ul a .tran_img img {
    width: 70px;
    height: 70px;
    margin-top: -75%;
    margin-left: 27%;
} 
 /*首页产品*/ 
  .recommend_con .left {
    margin-left: 0; 
}
 /*产品详情页*/
  .pro_h1 {
    font-size: 31px;
    margin: 37px 0 0;
}
  .pro_h2 {
    font-size: 25px;
    margin: 10px 0 -3px;
}
.wrap_pro {
    width: 100%;
    margin: 36px 0;
}  
.wrap_pro .pro_img:after, .wrap_pro .pro_img:before {
    top: 202px;
    width: 41%;
}
  .subtitle {
    padding: 0 5%;
}  
  
.subtitle_text1 {
    padding: 0px 42px;
}  
.xmmapright {
     margin-left:0px; 
}
/*首页产品*/  
.section3 .ul_title{
  margin-left:-71px;
  
} 
.section3 .ul_title li:after {
    width: 76%;
    right: -25.9px;
}  
 .swiper_con {
    margin-top: -199px;
} 
/*产品详情页*/
  .swiper_con{
	width: 330px !important;
	margin-top: -116px;
    margin-left:8px;
	}
  .bottom_swiper .swiper-slide-thumb:hover .line{
            width: 6px;
				height: 6px;
           border: 2px solid #39a5df;
						}
#qrcode img{
  display:none;
 }
  .z-wrap{
 height: 100% !important;
  
  }
  
 
  .video-container .video-p {
     width: 80%;
   
}
  .video-container .video_close img{
  width:25px !important;
    display:block;
    opacity:1
  
  }

 /*首页顶部视频*/ 
/*  .banner_container  .video_btn{
    height:500px;
}
.banner_container video  .section1_con1, .section1_con2 {
    height:100%;
} 
  .section1  #video-player {
      height:500px ;
    
    } */
  
  .banner_container   .h_video_btn{
  
   width: 100%;
  
    height: 500px;
     position: relative; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    overflow: hidden;
  
  
  } 
  
  .banner_container   .h_video_btn #video-player{
    
    object-fit: fill;
    width: 100%;
    height: 100%; 
    position: relative;
  
  
  }
  
 .section1 video {
    height: 550px;
}
 .section1 .banner_img {
    height: 550px;
}
  
  
  
  
  
  
  
 .inner_recommend_con p{
  line-height:2;
  font-size:12px;
  padding: 0 5%;
   margin-top:40px;

} 
  
.language a:after{ 
    left: 32px;
}  
.menu_con .share {
  margin-right:31px;
  margin-top: 25px;
}  
  

].masterInfo .btn_all {
  margin-top: 32px;
  margin-left: 0;
  -webkit-transform: none;
  transform: none;
}
.masterInfo .left img {
    margin-left: 0;
}
.masterInfo .btn_all .bds_more {
    font-size: 11px;
}
.masterInfo .btn_all a i {
    padding: 0;
}
.masterInfo .btn_all a {
    margin: 0;
}

  .h_line1 {
				border-top: 1px solid #346c85;
				width: 100%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				cursor: pointer;
				margin-top: -5%;
				position: absolute;
			    left:0px;
			} 
  
  
  .right_ul li  .ml{
   text-indent:6.19em;
  
  }
  
 /*table tbody tr td p {
   float: left !important; 
   width: 41%;
}*/
  
  
  .detail_con_new   .info  p iframe{
  width:100% !important;
  height:100% !important;
  } 
  
  .section1_con1 {
  background: url(img/banner_new_2.jpg) no-repeat center center;
        background-size: cover;

  }
  .section1_con2 {
  background: url(img/banner_new_3.jpg) no-repeat center center;

        background-size: cover;
  }
  .readmore_h{
    text-align:center;
  }
  .info_h table{
  width:312px !important;
  
  
  }
  
  .info_h  table tbody tr td p {
  
    width: 100%;
}
  
 
  
.new_time {
    font-size: 11px;
    margin: 20px 0;
    padding-bottom: 20px;
}
 .new_source, .new_editor {
    margin-left: 20px;
} 
  .info_new_h  p  video{
  
  width:100% !important;
  
  }
  
 .info_new_h table {
    width: 313.99px !important;
} 
  .h_gp_con{
      margin-right: 53px;
    margin-top: 33.9px;
    color: #FFFFFF;
    font-size: 13px;
  
  }  
 .menu .menu_icon {
    margin-top:-42px;
    left: 0px;
}   
  
  .language{
    margin-top: -47px;
  
  
  }  
  
 .language a {
    height: 31px;
} 
 
.language a:after {
    top: 8px;
}
 .info_hh p{
		width: 100% !important;
		height:100% !important;
		text-align: center;
	}
	.info_hh p img{
		height: 100% !important;
      width:313px !important;
	}
  
  
 .info_iphone p{
		width: calc(100% - 110px);
		    line-height:32px;
		    background: #fff;
		    color: #060347;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
			 font-size: 14px;
			 padding: 10px 0;
	}
	.info_iphone h1{
		padding: 16px ;
		font-size: 16px;
		color: #00a0e9;
		line-height: 1.2;
		font-weight: 600;	
		
	} 
  
  .h_nav_list li:hover dl {
		display:none;
} 

/* .info_hh	table {
	transform: scale(0.55) !important;
  width:235px !important;
   height: 100%;
	margin-left: -38%;
	margin-top: -50px;
 

} */
  .info_hh	table{
    table-layout: fixed;
    word-break: break-all;
  
  
  }

 .wrap_pro .pro_img {
    border-left: 110px solid #009ee4;
    border-right: 110px solid #009ee4;
} 
  
 /* 旧背景图按钮样式已废弃, 改用纯CSS按钮(见2207行起) */

  
  
}
@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }
  .menu_con .share {
  margin-right:31px;
  margin-top: -22px;
}  
 
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 608px){
  
 .menu_con .share {
    margin-right: 33px;
    margin-top: 22px;
}
 
 
  
}


@media screen and (max-width:900px) {
   .recommend_con .left {
    width: 100%;
    margin-left:0px;
}

}

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
			.recommend_con .recommend {
			    height: 400px;
			    display:none; 
			}
			 .section3 .ul_title {
			    margin-left: -5px;
			    margin-bottom:10px;
			    margin-top:0px;
			    height: 0px;
			}
			 .section3 .ul_title li {
			    /* width: 20%; */
			    padding: 7px 5px;
			}
			.section3 .ul_title li {
			    width: 11%;
			}
			.section3 .ul_title {
			    margin-top: 3px;
			   
			} 
			
			
			.footnav_ul li {
			    margin-right:72px;
			}  
			.footer .contact a {
			    padding: 10px 58px 10px 84px;
			    margin: 10px 23px 15px;
			}  
			.footer .contact {
			    width: 33%;
			}  
			  
			.menu_con .share {
			    margin-right: 91px;
			    margin-top: 28px;
			}  
			
			 .wrap_pro .pro_img:after, .wrap_pro .pro_img:before {
			    top: 232px;
			    width: 41%;
			}
			  
			 .masterInfo .btn_all a {
			    width:auto;
			}
			 .paly_video {
			    margin-top: -11%;
			    margin-left: 73%;
			} 
			  .paly_video img {
			    width: 49%;
			    height: 12%;
			}
			  
			.gp_con {
			    font-size: 15px;
			    margin-left: 63%;
			    margin-top:28px;
			}  
			  .menu_icon .line {
			  top: 26px;
			  
			  }  
			 .menu i {
			    line-height: 52px;
			} 
			 .share .bdsharebuttonbox a {
			    height: 25px;
			} 
			.language {
			    margin-top:0px;
			}  
			  
			.honor2 .info ul li {
			    margin-top: 8px;
			}
			.honor2 .info .left_ul li h1 {
			    line-height: 2;
			}  
			.honor2 .info .right_ul li h1 {
			    line-height: 2;
			}  
			.honor2 .info .left_ul {
			   width: 42%;
			    margin-left: -97px;
			    margin-top: -17px;
			    margin-right: 9px;
			}
			  .honor2 .info .left_ul li:nth-of-type(3), .honor2 .info .left_ul li:nth-of-type(4){
			  margin-top:33px;
			   }  
			
			  
			  
			  .honor2 .info .right_ul {
			    width: 28%;
			    margin-top: -41.5%;
			}
			  
			  /*首页*/
			 
			  
			  .menu_con .share{
			   margin-top:20px;
			    margin-right: 0;
			    
			}
			  
			
			.share .bdsharebuttonbox a{
			    margin: 0;
			    padding: 0;
			    width: 25px;
			    height: 30px;
			}
			
			
			.language a{
			    width: 30px;
			    height: 30px;
			}
			.language a:after{
			    top: 9px;
			    left: 0;
			    width: 1px;
			    height: 14px;
			 
			}
			.menu .menu_icon{
			   margin-top: 0;
			  width: 20px;
			
			}
			.menu i {
			    line-height: 21px;
			}
			
			
			/*三条横线*/
			.menu_icon .line {
			    top:9px; 
			}
			.section2 .about_ul li {
			    height: 157px;
			} 
			 .honor2 .info ul li h1 {
			    font-size: 18px;
			} 
			.honor2 .info ul li p {
			    font-size: 13px;
			}  
			.inner h2 {
			    font-size: 31px;
			}  
			 .inner h3 {
			    font-size: 30px;
			   
			} 
			
			  
			
			.masterInfo .left img {
			    width: auto;
			    max-width: 100%;
			    height: auto;
			    margin: 0;
			}
			
			  
			  
			.news_ul .info_con {
			    padding: 42px 25px 0;
			}
			.radius_box {
			    margin-left: 41%;
			}  
			  
			.info_new_h table {
			   width: 742px !important;
			}  
		.detail_con {
		  padding: 40px 80px;
		}
			  
			  
			  
			 .detail_con_new .info p iframe {
			  width:640px !important; 
			  height: 440px !important;
			}  
			  
			.note_time {
			    display:block;
			} 
			 .note_time {
			    height: 500px;
			} 
			 
			.note2_con {
			    height: 500px;
			} 
			  .note_time span i{
			   font-size: 17px;
			   right: -83px;
			   top: -21px;
			  }  
			.note_time .icon1 {
			    top: 10%;
			    left: 13.8%;
			}  
			  .note_time span {
			    width: 27px;
			    height: 27px;
			  
			  } 
			 .note_time .icon2 {
			    top: 23.5%;
			    left: 17%;
			} 
			 .note_time .icon3 {
			    top: 28%;
			    left: 30%;
			} 
			.note_time .icon4 {
			    top: 43.7%;
			    left: 31.2%;
			}  
			.note_time .icon5 {
			    top: 56.8%;
			    left: 34.4%;
			}
			.noteIntro .noteIntro_item h2 i, .h_noteIntro .h_noteIntro_item h2 i {
			    font-size: 36px;
			}  
			  
			  
			
			 .noteIntro_con {
			    width: 443px;
			    padding: 0 44px;
			} 
			
			
			
			
			.masterInfo .btn_all {
			    margin-left: 0%;
			    margin-top: 10px;
			} 
			.info_h table {
			    width: 513px !important;
			}  
			.contact_ul a .tran_img img {
			    margin-top: -64%;
			    margin-left: 35%;
			}
			.inner {
			    padding: 19% 0;
			}  
			
			.contact_us {
			    padding: 30px 15px;
			}  
			
			  .info_bottom_x {
			   font-size: 15px;
			  
			  } 
			  .honor2  .info{
			      font-size: 13px;
			  
			  }
			  
			  .table_div .title_h3 span, .table_div .title_h5 span {
			    width: 22%;
			}
			.table_div .title_h3 span:nth-child(5), .table_div .title_h5 span:nth-child(5) {
			    width: 12%;
			}  
			.g_readmore_box {
			    margin-top: -22%;
			   margin-right:0;
			}  
			
			.recommend_con .left {
			    width: 46%;
			    margin-left: 34px;
			}  
			 	
			.section2 {
			    padding: 60px 0 70px;
			    margin: 0;
			}
			
			
			.social2 ul li .right_con .info, .social2 ul li .right_con .info p {
			    line-height: 23px;
			}
      .masterInfo   .btn_all  .bds_more i {
    padding: 12px 39px 10px 63px;
}
     

			
		}
		


@media screen and (min-width:1920px) {
    .subtitle_text1 {
    padding: 0px 17.6%;
}
}

/* ============================================================ */
/* 产品分类横向标签条 (产品列表页顶部, PC居中 + 移动端横滑)        */
/* ============================================================ */
.prodcat_bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    position: relative;
}
.prodcat_bar .w {
    overflow: visible;
}
.prodcat_scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.prodcat_scroller a {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 18px;
    border: 1px solid #d9dada;
    border-radius: 18px;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.prodcat_scroller a:hover {
    border-color: #00a0e9;
    color: #00a0e9;
}
.prodcat_scroller a.on {
    background: #00a0e9;
    border-color: #00a0e9;
    color: #fff;
}

/* ============================================================ */
/* 产品分类卡片网格 (产品中心顶级页分类入口)                       */
/* ============================================================ */
.catcard_grid {
    border-top: 1px solid #eee;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.catcard_grid li {
    float: left;
    width: 23.92%;
    margin-right: 1.44%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 2.44%;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
}
.catcard_grid li:nth-of-type(4n) {
    margin-right: 0;
}
.catcard_grid li:hover {
    -webkit-box-shadow: #dadada 0px 10px 10px;
    box-shadow: #dadada 0px 10px 10px;
}
.catcard_grid li a {
    display: block;
    width: 100%;
}
.catcard_grid li .img_con {
    width: 80%;
    padding-top: 75%;
    margin: 15px 10% 0;
    background-size: contain !important;
    background-position: center !important;
}
.catcard_grid li .info_con {
    padding: 20px 25px 28px;
    text-align: center;
}
.catcard_grid li .info_con h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.catcard_grid li .cat_count {
    display: block;
    color: #999;
    font-size: 13px;
    margin: 14px 0 16px;
}
.catcard_grid li .cat_more {
    display: block;
    width: 100%;
    line-height: 34px;
    border: 1px solid #eee;
    border-radius: 17px;
    text-align: center;
    color: #666;
    font-size: 13px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.catcard_grid li:hover .cat_more {
    border-color: #00a0e9;
    background: #00a0e9;
    color: #fff;
}
.catcard_empty {
    grid-column: 1 / -1;
}

/* ============ 响应式: 平板 (<=960px) 分类卡片 3列 ============ */
@media screen and (max-width: 960px) {
    .catcard_grid li {
        width: 32.26%;
        margin-right: 1.11%;
    }
    .catcard_grid li:nth-of-type(4n) {
        margin-right: 1.11%;
    }
    .catcard_grid li:nth-of-type(3n) {
        margin-right: 0;
    }
}

/* ============ 响应式: 移动端 (<=768px) ============ */
@media screen and (max-width: 768px) {
    /* 分类标签条: 改为横向滚动, 左对齐, 隐藏滚动条, 大触控目标 */
    .prodcat_bar {
        padding: 12px 0;
    }
    .prodcat_scroller {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding: 0 4px;
        scrollbar-width: none;          /* Firefox */
        -ms-overflow-style: none;       /* IE10+ */
    }
    .prodcat_scroller::-webkit-scrollbar {
        display: none;                  /* Chrome/Safari/Edge */
    }
    .prodcat_scroller a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;                 /* 不缩放, 保持横滑 */
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-size: 14px;
    }

    /* 分类卡片: 2列 */
    .catcard_grid {
        margin-top: 18px;
    }
    .catcard_grid li {
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .catcard_grid li:nth-of-type(3n),
    .catcard_grid li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .catcard_grid li:nth-of-type(2n) {
        margin-right: 0;
    }
    .catcard_grid li .info_con {
        padding: 14px 12px 18px;
    }
    .catcard_grid li .info_con h4 {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .catcard_grid li .img_con {
        margin-top: 10px;
    }
}

/* ============ 响应式: 小屏手机 (<=480px) ============ */
@media screen and (max-width: 480px) {
    .prodcat_scroller a {
        height: 38px;
        line-height: 36px;
        padding: 0 14px;
        font-size: 13px;
    }
    .catcard_grid li .info_con h4 {
        font-size: 14px;
    }
    .catcard_grid li .cat_count {
        font-size: 12px;
        margin: 10px 0 12px;
    }
}

/* ============ 首页新闻动态: 图文卡片 (.news_ul_index) ============ */
/* 说明: 首页专用, 不复用通用 .news_ul 样式, 以免影响列表页 cms/list.html。
   PC 默认 3 列; 平板 <=960px 2 列; 移动端 <=768px 1 列。 */
.news_ul_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 35px;
    list-style: none;
    padding: 0;
}
.news_ul_index li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.333%;
    margin: 0 1% 26px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-transition: -webkit-transform .35s, box-shadow .35s, border-color .35s;
    transition: transform .35s, box-shadow .35s, border-color .35s;
}
.news_ul_index li:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    border-color: #cfeaf9;
    -webkit-box-shadow: 0 12px 28px rgba(3, 110, 184, 0.16);
    box-shadow: 0 12px 28px rgba(3, 110, 184, 0.16);
}
.news_ul_index li a {
    display: block;
    width: 100%;
    height: 100%;
}
/* 缩略图区 */
.news_index_thumb {
    position: relative;
    width: 100%;
    padding-top: 60%;            /* 5:3 比例, 响应式高度 */
    background-color: #f2f4f7;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.news_index_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}
.news_ul_index li:hover .news_index_thumb img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
/* 无图时的占位 logo */
.news_index_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.92);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}
/* 日期徽章: 悬浮在缩略图左上角 */
.news_index_date {
    position: absolute;
    top: 14px;
    left: 14px;
    min-width: 52px;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.1;
}
.news_index_date i {
    display: block;
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
}
.news_index_date b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    opacity: .9;
}
/* 文字内容区 */
.news_index_body {
    padding: 20px 22px 24px;
}
.news_index_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    margin: 0 0 12px;
    /* 2 行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.news_ul_index li:hover .news_index_title {
    color: #00a0e9;
}
.news_index_desc {
    font-size: 14px;
    line-height: 1.75;
    color: #777;
    margin: 0 0 18px;
    /* 2 行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_index_more {
    display: inline-block;
    font-size: 13px;
    color: #036eb8;
    letter-spacing: .5px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.news_ul_index li:hover .news_index_more {
    color: #00a0e9;
}
.news_index_empty {
    width: 100% !important;
    margin: 0 !important;
}

/* ============ 响应式: 平板 (<=960px) 新闻动态 2 列 ============ */
@media screen and (max-width: 960px) {
    .section5 {
        padding: 50px 0 55px;
    }
    .news_ul_index {
        margin-top: 30px;
    }
    .news_ul_index li {
        width: 48%;
    }
}

/* ============ 响应式: 移动端 (<=768px) 新闻动态 1 列 ============ */
@media screen and (max-width: 768px) {
    .section5 {
        padding: 36px 0 42px;
    }
    .news_ul_index {
        margin-left: 0;
        margin-right: 0;
        margin-top: 24px;
    }
    .news_ul_index li {
        width: 100%;
        margin: 0 0 16px;
    }
    .news_index_thumb {
        padding-top: 50%;
    }
    .news_index_body {
        padding: 14px 16px 18px;
    }
    .news_index_title {
        font-size: 17px;
    }
}

/* ============ 响应式: 小屏手机 (<=480px) ============ */
@media screen and (max-width: 480px) {
    .section5 {
        padding: 28px 0 34px;
    }
    .news_ul_index {
        margin-top: 20px;
    }
    .news_index_date {
        top: 10px;
        left: 10px;
        min-width: 46px;
        padding: 5px 8px;
    }
    .news_index_date i {
        font-size: 15px;
    }
    .news_index_date b {
        font-size: 11px;
    }
    .news_index_body {
        padding: 12px 14px 16px;
    }
    .news_index_title {
        font-size: 16px;
    }
    .news_index_desc {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .news_index_more {
        font-size: 12px;
    }
}

/* ============ 文章详情页: 图文布局 (.article_detail_new) ============ */
/* 覆盖旧 .detail_con_new 过宽的左右 padding (原 368px), 改为居中阅读宽度。
   结构: 面包屑 + 头部(标签/标题/时间) + 封面大图 + 正文 + 上下篇。 */
.article_detail_new {
    padding: 40px 60px 50px;
}
/* 文章头部 */
.art_head {
    text-align: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.art_tag {
    display: inline-block;
    padding: 4px 14px;
    font-size: 13px;
    color: #fff;
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 16px;
}
.art_title {
    font-size: 30px;
    line-height: 1.45;
    color: #222;
    font-weight: 600;
    margin: 0 0 18px;
}
.art_meta {
    font-size: 14px;
    color: #999;
}
.art_meta .art_date {
    margin-right: 22px;
}
.art_meta em {
    color: #036eb8;
    font-style: normal;
    font-weight: 600;
}
/* 封面大图: 全宽圆角, 自适应高度 */
.art_cover {
    width: 100%;
    margin-bottom: 34px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.art_cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
}
/* 正文排版 */
.art_content {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}
.art_content p {
    margin: 0 0 20px;
}
.art_content img {
    max-width: 100% !important;
    height: auto !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* ============ 响应式: 平板 (<=960px) 文章详情 ============ */
@media screen and (max-width: 960px) {
    .article_detail_new {
        padding: 32px 40px 40px;
    }
    .art_title {
        font-size: 26px;
    }
}

/* ============ 响应式: 移动端 (<=768px) 文章详情 ============ */
@media screen and (max-width: 768px) {
    .article_detail_new {
        padding: 22px 18px 32px;
    }
    .art_head {
        padding-bottom: 18px;
        margin-bottom: 22px;
    }
    .art_title {
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 14px;
    }
    .art_meta {
        font-size: 13px;
    }
    .art_meta .art_date {
        margin-right: 16px;
    }
    .art_cover {
        margin-bottom: 24px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .art_cover img {
        max-height: 280px;
    }
    .art_content {
        font-size: 15px;
        line-height: 1.85;
    }
    .art_content p {
        margin-bottom: 16px;
    }
}

/* ============ 响应式: 小屏手机 (<=480px) ============ */
@media screen and (max-width: 480px) {
    .article_detail_new {
        padding: 18px 14px 28px;
    }
    .art_title {
        font-size: 19px;
    }
    .art_tag {
        font-size: 12px;
        padding: 3px 10px;
        margin-bottom: 12px;
    }
    .art_content {
        font-size: 15px;
    }
}

/* ============================================================
   section7: 询盘留言表单 (.inquiry_section 命名空间)
   覆盖在 section7 海洋背景图上, 半透明白底卡片
   PC 两列栅格, 移动端单列堆叠
   ============================================================ */
.section7.inquiry_section{
    position: relative;
    background: url(img/v_7e0a4eca04914ec5a95cbb58ded580ef.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}
.section7.inquiry_section::before{                  /* 背景压暗, 提升表单可读性 */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,27,56,0.55), rgba(3,27,56,0.7));
    z-index: 0;
}
.section7.inquiry_section > *{ position: relative; z-index: 1; }

.inquiry-wrap{
    max-width: 880px;
    margin: 0 auto;
    padding: 72px 40px 80px;
    box-sizing: border-box;
}
.inquiry-head{
    text-align: center;
    margin-bottom: 36px;
}
.inquiry-eyebrow{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #7fc8f0;
    margin-bottom: 12px;
}
.inquiry-title{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 14px;
    font-family: "微软雅黑", "SimHei";
}
.inquiry-subtitle{
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    margin: 0 auto;
    max-width: 560px;
}

/* 表单卡片 */
.inquiry-form{
    background: rgba(255,255,255,0.97);
    border-radius: 14px;
    padding: 36px 38px 32px;
    box-shadow: 0 24px 60px -20px rgba(0,0,0,0.35);
    box-sizing: border-box;
}
.inquiry-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}
.inquiry-row:last-child{ margin-bottom: 0; }
.inquiry-field{
    flex: 1 1 0;
    min-width: 0;
}
.inquiry-field--full{ flex: 1 1 100%; }
.inquiry-field label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #3a4757;
    margin-bottom: 8px;
}
.inquiry-field input,
.inquiry-field textarea,
.inquiry-field select{
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #dde5ec;
    border-radius: 8px;
    background: #fff;
    color: #2c3a4b;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.inquiry-field textarea{
    height: auto;
    min-height: 84px;
    padding: 12px 14px;
    resize: vertical;
    line-height: 1.6;
}
.inquiry-field input:focus,
.inquiry-field textarea:focus,
.inquiry-field select:focus{
    outline: none;
    border-color: #00a0e9;
    box-shadow: 0 0 0 3px rgba(0,160,233,0.15);
}
.inquiry-select-wrap{ position: relative; }
.inquiry-select-wrap::after{                 /* 下拉箭头 */
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0; height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #7a8694;
    transform: translateY(-50%);
    pointer-events: none;
}
.inquiry-field select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background: #fff;
}

/* 验证码 + 提交按钮行 */
.inquiry-captcha-row{
    align-items: flex-end;
}
.inquiry-captcha{ flex: 0 0 150px; }
.inquiry-captcha input{ text-transform: none; letter-spacing: 1px; }
.inquiry-captcha-img{
    flex: 0 0 auto;
    height: 46px;
    border-radius: 8px;
    overflow: hidden;
}
.inquiry-captcha-img img{
    display: block;
    height: 46px;
    cursor: pointer;
    border-radius: 8px;
}
.inquiry-submit{
    flex: 1 1 0;
    min-width: 0;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #00a0e9, #036eb8);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform .2s ease, box-shadow .25s ease, opacity .2s ease;
}
.inquiry-submit svg{
    width: 18px; height: 18px;
    fill: none; stroke: #fff; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.inquiry-submit:hover{
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -8px rgba(3,110,184,0.55);
}
.inquiry-submit:disabled{ opacity: 0.6; cursor: not-allowed; transform: none; }

/* 提交结果浮层 */
.inquiry-toast{
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 90%;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.inquiry-toast.ok{ background: #2bb673; }
.inquiry-toast.err{ background: #e8554e; }

/* ----- 响应式: 平板 (≤960px) ----- */
@media screen and (max-width: 960px){
    .inquiry-wrap{ padding: 56px 30px 64px; }
    .inquiry-title{ font-size: 30px; }
    .inquiry-form{ padding: 30px 28px 28px; }
}
/* ----- 响应式: 移动端 (≤768px) 单列堆叠 ----- */
@media screen and (max-width: 768px){
    .inquiry-wrap{ padding: 48px 16px 56px; }
    .inquiry-head{ margin-bottom: 28px; }
    .inquiry-eyebrow{ font-size: 12px; }
    .inquiry-title{ font-size: 24px; margin-bottom: 10px; }
    .inquiry-subtitle{ font-size: 13px; }
    .inquiry-form{ padding: 24px 18px 22px; border-radius: 12px; }
    .inquiry-row{ gap: 0; margin-bottom: 0; }
    .inquiry-field{ flex: 1 1 100%; margin-bottom: 14px; }
    .inquiry-field label{ margin-bottom: 6px; }
    .inquiry-field input,
    .inquiry-field select{
        height: 48px;               /* 触控友好 ≥44px */
        font-size: 16px;            /* 避免 iOS 聚焦缩放 */
    }
    .inquiry-field textarea{ min-height: 90px; font-size: 16px; }
    /* 验证码行: 验证码输入+图片一行, 提交按钮独占一行 */
    .inquiry-captcha-row{ flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
    .inquiry-captcha{ flex: 1 1 0; margin-bottom: 0; }
    .inquiry-captcha-img{ flex: 0 0 auto; }
    .inquiry-submit{ flex: 1 1 100%; height: 50px; }
    .inquiry-toast{ top: 16px; font-size: 13px; padding: 12px 20px; }
}
/* ----- 响应式: 极小屏 (≤480px) ----- */
@media screen and (max-width: 480px){
    .inquiry-wrap{ padding: 40px 12px 48px; }
    .inquiry-title{ font-size: 21px; }
    .inquiry-form{ padding: 20px 14px 18px; }
}

/* ============================================================
   Footer 重设计 (.footer-v2 命名空间)
   浅色简约: 白底 + 浅灰分区线 + 深灰文字 + 品牌蓝点缀
   布局: 品牌区 | 导航列 | 联系区 三区, 版权沉底
   ============================================================ */
.footer-v2{
    background: #fff;
    border-top: 1px solid #eef2f6;
    color: #4a5666;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.footer-v2__inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
/* 顶部分区 */
.footer-v2__top{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding: 56px 0 40px;
}
/* 左: 品牌区 */
.footer-v2__brand{
    flex: 0 0 280px;
    max-width: 280px;
}
.footer-v2__logo{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    text-decoration: none;
}
.footer-v2__logo img{
    height: 40px;
    width: auto;
    display: block;
    flex-shrink: 0;
    /* 原 SVG 是纯白填充, 与 header 一致用 invert(1) 反色为深色, 在白底才可见 */
    filter: invert(1);
}
.footer-v2__brand-name{
    font-size: 18px;
    font-weight: 700;
    color: #1a2b3c;
    line-height: 1.3;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-family: "微软雅黑", "SimHei";
}
.footer-v2__desc{
    font-size: 13px;
    line-height: 1.85;
    color: #7a8694;
    margin: 0;
}
/* 中: 导航列 */
.footer-v2__nav{
    flex: 1 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.footer-v2__navcol-title{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 16px;
    text-decoration: none;
}
.footer-v2__navcol ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-v2__navcol li{
    margin-bottom: 10px;
}
.footer-v2__navcol li:last-child{ margin-bottom: 0; }
/* 子项较多(>=8)的栏目: 跨 2 个网格列 + 内部链接两列排列, 压缩页脚高度 */
.footer-v2__navcol--cols2{
    grid-column: span 2;
}
.footer-v2__navcol--cols2 ul{
    column-count: 2;
    column-gap: 24px;
}
.footer-v2__navcol--cols2 li{
    break-inside: avoid;       /* 避免链接在列间被截断 */
    -webkit-column-break-inside: avoid;
}
.footer-v2__navcol ul a{
    font-size: 13px;
    color: #7a8694;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}
.footer-v2__navcol ul a:hover{
    color: #00a0e9;
    padding-left: 4px;
}
/* 右: 联系区 */
.footer-v2__contact{
    flex: 0 0 240px;
    max-width: 240px;
}
.footer-v2__contact-item{
    margin-bottom: 14px;
}
.footer-v2__contact-label{
    display: block;
    font-size: 12px;
    color: #9aa5b3;
    margin-bottom: 4px;
}
.footer-v2__contact-value{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #036eb8;
    text-decoration: none;
    font-family: "Arial", sans-serif;
}
.footer-v2__contact-service{
    /* 在线客服按钮按需求隐藏 (HTML 已加 hidden 属性, 此处 display:none 双保险。如需恢复, 删除 hidden 与此行) */
    display: none;
    align-items: center;
    gap: 6px;
    margin: 8px 0 18px;
    padding: 8px 18px;
    border: 1.5px solid #00a0e9;
    border-radius: 30px;
    color: #00a0e9;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}
.footer-v2__contact-service svg{
    width: 16px; height: 16px; fill: #00a0e9;
}
.footer-v2__contact-service:hover{
    background: #00a0e9; color: #fff;
}
.footer-v2__contact-service:hover svg{ fill: #fff; }
.footer-v2__qrs{
    display: flex;
    gap: 16px;
    margin-top: 18px;          /* 客服按钮隐藏后, 二维码与上方信息保持间距 */
}
.footer-v2__qr{
    text-align: center;
}
.footer-v2__qr img{
    width: 84px; height: 84px;
    display: block;
    border-radius: 6px;
    border: 1px solid #eef2f6;
}
.footer-v2__qr span{
    display: block;
    font-size: 11px;
    color: #9aa5b3;
    margin-top: 6px;
}
/* 底部版权 */
.footer-v2__bottom{
    border-top: 1px solid #eef2f6;
    padding: 22px 0 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #9aa5b3;
}
.footer-v2__bottom p{ margin: 0; }
.footer-v2__bottom a{
    color: #9aa5b3;
    text-decoration: none;
    transition: color .2s ease;
}
.footer-v2__bottom a:hover{ color: #00a0e9; }

/* ----- 响应式: 平板 (≤1200px) ----- */
@media screen and (max-width: 1200px){
    .footer-v2__inner{ padding: 0 30px; }
    .footer-v2__top{ gap: 36px; }
    .footer-v2__brand{ flex: 1 1 100%; max-width: 100%; }
    .footer-v2__nav{ grid-template-columns: repeat(3, 1fr); gap: 30px 24px; }
    .footer-v2__contact{ flex-basis: 220px; max-width: 220px; }
    /* 产品中心跨满整行, 内部两列 */
    .footer-v2__navcol--cols2{ grid-column: 1 / -1; }
    .footer-v2__navcol--cols2 ul{ column-gap: 30px; }
}
/* ----- 响应式: 小平板 (≤900px) ----- */
@media screen and (max-width: 900px){
    .footer-v2__top{ gap: 30px; }
    .footer-v2__nav{ grid-template-columns: repeat(2, 1fr); }
    .footer-v2__navcol--cols2{ grid-column: 1 / -1; }   /* 仍跨满整行 */
    .footer-v2__contact{ flex: 0 0 100%; max-width: 100%; }
    .footer-v2__qrs{ gap: 20px; }
}
/* ----- 响应式: 移动端 (≤768px) 单列堆叠 ----- */
@media screen and (max-width: 768px){
    .footer-v2__inner{ padding: 0 16px; }
    .footer-v2__top{ padding: 40px 0 28px; gap: 26px; flex-direction: column; }
    .footer-v2__brand{ flex: 1 1 100%; max-width: 100%; }
    .footer-v2__logo img{ height: 34px; }
    .footer-v2__desc{ font-size: 13px; }
    /* 导航: 两列网格, 触控友好 */
    .footer-v2__nav{ grid-template-columns: repeat(2, 1fr); gap: 22px 20px; }
    .footer-v2__navcol-title{ font-size: 14px; margin-bottom: 12px; }
    .footer-v2__navcol li{ margin-bottom: 8px; }
    .footer-v2__navcol ul a{ font-size: 13px; }
    /* 移动端: 产品中心跨满整行, 内部两列 */
    .footer-v2__navcol--cols2{ grid-column: 1 / -1; }
    .footer-v2__navcol--cols2 ul{ column-count: 2; column-gap: 16px; }
    .footer-v2__contact{ flex: 1 1 100%; max-width: 100%; }
    .footer-v2__contact-value{ font-size: 16px; }
    .footer-v2__contact-service{
        margin: 4px 0 14px;
        padding: 9px 20px;       /* 触控 ≥40px */
    }
    .footer-v2__qrs{ gap: 18px; }
    .footer-v2__qr img{ width: 76px; height: 76px; }
    .footer-v2__bottom{
        padding: 18px 0 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
    }
}
/* ----- 响应式: 极小屏 (≤480px) ----- */
@media screen and (max-width: 480px){
    .footer-v2__top{ padding: 32px 0 22px; gap: 22px; }
    .footer-v2__nav{ grid-template-columns: 1fr; gap: 18px; }   /* 单列, 避免拥挤 */
    /* 极窄屏: 产品中心回归单列, 与其他栏目一致 */
    .footer-v2__navcol--cols2{ grid-column: auto; }
    .footer-v2__navcol--cols2 ul{ column-count: 1; }
    .footer-v2__qrs{ justify-content: flex-start; }
}



/* ============ 内页内容标题左侧图标 (.pt_icon) ============
   单页(走进欧圣斯等) / 文章详情 / 产品详情 / 产品列表的内容标题左侧
   显示一枚主题色渐变圆形徽章 + 白色线性 SVG 图标, 避免标题区过于单调。
   尺寸用 em 相对标题字号缩放, 移动端标题缩小后图标自动等比例缩小。 */
.pt_icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:1.3em;
    height:1.3em;
    margin-right:.5em;
    vertical-align:middle;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:-webkit-linear-gradient(135deg,#2da6e0,#036eb8);
    background:linear-gradient(135deg,#2da6e0,#036eb8);
    -webkit-box-shadow:0 3px 10px rgba(3,110,184,.28);
    box-shadow:0 3px 10px rgba(3,110,184,.28);
    -webkit-box-flex:0;
    flex-shrink:0;
}
.pt_icon svg{
    display:block;
    width:58%;
    height:58%;
    fill:none;
    stroke:#fff;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
/* 产品列表大标题(英文名, 字号更大)徽章比例微调, 视觉更协调 */
.pro_h1 .pt_icon{
    width:1.05em;
    height:1.05em;
    margin-right:.4em;
}
/* 超小屏: 徽章与标题间距略收 */
@media screen and (max-width:480px){
    .pt_icon{
        margin-right:.35em;
    }
}

/* ============ 品牌文化页: 企业文化卡片布局 (.qy_culture) ============
   8 条理念左右各 4 条(图标徽章 + 标题 + 说明), 中央品牌徽章图。
   桌面三栏 grid, 平板自动缩窄, 移动端单列卡片(隐藏中央图)。 */
.qy_culture .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
    margin: 60px 0;
}
.qy_culture .qy_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 右侧 4 条理念(质量方针/管理理念/经营理念/服务理念)整体右对齐,
   与左侧 4 条关于中央徽章图左右镜像对称 */
.qy_culture .info > .qy_list:last-child{
    -ms-grid-column-align: end;
    justify-self: end;
}
.qy_culture .qy_list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}
.qy_culture .qy_list li:last-child{ margin-bottom: 0; }
.qy_culture .qy_ico{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg, #2da6e0, #036eb8);
    background: linear-gradient(135deg, #2da6e0, #036eb8);
    -webkit-box-shadow: 0 3px 10px rgba(3,110,184,.22);
    box-shadow: 0 3px 10px rgba(3,110,184,.22);
}
.qy_culture .qy_ico svg{
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.qy_culture .qy_txt h1{
    font-size: 18px;
    color: #036eb8;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
}
.qy_culture .qy_txt p{
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
/* 中央徽章图 */
.qy_culture .center_ul{
    width: auto;
    height: auto;
}
.qy_culture .center_ul img{
    display: block;
    width: clamp(280px, 26vw, 420px);
    height: auto;
    max-width: 100%;
}
/* 移动端: 单列卡片, 隐藏中央图 */
@media screen and (max-width: 767px){
    .qy_culture .info{
        display: block;
        margin: 26px 0 40px;
    }
    .qy_culture .center_ul{ display: none; }
    .qy_culture .qy_list li{
        margin-bottom: 14px;
        padding: 12px 14px;
        background: #fff;
        border: 1px solid #e8f2fa;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 2px 10px rgba(3,110,184,.06);
        box-shadow: 0 2px 10px rgba(3,110,184,.06);
    }
    .qy_culture .qy_ico{
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }
    .qy_culture .qy_ico svg{
        width: 20px;
        height: 20px;
    }
    .qy_culture .qy_txt h1{
        font-size: 16px;
    }
    .qy_culture .qy_txt p{
        font-size: 13px;
    }
}

/* ============ 资质认证页: 证书缩略图网格 (.cert_img) ============
   覆盖原站纯文字列表样式: 4 个证书分组改为全宽堆叠, 组内证书条目
   显示为"缩略图 + 标题"卡片网格(桌面4列 -> 平板3列 -> 移动2列)。
   缩略图当前为占位图 cert_placeholder.svg, 后续替换真实证书图即可。 */
.honorslist{
    width: 100% !important;
    float: none;
    margin-right: 0;
    margin-bottom: 46px;
}
.honorslist:nth-of-type(4n){ margin-right: 0; }
.honorslist .honortitle{ margin-bottom: 14px; }
.honorslist li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 22px;
    border: none !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honorslist li:first-of-type{ border-top: none; }
.honorslist li:nth-child(4n){ margin-right: 0; }
/* 缩略图容器: 覆盖原站 .honorslist li .img_con{display:none} */
.honorslist li .cert_img,
.honorslist li .img_con{
    display: block !important;
    position: relative;
    width: 100%;
    padding-top: 70%;
    background: #fff;
    border: 1px solid #e2edf6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px rgba(3,110,184,.06);
    box-shadow: 0 2px 8px rgba(3,110,184,.06);
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -moz-transition: -moz-box-shadow .25s ease, -moz-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
}
.honorslist li .cert_img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.honorslist li .cert_img img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honorslist li .cert_img:hover{
    -webkit-box-shadow: 0 5px 18px rgba(3,110,184,.2);
    box-shadow: 0 5px 18px rgba(3,110,184,.2);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
.honorslist li h3{
    line-height: 1.5 !important;
    padding: 10px 2px 0;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    width: 100%;
}
.honorslist li h3 a{
    line-height: 1.5 !important;
    padding: 0 !important;
    color: #555;
}
.honorslist li h3 a:hover{
    color: #00a0e9;
}
/* 平板: 3 列 */
@media screen and (max-width: 960px){
    .honorslist li{
        width: 32%;
        margin-right: 2%;
    }
    .honorslist li:nth-child(4n){ margin-right: 2%; }
    .honorslist li:nth-child(3n){ margin-right: 0; }
}
/* 移动端: 2 列 */
@media screen and (max-width: 767px){
    .honorslist{ margin-bottom: 36px; }
    .honorslist li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 16px;
    }
    .honorslist li:nth-child(4n),
    .honorslist li:nth-child(3n){ margin-right: 2%; }
    .honorslist li:nth-child(2n){ margin-right: 0; }
    .honorslist li .cert_img{ padding-top: 72%; }
    .honorslist li h3{
        font-size: 12px;
        padding-top: 8px;
    }
}

/* ============ 资质认证页: 证书 Tab 切换 (v2 重构) ============
   4 个分组标题(企业会员证书/专利证书/荣誉证书/资质证书)横排一排,
   鼠标悬停/点击标题切换下方对应证书占位图网格。
   桌面 tab 居中横排; 移动端 tab 横向滑动、点击切换; 网格 4/3/2 列。 */
.cert_tabs_wrap{
    background: #fff;
    padding: 46px 0 60px;
    overflow: hidden;   /* 双保险: 避免内部浮动/子元素溢出影响页脚 */
}
.cert_tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 36px;
}
.cert_tab{
    padding: 10px 26px;
    font-size: 16px;
    color: #555;
    border: 1px solid #dfeaf3;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #f6fbfe;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.cert_tab:hover,
.cert_tab.on{
    background: -webkit-linear-gradient(135deg, #2da6e0, #036eb8);
    background: linear-gradient(135deg, #2da6e0, #036eb8);
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 4px 12px rgba(3,110,184,.28);
    box-shadow: 0 4px 12px rgba(3,110,184,.28);
}
.cert_panel{
    display: none;
}
.cert_panel.on{
    display: block;
    -webkit-animation: certFadeIn .3s ease;
    animation: certFadeIn .3s ease;
}
@-webkit-keyframes certFadeIn{
    from{ opacity: 0; -webkit-transform: translateY(6px); }
    to{ opacity: 1; -webkit-transform: none; }
}
@keyframes certFadeIn{
    from{ opacity: 0; transform: translateY(6px); }
    to{ opacity: 1; transform: none; }
}
.cert_grid{
    list-style: none;
    margin: 0;
    padding: 0;
    /* 清除 li 浮动, 否则容器高度塌陷会把页脚顶上来 */
    overflow: hidden;
}
.cert_grid li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 22px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert_grid li:nth-child(4n){ margin-right: 0; }
.cert_img{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 70%;
    background: #fff;
    border: 1px solid #e2edf6;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px rgba(3,110,184,.06);
    box-shadow: 0 2px 8px rgba(3,110,184,.06);
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -moz-transition: -moz-box-shadow .25s ease, -moz-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
}
.cert_img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.cert_img img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert_img:hover{
    -webkit-box-shadow: 0 5px 18px rgba(3,110,184,.2);
    box-shadow: 0 5px 18px rgba(3,110,184,.2);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
.cert_grid li h3{
    line-height: 1.5;
    padding: 10px 2px 0;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 平板: 3 列 */
@media screen and (max-width: 960px){
    .cert_grid li{
        width: 32%;
        margin-right: 2%;
    }
    .cert_grid li:nth-child(4n){ margin-right: 2%; }
    .cert_grid li:nth-child(3n){ margin-right: 0; }
}
/* 移动端: tab 横滑 + 2 列网格 */
@media screen and (max-width: 767px){
    .cert_tabs_wrap{
        padding: 30px 0 44px;
    }
    .cert_tabs{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        margin: 0 -15px 26px;
        padding: 0 15px 8px;
    }
    .cert_tab{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 8px 18px;
        font-size: 14px;
    }
    .cert_grid li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 16px;
    }
    .cert_grid li:nth-child(4n),
    .cert_grid li:nth-child(3n){ margin-right: 2%; }
    .cert_grid li:nth-child(2n){ margin-right: 0; }
    .cert_img{ padding-top: 72%; }
    .cert_grid li h3{
        font-size: 12px;
        padding-top: 8px;
    }
}

/* ============ 绿色责任页: 引言 + 四大绿色行动 + 社会宣言 ============ */
.gr_intro{
    background: -webkit-linear-gradient(135deg, #eaf7ee, #f4fbf6);
    background: linear-gradient(135deg, #eaf7ee, #f4fbf6);
    padding: 56px 0 50px;
}
.gr_intro_inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.gr_slogan{
    font-size: 26px;
    font-weight: 700;
    color: #1c7c3a;
    margin: 0 0 16px;
    line-height: 1.4;
}
.gr_desc{
    font-size: 15px;
    line-height: 1.9;
    color: #4a5a50;
    margin: 0;
}
/* 四大绿色行动卡片 */
.gr_actions{
    background: #fff;
    padding: 56px 0 60px;
}
.gr_cards{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.gr_cards li{
    background: #f7fcf9;
    border: 1px solid #e3f1e8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 24px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -moz-transition: -moz-box-shadow .25s ease, -moz-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gr_cards li:hover{
    -webkit-box-shadow: 0 8px 24px rgba(28,124,58,.12);
    box-shadow: 0 8px 24px rgba(28,124,58,.12);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}
.gr_ico{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg, #2da44e, #178a3f);
    background: linear-gradient(135deg, #2da44e, #178a3f);
    margin-bottom: 16px;
}
.gr_ico svg{
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gr_txt h4{
    font-size: 18px;
    font-weight: 700;
    color: #1c7c3a;
    margin: 0 0 10px;
    line-height: 1.4;
}
.gr_txt p{
    font-size: 14px;
    line-height: 1.85;
    color: #55645c;
    margin: 0;
    text-align: left;
}
/* 社会公民宣言: social2 增强 */
.gr_social{
    background: #fbfdfc;
    padding: 10px 0 60px;
}
.gr_social li{
    margin: 0 !important;
}
.gr_social .right_con{
    width: 78%;
    left: 50px;
}
.gr_social .gr_manifesto_t{
    font-size: 22px;
    font-weight: 700;
    color: #1c7c3a;
    margin: 0 0 16px;
    line-height: 1.4;
}
/* 平板: 卡片 2 列 */
@media screen and (max-width: 960px){
    .gr_cards{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .gr_social .right_con{
        width: 90%;
        left: 30px;
    }
}
/* 移动端: 卡片 1 列, 宣言文字收窄 */
@media screen and (max-width: 767px){
    .gr_intro{ padding: 36px 0 32px; }
    .gr_slogan{ font-size: 20px; }
    .gr_desc{ font-size: 14px; }
    .gr_actions{ padding: 36px 0 40px; }
    .gr_cards{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gr_cards li{ padding: 24px 20px; }
    .gr_ico{ width: 50px; height: 50px; }
    .gr_ico svg{ width: 25px; height: 25px; }
    .gr_social{ padding: 0 0 40px; }
    .gr_social .right_con{
        width: 100%;
        left: 0;
    }
    .gr_manifesto_t{ font-size: 18px; }
}

/* ============ 成长足迹页: 垂直时间轴 (.fp_timeline) ============
   6 个发展阶段按时间倒序; 桌面中央竖线左右交替, 移动端左侧竖线单列。
   纯 CSS 布局, 不依赖旧 swiper 交互。 */
.fp_wrap{
    background: #fbfcfe;
    padding: 50px 0 70px;
}
.fp_sub{
    text-align: center;
    font-size: 15px;
    color: #7a8694;
    margin: 0 0 46px;
    letter-spacing: 1px;
}
.fp_timeline{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    position: relative;
}
/* 中央竖线 (桌面) */
.fp_timeline::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: -webkit-linear-gradient(#2da6e0, #036eb8);
    background: linear-gradient(#2da6e0, #036eb8);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .35;
}
.fp_item{
    position: relative;
    width: 50%;
    padding: 0 56px 46px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp_item:last-child{ padding-bottom: 0; }
/* 偶数项靠右 */
.fp_item:nth-child(2n){
    margin-left: 50%;
    padding: 0 0 46px 56px;
}
/* 节点圆点 */
.fp_dot{
    position: absolute;
    top: 6px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #036eb8;
    -webkit-box-shadow: 0 0 0 4px rgba(3,110,184,.12);
    box-shadow: 0 0 0 4px rgba(3,110,184,.12);
    z-index: 1;
}
.fp_item:nth-child(odd) .fp_dot{ right: -7px; }
.fp_item:nth-child(2n) .fp_dot{ left: -7px; }
/* 卡片 */
.fp_card{
    background: #fff;
    border: 1px solid #e6eef6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 22px 24px;
    -webkit-box-shadow: 0 3px 12px rgba(3,110,184,.06);
    box-shadow: 0 3px 12px rgba(3,110,184,.06);
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -moz-transition: -moz-box-shadow .25s ease, -moz-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
}
.fp_card:hover{
    -webkit-box-shadow: 0 8px 22px rgba(3,110,184,.14);
    box-shadow: 0 8px 22px rgba(3,110,184,.14);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
.fp_year{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: -webkit-linear-gradient(135deg, #2da6e0, #036eb8);
    background: linear-gradient(135deg, #2da6e0, #036eb8);
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 4px 14px;
    margin-bottom: 12px;
    letter-spacing: .5px;
}
.fp_title{
    font-size: 18px;
    font-weight: 700;
    color: #036eb8;
    margin: 0 0 8px;
    line-height: 1.4;
}
.fp_desc{
    font-size: 14px;
    line-height: 1.85;
    color: #55636f;
    margin: 0;
}
/* 移动端: 左侧竖线单列 */
@media screen and (max-width: 767px){
    .fp_wrap{ padding: 34px 0 46px; }
    .fp_sub{ font-size: 13px; margin-bottom: 30px; }
    .fp_timeline::before{
        left: 14px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .fp_item,
    .fp_item:nth-child(2n){
        width: 100%;
        margin-left: 0;
        padding: 0 0 24px 40px;
    }
    .fp_item:nth-child(odd) .fp_dot,
    .fp_item:nth-child(2n) .fp_dot{
        left: 7px;
        right: auto;
    }
    .fp_card{ padding: 16px 18px; }
    .fp_title{ font-size: 16px; }
    .fp_desc{ font-size: 13px; }
}

/* ============ 工程案例列表页: 图文卡片网格 (.case_ul) ============
   封面图 + 日期徽章 + 标题 + 描述; 桌面 4 列 -> 平板 2 列 -> 移动 1 列。 */
.case_head{
    background: #fff;
    padding: 52px 0 8px;
    text-align: center;
}
.case_head_box{
    border: 1px solid #f2f2f2;
    padding: 40px 50px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.04);
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_head .new_title{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
}
.case_head_sub{
    margin: 14px 0 0;
    font-size: 15px;
    color: #7a8694;
    letter-spacing: 1px;
}
.case_list{
    padding: 44px 0 60px;
}
.case_ul{
    list-style: none;
    margin: 0 -1%;
    padding: 0;
    overflow: hidden;   /* 清除 li 浮动 */
}
.case_ul li{
    float: left;
    width: 31.333%;
    margin: 0 1% 26px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.06);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    -webkit-transition: -webkit-transform .35s, box-shadow .35s, border-color .35s;
    transition: transform .35s, box-shadow .35s, border-color .35s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_ul li:hover{
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    border-color: #cfeaf9;
    -webkit-box-shadow: 0 12px 28px rgba(3,110,184,.16);
    box-shadow: 0 12px 28px rgba(3,110,184,.16);
}
.case_ul li a{ display: block; width: 100%; height: 100%; }
/* 封面图区 */
.case_thumb{
    position: relative;
    width: 100%;
    padding-top: 62%;
    background: #f2f4f7;
    overflow: hidden;
}
.case_thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}
.case_ul li:hover .case_thumb img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.case_thumb_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: rgba(3,110,184,.6);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}
.case_date{
    position: absolute;
    top: 12px;
    left: 12px;
    min-width: 50px;
    padding: 5px 9px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#036eb8, #2da6e0);
    background: -o-linear-gradient(#036eb8, #2da6e0);
    background: linear-gradient(#036eb8, #2da6e0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.1;
}
.case_date i{
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}
.case_date b{
    display: block;
    font-weight: 400;
    font-size: 11px;
    opacity: .9;
}
/* 文字内容区 */
.case_body{
    padding: 16px 18px 20px;
}
.case_body h1{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.case_ul li:hover .case_body h1{ color: #00a0e9; }
.case_body p{
    font-size: 13px;
    line-height: 1.75;
    color: #777;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_body i{
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    color: #036eb8;
    letter-spacing: .5px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.case_ul li:hover .case_body i{ color: #00a0e9; }
/* 平板 2 列 */
@media screen and (max-width: 960px){
    .case_list{ padding: 34px 0 44px; }
    .case_ul li{
        width: 48%;
        margin: 0 1% 22px;
    }
}
/* 移动端 1 列 */
@media screen and (max-width: 767px){
    .case_list{ padding: 22px 0 36px; }
    .case_head{ padding: 30px 0 2px; }
    .case_head_box{
        padding: 24px 18px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .case_head_sub{ font-size: 13px; margin-top: 10px; }
    .case_ul li{
        width: 98%;
        margin: 0 1% 18px;
    }
    .case_thumb{ padding-top: 56%; }
    .case_body{ padding: 14px 16px 18px; }
    .case_body h1{ font-size: 15px; }
}


/* ============ 联系我们页: 大气联系卡片 v2 (.ct_section) ============
   6 张大气卡片(在线咨询/公众号/地址/销售热线/服务热线/邮箱), 内容当前为占位。
   桌面3列/平板2列/移动1列; 大图标渐变徽章 + 悬停整卡渐变蓝。 */
.ct_section{
    padding: 60px 0 30px;
}
.ct_cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ct_card{
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e7eef5;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 44px 28px 38px;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 18px rgba(3,110,184,.05);
    box-shadow: 0 4px 18px rgba(3,110,184,.05);
    -webkit-transition: all .32s ease;
    -moz-transition: all .32s ease;
    transition: all .32s ease;
    overflow: hidden;
}
/* 顶部渐变装饰条 */
.ct_card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(90deg, #2da6e0, #036eb8);
    background: linear-gradient(90deg, #2da6e0, #036eb8);
    opacity: .85;
}
.ct_card:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    border-color: transparent;
    -webkit-box-shadow: 0 18px 40px rgba(3,110,184,.22);
    box-shadow: 0 18px 40px rgba(3,110,184,.22);
    background: -webkit-linear-gradient(135deg, #2da6e0, #036eb8);
    background: linear-gradient(135deg, #2da6e0, #036eb8);
}
/* 大图标徽章 */
.ct_icon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg, #2da6e0, #036eb8);
    background: linear-gradient(135deg, #2da6e0, #036eb8);
    margin-bottom: 22px;
    -webkit-box-shadow: 0 8px 20px rgba(3,110,184,.28);
    box-shadow: 0 8px 20px rgba(3,110,184,.28);
    -webkit-transition: all .32s ease;
    -moz-transition: all .32s ease;
    transition: all .32s ease;
}
.ct_icon svg{
    display: block;
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ct_card:hover .ct_icon{
    background: rgba(255,255,255,.18);
    -webkit-box-shadow: 0 8px 20px rgba(0,0,0,.14);
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
}
.ct_card h4{
    font-size: 21px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 12px;
    line-height: 1.4;
}
.ct_card p{
    font-size: 15px;
    color: #7a8694;
    margin: 0;
    line-height: 1.7;
    word-break: break-all;
}
.ct_card:hover h4,
.ct_card:hover p{
    color: #fff;
}
/* 平板 2 列 */
@media screen and (max-width: 960px){
    .ct_cards{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
/* 移动端 1 列 */
@media screen and (max-width: 767px){
    .ct_section{
        padding: 36px 0 12px;
    }
    .ct_cards{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ct_card{
        padding: 30px 20px 26px;
    }
    .ct_icon{
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
    }
    .ct_icon svg{
        width: 30px;
        height: 30px;
    }
    .ct_card h4{
        font-size: 18px;
    }
    .ct_card p{
        font-size: 14px;
    }
}

/* ========== 站内搜索结果页 ========== */
.search_page{
    padding: 40px 0 60px;
}
/* 顶部搜索框 (复用 .help_ipt 视觉) */
.search_box{
    max-width: 560px;
    margin: 0 auto 30px;
}
.search_box .text{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 2px solid #036eb8;
    border-radius: 25px;
    padding: 0 60px 0 24px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}
.search_box .button{
    position: absolute;
}
.search_box form{
    position: relative;
}
.search_box .button{
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
    border: 0;
    background: #036eb8;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 0;
}
.search_box .button:after{
    content: '🔍';
    font-size: 16px;
    line-height: 38px;
}
    font-size: 14px;
    color: #666;
    padding: 0 4px 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.search_meta b{
    color: #036eb8;
}
.search_empty{
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 15px;
}
/* 结果条目所属栏目小标签 */
.news_ul .search_cat{
    display: inline-block;
    font-size: 12px;
    color: #036eb8;
    border: 1px solid #036eb8;
    border-radius: 3px;
    padding: 1px 8px;
    margin-top: 12px;
}
