@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;width: 100%; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{max-width:1600px;margin:0 auto}
.container-s{max-width:1739px;margin:0 auto}

.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}


/*字体引入*/

  @font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
  }


/* 公共头部 */
.header{position: fixed; top: 2.5rem; z-index: 999; left: 0; right: 0; margin: auto;}
.header .container-s{max-width: 1808px;}
.head-box{ display: flex; align-items: center; justify-content: space-between;}
.pc-logo{}
.pc-logo a img{display: block;}
.pc-logo a img.logo1{display: block;}
.pc-logo a img.logo2{display: none;}
.head-middle{width: 55%;}
.pc-nav ul{display: flex;  justify-content: space-between;}
.pc-nav ul li {position: relative; }
.pc-nav ul li h3{display: block; position: relative; font-size: 1.0625rem; color: #fff; line-height: 3.9375rem;}
.pc-nav ul li h3::after{content: ""; width: 0; height: 0.25rem;  background: #fff; bottom: 0;  position: absolute;  transition: all 0.4s ease; left: 50%; transform: translateX(-50%);}
.pc-nav ul li:hover h3::after,.pc-nav ul li.on h3::after {  width: 100%; }
.pc-nav ul li.on h3{color: #fff;}
.pc-nav ul li .subnav-box{box-shadow: 1px 1px 3px rgba(0,0,0,0.1);transform: translateY(50px);opacity: 0;pointer-events: none;width: 26.5rem;left: 0%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex;align-items: flex-start;padding:1rem;box-sizing: border-box;border-radius: 5px;z-index: 3;background: #fff; align-items: center; flex-direction: row-reverse;}
.pc-nav ul li .subnav .pic{width: 64%;margin-left: 8%;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%; border-radius: 10px;}

.pc-nav ul li .subnav .list{width: 58%;display: flex;flex-wrap: wrap;}
.pc-nav ul li .subnav .list a{font-size: 1rem;color: #7f7f7f;font-family:"Microsoft YaHei";position: relative;padding-left: 27px;box-sizing: border-box;margin-bottom: 8px;width: 100%;}
.pc-nav ul li .subnav .list a:before{content: "";width: 0.625rem;height: 0.625rem;border-radius: 50%;border: 0.0625rem solid #dbdbdb;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .list a:after{content: "";width: 0.375rem;height: 0.375rem;border-radius: 50%;background: #dbdbdb;position: absolute;left: 0.1875rem;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}

.pc-nav ul li .subnav .list a:hover{color: #073b8e;}
.pc-nav ul li .subnav .list a:hover::before{border-color: #073b8e;}
.pc-nav ul li .subnav .list a:hover::after{background: #073b8e;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}

.head-right{width: 12.8%; display: flex; justify-content: space-between; align-items: center;}
.shop a{display: block; font-size: 1.5rem;font-family: Impact; line-height: 2.5rem; padding: 0 1rem; color: #073b8e; text-align: center;background: #fff;border-radius: 1.5rem;}
.shop a>img{display: inline-block; vertical-align: middle; margin-right: 0.3125rem;}


.ver {margin-top: 17px;}
.ver  a { font-size: 16px; color: #fff;   position: relative; z-index: 2; line-height: 24px; }
.ver  a>img{display: inline-block; vertical-align: middle;}
.ver .ver-box {padding-top: 20px;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.ver .ver-list {padding: 5px 9px 6px;z-index: -1;background: #fff;position: absolute;width: 87px;border-radius: 0.625rem;box-sizing: border-box;box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35); left: 50%;    transform: translateX(-50%);}
.ver .ver-list a {font-size: 15px;color: #676767;/* margin: 0.3125rem 0; */display: block;transition: .5s;text-align: center;line-height: 40px;border-bottom: 1px dotted rgba(51,51,51,0.24);}
.ver .ver-list a:last-child{border-bottom: none;}
.ver .ver-list a:hover {background: #fff; color: #073b8e;}
.ver .ver-list::after {content: "";display: block;width: 0px;height: 0px;border: 8px  solid transparent;border-bottom-color: #fff;position: absolute;top: -16px;left: 50%;transform: translateX(-50%);}
.ver:hover .ver-box {opacity: 1; visibility: visible; transform: translateY(0); }


.heSearch .seBox img {display: block;}
.pub_search_box_case {position: fixed;z-index: 1; left: 0;top: 0;z-index: 8; transition: all .5s ease; transform: translateY(-120%); width: 100%;}
.pub_search_box_case.on {transform: translateY(0%); }
.pub_search_box_case.on .pub_sea_sha {display: block;}
.pub_search_box_case .pub_sea_sha {position: absolute; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 2; display: none;}
.pub_search_case { padding: 2% 8%;box-sizing: border-box;  background-color:#073b8e; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); position: relative; z-index:999;display: block;}
.pub_search_case .zhan_c {display:flex; justify-content: space-between;    align-items: flex-start;}
.pub_search_case .zhan_c .close {cursor: pointer;}
.pub_search_box {width: 50%; margin: auto; padding:4rem 0 2rem 0}
.pub_search_box .sea_t {color: #fff; font-size: 1rem; margin-bottom: 1rem;}
.pub_search_box button {border: none; background: none;}
.search_form {display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #fff; padding-bottom: 0.3rem;}
.search_form input {width: 90%; height: 2.5rem; border: none;outline: none; background: none; color: #fff; font-size: 1rem;}
.search_form button {width: 4%; cursor: pointer;}
.search_form button img {max-width: 100%; display: block;}
.logoa{display: inline-block;}
.headfixed {position: fixed; top: 0; background: #073b8e; transition:0.6s; }
.headfixed .pc-nav ul li h3{line-height: 5.9375rem;}




/* 手机端导航 */
.mobmenu {display: none;}
.mobmenu dl {transform: rotateY(180deg);width: 30px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #333;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {	margin: 6px 0;	width: 20px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

.mobmenu h4 {color: #1a1a1a; margin-left: 10px; width: 32px;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 1.25rem; width: 50%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: 0.625rem 1.25rem;height: 4.375rem; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);}
.mobnavBox .top .logo {	width: 120px; }
.mobnavBox .top .logo img {display: block; width: 100%;}
.mobnavBox .top .mobnavclose {width: 1.875rem;height: 1.875rem;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 1.25rem;height: 0.125rem;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 0.125rem;height: 1.25rem;transform: translate(-50%,-50%) rotate(225deg);}

.mobsearch {margin-top: 1.875rem;}
.mobsearch form input {width: calc(100% - 3.25rem);line-height: 2.5rem;border: 1px solid #dbdbdb;border-radius: 0.125rem;padding: 0 0.75rem;font-size: 0.875rem;}
.mobsearch form button {width: 2.625rem;height: 2.625rem;background: #073b8e;color: #fff;border-radius: 0.125rem;font-size: 0.875rem; border: 0; }
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}

.mobnavBox .bottom {padding: 0.375rem 0;}
.mobnavBox .bottom .nav li {margin: 0.75rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between;}
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #1a1a1a;padding-left: 0.25rem; font-size: 1.2rem;}
.mobnavBox .bottom .nav li h3 i {display: block;width: 1.875rem;height: 1.875rem;line-height: 2rem;color: #333;text-align: center;font-size: 0.75rem; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 0.3125rem;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {display: block;margin: 0.625rem 0;padding-left: 1.25rem;position: relative; }
.mobnavBox .bottom .nav li .m-subnav a:before,.mobnavBox .bottom .nav li .m-subnav a:after{transform: translateY(-50%);
    top: 50%;}
.mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 0.5rem;height: 0.5rem;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 0.25rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 0.25rem;height: 0.25rem;background: #CCCCCC; border-radius: 50%; position: absolute; left: 0.4375rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a{color: #073b8e;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #073b8e;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover{color: #073b8e;}
.mobnavBox .bottom .nav li .m-subnav a:hover{color: #073b8e;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #073b8e;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #073b8e;}

.mobinfo {margin-top: 1.25rem;}
.mobinfo h2 { color: #1a1a1a; font-weight: 700;}
.mobinfo dl dd {display: flex;margin-top: 0.625rem;}
.mobinfo dl dd i {width: 1.25rem;height: 1.25rem;display: flex;align-items: center;justify-content: center;}
.mobinfo dl dd i img {display: inline-block; width: 1rem}
.mobinfo dl dd p {width: calc(100% - 0.875rem);padding-left: 0.625rem;color: #666; }
.mobinfo dl dd p a {color: #666; }
.mobinfo dl dd p a:hover{color: #073b8e;}


@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}


.wapheader-zw{display: none;}


/* banner */
.banner{overflow: hidden;height:100vh}
.bannerSwiper {position: relative; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;}
.banner .imgBox {height:100vh;    background-size: cover !important;}
.banner .imgBox .container{ position: absolute; left: 0; right: 0; margin: auto;  color: #fff;}
.banner .imgBox h2,.banner .imgBox h3{display: block; font-size: 4.125rem; line-height: 4.125rem;  font-weight: bold;}
.banner .imgBox h2{margin-bottom: 1.8125rem;}
.banner .imgBox h3{margin-bottom: 1.8125rem;}
.banner .imgBox h4{display: block; font-size: 1.3125rem; margin-bottom: 4.8125rem; width: 60%; font-weight: bold;}
.banner .imgBox a{ position: relative; transition:0.6s; display: block; width: 9.3125rem;background: #073b8e;border-radius: 2rem; font-size: 1.0625rem; line-height: 3.9375rem;  color: #fff; text-indent: 1.8125rem;}
.banner .imgBox a:after{transition:0.6s; position: absolute; content: ''; background: url(../images/banner-more.png) no-repeat right 1.8125rem center; width: 100%;  height: 100%; right: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.banner .imgBox a:hover{text-indent: 1.6rem;   }
.banner .imgBox a:hover:after{background: url(../images/banner-more.png) no-repeat right 1.6rem center;}
#banner-num{display: block; bottom: 3.1875rem;}
#banner-num .swiper-pagination-bullet {width: 11px; height: 11px; background: #fff; opacity: 0.39; margin: 0 6px;}
#banner-num .swiper-pagination-bullet-active{background: #073b8e; opacity: 1;}
#banner-prev,#banner-next{background: url(../images/banner-arrow.png) no-repeat center; width: 21px; height: 36px; opacity: 0.21; transition: 0.6s;}
#banner-prev{left: 1%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 1%;}
#banner-prev:hover,#banner-next:hover{opacity: 0.8;}



/* 首页产品列表页 */
.indexOneTle {position: relative; z-index: 1;}
.indexOneTle .en {font-size: 5.75rem;font-weight: 700;position: absolute; z-index: -1;  left: -36%;top: -58%; color: #333;opacity:0.07;    font-family: Arial;}
.indexOneTle h3 {font-size: 2.875rem; color: #333; font-weight: bold;}
.indexOneTle i {display: block;width: 4.25rem;height: 0.25rem;background: #073b8e;border-radius: 0.125rem;}
.indexOne {background: url(../images/product-bg.jpg) no-repeat center; background-size: cover; padding:5.5625rem 0 5.875rem;}
.indexOne .box {display: flex; justify-content: space-between; align-items: flex-start;}
.indexOne .tle {display: flex; justify-content: space-between; }
.indexOne .tle ul {display: flex; width: 43%; justify-content: space-between;}
.indexOne .tle ul li a {display: block; font-size: 1.0625rem; line-height: 3.0625rem; color: #818181; transition: 0.6s; padding: 0 1.75rem;border-radius: 1.5625rem;}
.indexOne .tle ul li.on a,.indexOne .tle ul li:hover a {background: #073b8e; color: #fff;}


.indexOne .box {margin-top: 3.3125rem;}
.inOneSwiper2 {width: 83.55%;margin: 0; padding-bottom: 50px;}
.indexOne .box .le {width: 30%;}
.inOneSwiper2 .slideBox {display: flex;    justify-content: space-between;}
.inOneSwiper2 .slideBox .con {width: 50%; margin-top: 3.0625rem;}
.inOneSwiper2 .imgBox {width: 49%;}
.inOneSwiper2 .imgBox img {width: 100%;}
.inOneSwiper2 .slideBox h4 {font-size: 1.75rem;color: #333; font-weight: bold; margin-bottom: 1.1875rem;  white-space: nowrap; /* 不换行 */
            overflow: hidden; /* 溢出部分隐藏 */
            text-overflow: ellipsis; /* 显示省略号 */}
.inOneSwiper2 .slideBox .con p{display: flex; margin-bottom: 0.3125rem; align-items: flex-start;}
.inOneSwiper2 .slideBox .con p  em{display: block; font-size: 1rem; color: #666; margin-left: 0.375rem;}

.more1 { width: 12.375rem;background: #073b8e;border-radius: 1.75rem; margin-top:3.3125rem;}
.more1 span {color: #fff; margin-right: 1rem; transition: .5s; position: relative; z-index: 1;    display: block; font-size: 1rem; line-height: 3.4375rem;}
.more1:hover span {margin-right: 1.625rem;}




.inOneSwiper2 .slideBox dl {margin-top: .4rem; display: flex; justify-content: space-between;}
.inOneSwiper2 .slideBox dl .icBox {width: 0.5rem;height: 0.5rem;border: 0.01rem solid #d2d7e0; border-radius: 0.1rem; margin: auto; transition: .5s;}
.inOneSwiper2 .slideBox dl dd:hover .icBox {background: #073b8e; border-color: #c50e04;}
.inOneSwiper2 .slideBox dl dd:hover .icBox img {filter: brightness(100); -webkit-filter:brightness(100);}
.inOneSwiper2 .slideBox dl span {color: #949494; display: block; margin-top: .1rem;}
.inOneSwiper2 .slideBox dl dd img {max-width: 50%; transition: .5s;}
.inOneSwiper2 .slideBox dl dd:hover img {transform: rotateY(180deg);}

.inOneSwiper1Box { margin-top: 1.875rem; background: #fff;width: 16.45%;padding: 2.25rem 2% 3.4%;border-radius: 0.625rem;box-shadow: 0rem 0rem 0.35rem 0rem rgba(226,225,225,0.33);box-sizing: border-box;}
.inOneSwiper1Box h4 {display: block;font-size: 1.5rem;color: #333333;padding-bottom: 0.375rem;border-bottom: 1px solid #DDDDDD;}
.inOneSwiper1 {margin-top: 2.0625rem; overflow: visible;}
.inOneSwiper1 .swiper-slide { height: auto !important; margin-bottom: 1.5rem;}
.inOneSwiper1 .swiper-slide a {display: flex; justify-content: space-between; align-items: center;color: #595959; font-size: 1rem;}
.inOneSwiper1 .swiper-slide img {filter: grayscale(100%); -webkit-filter:grayscale(100%); opacity: .5;}
.inOneSwiper1 .swiper-slide a:hover {color: #073b8e;}
.inOneSwiper1 .swiper-slide a:hover img {filter: none; -webkit-filter:none; opacity: 1;}
.inOneSwiper1 .swiper-slide.swiper-slide-thumb-active a {color: #073b8e;}
.inOneSwiper1 .swiper-slide.swiper-slide-thumb-active img {filter: none; -webkit-filter:none; opacity: 1;}
.inOneSwiper2 .swiper-pagination {display: flex; bottom: 0;}
.inOneSwiper2 .swiper-pagination div {margin: 0 .15rem; position: relative; width: 34px;height: 34px;border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.inOneSwiper2 .swiper-pagination div {opacity: 1; border: 0; background: none;}
.inOneSwiper2 .swiper-pagination span {width: auto; height: auto; background: none; opacity: 0; font-size: 0.875rem;color: #8C97A9;}
.inOneSwiper2 .swiper-pagination i {width: 0.375rem;height: 0.375rem; background: #aaaaaa; display: block; border-radius: 50%;  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 1;}
.inOneSwiper2 .swiper-pagination .fcircle1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle {stroke-width: 20px!important;}
.inOneSwiper2 .swiper-pagination svg {width: 100%; opacity: 0;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle:nth-child(1) {stroke: #D2D7E0;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle:nth-child(2) {stroke: #073b8e; }
@keyframes svgcircle1 {from {stroke-dasharray: 0 800;}to { stroke-dasharray: 800 800;}}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active svg {opacity: 1;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active span {opacity: 1;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active i {opacity: 0;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {animation: svgcircle1 5.5s linear forwards;}
.indexOne .cell {display: none;max-width: 90%;margin:0 auto}
.indexOne .cell.on {display: block;}

.prolist {}
.prolist .flex-sb {display: flex; justify-content: space-between;}
.prolist ul li {width: 13.6%; position: relative;}
.prolist ul li a {width: 100%;}
.prolist ul li a img {width: 100%; border-radius: 5px; border: 2px #f9f9f9 solid; transition: all .5s ease;}
.prolist ul li p {text-align: center;}
.prolist ul li a:hover img {border: 2px #073b8e solid;}


/* 关于我们 */
.about{background: url(../images/about-bg.jpg) no-repeat center;  padding: 5.125rem 0 9.9375rem; background-attachment: fixed;}
.index-title{position: relative; padding-bottom: 5.25rem;}
.index-title b{display: block; font-size: 5.75rem; line-height: 4.5625rem; color: rgba(51, 51, 51, 0.05);font-family: Arial; text-transform: uppercase;}
.index-title strong{display: block; font-size: 2.875rem; color: #333; position: absolute; top: 0.375rem; left: 0; right: 0;}
.index-title i{display: block; width: 2.8125rem;height: 0.25rem;background: #073b8e; margin: 2rem auto 0;} 
.about .index-title{padding-bottom: 3.75rem;}
.about .index-title b{color: rgba(255,255,255,0.04); }
.about .index-title em{display: inline-block; font-size: 4.25rem; line-height: 3.0625rem; font-weight: bold; font-family: Arial;}
.about .index-title strong{color: #fff;}
.about .info{width: 87%; margin: 0 auto 7.3125rem;}
.about .info h2{display: block; font-size: 1rem; color: #fff; }
.about .info h2 p{color: #fff; text-align: left; line-height: 180%; margin-bottom: 1rem;}
.more2 { width: 12.1875rem;background: #073b8e;border-radius: 2rem; margin-top: 4.3125rem; margin: 0 auto;}
.more2 span {color: #fff; margin-right: 1rem; transition: .5s; position: relative; z-index: 1;    display: block; font-size: 1.0625rem; line-height: 3.9375rem;}
.more2:hover span {margin-right: 2.25rem;}
.about-num ul li{ color: #fff; text-align: center;}
.about-num ul li b,.about-num ul li em{display: inline-block; font-size: 4.5rem; line-height: 3.25rem; font-family: "DIN";}
.about-num ul li h3{display: block; font-size: 1rem; margin-top: 0.1875rem;}


/* 激光塑料焊接应用案例 */
.app {padding: 5.3125rem 0 8.8125rem;}
.app .container-s{max-width: 1764px;}
.app-list ul li{width: 13.6%; position: relative;}
.app-list ul li .pic{overflow: hidden;}
.app-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.app-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.app-list ul li .info{position: absolute; bottom: 0; width: 100%;    transition: .5s; padding:  2.3125rem 11%; box-sizing: border-box; }
.app-list ul li .name{color: #fff; transform: translateY(-20px); transition: 0.6s;}
.app-list ul li h3{display: block; font-size: 1.375rem;  font-weight: bold;}
.app-list ul li span{display: block; font-size: 0.875rem; line-height: 1rem; min-height: 2rem;}
.app-list ul li i {margin-left: 1rem; opacity: 0; transform: translateX(-1rem); transition: .5s;position: relative; z-index: 1; }
.app-list ul li:hover  i {opacity: 1; transform: translateX(0rem);transition-delay: .3s;}
.app-list ul li:hover .info{background: #073b8e;}
.app-list ul li:hover  .name{transform: translateY(0);}


/* 新闻中心 */
.news{background: url(../images/news-bg.jpg) no-repeat center; background-size: cover;  padding: 4.4375rem 0 6.8125rem;}
.news-list{width: 63%;}
.news-list ul li{width: 48.5%;}
.news-list ul li .pic{overflow: hidden; border-radius: 0.5rem; margin-bottom: 1.25rem;}
.news-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.news-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.news-list ul li .info h3{ font-size: 1.25rem; color: #333; font-weight: bold; margin-bottom: 0.1875rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.news-list ul li .info span{display: block; font-size: 0.9375rem; color: #919191; margin-bottom: 1.25rem;}
.news-list ul li .info span>img{display: inline-block; vertical-align: middle; margin-right: 0.5625rem;}
.news-list ul li .info p{display: block; color: #666; font-size: 1rem; line-height: 1.5rem; }
.news-list ul li:hover .info h3{color: #073b8e;}
.problem{width: 32%; margin-right: 1.8%;}
.problem h2{display: block; width: 6.125rem;background: #073b8e;border-radius: 1.25rem; font-size: 1rem; line-height: 2.4375rem; color: #fff; text-align: center; margin-bottom: 0.8125rem;}
.problem-list {max-height: 25.375rem; overflow-y: scroll;}
.problem-list::-webkit-scrollbar{  width: 3px; height: 7px; border-radius: 2px;}  
/*定义滚动条轨道 内阴影+圆角*/  
.problem-list::-webkit-scrollbar-track{ background-color: #ccc;}  
/*定义滑块 内阴影+圆角*/  
.problem-list::-webkit-scrollbar-thumb{ background-color: #073b8e; }
.problem-list ul{margin-left: 2%; width: 86.6%;}
.problem-list ul li{border-bottom: 1px solid #E6E6E6; padding: 1rem 0 1.3125rem;}
.problem-list dt strong{display: block; font-size: 1rem; color: #333; width：70%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.problem-list dt span{display: block; font-size: 0.875rem; color: #828282;}
.problem-list  dd{ font-size: 0.9375rem; line-height: 1.4375rem; color: #888; margin-top: 0.625rem; display: none;}


/* 联系我们 */
.contact{background: url(../images/contact-bg.jpg) no-repeat center; background-size: cover;  padding: 7.5625rem 0 6.875rem; }
.contact .info {color: #fff;}
.contact .info h2{display: block; font-size: 2.5rem; line-height: 2.5rem; margin-bottom: 1rem;}
.contact .info em{display: inline-block; font-size: 1.75rem;}
.contact .info h3{display: block; font-size: 2.875rem; font-weight: bold; line-height: 2.875rem; margin-bottom: 2.75rem;}
.contact .more a{display: block; width: 10.625rem;background: #073b8e;border-radius: 1.75rem; margin: 0 auto; transition: 0.6s;}
.contact .more span{ font-size: 1rem; line-height: 3.4375rem; color: #fff;}
.contact .more img{display: inline-block; vertical-align: middle; margin-right: 0.1875rem;}
.contact .more a:hover{background: #ab0a0d;}


/* 公共底部 */
.footer{background: #f9f9f9; padding: 3.625rem 0 6.125rem;}
.footer-left{width: 19.8%;}
.footer-left strong{display: block; font-size: 1.5rem; color: #000; margin-bottom: 1.5625rem;}
.footer-tel{margin-bottom: 2rem;}
.footer-tel img{display: inline-block; margin-right: 0.5rem;}
.footer-tel em{display: block; font-size: 0.875rem; color: #555; margin-bottom: 0.1875rem;}
.footer-tel b{display: block; font-size: 1.8rem; line-height: 1.375rem; color: #073b8e; font-family: Arial;}
.footer-left p{margin-bottom: 0.5rem; align-items: flex-start; }
.footer-left img{display: inline-block; margin-right: 0.375rem; margin-top: 0.2rem;}
.footer-left span{display: block; font-size: 0.9375rem; color: #676767;}
.foot-nav{width: 55.8%; box-sizing: border-box; position: relative; padding: 0 6%;}
.foot-nav::before,.foot-nav::after{position: absolute; content: ''; width: 0.0625rem; height: 100%; background: #efefef; top: 0;}
.foot-nav::before{left: 0;}
.foot-nav::after{right: 0;}
.foot-nav dl dt{display: block; font-size: 1.25rem; color: #333; font-weight: bold; margin-bottom: 0.5rem;}
.foot-nav dl dt a{color: #333;}
.foot-nav dl dd a{display: block; font-size: 1rem; line-height: 2.375rem; color: #7f7f7f;}
.foot-nav dl dt a:hover,.foot-nav dl dd a:hover{color: #073b8e;}
.foot-nav dl:last-child dd:nth-child(4){margin-bottom: 1.3125rem;}
.foot-wechat{width: 16.25%;}
.foot-wechat strong{display: block; font-size: 1.25rem; color: #333; font-weight: bold; margin-bottom: 2.0625rem;}
.foot-wechat ul li{width: 44%;}
.foot-wechat ul li img{display: block; width: 100%; margin: 0 auto 0.6875rem;}
.foot-wechat ul li em{display: block; font-size: 0.875rem; color: #a0a0a0; text-align: center;}
.footer-copy{background: #073b8e; padding: 0.9375rem 0;}
.footer-copy p{display: block; font-size: 1rem; color: #fff;}
.footer-copy a{color: #fff;}
.footer-copy a:hover{text-decoration: underline;}



/* 右侧固定*/
.slideflex {position: fixed; right: 2%; bottom: 0; z-index: 99; padding-bottom: 150px;}
.relate li { margin-bottom: 8px; position: relative;}
.relate li > a {transition: .5s; display: flex;  align-items: center;  justify-content: center; width: 51px;height: 51px;background: #073b8e; border-radius: 50%;box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.05); text-align: center;  position: relative; z-index: 3;}
.relate li > a img {display: block; max-width: 63%;}
.relate li.backTop a img { position: relative;}
.relate li:hover > a {background: #ae0d00;}
.telbox{ padding-right: 22px; position: absolute; right: 150%; top: -4px; opacity: 0; visibility: hidden; }
.telbox span { display: block; padding: 20px 0 20px 27px; background: #fff; color: #073b8e; font-size: 16px; font-weight: bold; line-height: 16px; white-space: nowrap; padding-right: 12px; position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.telbox span:before { content: ""; width: 5px; height: 16px; background: #073b8e; position: absolute; left: 13px; top: 50%; margin-top: -8px;}
.telbox span:after { content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: -9px; top:50%; margin-top: -8px;}
.eqbox {padding-right: 22px; position: absolute; right: 150%; top: 82%; margin-top: -80px; opacity: 0; visibility: hidden;}
.eqbox:before {content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: 15px; top:50%; margin-top: -8px;}
.eqbox img {display: block; width: 120px; padding: 10px;  background: #fff; border-radius: 12px;  box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.relate li:hover .telbox,.relate li.active .telbox,.relate li:hover .eqbox { opacity: 1; visibility: visible; right: 100%;-webkit-transition: 0.45s; -o-transition: 0.45s; -moz-transition: 0.45s; transition: 0.45s;}



/* 公司简介 */
.ny-banner {height: 31rem; box-sizing: border-box;}
.ny-banner .container{display: flex; height: 100%; justify-content: center; position: relative;}
.about-banner .info{text-align: center; color: #fff;}
.about-banner .info strong{display: block; font-size: 3.375rem; line-height: 3.375rem; margin-bottom: 0.625rem;}
.about-banner .info p{display: block; font-size: 1.125rem; color: #fff; margin: 1.75rem 0 0 0;}
.about-banner .info img{display: block; cursor: pointer; margin: 0 auto;}
.ssfw-tc{ display: none;}
.ssfw-con{width: 600px;padding: 55px 30px;position: fixed;top: 50%;transform: translateY(-50%);z-index:9999;height: 33rem;bottom: 0;left: 0;right:0;margin:0 auto;background: #fff;border-radius: 10px;box-sizing:border-box;}
.ssfw-con h2{    display: block;   font-size: 2rem;   color: #073b8e;   margin-bottom: 2rem;   font-weight: 300;   text-align: center;}
.ssfw-bg{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(51,51,51,0.2);z-index:99;}
.ssfw-con .close img{display: block; position: absolute;right:30px;top:20px;cursor: pointer;}
.ssfw-con video{width: 100%; height: auto;}
.banner-bottom{position: absolute; bottom: 0; left: 0; right: 0; transform: translateY(35%);}
.position{display: flex; justify-content: flex-end; margin-bottom: 2rem;}
.position a{display: inline-block; font-size: 1rem; color: #fff; position: relative; padding-left: 1.125rem; margin-right: 0.625rem;}
.position a::after{position: absolute; content: ''; width: 0.3125rem; height: 0.3125rem; border-radius: 50%; background: #fff; left: 0; top: 50%; transform: translateY(-50%); } 
.position a:first-child{padding-left: 0;}
.position a:first-child::after{background: transparent;}
.position a:hover{color: #073b8e;}
.about-class{background: #fff; box-shadow: 0px 0px 84px 0px rgba(3,0,0,0.10); }
.about-class .ctitle1 li{width: calc(100% / 5); border-right: 1px solid #e5e5e5; height: 9.75rem;  padding-left: 3.5%; box-sizing: border-box; transition: 0.6s; display: block; }
.about-class .ctitle1 li:last-child{border-right: none;}
.about-class .ctitle1 li a{flex-direction: column;  align-items: flex-start;  justify-content: center; display: block;   transform: translateY(38%);}
.about-class .ctitle1 li em{display: block; font-size: 1.375rem; color: #333; margin-top: 1rem;}
.about-class .ctitle1 li img{transition: 0.6s;}
.about-class .ctitle1 li:hover,.about-class .ctitle1 li.on{background: url(../images/about-class.jpg) no-repeat center; background-size: cover; }
.about-class .ctitle1 li:hover em,.about-class .ctitle1 li.on em{color: #fff;}
.about-class .ctitle1 li:hover img,.about-class .ctitle1 li.on img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);  transform: rotateY(180deg);}
.wapabout-class{display: none;}
.about-main{}
.ny-about{background: url(../images/nyabout-bg.png) no-repeat center bottom #f9f9f9; padding: 6.125rem 0;}
.about-left{width: 52%;}
.about-left{font-size: 1rem;}
.about-left p{line-height: 180%; margin-bottom: .8rem;}
.about-right{width: 35.3%;}
.company-title img{display: block;}
.company-title strong{display: block; font-size: 2.5rem; color: #fff; line-height: 2.5rem; }
.company-title em{display: block; font-size: 1.5rem; color: #666; margin-bottom: 1.625rem;}
.company-title i{display: block; width: 2.4375rem; height: 0.375rem; background: #fff; margin: 0 auto;}
.about-left .company-title{margin-bottom: 2rem;}
.about-left .company-title strong{color: #333;  margin: 1.4375rem 0 0.5625rem}
.about-left .company-title i{background: #073b8e; margin-left: 0;}
.about-right ul{}
.about-right ul li{height: 12.5625rem; background: #fff; width: 49.7%; margin-bottom: 0.3125rem; padding:0 5%; box-sizing: border-box; display: flex; flex-direction: column;  justify-content: center;}
.about-right ul li:nth-child(2){background: transparent;}
.about-right ul li p,.about-right ul li strong{display: inline-block; font-size: 3.75rem; line-height: 2.75rem; color: #cf1724; font-family: Arial; font-weight: bold; }
.about-right ul li b,.about-right ul li em{ display: inline-block;   vertical-align: top; color: #666; font-weight: bold; margin-left: 0.375rem;}
.about-right ul li b{ font-size: 1.25rem; line-height: 1.25rem;}
.about-right ul li em{ font-size: 1.625rem;  line-height: 0.875rem;}
.about-right ul li h2{display: block; font-size: 1.125rem; line-height: 1.375rem; color: #666; margin-top: 0.9375rem;}
.about-right ul li i{display: inline-block; font-size: 0.875rem; font-style: inherit;}
.about-right ul li:last-child h2{min-height: 2.75rem;}


.aboutTwo { position: relative; }
.aboutTwo .box {position: absolute; top: 0;left: 0;width: 100%; z-index: 2;   text-align: center;}
.aboutTwo .abtbox2_cont{height: 53.5625rem;}
.aboutTwo .abtbox2_cont .img { width: 100%;height: 100%;position: relative;overflow: hidden;}
.aboutTwo .abtbox2_cont .img img {width: 100%; height: 100%; object-fit: cover;}
.aboutTwo .abtbox2_cont .on .img img {animation: scalefz1 60s linear infinite;}
.aboutTwo .company-title{padding: 7.375rem 0 0;}
.aboutTwo .company-title strong{margin-bottom: 1.125rem;}
.aboutTwo .text p{display: block; color: #fff; font-size: 1rem; line-height: 2.125rem; width: 58.64%; margin: 2.125rem auto;}
.aboutTwo .more {display: flex; justify-content: center;}
.aboutTwo .more a {width: 13.875rem;    background: #073b8e;border-radius: 2.0625rem; transition: .5s;}
.aboutTwo .more a span {display: block;  font-size: 1.125rem; line-height: 4.0625rem;   color: #fff;  transition: .35s; margin-right: 1.6875rem;}
.aboutTwo .more a svg path {transition: .35s;}
.aboutTwo .more a:hover {-webkit-box-shadow: 0 0 0 0.625rem rgba(193, 13, 17,.3);box-shadow: 0 0 0 0.625rem rgba(193, 13, 17,.3);}
.aboutTwo .fz_nav {width: 100%; position: relative;margin-top: 5.625rem; padding-top: 3.4375rem;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.aboutTwo .fz_nav .abtbox2_page {position: absolute;top: 0; left: 0;width: 100%;height: 1px; opacity: 0.29;}
.aboutTwo .fz_nav .abtbox2_page span {background-color: #fff;content: "";display: block; height: 1px; width: 0;}
.aboutTwo .fz_nav .abtbox2_page.on span {width: 100%;transition: all 5.1s linear;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide .item {font-size: 14.875rem;line-height: 1;color: transparent;-webkit-text-stroke: 2px #fff; text-stroke: 2px #fff;opacity: 0.27;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;font-family: Arial, Arial-Black;font-weight: 900;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide {width: 50%;}
.aboutTwo .fz_nav .abtbox2_nav .swiper-slide.on .item {opacity: 1;}
@keyframes scalefz1 {0% {transform: scale(1);}100% {transform: scale(2);}}

.certified{background: url(../images/certified-bg.jpg) no-repeat center top; padding: 5.8125rem 0 6.25rem;}
.certified .company-title{margin-bottom: 3.9375rem;}
.certified .company-title span{display: block; font-size: 1.5rem; color: #fff; margin-bottom: 0.25rem;}
.certified .company-title strong{margin-bottom: 2.3125rem;}
.certified-title{margin-bottom: 2.0625rem;}
.certified-title strong{display: block; font-size: 1.625rem; color: #333; margin-top: 0.25rem;}
.certified-list ul li{width: 32%; background: rgba(255, 255, 255, 0.9);border-radius: 10px; box-sizing: border-box; padding: 1%; transition: 0.6s; border: 1px solid #dedede; }
.certified-list ul li img{max-width: 100%;}


/* 发展历程 */
.banner-title{position: relative;}
.banner-title em{display: block; font-size: 3.75rem; color: #fff; position: absolute; left: 0; right: 0; top: -2.875rem; font-weight: bold; }
.banner-title i{display: block; width: 3rem; height: 0.3125rem; background: #073b8e; margin: 0.625rem auto 0;}
.banner-title b{display: block; font-size: 3.375rem; color: rgba(255,255,255,0.1); text-transform: uppercase; }
.ny-main{padding: 12.5rem 0 6.25rem;}


/* 发展历程 */

.coursebox-sec1 {
  position: relative;
  margin-top: 0.54rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .coursebox-sec1 {
    padding-top: 0.54rem;
  }
}
.coursebox-sec1 .cont {
  position: relative;
  display: flex;
  
  align-items: flex-start;
}
.coursebox-sec1 .cont .lt {
  width: 43.75%;
  padding-right: 1.64rem;
 /* height: 6.2rem; */
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .coursebox-sec1 .cont .lt {
    position: sticky;
    top: 11.4rem;
  }
}
.coursebox-sec1 .cont .lt .fz_title {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .fz_title {
    margin-bottom: 0.2rem;
  }
}
.coursebox-sec1 .cont .lt .course1_cont {
  width: 100%;
  margin-bottom: 0.5rem;
}
.coursebox-sec1 .cont .lt .course1_cont .item {
  width: 100%;
}
.coursebox-sec1 .cont .lt .course1_cont .item .date {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .date {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .course1_cont .item .tit {
  width: 100%;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.coursebox-sec1 .cont .lt .course1_cont .item .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #888;
  width: 71%;
  margin-bottom: 15.9375rem;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.coursebox-sec1 .cont .lt .nav {
  width: 60%;
  
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 1rem;
  }
}
/* @media (min-width: 768px) {
  .coursebox-sec1 .cont .lt .nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
} */
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .lt .nav .text {
  font-size: 1rem;
  color: #999999;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .text {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav {
  width: 100%;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide {
  width: auto;
  margin-right: 0.4rem;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
  color: #666;
  cursor: pointer;

  font-weight: bold;
  font-size: 1rem;
 
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide.on .item {
  color: #073b8e;
}
.coursebox-sec1 .cont .gt {
  width: 56.25%;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.coursebox-sec1 .cont .gt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dddddd;
}

.coursebox-sec1 .cont .gt .items {
  width: 100%;
  
}
.coursebox-sec1 .cont .gt .items .li {
  /* padding-left: 4.5%; */
  position: relative;
  margin-bottom: 5.625rem;
}


.coursebox-sec1 .cont .gt .items .li .date {
  transform: translateX(-0.5%);
  margin-bottom: 1.0625rem;
}

.coursebox-sec1 .cont .gt .items .li .date i {
 display: block;
 width: 0.6875rem;
 height: 0.6875rem;
 background: #073b8e;
  border-radius: 50%;
  position: relative;
}

.coursebox-sec1 .cont .gt .items .li .date i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    animation: shubiao 1s infinite linear .65s;
    background: rgba(204, 15, 4,.15);
    border-radius: 50%;
    z-index: 0;
}
@keyframes shubiao {0% { -webkit-transform: translate(-50%, -50%) scale(1); }  33% {   -webkit-transform: translate(-50%, -50%) scale(1.2); }  66% {  -webkit-transform: translate(-50%, -50%) scale(1.3); } 100% {  -webkit-transform: translate(-50%, -50%) scale(1); }}

.coursebox-sec1 .cont .gt .items .li .date b {
  display: block;
  font-size: 3rem;
  color: #c7c7c7;
  line-height: 2.25rem;
  position: relative;
  margin-left: 1.4375rem;
}

.coursebox-sec1 .cont .gt .items .li .img {
  width: 74.3%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
  padding-left: 4.5%;
  overflow: hidden;
}

.coursebox-sec1 .cont .gt .items .li .img img {

  display: block;
  width: 100%;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .coursebox-sec1 .cont .gt .items .li .img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.coursebox-sec1 .cont .gt .items .li .jut {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 4.5%;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .gt .items .li .jut {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .coursebox-sec1 .cont .gt .items .li .jut {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .gt .items .li .jut p{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 2%;}
.coursebox-sec1 .cont .gt .items .li .jut p::after{position: absolute; content: ''; width: 0.375rem; height: 0.375rem; border-radius: 50%; background: #073b8e; left: 0; top: 50%; transform: translateY(-50%); }
.developmore a{ display: block; width: 16.375rem; border-radius: 2.5rem; font-size: 1.25rem; line-height: 5.0625rem; color: #fff; text-align: center; background: #073b8e; margin: 0 auto; transform: translateX(-29%);}
.developmore a>img{display: inline-block; margin-left: 0.8125rem;}


.coursebox-sec1 .cont .gt .items{position: relative;}
.coursebox-sec1 .cont .gt .items h3{position: absolute;display: block;font-size: 15.9375rem;color: #d9d9d9;font-family: DIN;/* left: -71%; */right: 27%;opacity: 0.09;top: 50%;transform: translateY(-50%); z-index: -99;}
/* End */















/* 内页合作客户列表页 */
.partner-title h2{display: block; font-size: 1.875rem; line-height: 2.875rem; color: #333; width: 48.5625rem; font-weight: bold; text-align: center; margin: 0 auto 4.0625rem;}
.partner-list{box-sizing: border-box; padding: 0.5%;}
.partner-list ul{width: 102.6%;}
.partner-list ul li{float: left; box-shadow: 0px 0px 1.125rem 0px rgba(4, 0, 0, 0.04);  margin-bottom: 2.125rem; width: calc(100% / 5 - 2.6%); margin-right: 2.6%;}
.partner-list ul li .pic{overflow: hidden;}
.partner-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.partner-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}





/* 内页荣誉资质列表页 */
.honor-list{box-sizing: border-box; padding: 0.5%;}
.honor-list ul{width: 103.3%; height: auto!important;}
.honor-list ul a{float: left;  box-shadow: 0px 0px 1.6875rem 0px rgba(4, 0, 0, 0.04); margin-bottom: 2.625rem; width: calc(100% / 4 - 3.3%)!important;  height: auto!important; margin-right: 3.3%; padding: 0.5rem 0 2.5rem;}
.honor-list ul a .pic{overflow: hidden;}
.honor-list ul a .pic img{display: block; width: 100%; transform: scale3d(0.9,0.9,1); -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.honor-list ul a:hover .pic img{-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.honor-list ul a .name{}
.honor-list ul a h3{font-size: 1rem; color: #333; text-align: center; padding: 0 2%; box-sizing: border-box;}
.honor-list ul a:hover h3{color: #073b8e;}
.honor-list .fy{display: none;}




/* 内页工厂展示列表页 */
.factory-list{}
.factory-list ul{height: auto!important;}
.factory-list ul::after{content: ''; width: 32.32%;}
.factory-list ul  a{border: 1px solid #e5e5e5; box-sizing: border-box; width: 32.32%!important; padding: 1.3% 1.3% 0; margin-bottom: 1.875rem; height: auto!important;}
.factory-list ul  .pic{overflow: hidden;}
.factory-list ul  .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.factory-list ul a:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.factory-list ul  h3{ font-size: 1.125rem; color: #444; font-weight: bold; text-align: center; padding: 2.3125rem 0;}
.factory-list ul a:hover h3{color: #073b8e;}


/* 内页产品列表页 */
.position-banner{height: 39.4375rem;}
.position-banner .banner-bottom{transform: none;}
.product-box{display: flex; justify-content: space-between; align-items: flex-start}
.ny-left{width: 294px; position: sticky; top: 120px}
.ny-left,.ny-right{padding: 2.4375rem 0 5rem;}
.pro-search{width: 100%; background: #f5f5f5; display: flex; justify-content: space-between; align-items: center; line-height: 3.75rem; height: 3.75rem; padding: 0 6.8%; box-sizing: border-box; margin-bottom: 3.25rem; }
.pro-search input{outline: none; border: none; }
.pro-search .text{display: block; font-size: 0.9375rem; color: #666; width: calc(100% - 30px); line-height: 3.75rem; background: transparent;}
.pro-search .text::placeholder{color: #666;}
.pro-search .submit{ background: url(../images/pro-search.png) no-repeat center; width: 18px; height: 100%;}
.left-title em{display: block; border-top: 0.0625rem solid #eee; font-size: 1.875rem; color: #073b8e;  padding-top: 2.1875rem; margin-bottom: 2.25rem; font-weight: bold;}
.left-title{display: flex; align-items: center; justify-content: space-between;    border-top: 0.0625rem solid #eee;}
.left-title em{border-top: none;}
.left-title i{display: none;}
.pro-class .ctitle1{}
.pro-class .ctitle1>li{ border-bottom: 0.0625rem solid #eee;}
.pro-class .ctitle1>li>h3{transition:0.6s; display: flex; align-items: center; justify-content: space-between;  padding: 0 0.375rem; box-sizing: border-box;}
.pro-class .ctitle1>li>h3>a{display: block; font-size: 1.125rem; line-height: 3.3125rem; color: #333;width: 100%; }
.pro-class .ctitle1 li>h3>i{display: block;width: 20px;height: 20px;position: relative;cursor: pointer;}
.pro-class .ctitle1>li>h3>i:before,.pro-class .ctitle1>li>h3>i:after{content: "";background: #04061e;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pro-class .ctitle1>li>h3>i:before{width: 10px;height: 2px;}
.pro-class .ctitle1>li>h3>i:after{width: 2px;height: 10px;}
.pro-class .ctitle1>li>h3>i.on{	transform: rotate(135deg);}
.pro-class .ctitle1>li:hover>h3>i:before,.pro-class .ctitle1>li:hover>h3>i:after,.pro-class .ctitle1>li.on>h3>i:before,.pro-class .ctitle1>li.on>h3>i:after{background: #fff;}
/*.pro-class .ctitle1>li:hover>h3,.pro-class .ctitle1>li.on>h3{background: #073b8e; color: #fff; border-radius: 1.5625rem; }*/
/*.pro-class .ctitle1>li:hover>h3>a,.pro-class .ctitle1>li.on>h3>a{color: #fff; text-indent: 0.9em;}*/
.pro-class .ctitle2{display: none;padding: 1.75rem 0 1.5625rem 1.25rem;}
.pro-class .ctitle2>li{margin-bottom: 0.8125rem;}
.pro-class .ctitle2>li>a{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 1.375rem;}
.pro-class .ctitle2>li>a:before{content: "";width: 10px;height: 10px;border: 1px solid #dfdfdf;border-radius: 50%;position: absolute;left: 0;top: 50%; transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:after{content: "";width: 6px;height: 6px;background: #dfdfdf;border-radius: 50%;position: absolute;left: 3px;top: 50%;transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:hover,.pro-class .ctitle2>li>a.on,.pro-class .ctitle2>li.on>a{	color: #073b8e;}
.pro-class .ctitle2>li>a:hover:before,.pro-class .ctitle2>li>a.on:before,.pro-class .ctitle2>li.on>a:before{	border-color: #073b8e;}
.pro-class .ctitle2>li>a:hover:after,.pro-class .ctitle2>li>a.on:after,.pro-class .ctitle2>li.on>a:after{	background: #073b8e;}

.pro-class .ctitle1 li .erji{width: 100%; display: block; font-size: 15px; text-indent: 1.8em; line-height: 220%;}
.pro-class .ctitle1 li .erji:last-child{margin-bottom: 10px;}

.ny-right{width: calc(100% - 340px); padding-left: 3.25%; border-left: 0.0625rem solid #eee; box-sizing: border-box;}
.right-title{background: #f9f9f9;position: relative;display: flex;align-items: center;padding: 1.25rem 0; margin-bottom: 2.5rem;}
.right-title h2{display: block;font-size: 2.25rem;line-height: 2.25rem;color: #333;border-left: 0.75rem solid #073b8e;font-weight: bold;padding-left: 2.25rem;margin-left: -0.5%;}
.nypro-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nypro-list ul:after{content: ''; width: 31.5%;}
.nypro-list ul li{width: 31.5%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden; border-bottom: 0.0625rem solid #dddddd; }
.nypro-list ul li .pic img{display: block;  width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nypro-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nypro-list ul li .info{padding: 1rem 6% 1rem;}
.nypro-list ul li strong{font-size: 1.375rem; color: #333;  font-weight: normal; margin-bottom: 0.4375rem;}
.nypro-list ul li p{ font-size: 1rem; color: #777; margin-bottom: 1.8125rem; }
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{display: block;width: 7.75rem;background: #333333; font-size: 0.9375rem; line-height: 2.5rem; color: #fff; margin-right: 0.25rem;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #d91f15;}
.nypro-list ul li:hover{background: #f9f9f9; border-color: #073b8e;}
.nypro-list ul li:hover em{background: #073b8e;}


.pro-search{    margin-bottom: 0.25rem;}
.left-title em{    padding-top: 1.1875rem;margin-bottom:1rem}
.pro-class .ctitle2{padding:0.5rem 1.25rem}
.pro-class .ctitle2>li{margin-bottom: 0.3rem;}
.pro-class .ctitle2>li>a{font-size: 1rem;transition: all .3s;}
.pro-class .ctitle1>li:hover>h3>a{text-indent: 1rem;}


.pro-class .ctitle1>li>h3>i.on .ctitle2.on{display: block;}


.ctitle2.on{display: block;}



/* 内页产品详情页 */
.pro-header{top: 0; padding: 2.375rem 0; position: relative;}
.header-zw{height: 8.6875rem;}
.pro-header .pc-logo a img.logo1{display: none;}
.pro-header .pc-logo a img.logo2{display: block;}
.pro-header .pc-nav ul li h3{color: #333;}
.pro-header .ver a>img,.pro-header .heSearch .seBox img{-webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1);}
.pro-header.headfixed{padding: 0; position: fixed;}
.pro-header.headfixed  .pc-logo a img.logo1{display: block;}
.pro-header.headfixed  .pc-logo a img.logo2{display: none;}
.pro-header.headfixed .pc-nav ul li h3{color: #fff;}
.pro-header.headfixed .ver a>img,.pro-header.headfixed .heSearch .seBox img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.proxq-banner{padding: 3.75rem 0; height: 38rem;}
.proxq-banner .container{    display: block;}
.proxq-position{display: flex; margin-bottom: 5rem; }
.proxq-position a{display: inline-block; font-size: 1rem; color: #666; position: relative; padding-left: 1.125rem; margin-right: 0.625rem;}
.proxq-position a::after{position: absolute; content: ''; width: 0.3125rem; height: 0.3125rem; border-radius: 50%; background: #bf0d11; left: 0; top: 50%; transform: translateY(-50%); } 
.proxq-position a:first-child{padding-left: 0;}
.proxq-position a:first-child::after{background: transparent;}
.proxq-position a:hover{color: #073b8e;}
.proxq-pic{width: 42.2%; overflow: hidden; border: 1px solid #e0e0e0; box-sizing: border-box;}
.proxq-pic ul li .pic{overflow: hidden;}
.proxq-pic ul li .pic img{display: block; width: 100%;}
#proxq-num{display: none;}
.proxq-info{width: 52%;}
.proxq-info h2{display: block; font-size: 2.375rem; color: #333; margin-bottom: 1.9375rem;}
.proxq-info span{display: inline-block; font-size: 1.1875rem; color: #073b8e; margin-bottom: 0.6875rem;}
.proxq-info h3{position: relative; font-size: 1rem; color: #333; padding-left: 0.75rem; margin-bottom: 0.5625rem;}
.proxq-info h3:after{position: absolute; content: ''; width: 0.3125rem; height: 0.3125rem; background: #073b8e; border-radius: 50%; top: 50%; transform: translateY(-50%); left: 0; }
.proxq-btn {margin-top: 3.625rem;}
.proxq-btn a{display: block; width: 10.875rem; font-size: 1.125rem; line-height: 3.4375rem; color: #fff; border-radius: 1.75rem; background: #b9b9b9; text-align: center; transition:0.6s}
.proxq-btn img{display: inline-block; vertical-align: middle; margin-left: 0.625rem;}
.proxq-btn a:first-child{margin-right: 2.625rem; background: #073b8e;;}
.proxq-btn a:hover{background: #073b8e;}
.details-box{padding: 3.9375rem 0;}
.pro-details{width: 73%;}
.details-title{border-bottom: 1px solid #e5e5e5; padding-bottom: 1.375rem; margin-bottom: 1.875rem;}
.details-title em{display: block; font-size: 2.25rem; color: #333; position: relative; padding-left: 2.4375rem;}
.details-title em:after{position: absolute; content: ''; width: 0.4375rem; height: 1.8125rem; background: #073b8e; left: 0; top: 50%; transform: translateY(-50%); }
.pro-recom{width: 22.4%;}
.recom-title em{display: block; font-size: 2rem; color: #777; margin-bottom: 1.5rem;}
.recom-list ul li{background: #f9f9f9; box-sizing: border-box; margin-bottom: 1rem; padding: 3%;}
.recom-list ul li .pic{width: 46.4%; overflow: hidden;}
.recom-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.recom-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.recom-list ul li .info{width: 49%;}
.recom-list ul li .info em{font-size: 1.0625rem; line-height: 1.375rem; color: #333; margin-bottom: 0.875rem;}
.recom-list ul li .info span{display: block; font-size: 0.875rem; color: #073b8e;}

.pro-editbox table{
	border-left:1px solid #000;
	border-top:1px solid #000;
    width: 100%;
	margin-bottom:15px;
    margin-top: 10px;
	word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
	}

.pro-editbox tr:nth-child(1) {background: #eee;}
.pro-editbox tr:nth-child(1) td{font-weight: bold; line-height: 160%; padding:8px 5px;}
.pro-editbox tr:nth-child(2n){background: #fff;}

.pro-editbox  td{
	padding:5px;
	text-align: center;
	color:#666;
	font-size:13px;
	line-height:24px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}


/* 内页图片详情页 */
.pic-main {background: #f5f5f5; padding:0 0 7rem;}
.pic-main .pic-xq {position: relative;}
.pic-main .pic-xq::after { position: absolute; content: ""; width: 100% ; top: 0; height: 18.88rem; background: #c50b19; z-index: 0;}
.pic-main .tle { padding: 4rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;   position: relative; z-index: 1;}
.pic-main .tle h3 {font-size: 2.5rem;color: #ffffff;font-weight: 700;}
.pic-main .tle ul {display: flex;}
.pic-main .tle ul li , .pic-main  .tle ul li a,.pic-main  .tle ul  a  {font-size: 1rem;color: #ffffff;}
.pic-main .pic-con {background: #fff; position: relative; z-index: 1; padding: 7rem  7.5rem; box-sizing: border-box;}
.pic-main .pic-con h4 {font-size: 2.13rem;color: #333333;font-weight: 700; margin-bottom: 4rem;text-align: center;}
.fanhui a{display: block;width:11.875rem;text-align: center;line-height: 3.125rem; background: #333;color:#fff;margin:2rem auto 0 auto; border-radius: 3.125rem; transition: 0.6s;}
.fanhui a:hover{background: #073b8e;}




/* 内页应用案例列表页 */



.nyapp{padding:  0  0 8.9375rem;}
.nyapp .container{overflow: hidden;}
.nyapp .box {  position: relative;}



.nyapp .box .pass {
position: relative;
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nyapp .box .pass::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ece9e9;
  position: absolute;
  left: 0;
  top: 50%;
}

.tit-18 {

  font-size: 1.125rem;
}

.nyapp .box .item {
  text-align: center;
  margin-top: 2.5rem;
  z-index: 2;
  cursor: pointer;
}

.nyapp .box .item .circ {
  display: inline-block;
  z-index: 2;
  background-color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;

  border-radius: 50%;
  position: relative;
  margin-bottom: 8px;
}

.nyapp .box .item.on .circ {
  opacity: 1;
}

.nyapp .box .item.on {
  color: #073b8e;
}

.nyapp .box .item.on  .tit-18{
  font-weight: bold;
}


.svgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}


.svgs .svg {
  stroke-width: 4;
  r: calc(50% - 2px);
}

.svgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.svgs .circle {
  opacity: 0;
  transition: .5s ease-in-out;
}

.nyapp .box .item.on .circ .circle {
  animation: circle 3s linear;
  opacity: 1;
  transition: 1s ease-in-out;
}

@keyframes circle {
  from {
    stroke-dasharray: 0 40;
  }

  to {
    stroke-dasharray: 40 0;
  }
}


.app-a {
  padding: 0 1.5%;
  box-sizing: border-box;
  overflow: hidden;
}

.app-container{overflow: hidden;}
.app-a .swiper-slide {
  width: 100%;
  height: 35.4375rem
}

.app-a .swiper-slide .img {
  width: 55.22%;
  height: 100%;
  overflow: hidden;

}
.app-a .swiper-slide .img .bg{

  height: 100%;


}
.app-a .swiper-slide a{display: flex; justify-content: space-between; height: 100%;}
.app-a .swiper-slide .txt {
  background-color: #f7f7f7;
  width: 44.78%;
  height: 100%;
  overflow: hidden;
  padding: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}


.app-a .swiper-slide .txt .tit-24 {
  display: block;
  color: #073b8e;
  font-size: 1.625rem;
  font-weight: bold;
 margin-bottom: 1.375rem
}

.app-a .swiper-slide .txt .tit-30 {
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  margin-bottom: 6.25rem;
  color: #333;
}


.app-more span{ display: block; width: 9.5625rem;text-align: center; font-size: 1.0625rem; line-height: 3.4375rem; text-align: center; background: #073b8e;  color: #fff; border-radius: 1.75rem;}



/* 内页新闻列表页 */
.latest-news{padding: 7.25rem 0 6.625rem; background: #f9f9f9;}
.latest-list{overflow: hidden; position: relative;}
.latest-list ul li{border: 0.0625rem solid #ddd; box-sizing: border-box; }
.latest-list ul li .pic{overflow: hidden; width: 49.88%; border-right: 0.0625rem solid #ddd; box-sizing: border-box;}
.latest-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.latest-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.latest-list ul li .info{width: 50%; box-sizing: border-box; padding: 0 4.5%;}
.latest-list ul li .info h2{ font-size: 1.875rem; color: #333; margin-bottom: 0.5625rem;}
.latest-list ul li .info p{display: block; font-size: 1rem; color: #666; margin-bottom: 8.3125rem;}
.latest-list ul li .date{border-top: 0.0625rem solid #ddd; padding-top: 2.5rem;}
.latest-list ul li .date span{display: inline-block; font-size: 1rem; color: #073b8e; margin-right: 0.375rem; transition: 0.6s;}
.latest-list ul li .date img{display: inline-block; vertical-align: middle;}
.latest-list ul li:hover .date span{margin-right: 1rem;}
#latest-num{position: absolute;  right: 4rem; left: auto; width: auto; bottom: 3.4375rem; border-radius: 0;}
#latest-num .swiper-pagination-bullet {width: 0.75rem;height: 0.1875rem;background: #d9d9d9; margin: 0 0.1875rem; opacity: 1; border-radius: 0;}
#latest-num .swiper-pagination-bullet-active{background: #073b8e; opacity: 1;}
.newsclass-box{border-bottom: 0.0625rem solid #dfdfdf; margin-bottom: 5.125rem;}
.news-class .ctitle1 li{margin: 0 2%;}
.news-class .ctitle1 li a{display: block; font-size: 1.125rem; line-height: 5rem; color: #333; padding: 0 0.5625rem; position: relative;}
.news-class .ctitle1 li a::after{position: absolute; content: ''; width: 0; height: 0.3125rem; background: #073b8e; border-radius: 0.1875rem; bottom: 0; left: 50%; transition: 0.6s;}
.news-class .ctitle1 li:hover a:after,.news-class .ctitle1 li.on a:after{width: 100%; left: 0;}
.news-class .ctitle1 li:hover a,.news-class .ctitle1 li.on a{color: #073b8e; font-weight: bold;}
.nynews-list ul:after{content: ''; width: 30%;}
.nynews-list ul li{ box-shadow: 0px 0px 49px 0px rgba(8, 8, 8, 0.05); border-radius: 0.4375rem; width: 30%; margin-bottom: 4.125rem;}
.nynews-list ul li .pic{overflow: hidden; border-top-left-radius: 0.4375rem; border-top-right-radius: 0.4375rem;}
.nynews-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nynews-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nynews-list ul li .info{padding: 1.9375rem 7% 1rem;}
.nynews-list ul li .info h3{ font-size: 1.3125rem; line-height: 1.75rem; color: #333; font-weight: bold; margin-bottom: 1.3125rem;}
.nynews-list ul li .info span{display: block; font-size: 0.9375rem; color: #919191; line-height: 1.25rem; margin-bottom: 1.25rem;}
.nynews-list ul li .info span>img{display: inline-block; vertical-align: middle; margin-right: 0.5625rem;}
.nynews-list ul li .info h4{font-size: 1rem; line-height: 1.5rem; color: #666;}
.nynews-list ul li:hover .info h3{color: #073b8e;}

.news-editbox p {line-height: 180%; margin-bottom: 1rem;}


/* 内页常见问题列表页 */
.ny-problem ul li{padding: 2.1875rem 4.0625rem 2.1875rem 2.1875rem; box-sizing: border-box;  box-shadow: 0px 0px 35px 0px rgba(8, 8, 8, 0.04); border-radius: 0.625rem; margin-bottom: 2.375rem;}
.ny-problem dl dt,.ny-problem dl dd{width: 100%;}
.ny-problem dl dt{margin-bottom: 0.625rem;}
.ny-problem dl dt b{transition: 0.6s; display: block; width: 3.125rem; font-size: 1.875rem;line-height: 3.3125rem;background: #c6c6c6;border-radius: 0.625rem; color: #fff; text-align: center; margin: 0 0.1%;}
.ny-problem dl dd .date{text-align: center;}
.ny-problem dl dd .date em{display: block; font-size: 1.875rem; line-height: 1.375rem; color: #9f9f9f; margin-bottom: 0.9375rem; }
.ny-problem dl dd .date i{display: block; font-size: 1rem; line-height: 0.75rem; color: #9F9F9F; font-style: inherit;}
.ny-problem dl dt .name,.ny-problem dl dd .info{width: 93.5%;}
.ny-problem dl dt .name h3{ font-size: 1.375rem; line-height: 1.375rem; color: #333; font-weight: bold; position: relative; height: 2.375rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.ny-problem dl dt .name h3::after{position: absolute; content: ''; width: 5.5625rem;height: 0.125rem;background: #bfbfbf; bottom: 0; left: 0;}
.ny-problem dl dt .name span{display: block; font-size: 1rem; color: #A6A6A6;}
.ny-problem dl dt .name span>img{display: inline-block; margin-left: 0.5rem;}
.ny-problem dl dd  strong{display: block;background: url(../images/a-bg.png) no-repeat center top;width: 2.125rem;height: 2.625rem;font-size: 1.125rem;line-height: 2.125rem;text-align: center;color: #fff;background-size: cover;font-family: Arial; transition: 0.6s;}
.ny-problem dl dd h4{font-size: 1rem;line-height: 1.4375rem;color: #666;width: 95%;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ny-problem dl:hover dt b{background: #073b8e;}
.ny-problem dl:hover dd strong{background: url(../images/a-bg-on.png) no-repeat center top;}
.ny-problem dl:hover .name h3{color: #073b8e;}






/* 内页新闻详情页 */
.nynews-xq {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 5rem;}
.news-left{width: 68%;}
.news-xq{width: 100%; border-radius: 0.625rem;box-shadow: 0px 0px 40px 0px rgba(227, 226, 225, 0.42); margin-bottom: 6.0625rem; padding: 4rem 6.3% 4rem; box-sizing: border-box;}
.newsxq-title{border-bottom: 0.0625rem solid #ddd; padding-bottom: 2.8125rem; margin-bottom: 2.8125rem;}
.newsxq-title strong{display: block; font-size: 2rem; color: #333; margin-bottom: 0.3125rem;}
.newsxq-title span{display: block; font-size: 1rem; color: #777;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block; font-size: 1.125rem; color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #073b8e;border-color: #073b8e;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #073b8e;}
.news-right{width: 26.68%; border-radius: 0.3125rem; position: sticky;top:120px;box-shadow: 0px 0px 30px 0px rgba(226,225,224,0.42); padding: 2.1875rem 2% 3.4375rem; box-sizing: border-box;}
.news-right:after{position: absolute; content: '';  width: 68%;height: 0.4375rem;background: linear-gradient(99deg,#d6222b 0%, #e47b20 100%);border-radius: 0.25rem;  bottom: -0.1875rem;left: 0; right: 0; margin: auto;}
.recom-news strong{display: block; font-size: 1.625rem; color: #333; margin-bottom: 2.1875rem;}
.recomnews-list ul li{margin-bottom: 1.875rem;}
.recomnews-list ul li a{display: flex; align-items: center; }
.recomnews-list ul li .pic{width: 44%; overflow: hidden; border-radius: 0.3125rem; margin-right: 5%;}
.recomnews-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.recomnews-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.recomnews-list ul li .info{width: 51%;}
.recomnews-list ul li em{display: block; font-size: 0.875rem; color: #999; margin-bottom: 0.4375rem;}
.recomnews-list ul li strong{ font-size: 1rem; line-height: 1.625rem; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.recomnews-list ul li:hover strong{color: #073b8e;}


/* 内页下载中心列表页 */
.down-list{padding: 6.6875rem 0;}
.down-list ul{justify-content: space-around;}
.down-list ul:after{content: ''; width: 45%;}
.down-list ul li{width: 45%;background: #f9f9f9;border-radius: 0.625rem; padding: 3.625rem 3.5%; box-sizing: border-box; margin-bottom: 4rem;}
.down-list ul li .icon{width: 2.25rem; height: 2.25rem; background: #073b8e; border-radius: 50%; margin-right: 4%;}
.down-list ul li .icon img{transition: 0.6s;}
.down-list ul li h3{ font-size: 1.25rem; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.down-list ul li:hover .icon img{transform: rotate(-90deg)}
.down-list ul li:hover h3{color: #073b8e;}


/* 内页在线留言 */
.message-bg{padding: 5.875rem 0;}
.message-box{padding: 7.0625rem 0 6rem; box-sizing: border-box; background: url(../images/message-bg.jpg) no-repeat center;}
.message{width: 73.5%;}
.message ul{width: 48.76%; margin-bottom: 4.125rem;}
.message ul input,.message ul select,.message ul textarea{width: 100%; border-radius: 0.375rem; outline: none; border: none; font-size: 1rem; color: #a8a8a8; padding: 0 5%; margin-bottom: 1.3125rem; box-sizing: border-box; font-family: "Microsoft YaHei";}
.message ul input::placeholder,.message ul select::placeholder,.message ul textarea::placeholder{color: #a8a8a8; }
.message ul input,.message ul select{line-height: 4.375rem;}
.message ul select{background: url(../images/select-arrow.png) no-repeat right 5% center #fff; appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.message ul select{height: 4.375rem;}
.message ul textarea{height: 15.875rem; padding: 1.75rem 5%;}
.message-btn input{cursor: pointer;  outline: none; border: none; font-family: "Microsoft YaHei"; font-size: 1.125rem; color: #fff; text-align: center; width: 10.375rem;line-height: 3.75rem;background: #073b8e;border-radius: 1.875rem; margin: 0 0.75rem;}
.message-btn input.reset{background: #999;}


/* 内页联系我们 */
.contact-left{width: 45%; padding-left: 8%;}
.map{background: url(../images/map-pic.jpg) no-repeat center; width: 55%;}
.contact-left strong{display: block; font-size: 2.5rem; color: #333; margin-bottom: 3.25rem;}
.contact-list{margin-bottom: 3rem;}
.contact-list dl{margin-bottom: 2.0625rem;}
.contact-list dl:last-child{margin-bottom: 0;}
.contact-list dl dt{width: 14%; max-width: 60px; margin-right: 3.5%;}
.contact-list dl dt img{display: block; width: 100%;}
.contact-list dl dd em{display: block; font-size: 1.5rem; color: #333; line-height: 1.5rem;}
.contact-list dl dd b{display: block; font-size: 1.8125rem; color: #073b8e; line-height: 1.3125rem; margin-top: 0.9375rem;}
.contact-list dl dd p{display: block; font-size: 1.25rem; color: #666;}
.wechat-list ul li{margin-right: 8.5%;}
.wechat-list ul li:last-child{margin-right: 0;}
.wechat-list ul li img{max-width: 130px;}
.wechat-list ul li em{display: block; font-size: 1.25rem; color: #333; writing-mode: vertical-lr; margin-left: 6%;}







/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #073b8e;}
.fy .layui-laypage-curr {color: #fff; background: #073b8e; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #ccaf94; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}




.pro-editbox img,.news-editbox img{max-width: 100%;}



.about-num ul li {
  width: 50%;}
.about-left{
  width: 100%;}
.about-right{display: none}

@media (max-width: 767px) {
	.prolist ul {flex-wrap: wrap;}
	.prolist ul li {width: 48%;}
	.prolist ul li p {margin-bottom: 10px;}
	.banner .imgBox h2 {text-align: center;}
	.banner .imgBox h4 {display: none;}
}