@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 15px; color:#666; overflow-x: hidden; font-family:Arial,sans-serif; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color:#0d62ae;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1560px; margin: 0 auto; padding: 0 50px;}
.w1500{ width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 50px;}

.greyBg{ background: #eee;}

/* ::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;} */

/*顶部*/
.header{ width: 100%; height: 100px; padding: 0 90px; position: fixed; left: 0; top: 0; z-index: 99999; transition: all 0.3s ease-in-out; transform: translateY(0);}

.header.hidden{ transform: translateY(-100%);}

.header .logo{}
.header .logo .img{ height: 68px; margin-right: 26px;}
.header .logo .t{ font-size: 17px; line-height: 1.5; color: #000;}
.header .logo .t span{ font-weight: 600; display: block;}
.header .shareTel{ margin-bottom: 20px;}
.header .shareTel .share{ margin-right: 12px;}
.header .shareTel .share a{ margin-right: 10px;}
.header .shareTel .tel{ padding: 0 23px 0 60px; background: url(../images/icon01.png) no-repeat 20px center; border: #0d62ae solid 2px; border-radius: 30px; line-height: 34px; color: #0d62ae; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 18px; }
.header .nav ul li { margin-right: 70px; position: relative;}
.header .nav ul li>a{ font-size: 18px; color: #000; line-height: 28px;}
.header .nav ul li>a:hover,.header .nav ul li.on>a{ color:#0093e2;}
.header .nav ul li .subnav{ width: 120px; padding-top: 20px; position: absolute; left: 50%; top: 25px; transform: translateX(-50%); z-index: 9999; display: none;}
.header .nav ul li .subnav ol{background:rgb(255,255,255,0.7); box-shadow: 0 10px 20px rgba(0, 0, 0, .1); padding: 10px; }
.header .nav ul li .subnav a{ font-size: 15px; color: #333; text-align: center; line-height: 1.5; display: block; margin: 10px 0;}
.header .nav ul li .subnav a:hover{ color: #0093e2; background:url(../images/icon15.png) no-repeat right 15px center;}
.header .nav .searchLang .searchBtn{ width: 28px; height: 28px; background: url(../images/icon02.png) no-repeat center; cursor: pointer; margin-right: 27px;}
.header .nav .searchLang .lang{ position: relative;}
.header .nav .searchLang .lang dl{ width: 24px; height: 24px; background: url(../images/icon03.png) no-repeat center;}
.header .nav .searchLang .lang ol{ width: 100px; background: #fff; border-radius: 10px; position: absolute; left: 50%; top: 40px; transform: translateX(-50%); text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 10px; display: none;}
.header .nav .searchLang .lang ol a{ line-height: 1.5;}
.header .nav .searchLang .lang ol::after{ content: ""; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: transparent transparent #fff transparent; position: absolute; left: 50%; top: -20px; transform: translateX(-50%);}
.header .nav .searchLang .lang:hover ol{ display: block;}

.menu-toggle{display: none;}

/* .index .header{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);} */
.white .header{ background: none;}
.white .header .logo .t{ color: #fff;}
.white .header.fixed .logo .t{ color: #000;}
.white .header .nav ul li>a{ color: #fff;}
.white .header.fixed .nav ul li>a{ color: #000;}
.white .header .nav .searchLang .searchBtn{  background: url(../images/icon02_white.png) no-repeat center; }
.white .header .nav .searchLang .lang dl{background: url(../images/icon03_white.png) no-repeat center;}
.header.fixed{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.header.fixed .nav .searchLang .searchBtn{  background: url(../images/icon02.png) no-repeat center; }
.header.fixed .nav .searchLang .lang dl{background: url(../images/icon03.png) no-repeat center;}

.title{ position: relative; margin-bottom: 20px;}
.title h2{ font-size: 23px; font-weight: normal; color: #333; line-height: 1;}
.title p{  font-size: 23px; color: #cacaca; font-weight: 900; line-height: 1; margin-top: 10px;}

/*首页bannner*/
.banner { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: -1; background: #000;}
.banner .pic{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.banner img{width:100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.banner .videoBox{width:100%; height: 100%;}
.banner video{width:100%; height: 100%; object-fit: cover; }
.banner .bannerText{ text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 22;}
.banner .bannerText h2{ font-size: 88px; color: #fff; font-weight: 900; line-height: 1; white-space: nowrap; font-style: italic; text-shadow: 3px 5px 0 rgba(82, 131, 177, 0.8);}
.banner .bannerText a{ width: 114px; line-height: 40px; height: 40px; border-radius: 20px; padding: 0 28px; border: #fff solid 1px; font-size: 14px; color: #fff; margin: 68px auto 0; display: block;}
.banner .tip-icon{ width: 30px; position: absolute; z-index: 99; bottom: 140px; left: 50%; transform: translateX(-50%);  }
.banner .tip-icon span{ position: absolute; animation: fading 1.5s linear 1s infinite both; -webkit-animation: fading 1.5s linear 1s infinite both;}


.neiBanner{ position: relative;}
.neiBanner img{ width: 100%;}
.neiBanner .bannerText{ width: 40%; position: absolute; left: 140px; bottom: 300px; z-index: 22; color: #fff;}
.neiBanner .bannerText .tit{ margin-bottom: 30px;}
.neiBanner .bannerText .tit h2{ font-size: 21px; font-weight: 400; line-height: 1; margin-bottom: 15px;}
.neiBanner .bannerText .tit p{ font-size: 80px; font-weight: 900; line-height: 1;}
.neiBanner .bannerText .text{ font-size: 15px; line-height: 1.8;}

.neiBanner .bannerText2{ width: 40%; position: absolute; left: 140px; top: 55%; transform: translateY(-50%); z-index: 22; color: #fff;}
.neiBanner .bannerText2 .tit{ margin-bottom: 30px;}
.neiBanner .bannerText2 .tit h2{ font-size: 30px; font-weight: 400; line-height: 1; padding-left: 20px; margin-bottom: 15px;}
.neiBanner .bannerText2 .tit p{ font-size: 70px; font-weight: 900; font-style: italic; line-height: 1;}

.bannerBg{ height: 455px; background: #214a9a; }
.neiBanner2{ margin-top: -250px; position: relative; z-index: 10; }
.neiBanner2 .wrap{ position: relative;}
.neiBanner2 img{ border-top-left-radius: 35px; border-bottom-right-radius: 35px;}

.neiBanner2 .bannerText{ width: 50%; position: absolute; left: 110px; top: 50%; z-index: 22; transform: translateY(-50%); color: #1e4997;}
.neiBanner2 .bannerText.white{ color: #fff;}
.neiBanner2 .bannerText h2{ font-size: 16px; font-weight: normal;}
.neiBanner2 .bannerText h1{ font-size: 62px; font-weight: bold;}
.neiBanner2 .bannerText p{ font-size: 14px; font-weight: normal;}

.bannerBg .bannerText{ width: 100%;bottom: 104px; left: 0;}
.bannerBg .bannerText .tit h2{ font-size: 30px;}

.bannerBg2{ height: 105px; background: #214a9a;}

@keyframes fading {
    0% {
        top: 0
    }

    to {
        top: 30px;
        opacity: 0
    }
}

@-webkit-keyframes fading {
    0% {
        top: 0
    }

    to {
        top: 30px;
        opacity: 0
    }
}


.indexOne{ background: #fff; position: relative; z-index: 222; margin-top: 100vh;}
.indexOne .con{ padding: 70px 0 100px; background: url(../images/indexOneBg.png) no-repeat right center; }
.indexOne .text{ font-size: 15px; color: #666; line-height: 1.8; margin-bottom: 40px; padding-right: 330px;}
.indexOne .btn{ width: 130px; height:42px; line-height: 40px; color: #c3c3c3; text-align: center; border: #c3c3c3 solid 1px; border-radius: 40px; display: inline-block; transition: all.4s;}
.indexOne .btn:hover{ background: #0d62ae; border: #0d62ae solid 1px; color: #fff;}

.indexTwo{ background: #d7edfb; padding: 120px 0 150px;}
.indexTwo .title{ align-self: start;}
.indexTwo .title p{ color: #98afbf;}
.indexTwo .title::after{ content: ""; width: 25px; height: 5px; background: #98afbf; position: absolute; left: 0; bottom: -30px;}
.indexTwo .con{ width: 1020px; background: #fff;}
.indexTwo .con .imgBigSwiper .swiper-slide{ background: #fff;}
.indexTwo .con .pic{ width: 620px;}
.indexTwo .con .pic dl{ padding-bottom: 65.32%;}
.indexTwo .con .text{ width: calc(100% - 620px); padding: 40px 40px;}
.indexTwo .con .text .tit{ font-size: 20px; color: #214b97; border-bottom: #b5b3b4 solid 1px; padding-bottom: 40px; margin-bottom: 30px;}
.indexTwo .con .text .desc{ color: #999; line-height: 1.8;}
.indexTwo .con .imgSmallSwiper{ width: 620px; background: #d7edfb;}
.indexTwo .con .imgSmallSwiper .swiper-slide{ line-height: 80px; text-align: center; border-bottom: #999 solid 1px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer;}
.indexTwo .con .imgSmallSwiper .swiper-slide.swiper-slide-thumb-active{ border-bottom: #214b97 solid 1px; color: #214b97;}
.indexTwo .con .swiperbutton{ width: calc(100% - 620px); position: relative;}
.indexTwo .con .swiperbutton .swiper-button-prev,.indexTwo .con .swiperbutton .swiper-button-next{ line-height: 80px; position: relative; top: 0; margin-top: 0; }
.indexTwo .con .swiperbutton .swiper-button-prev{ left: 0;}
.indexTwo .con .swiperbutton .swiper-button-next{ right: 0;}
.indexTwo .con .swiperbutton .swiper-button-prev:after, .indexTwo .con .swiperbutton .swiper-button-next:after{ font-size: 17px; color: #333;}

.indexThree{ padding: 100px 0; background: #fff;}
.indexThree .box{ padding: 30px 0 100px;}
.indexThree .box ul{ margin: 0 -65px;}
.indexThree .box ul li{ width: 33.33%; padding: 0 65px; }
.indexThree .box ul li a{ display:block; transition: all.4s;}
.indexThree .box ul li h3{ font-size: 20px;  color: #333; font-weight: normal; margin: 40px 0 15px;}
.indexThree .box ul li dt{ color: #999; line-height: 1.8;}
.indexThree .box ul li a:hover { transform:translate3d(0, -8px, 0);-webkit-transform:translate3d(0, -8px, 0);}
.indexThree .box ul li a:hover h3{ color: #0d62ae;}

.indexFour{ background: #fff; padding-bottom: 110px;}
.indexFour .titCon .more{ background: url(../images/icon01.png) no-repeat right center; align-self: start;}
.indexFour .titCon .more a{ line-height: 30px; margin-right: 40px;}
.indexFour .box{ padding: 40px 0 0;}
.indexFour .companyNews{ width: 50%; padding-right: 75px;}
.indexFour .companyNews .date{ font-size: 18px; color: #0d62ae; font-weight: bold; text-align: right; line-height: 1; border-bottom: #0d62ae solid 1px; padding-bottom: 25px; margin-bottom: 35px;}
.indexFour .companyNews .tit{ font-size: 20px; color: #0d62ae; margin-bottom: 15px;}
.indexFour .companyNews .desc{ color: #999; line-height: 1.8; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 30px;}
.indexFour .companyNews .pic dl{ padding-bottom: 33.14%;}
.indexFour .companyNews .morebtn{ text-align: right; color: #0d62ae; margin-top: 20px;}
.indexFour .otherNews{ width: 50%; padding-left: 75px;}
.indexFour .otherNews ul li{ padding: 55px 0; border-bottom: #ddd solid 1px; line-height: 40px;}
.indexFour .otherNews ul li a{ display: flex; justify-content: space-between; transition: all.4s;}
.indexFour .otherNews ul li a:hover{transform:translate3d(0, -6px, 0);-webkit-transform:translate3d(0, -6px, 0);}
.indexFour .otherNews ul li .t{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.indexFour .otherNews ul li .date{ color: #999; font-weight: bold; white-space: nowrap; padding-left: 20px;}

.products{ padding: 60px 0;}
.products .proNav{ margin-bottom: 50px;}
.products .proNav ul li{ margin-right: 10px;}
.products .proNav ul li a{ font-size: 15px; color: #000; border: #d6d6d6 solid 1px; border-radius: 40px; color: #aaa; line-height: 36px; padding: 0 15px; display: inline-block; white-space: nowrap; transition: all.4s;}
.products .proNav ul li.on a,.products .proNav ul li a:hover{ background: #214a9a; border: #214a9a solid 1px; color: #fff;}
.products .proNav ol{ font-size: 20px; color: #333;}
.products .box ul{ margin: 0 -60px;}
.products .box ul li{ width: 33.33%; padding: 0 60px; margin-bottom: 60px;}
.products .box ul li dl{ padding-bottom: 100%;}
.products .box ul li .t{ padding-top: 10px;}
.products .box ul li .t h3{ font-size: 16px; font-weight: normal; text-align: center; margin-bottom: 5px;}
.products .box ul li .t p{ font-size: 14px; overflow-wrap: break-word;}

.proView{ padding-bottom: 50px;}
.proView .prohead{ padding: 60px 0 30px;}
.proView .prohead .tit h1{ font-size: 30px; color: #214a9a; margin-bottom: 10px;}
.proView .prohead .tit p{ font-size: 22px; color: #666;}
.proView .prohead .gupiao{ text-align: right; font-size: 23px;}
.proView .prohead .gupiao p{ margin-bottom: 10px;}
.proView img{ width: 100%;}

.proView .proImg{ margin-bottom: 50px; }

.proImg {
    display: grid;
    /* 定义三列：
       第一列(开口机)：占 40% 宽度
       第二列(6,7)：   占 30% 宽度
       第三列(8,9,10)：占 30% 宽度
       (你可以根据需要调整百分比，比如 50% 25% 25%) */
    grid-template-columns: 49% 25.5% 25.5%;

    /* 定义六行，每行高度均分，或者设为固定高度 */
    /* 这里假设所有小格子高度一致，总高度设为 500px 举例 */
    grid-template-rows: repeat(6, 1fr);

    gap: 10px; /* 方块之间的间距 */
    width: calc(100% - 20px);
    height: 715px;
    box-sizing: border-box;
}

/* --- 布局定位 --- */

/* 第1个 item：左侧大方块 (开口机) */
/* 占据第1列，纵向跨越所有6行 */
.proImg .item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 7;
}

/* 第2个 item：数字 6 */
/* 占据第2列，第1-3行 (上半部分) */
.proImg .item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}

/* 第3个 item：数字 7 */
/* 占据第2列，第4-6行 (下半部分) */
.proImg .item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 4 / 7;
}

/* 第4个 item：数字 8 */
/* 占据第3列，第1-2行 */
.proImg .item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

/* 第5个 item：数字 9 */
/* 占据第3列，第3-4行 */
.proImg .item:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
}

/* 第6个 item：数字 10 */
/* 占据第3列，第5-6行 */
.proImg .item:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 5 / 7;
}

/* --- 图片样式 --- */

/* 确保图片填满父容器 */
.proImg .item dl {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.proImg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例并填满，或者用 contain */
    display: block;
}



.proView .text{  font-size: 16px; line-height: 1.6;}
.proView .text table{ width: 100% !important; border-collapse: collapse; border: #ccc solid 1px; margin-bottom: 30px;}
.proView .text table th,.proView .text table td{ border: #ccc solid 1px; padding: 10px; background: #fff;}

.template-content{width: 100%; margin-top: 50px;}
.template-content ul{ width: 100%; display: flex; flex-wrap: wrap; margin: 0 -20px; box-sizing: border-box;}
.template-content ul li{ width: 20%; padding: 0 15px; margin-bottom: 30px; list-style: none; box-sizing: border-box;}
.template-content ul li dl{ margin-bottom: 10px; box-sizing: border-box; padding: 0;}
.template-content ul li h3{  background-color: #d3d3d3; color: #333; text-align: center; font-size: 16px; font-weight: normal;}

.provideo{ margin: 50px 0;}
.provideo ul{ margin: 0 -20px;}
.provideo ul li{ width: 50%; padding: 0 20px; margin-bottom: 40px;}
.provideo ul li dl{ padding-bottom: 56%; cursor: pointer;}
.provideo ul li dl::before{ content: ''; display: block; width: 100%; height: 100%; background: url(../images/video.png) no-repeat center; position: absolute; top: 0; left: 0; z-index: 99; opacity: 0.8; transition: all.4s;}
.provideo ul li dl:hover::before{ opacity: 1;}

.otherProducts{ margin: 50px 0; position: relative;}
.otherProducts .swiper-slide a{ overflow: hidden; display: block;}
.otherProducts .swiper-slide dl{ padding-bottom: 100%;}
.otherProducts .swiper-slide .t{ padding-top: 10px;}
.otherProducts .swiper-slide .t h3{ font-size: 16px; font-weight: normal; margin-bottom: 5px;}
.otherProducts .swiper-slide .t p{ font-size: 14px;  word-wrap: break-word;}
.otherProducts .swiper-button-prev, .otherProducts .swiper-button-next{ width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; transition: all.4s;}
.otherProducts .swiper-button-prev{ left: -20px;}
.otherProducts .swiper-button-next{ right: -20px;}
.otherProducts .swiper-button-prev:after, .otherProducts .swiper-button-next:after{ font-size: 20px; color: #333;}

.returnBtn{ border: #0d62ae solid 1px; color: #0d62ae; padding: 8px 20px; border-radius: 40px; display: inline-block; white-space: nowrap; transition: all.4s;}
.returnBtn:hover{ background: #0d62ae; color: #fff;}

.news{ padding:100px 90px 100px;  overflow: hidden;}
.news .box{ overflow: hidden; margin-bottom: 80px; }
.news .box ul{  margin-left: -1px;  margin-top: -60px; margin-bottom: -60px;}
.news .box ul li{ width: 50%; padding: 60px 100px; border-bottom: #bbb solid 1px; border-left: 1px solid #bbb;}
.news .box ul li a{ display: block;}
.news .box ul li dl{ padding-bottom: 33.14%; margin-bottom: 15px;}
.news .box ul li .t{ color: #666; margin-bottom: 15px; transition: all.4s;}
.news .box ul li .dateMore{ display: flex; justify-content: space-between; align-items: center;}
.news .box ul li .dateMore .date{ font-size: 32px; color: #a9a9a9; font-weight: bold; transition: all.4s;}
.news .box ul li .dateMore .more{ color:#a9a9a9; border-bottom: #a9a9a9 solid 1px; transition: all.4s;}
.news .box ul li a:hover .t{ color: #0d62ae;}
.news .box ul li a:hover .dateMore .date{ color: #0d62ae;}
.news .box ul li a:hover .dateMore .more{ color: #0d62ae; border-bottom: #0d62ae solid 1px;}

.newsView{padding: 70px 0 120px;}

.newsView .con{ width:calc(100% - 430px); padding-right: 60px;}
.newsView .otherList{ width:430px; margin-bottom: 50px;}

.newsView .box{ margin-bottom: 50px; }
.newsView .box .tit{  color: #000; margin-bottom: 60px;}
.newsView .box .tit h1{ font-size: 50px; margin-bottom: 20px; text-align: center;}
.newsView .box .tit p{ font-size: 18px; color: #666; text-align: center;}
.newsView .box .text{ font-size: 18px; color: #666; line-height: 1.8;}

.newsView .otherItem { transition: top 0.2s ease;}
.newsView .otherItem li{ margin-bottom: 30px;}
.newsView .otherItem li a{ display: block; box-shadow: 5px 8px 8px rgba(0,0,0,0.1); padding: 20px;}
.newsView .otherItem li h3{ color: #000; font-size: 20px; margin-bottom: 10px;}
.newsView .otherItem li span{ font-size: 18px; color: #aaa;}
.newsView .otherItem li dl{ padding-bottom: 33.14%; margin-top: 10px;}

.newsView .otherList.fixed .otherItem{ position: sticky; top: 20px; z-index: 999;}

.job{ padding: 70px 0 120px;}
.job .tit{ margin-bottom: 60px;}
.job .tit h1{ color: #a2a2a2; font-size: 40px; line-height: 1;}
.job .text{ font-size: 20px; color: #222; line-height: 1.8; margin-bottom: 50px;}
.job .text b,.job .text strong{ font-size: 25px;}


/* 主容器：Grid 布局，分左右两列 */
.job .imgCon {
    display: grid;
    grid-template-columns: 2fr 1fr; /* 左列占3份，右列占1份（可根据需求调整比例） */
    gap: 20px; /* 列之间的间距 */
    margin: 0 auto; /* 水平居中 */
}

/* 左侧区域：内部再用 Grid 分上下行 */
.left-section {
    display: grid;
    grid-template-rows: 1fr 1fr; /* 上下两行各占1份（高度均分） */
    gap: 20px; /* 行之间的间距 */
}

/* 左侧图片：自适应父容器，保持比例 */
.left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片裁剪填充，避免变形 */
    border-radius: 8px; /* 可选：圆角美化 */
}

/* 右侧区域：内部用 Flex 纵向排列 */
.right-section {
    display: flex;
    flex-direction: column; /* 垂直方向排列子元素 */
    gap: 20px; /* 子元素之间的间距 */
}

/* 右侧图片：自适应父容器，保持比例 */
.right-section img {
    width: 100%;
    height: auto; /* 高度随宽度自动缩放 */
    object-fit: cover;
    border-radius: 8px;
}

/* 响应式适配：小屏幕时切换为单列布局 */
@media (max-width: 768px) {
    .job .imgCon {
        grid-template-columns: 1fr; /* 改为单列 */
    }

    .left-section {
        grid-template-rows: auto; /* 行高由内容决定 */
    }

    .right-section {
        flex-direction: row; /* 小屏时右侧改为横向排列（可选，也可保持纵向） */
        flex-wrap: wrap; /* 允许换行 */
    }

    .right-section img {
        width: 100%; /* 每行放2张图，减去间距 */
    }
}

.aboutOne{ padding: 110px 0; background: url(../images/aboutOneBg.png) no-repeat right 150px center;}
.aboutOne .con{ padding-right: 280px;}
.aboutOne .con .pic{ width: 600px;}
.aboutOne .con .textBox{ width: calc(100% - 600px); padding-left: 50px;}
.aboutOne .con .textBox .text{ font-size: 15px; line-height: 1.8; margin-bottom: 20px; transition: all.4s;}
.aboutOne .con .textBox .text:hover{ transform:translate3d(0, -6px, 0);-webkit-transform:translate3d(0, -6px, 0);}
.aboutOne .con .textBox .more a{ width: 138px; height: 48px; line-height: 48px; background: #214a9a; color: #fff; border-radius: 24px; display: flex; align-items: center; justify-content: center;}
.aboutOne .con .textBox .more a:hover{ background: #183c85;}

.aboutTwo{ padding: 110px 0; background: #d7edfb;}
.aboutTwo .text{ width: 50%; line-height: 2; padding-right: 50px;}
.aboutTwo .text .t{ transition: all.4s;}
.aboutTwo .text .t:hover{ transform:translate3d(0, -6px, 0);-webkit-transform:translate3d(0, -6px, 0);}

.aboutThree{ padding: 80px 160px;}
.aboutThree .box{ padding-top: 80px;}
.aboutThree .box .item{ width: 50%; padding-right: 50px; display: flex; margin-top: -36px;}
.aboutThree .box .item:nth-child(even){ width: 100%; padding-left:calc(50% + 50px);}
.aboutThree .box .item .pic{ width: 206px; height: 206px; border-radius: 206px; overflow: hidden;}
.aboutThree .box .item .text{ width: calc(100% - 206px); padding-left: 26px;}
.aboutThree .box .item .text { transition: all.4s;}
.aboutThree .box .item .text:hover{ transform:translate3d(0, -6px, 0);-webkit-transform:translate3d(0, -6px, 0);}
.aboutThree .box .item .text h3{ font-size: 36px; color: #bbb; text-align: right; line-height: 1; margin-bottom: 20px;}
.aboutThree .box .item .text ol{ font-size: 14px; color: #999; line-height: 1.7; text-align: right;}
.aboutThree .box .item:nth-child(even){ flex-direction: row-reverse;}
.aboutThree .box .item:nth-child(even) .text{ padding-left: 0; padding-right: 26px;}
.aboutThree .box .item:nth-child(even) .text h3{ text-align: left;}
.aboutThree .box .item:nth-child(even) .text ol{ text-align: left;}

.aboutFour{ padding: 0 160px;}
.aboutFour .box{ border-top: #dededc solid 1px; padding: 80px 0 120px;}
.aboutFour ul{ margin: 0 -40px;}
.aboutFour ul li{ width: 25%; text-align: center; padding: 0 40px;}
.aboutFour ul li .tit{ margin-bottom: 20px;}
.aboutFour ul li .tit h3{ font-size: 26px; font-weight: normal; margin-bottom: 8px;}
.aboutFour ul li .tit p{ font-size: 20px; font-weight: normal; color: #ccc;}
.aboutFour ul li .c{ color: #999; line-height: 1.8; margin-top: 20px;}
.aboutFour ul li ol{  transition: all.4s;}
.aboutFour ul li ol:hover{ transform:translate3d(0, -6px, 0);-webkit-transform:translate3d(0, -6px, 0);}

.honor{ padding: 110px 0 160px;}
.honor .box{ position: relative;}
.honor .swiper-wrapper{ align-items: center;}
.honor .swiper-slide{ padding: 0 50px; }
.honor .swiper-slide dl{ padding-bottom: 67.3%;}
.honor .swiper-slide p{ font-size: 20px; line-height: 1.3; color: #333; text-align: center; margin-top: 20px; opacity: 0;}
.honor .swiper-slide.swiper-slide-active{ padding: 0;}
.honor .swiper-slide.swiper-slide-active p{ opacity: 1;}
.honor .swiper-button-prev,.honor .swiper-button-next{ width: 58px; height: 58px; background: #b0b0b2; border-radius: 50%; color: #fff;  position: absolute; top:45%; transform: translateY(-50%); z-index: 100; opacity: 1 !important; cursor: pointer;}
.honor .swiper-button-prev::after,.honor .swiper-button-next::after{ font-size: 30px; font-weight: bold;}
.honor .swiper-button-prev{ left: -65px;}
.honor .swiper-button-next{ right: -65px;}
.honor .swiper-button-prev:hover,.honor .swiper-button-next:hover{ background: #ed6d15;}
.honor .pagination { text-align: center; margin-top: 40px;}
.honor .pagination .swiper-pagination-bullet{  width: 20px;height: 5px; background:#cecece; border:none; border-radius: 0; margin: 0 5px; opacity: 1; cursor: pointer;}
.honor .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background: #ed6d15; border: none;}

.workshop .textCon{ padding: 100px 0 140px;}
.workshop .textCon .text{ width: 35%; font-size: 20px; line-height: 2.5;}
.workshop .textCon .img{ width: 65%; padding-left: 50px;}
.workshop .box{ margin-bottom: 150px;}
.workshop .swiper-slide dl{ overflow: hidden;}
.workshop .box .pagination{  text-align: center;}

.service{ padding: 60px 0;}
.service .downNav{ margin-bottom: 50px;}
.service .downNav ul li{ margin-right: 15px;}
.service .downNav ul li a{ font-size: 20px; color: #000; border: #d6d6d6 solid 1px; border-radius: 40px; color: #aaa; line-height: 40px; padding: 0 30px; display: inline-block; transition: all.4s;}
.service .downNav ul li.on a,.service .downNav ul li a:hover{ background: #214a9a; border: #214a9a solid 1px; color: #fff;}
.service .box ul{ margin: 0 -5px; margin-bottom: 30px;}
.service .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
.service .box ul li ol{ padding: 40px; background: #fff; display: flex; justify-content: space-between; align-items: center; transition: all.4s;}
.service .box ul li ol:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2); transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -5px, 0);}
.service .box ul li ol .t{ font-size: 20px; color: #000; display: flex; align-items: center;}
.service .box ul li ol .t::before{ content: ''; width: 85px; height: 85px;  background-size: cover; display: block; margin-right: 25px;}
.service .box ul li ol a{ width: 125px; height: 40px; line-height: 40px; background: #214a9a; font-size: 18px; color: #fff; text-align: center; display:block;}
.service .box ul li ol a:hover{ background: #183c85;}

.service .box ul li.pdf ol .t::before{ background: url(../images/icon05.png) no-repeat center;}
.service .box ul li.zip ol .t::before{ background: url(../images/icon06.png) no-repeat center;}
.service .box ul li.mp4 ol .t::before{ background: url(../images/icon07.png) no-repeat center;}
.service .box ul li.other ol .t::before{ background: url(../images/other.png) no-repeat center;}

.contact{ padding-bottom: 50px; margin-top: -70px; position: relative; z-index: 222;}
.contact .box{ background: #fff;}
.contact .box .contactBox{ width: calc(100% - 490px); padding: 60px;}
.contact .box .contactBox .item{ width: 50%;}
.contact .box .contactBox .item .t h3{ font-size: 22px; color: #666; font-weight: normal; line-height: 1; margin-bottom: 8px;}
.contact .box .contactBox .item .t p{ font-size: 15px; color: #888; line-height: 1; margin-bottom:20px;}
.contact .box .contactBox .item .c{ color: #888; line-height: 1.6;}
.contact .box .serviceTel{ width: 490px; background: #2b58ad; padding: 60px; color: #fff;}
.contact .box .serviceTel .t{ margin-bottom: 50px;}
.contact .box .serviceTel .t h3{ font-size: 18px; font-weight: normal;}
.contact .box .serviceTel .t p{ font-size: 40px; font-weight: 900; margin-bottom: 5px;}
.contact .box .serviceTel .t dt{ font-size: 18px; font-weight: normal;}
.contact .box .serviceTel .t:nth-child(2) h3{ position: relative;}
.contact .box .serviceTel .t:nth-child(2) h3::after{ content: ''; width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: -10px;}

.message{ padding: 70px 0 90px;}
.message .messageContact{ width: 50%; padding: 75px;}
.message .messageContact .tit{}
.message .messageContact .tit h2{ font-size: 30px; font-weight: 300; line-height: 1; color: #333; margin-top: 20px;}
.message .messageContact .tit h3{ font-size: 40px; font-weight: 900; color: #cacaca; line-height: 1; margin-bottom: 8px;}
.message .messageContact .tit p{ font-size: 14px; color: #999;}
.message .messageContact ul li{ display: flex; padding-bottom: 20px; margin-bottom: 20px; color: #888; border-bottom: #ccc solid 1px;}
.message .messageContact ul li:nth-last-child(1){ border-bottom: none;}
.message .messageContact ul li img{ margin-right: 10px; align-self: start;}
.message .messageContact ul li h3{ font-size: 18px; font-weight: normal; line-height: 1.8; margin-bottom: 8px;}
.message .messageForm{ width: 50%; background: #fbfbfb; padding: 75px;}
.message .messageForm ul{ margin: 0 -15px;}
.message .messageForm ul li{ width: 50%; padding: 0 15px; margin-bottom: 25px;}
.message .messageForm h3{ font-size: 18px; font-weight: normal;}
.message .messageForm h3 span{ color: #f00;}
.message .messageForm p{ color: #999; font-size: 14px; margin-bottom: 5px;}
.message .messageForm input{ width: 100%; height: 40px; line-height: 40px; background: none; border: none; border-bottom: #ccc solid 1px; font-size: 15px;}
.message .messageForm textarea{ width: 100%; height: 140px; line-height: 40px; background: none; border: none; border-bottom: #ccc solid 1px; font-size: 15px;}
.message .messageForm button{ width: 100%; height: 50px; line-height: 50px; background: #214a9a; color: #fff; border: none; border-radius: 50px; cursor: pointer; margin-top: 100px;}
.message .messageForm button:hover{ background: #183c85;}
.message .messageForm dt{ font-size: 18px; margin-top: 10px;}

.footer{ background: #d7edfb; padding: 80px 0;}
.footer .serviceTimeShare .t{ font-size: 25px; color: #788992; line-height: 1; margin-bottom: 10px;}
.footer .serviceTimeShare .c{ font-size: 15px; color: #788992; line-height: 1; margin-bottom: 45px;}
.footer .serviceTimeShare .share ul li{ width: 28px; margin-right: 30px; position: relative;}
.footer .serviceTimeShare .share ul li a>img{ opacity: 1; transition: all.4s;}
.footer .serviceTimeShare .share ul li a:hover>img{ opacity: 0.6;}
.footer .serviceTimeShare .share ul li ol{ width: 100px; position: absolute; left: 50%; top: 40px; transform: translateX(-50%); z-index: 22; display: none;}
.footer .serviceTimeShare .share ul li:hover ol{ display: block;}
.footer .fcontact .t h3{ font-size: 22px; color: #788992; font-weight: normal; line-height: 1; margin-bottom: 8px;}
.footer .fcontact .t p{ font-size: 16px; color: #788992; line-height: 1; margin-bottom:20px;}
.footer .fcontact .c{ color: #788992; line-height: 1.6;}
.footer .ewm { width: 200px; text-align: center;}
.footer .ewm p{ margin-top: 10px; color: #999;}

.footer .fewm{ text-align: center;}
.footer .fewm p{ font-size: 14px; color: #788991; margin-top: 8px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 46px; height: 46px; line-height: 46px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc;}
.fenye a { width: 46px; height: 46px; line-height: 46px; color: #333; margin:0 4px; display: block; background: #ccc; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #0e6bc2;}
.fenye a.current { color: #fff;  background: #0e6bc2;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 620px;}


.modal{ display: none; background-color: rgba(0, 0, 0, .8); position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.modal .modal-content{ position: absolute; left:50%;top:50%; transform: translate(-50%,-50%);}
.modal .modal-content .close-modal{  width: 31px; height: 31px; background:url(../images/off.png) no-repeat center; position: absolute; top: 20px; right: 20px;  z-index: 111; cursor: pointer;}
.modal .modal-content .img-container{ max-height: 90vh; position: relative; overflow: hidden;}

@media (max-width: 1650px) {
    .header{ padding: 0 50px;}

    .bannerBg{ height: 400px;}

    .neiBanner .bannerText2{ left: 0;}
    .neiBanner .bannerText2 .tit p { font-size: 60px;}

    .news { padding: 100px 50px 100px;}
    .news .box ul li{ padding: 60px;}
}

@media (max-width: 1442px) {
    .news .box ul li{ padding: 40px;}
    .news .box ul li .dateMore .date{ font-size: 20px;}

    .neiBanner .bannerText .tit p{ font-size: 60px;}

    .neiBanner .bannerText2{ top: 65%;}
    .neiBanner .bannerText2 .tit h2{ font-size: 22px; padding-left: 6px;}
    .neiBanner .bannerText2 .tit p { font-size: 40px; }

    .aboutOne { background: url(../images/aboutOneBg.png) no-repeat right 60px center;    }
    .aboutOne .con { padding-right: 190px;}

    .aboutThree { padding: 80px 50px;}

    .aboutFour { padding: 0 50px;}

    .honor .box ul{ margin: 0 -25px;}
    .honor .box ul li{ padding: 0 25px; margin-bottom: 45px;}


    .contact .box .serviceTel{ width: 420px;}
    .contact .box .contactBox { width: calc(100% - 420px); padding: 45px;}
    .contact .box .contactBox .item{ padding-right: 20px;}
    .contact .box .serviceTel .t p{ font-size: 30px;}
}

@media (max-width: 1300px) {
    .banner .bannerText h2{ font-size: 70px;}

    .neiBanner .bannerText2 .tit h2{ font-size: 18px; padding-left: 6px; margin-bottom: 10px;}
    .neiBanner .bannerText2 .tit p { font-size: 36px; }

    .indexTwo .con{ width: 900px;}
    .indexTwo .con .text { padding: 40px 35px;}

    .indexThree .box ul li a i{ width: 110px; height: 110px; display: block;}

    .indexFour .companyNews{ padding-right: 0;}

    .aboutOne .con .pic { width: 520px;}
    .aboutOne .con .textBox { width: calc(100% - 520px);}
    .aboutOne .con { padding-right: 140px; }
    .aboutOne .con .textBox .more a { width: 120px; height: 40px; line-height: 40px;}

    .workshop .textCon { padding: 80px 0 100px;}
    .workshop .textCon .text{ width: 45%; font-size: 17px; line-height: 2.2;}
    .workshop .textCon .img{ width: 55%; padding-left: 50px;}

    .footer .ewm{ width: 150px;}
}

@media (max-width: 1246px) {
    .header .nav ul li{ margin-right: 50px;}

    .neiBanner .bannerText{ width: 58%;}

    .neiBanner .bannerText2{ top: 70%;}

    .footer .fewm dl{ width: 150px;}
}

@media (max-width: 1199px){
    .indexTwo .con{ width: 800px;}
    .indexTwo .con .pic { width: 550px;}
    .indexTwo .con .text{ width: calc(100% - 550px);}
    .indexTwo .con .imgSmallSwiper{ width: 550px;}
    .indexTwo .con .text .tit { font-size: 16px; padding-bottom: 18px; margin-bottom: 13px;}
    .indexTwo .con .swiperbutton{ width: calc(100% - 550px);}

    .aboutOne{ background-size:60px auto;}
    .aboutOne .con { padding-right: 110px; }
}

@media (max-width: 1100px) {
    .wrap{ padding: 0 20px;}

    .header .nav ul li { margin-right: 40px;    }

    .aboutOne .con .pic { width: 490px; }
    .aboutOne .con .textBox { width: calc(100% - 490px);  padding-left: 30px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1500{ padding: 0 15px;}
    input, textarea, select, button{ font-size: 14px;}
    
    .header{ width: 100%; height: 60px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .2); padding: 0 15px; display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .white .header{ background: #fff;}
    .header .logo{ height: 60px;}
    .header .logo .img{ height: 48px;}
    .header .headRight { width: 100%; height: calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; position: absolute; left: 0; top: 60px; display: none; }

    .white .header .nav{ display: block;}
    .white .header .nav ul{ display: block;}
    .white .header .nav ul li{ width: 100%; margin: 0;  border-bottom: #eee solid 1px;}
    .white .header .nav ul li>a{ color: #000; font-size: 15px; line-height: 50px; padding: 0 15px; display: block;}
    .header .nav ul li .subnav{ width: 100%; background: #eee; padding: 0; position: relative; left: 0; top: 0; transform: inherit; }
    .header .nav ul li .subnav ol{ background: none; box-shadow: none;}
    .header .nav ul li .subnav a{ text-align: left; padding: 0 15px;}

    .header .nav .searchLang{ padding: 10px;}
    .header .nav .searchLang .searchBtn {
        background: url(../images/icon02.png) no-repeat center !important;
    }

    .header .nav .searchLang .lang dl{     background: url(../images/icon03.png) no-repeat center !important;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner{ height: 50vh;}
    .banner .bannerText h2{ font-size: 23px; text-shadow: 3px 2px 0 rgba(82, 131, 177, 0.8);}
    .banner .tip-icon{ bottom: 70px;}
    .banner .videoBox{ display: none;}

    .bannerBg { height: 100px; }
    .bannerBg2{ height: 0;}
    .neiBanner2 { margin-top: -62px;}
    .neiBanner2 img { border-top-left-radius: 15px; border-bottom-right-radius: 15px;}

    .neiBanner .bannerText2{ width: 100%; top: 65%; left: 0; text-align: center;}
    .neiBanner .bannerText2 .tit h2 { font-size: 14px; padding-left: 0; margin-bottom: 2px; }
    .neiBanner .bannerText2 .tit p{ font-size: 18px;}

    .title { text-align: center;}
    .title h2{ font-size: 22px;}
    .title p{ font-size: 18px; margin-top: 5px;}

    .indexOne{ margin-top: calc(50vh - 60px);}
    .indexOne .con { padding: 50px 0 70px; background: none;}
    .indexOne .text{ padding: 0;}
    .indexOne .btn{ margin: 0 auto; display: block;}

    .indexTwo{ padding: 60px 0;}
    .indexTwo .wrap{ display: block;}
    .indexTwo .con{ width: 100%;}
    .indexTwo .con .imgBigSwiper .swiper-slide a{ display: block;}
    .indexTwo .con .pic{ width: 100%;}
    .indexTwo .con .text{ width: 100%;}
    .indexTwo .arrow { display: none;}
    
    .indexThree{ padding: 65px 0;}
    .indexThree .box { padding: 30px 0 40px; border-bottom: #ddd solid 3px}
    .indexThree .box ul{ display: block; margin: 0;}
    .indexThree .box ul li{ width: 100%; padding: 0 ; margin-bottom: 25px;}
    .indexThree .box ul li a i { width: 60px; height: 60px; margin: 0 auto;}
    .indexThree .box ul li h3 { font-size: 16px; text-align: center; margin: 15px 0 10px;}

    .indexFour{ padding-bottom: 80px;}
    .indexFour .titCon {display: block;}
    .indexFour .titCon .more{ justify-content: center; background: none;}
    .indexFour .titCon .more a{ margin: 0 15px;}
    .indexFour .box{ display: block;}
    .indexFour .companyNews{ width: 100%;}
    .indexFour .companyNews .tit{ font-size: 16px;}
    .indexFour .companyNews .desc{ line-height: 1.6; margin-bottom: 10px;}
    .indexFour .companyNews .date { font-size: 16px; text-align: left; padding-bottom: 10px; margin-bottom: 15px;}
    .indexFour .companyNews .morebtn{ display: none;}
    .indexFour .otherNews{ width: 100%; padding: 0; margin-top: 30px;}
    .indexFour .otherNews ul { border-top: #ddd solid 1px;}
    .indexFour .otherNews ul li{ padding: 5px 0;}
    .indexFour .otherNews ul li .date{ font-size: 12px;}

    .products{ overflow: hidden; padding: 36px 0;}

    .products .proNav { margin-bottom: 30px;}
    .products .proNav ol{ display: none;}
    .products .proNav ul{ overflow: auto;}
    .products .proNav ul::-webkit-scrollbar { height: 0;}
    
    .products .proNav ul li { margin-right: 5px;}
    .products .proNav ul li a{ font-size: 12px; line-height: 30px; padding: 0 10px;}

    .products .box ul { margin: 0 -8px;}
    .products .box ul li{ width: 50%; padding: 0 8px; margin-bottom: 20px;}
    .products .box ul li .t h3{ font-size: 15px; text-align: center;}

    .proView .prohead{ flex-direction:column-reverse; padding: 30px 0;}
    .proView .prohead .gupiao{ font-size: 14px; margin-bottom: 30px;}
    .proView .prohead .gupiao p{ margin-bottom: 0;}
    .proView .prohead .gupiao img{ height: 25px;}

    .proView .prohead .tit h1{ font-size: 20px;}
    .proView .prohead .tit p{ font-size: 15px; word-break: break-all;}

    .proImg{ width: 100%; height: 190px; grid-template-columns:inherit;}

    .proView .text table th, .proView .text table td{ padding: 5px; font-size: 12px;}

    .proView .text{ font-size: 15px;}

    .template-content{width: 100%; margin-top: 30px;}
    .template-content ul{ margin: 0 -5px; }
    .template-content ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; }
    .template-content ul li dl{ margin-bottom: 8px; }
    .template-content ul li h3{  font-size: 13px;}

    .provideo{ margin: 50px 0;}
    .provideo ul{ margin: 0 -5px;}
    .provideo ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .provideo ul li dl::before{ background: url(../images/video.png) no-repeat center; background-size: 20px auto;}

    .otherProducts .swiper-button-prev{ left: -10px;}
    .otherProducts .swiper-button-next{ right: -10px;}


    .news { padding: 50px 15px 60px; }
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 20px; padding-bottom: 20px;}
    .news .box ul { margin-left: -1px; margin-top: 0px; margin-bottom: -1px;}
    .news .box ul li .dateMore .date{ font-size: 12px;}
    .news .box ul li .dateMore .more{ font-size: 12px;}

    .newsView { padding:50px 0 80px;}
    .newsView .con{ width:100%; padding-right: 0; margin-bottom: 50px;}
    .newsView .otherList{ width:100%; margin-bottom: 0;}
    .newsView .otherItem li{ margin-bottom: 18px;}
    .newsView .otherItem li a { box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); padding: 15px;}
    .newsView .otherItem li h3{ font-size: 15px;}
    .newsView .otherItem li span{ font-size: 14px;}

    .newsView .box .tit{ margin-bottom: 30px;}
    .newsView .box .tit h1{ font-size: 18px; margin-bottom: 15px;}
    .newsView .box .tit p{ font-size: 15px;}
    .newsView .box .text{ font-size: inherit;}

    .job { padding: 50px 0;}
    .job .tit { margin-bottom: 30px;}
    .job .tit h1{ font-size: 22px;}
    .job .text{ font-size: 15px;}
    .job .text b, .job .text strong{ font-size: 16px;}

    /* service */
    .service { padding: 30px 0 50px;}
    .service .downNav{ margin-bottom: 30px;}
    .service .downNav ul li { margin-right: 5px;}
    .service .downNav ul li a{ font-size: 12px; line-height: 30px; padding: 0 10px;}

    .service .box ul li{ width: 100%; padding: 0;}
    .service .box ul li ol{ padding: 15px;}
    .service .box ul li ol .t{ font-size: 14px; width: calc(100% - 90px);}
    .service .box ul li ol .t::before { width: 30px; height: 30px; background-size: cover !important; margin-right: 10px}
    .service .box ul li ol a { width: 70px; height: 28px; line-height: 28px; font-size: 12px;}

    /* about */
    .neiBanner .bannerText{ width: 100%; left: 0; bottom: 20px; padding: 0 20px;}
    .neiBanner .bannerText .tit p{ font-size: 22px;}
    .neiBanner .bannerText .tit h2 { font-size: 16px; margin-bottom: 5px;}
    .neiBanner .bannerText .text{ display: none;}

    .neiBanner2 .bannerText{ left: 36px;}
    .neiBanner2 .bannerText h2{ font-size: 10px;}
    .neiBanner2 .bannerText h1{ font-size: 18px;}
    .neiBanner2 .bannerText p{ font-size: 9px; display: none;}

    .aboutOne{ padding: 50px 0; background: none;}
    .aboutOne .con{ display: block; padding: 0;}
    .aboutOne .con .pic{ width: 100%; margin-bottom: 20px;}
    .aboutOne .con .textBox{ width: 100%; padding: 0;}
    .aboutOne .more{ justify-content: center;}
    .aboutOne .con .textBox .more a { width: 100px; height: 36px; line-height: 36px; }

    .aboutTwo{ padding: 50px 0;}
    .aboutTwo .wrap{ display: block;}
    .aboutTwo .text{ width: 100%; padding: 0; margin-bottom: 20px; line-height: 1.6;}
    
    .aboutThree { padding: 50px 15px; }
    .aboutThree .box .item{ width: 100%; padding: 0; margin-top: 0; margin-bottom: 30px;}
    .aboutThree .box .item .pic{ width: 70px; height: 70px;}
    .aboutThree .box .item .text { width: calc(100% - 70px); padding-left: 10px;}
    .aboutThree .box .item .text h3{ font-size: 20px; margin-bottom: 5px;}
    .aboutThree .box .item:nth-child(even){ width: 100%; padding: 0;}
    .aboutThree .box .item:nth-child(even) .text{ width: calc(100% - 70px); padding-right: 10px;}
    .aboutThree .box .item .text ol{ line-height: 1.5;}

    .aboutFour{ padding: 0 15px;}
    .aboutFour .box{ padding: 50px 0 70px;}
    .aboutFour ul{ margin: 0 -10px;}
    .aboutFour ul li{ width: 50%; padding: 0 10px; margin-bottom: 25px;}
    .aboutFour ul li .tit h3{ font-size: 18px;}
    .aboutFour ul li .tit p{ font-size: 14px;}
    .aboutFour ul li .pic{ height: 45px;}
    .aboutFour ul li .c{ line-height: 1.5;}

    /* honor */
    .honor { padding: 50px 0;}
    #baguetteBox-overlay .full-image{ padding: 0 25px !important;}
    .honor .box{ padding: 0 35px;}
    .honor .swiper-button-prev, .honor .swiper-button-next { width: 30px; height: 30px;}
    .honor .swiper-button-prev::after, .honor .swiper-button-next::after { font-size: 15px; }
    .honor .swiper-button-prev { left: -2px;}
    .honor .swiper-button-next { right: -2px;}
    .honor .pagination{ margin-top: 20px;}
    .honor .pagination .swiper-pagination-bullet { width: 5px; height: 5px; border-radius: 50%;}

    .workshop .textCon{ display: block; padding: 38px 0;}
    .workshop .textCon .text{ width: 100%; line-height: 1.6; font-size: 14px; margin-bottom: 25px;}
    .workshop .textCon .img{ width: 100%; padding-left: 0;}
    .workshop .box { margin-bottom: 70px;}

    /* contact */
    .neiBanner .bannerText .tit { margin-bottom: 5px;}
    .contact{ margin-top: 30px;}
    .contact .box{ display: block;}
    .contact .box .contactBox{ width: 100%; display: block; padding: 30px;}
    .contact .box .contactBox .item{ width: 100%; padding: 20px 0;}
    .contact .box .contactBox .item .t h3{ font-size: 17px;}
    .contact .box .contactBox .item .t p{ font-size: 14px;}
    
    .contact .box .serviceTel{ width: 100%; padding: 30px;}
    .contact .box .serviceTel .t h3{ font-size: 17px;}
    .contact .box .serviceTel .t p{ font-size: 22px;}
    .contact .box .serviceTel .t dt{ font-size: 15px;}

    .footer .fewm ul{ flex-wrap: wrap;}
    .footer .fewm ul li{ width: 50%; text-align: center; margin-bottom: 20px;}
    .footer .fewm dl{ width: 100px; margin: 0 auto;}

    /* message */
    .message{ padding: 0 0 80px;}
    .message .wrap{ display: block;}
    .message .messageContact{ width: 100%; padding: 0;}

    .message .messageForm{ width: 100%; padding: 25px;}
    .message .messageContact .tit{ margin-bottom: 25px;}
    .message .messageContact .tit h2{ font-size: 22px;}
    .message .messageContact .tit h3{ font-size: 22px;}
    .message .messageForm h3{ font-size: 15px;}
    .message .messageForm textarea{ height: 90px;}
    .message .messageForm button { width: 100%; height: 45px; line-height: 45px; margin-top: 30px;}

    /* footer */
    .footer{ padding: 45px 0; text-align: center;}
    .footer .wrap{ display: block;}
    .footer .serviceTimeShare{ margin-bottom: 30px;}
    .footer .serviceTimeShare .t{ font-size: 22px;}
    .footer .serviceTimeShare .c{ margin-bottom: 20px;}
    .footer .serviceTimeShare .share ul{ justify-content: center;}
    .footer .serviceTimeShare .share ul li{ margin: 0 15px;}
    .footer .serviceTimeShare .share ul li ol { padding: 8px; background: #d7edfb; border: #bfcfda solid 2px;}
    .footer .fcontact{ margin-bottom: 30px;}
    .footer .fcontact .t h3{ font-size: 18px;}
    .footer .fcontact .t p{ font-size: 14px;}
    .footer .ewm{ width: 90px; margin: 0 auto;}

    /*===/分页=============================*/
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}

    .modal .modal-content{ width: 90%; }
    .modal .modal-content .close-modal{ background-size: 20px;}
    .modal .modal-content .img-container{ width: 100%; height:inherit; max-height: inherit; position: relative;}
}