main { zoom: 1 }

/*banner*/
.banner { position: relative; max-height: 482px; width: 100%; color: #fff; background: linear-gradient(90deg, #a09f9f, #a09f9f); background-repeat: no-repeat; background-size: cover; background-position: top center; overflow: hidden }
.banner img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center }
.banner-box { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1 }
.banner-tit { height: 100%; flex-direction: column; justify-content: flex-end; align-items: flex-start; color: #fff }
.banner-tit h1 { margin-bottom: 2.7%; font-size: calc(54px + 30 * 100vw / 1920) }

/*position*/
.position { padding: 20px 0; font-size: 18px; color: #afafaf }
.position svg { margin-right: 5px; vertical-align: middle; font-size: 18px }
.position a { padding: 0 5px; color: #afafaf  }
.position a:hover { color: var(--hover-color) }

/*submenu*/
.submenu { width: 100%; padding-top: 150px; background: #fff }
.submenu .container { display: flex; align-items: center; height: 100% }
.submenu ul { width: 100%; align-items: center; justify-content: center }
.submenu ul li { padding: 0 60px; border-right: 3px solid #000 }
.submenu ul li:last-child { border-right: none }
.submenu ul li a { display: block; color: #000; line-height: 1; font-weight: 600; font-size: 30px; transition: all .3s ease-out 0s }
.submenu ul li a:hover, .submenu ul li.active a { text-shadow: .04rem 0 0 currentColor; color: var(--hover-color) }
.submenu-toggle { display: none }

/*list*/
.news { padding-top: 50px; padding-bottom: 70px }
.news-list li { position: relative; padding: 80px 0; border-bottom: 3px solid #d9d9d9 }
.news-list li a { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; overflow: hidden; color: #000 }
.news-list li a figure { flex: 0 0 386px; max-width: 386px; height: 296px; margin: 0; background-color: #d9d9d9; cursor: grab; overflow: hidden }
.news-list li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; transition: all .4s ease }
.news-list li a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.news-list li a .news-info { height: 100%; padding-left: 90px; overflow: hidden }
.news-list li a .news-info h3.tit { width: 100%; font-size: 28px; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.news-list li a .news-info span.lm { display: inline-block; height: 36px; margin-top: 19px; padding: 0 38px; line-height: 36px; font-size: 18px; color: #fff; border-radius: 18px; background: #bababa }
.news-list li a .news-info p.txt { margin-top: 42px; font-size: 18px; line-height: 28px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 4; text-overflow: ellipsis }
.news-list li a time.news-date { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 296px; margin-left: 60px; padding-left: 60px; border-left: 3px solid #e9e9e9; line-height: 1; white-space: nowrap }
.news-list li a time.news-date .big { font-weight: 600; font-size: 138px; color: #e9e9e9 }
.news-list li a time.news-date .small { margin-top: 10px; font-size: 44px; color: #e9e9e9 }
.news-list li a:hover .news-info h3.tit { font-weight: bold; color: var(--hover-color) }

/*article*/
.content { padding-top: 50px; padding-bottom: 50px }
.article { position: relative; width: 100% }
.article-tit { padding-bottom: 30px; border-bottom: 3px solid #d9d9d9; text-align: center }
.article-tit h1 { padding: 20px 0; font-weight: 700; font-size: 30px; line-height: 36px; color: #000; word-wrap: break-word; word-break: break-all }
.article-tit .profile { font-size: 18px; color: #afafaf; line-height: 24px }
.article-tit .profile span + span { margin-left: 40px }
.article-tit .profile span i { margin-right: 5px; font-style: normal }
.article-info { overflow: hidden; padding-top: 50px }
.article-info .info { line-height: 1.8; font-size: calc(12px + 4 * 100vw / 1920) }
.article-info .info p { text-indent: 0; line-height: 28px; color: #666 }
.article-info .info img { max-width: 100%; vertical-align: top }
.article-info .info a { color: #242728 }
.article-info .info a:hover { text-decoration: underline }
.article-info .info strong, .article-info .info th { font-weight: bold }
.article-info video { width: 100%; max-width: 100% }
.fanye { justify-content: space-between; margin-bottom: 10px; padding: 80px 0; line-height: 32px; font-size: 18px; border-top: 3px solid #d9d9d9 }
.fanye strong { color: #242728; font-weight: normal }
.fanye-left, .fanye-right { flex: 0 0 48%; max-width: 48%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.fanye-right { text-align: right }

/*about*/
.about { padding: 120px 0; background: #fff }
.about-left { }
.about-left img { display: inline-block; width: 100%; height: 100%; object-fit: cover }
.about-right { display: flex; flex-direction: column; justify-content: center; padding-left: 60px; line-height: 28px; font-size: 18px; color: #000 }
.about-right h2 { font-weight: 600; font-size: 36px; color: #474747 }
.about-right p { margin-top: 38px }
.culture { padding: 100px 0; background: #0942a1 }
.culture-item { display: flex; flex-direction: column; align-items: center; color: #fff }
.culture-info { margin-top: 30px; text-align: center; border-radius: 30px; background: #fff; overflow: hidden }
.culture-info span { display: block; width: 100%; height: 109px; line-height: 109px; font-weight: 600; font-size: 38px; background: #001e7e }
.culture-info p { min-height: 84px; padding: 42px 40px; line-height: 28px; font-size: 18px; text-align: left; color: #000; box-sizing: content-box }
.honor { padding: 160px 0 }
.honor h2 { width: 100%; text-align: center; font-weight: 600; font-size: 38px; color: #474747 }
.honor .honor-swiper { margin-top: 100px; padding-top: 20px; padding-bottom: 20px }
.honor .swiper-slide { width: 360px; height: 508px; background: #fff; box-shadow: 0 8px 10px rgba(0, 0, 0, .5) }
.honor .swiper-slide img { display: block; width: 100%; height: 100% }
.history { padding: 160px 0; background: #f5f5f5 }
.history-swiper { margin-left: 58px; margin-right: 58px }
.history .swiper-slide {height: auto; border-right: 2px solid #cbcbcb }
.history .swiper-slide h3 { font-size: 84px; color: #cbcbcb }
.history .swiper-slide .history-info { margin-left: 1em; padding-right: 50px; text-indent: -1em; margin-top: 30px; font-size: 18px; color: #000 }
.history .swiper-slide .history-info p + p { margin-top: 20px }
.history-prev, .history-next { position: absolute; top: 50%; z-index: 1; width: 80px; height: 80px; transform: translateY(-50%); cursor: pointer; transition: 0.3s; background: transparent }
.history-prev::after, .history-next::after { content: ''; position: absolute; left: 50%; top: 50%; width: 62.5%; height: 62.5%; border-top: 4px solid rgba(202, 202, 202, 1) }
.history-prev { left: 0 }
.history-prev::after { border-left: 4px solid rgba(202, 202, 202, 1); transform: translate(-30%, -50%) rotate(-45deg) }
.history-next { right: 0 }
.history-next::after { border-right: 4px solid rgba(202, 202, 202, 1); transform: translate(-70%, -50%) rotate(45deg) }
.history-prev:hover { border-color: transparent }
.history-next:hover { border-color: transparent }
.history-prev:hover::after, .history-next:hover::after { border-color: rgba(0, 50, 173, 1) }

/*product*/
.product { padding-top: 160px; padding-bottom: 160px }
.product-item { justify-content: space-between; margin-top: 60px }
.product-item:first-child { margin-top: 0 }
.product-left { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative; flex: 0 0 36%; max-width: 36%; min-height: 360px; padding: 0 47px; border-right: 8px solid #cbcbcb; background: #ededed }
.product-left::after { content: ''; position: absolute; right: -70px; top: 50%; z-index: 1; transform: translateY(-50%); border-left: 32px solid #cbcbcb; border-right: 32px solid transparent; border-top: 52px solid transparent; border-bottom: 52px solid transparent }
.product-left h2 { font-size: 36px; color: #565656 }
.product-left p { margin-top: 40px; line-height: 28px; font-size: 16px; color: #565656 }
.product-left a { display: block; height: 50px; margin-top: 110px; padding: 0 50px; line-height: 50px; font-weight: 600; font-size: 25px; color: #fff; border-radius: 25px; background: #264dab; transition: all .3s ease }
.product-left a:hover { color: #fff; background: var(--black) }
.product-right { flex: 0 0 61%; max-width: 61%; padding: 70px; background: #ededed }
.product-right dl { display: flex; flex-wrap: wrap; margin-top: 40px; padding-top: 40px; border-top: 2px solid #b4b4b4 }
.product-right dl:first-child { margin-top: 0; padding-top: 0; border-top: none }
.product-right dl dt { flex: 0 0 100%; max-width: 100%; padding-bottom: 20px; font-weight: 600; font-size: 20px; color: #565656 }
.product-right dl dd { flex: 0 0 33.333%; max-width: 33.333%; display: block; padding-right: 10px; line-height: 38px; font-size: 18px; color: #898989; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.product-hd { padding-top: 60px; padding-bottom: 60px }
.product-hd-left img { display: inline-block; width: 100%; height: 100%; object-fit: cover }
.product-hd-right { display: flex; flex-direction: column; justify-content: space-between; line-height: 28px; font-size: 18px }
.product-hd-right dl { display: flex; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 2px solid #b4b4b4 }
.product-hd-right dl dt { flex: 0 0 100%; max-width: 100%; padding-bottom: 20px; line-height: 1.4; font-weight: 600; font-size: 38px; color: #565656; padding-bottom: 60px; margin-bottom: 40px; border-bottom: 2px solid #b4b4b4 }
.product-hd-right dl dd { flex: 0 0 33.333%; max-width: 33.333%; display: block; padding-right: 10px; line-height: 38px; font-size: 18px; color: #898989; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.product-hd-nav { justify-content: flex-start; align-items: center }
.product-hd-nav a, .product-hd-nav span { display: block; height: 50px; margin-right: 18px; padding: 0 55px; line-height: 50px; font-weight: 600; font-size: 20px; color: #fff; border-radius: 25px; background: #264dab; transition: all .3s ease }
.product-hd-nav a:hover { color: #fff; background: var(--black) }
.product-hd-nav span { margin-right: 0; color: #264dab; background: #e5e5e5 }
.product-content { position: relative; width: 100%; padding: 42px 58px; background: #fff; box-shadow: 0 0 10px -7px rgba(0, 0, 0, 0.28), 0 5px 30px -6px rgba(0, 0, 0, 0.1); border-radius: 30px }
.product-canshu { width: 100%; height: auto; min-height: .01%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 5px; border: 1px solid #ddd; background: #fff }
.product-canshu table { background: transparent; border-spacing: 0; border-collapse: collapse }
.product-canshu .table { width: 100%; max-width: 100%; text-align: left; line-height: 1.42858 }
.product-canshu .table > thead { color: #fff; background: #0942a1 }
.product-canshu .table tr { min-height: 68px; color: #000 }
.product-canshu .table th { color: #fff }
.product-canshu .table th, .product-canshu .table td { width: auto; padding: 21px 10px; font: 400 20px/26px "Microsoft YaHei"; word-break: break-word }
.product-canshu .table > thead > tr + tr > th, .product-canshu .table > tbody > tr + tr > td { border-top: 1px solid rgba(185, 185, 185, 0.20) }
.product-canshu .table > thead > tr > th + th, .product-canshu .table > tbody > tr > td + td { border-left: 1px solid rgba(185, 185, 185, 0.20) }
.product-canshu .table.hover > tbody > tr:hover { color: #fff; background-color: #0942a1 }
.product-info { margin-top: 20px; line-height: 37px; font-size: calc(12px + 6 * 100vw / 1920); color: #535353 }
.product-info .info { font-size: calc(12px + 6 * 100vw / 1920) }
.product-info .info h3 { font-weight: bold; font-size: 28px; color: #333; line-height: 36px; background: linear-gradient(0deg, #1C87C8 0%, #12A392 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent }
.product-info .info p { padding-top: 18px; padding-bottom: 18px }
.product-info .info p:first-child { padding-top: 0 }
.product-info .info p:last-child { padding-bottom: 0 }
.cpbg { width: 100%; margin-top: 100px; padding-top: 90px; padding-bottom: 120px; background: #ededed }
.cp-title { text-align: center; font-weight: 600; font-size: 50px; color: #000 }
.cp { margin-top: 60px; margin-left: 58px; margin-right: 58px }
.cp .cp-item { max-width: 25% }
.cp .cp-item a { position: relative; display: block; overflow: hidden; color: #fff; background: #fff }
.cp .cp-item a figure { position: relative; margin: 0; overflow: hidden }
.cp .cp-item a figure::before { content: ""; display: block; background-size: cover; background-position: 50%; padding-bottom: 85.5% }
.cp .cp-item a figure::after { content: ""; display: block; position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, .45) }
.cp .cp-item a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: absolute; top: 0; object-fit: cover }
.cp .cp-item a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.cp .cp-item a h3 { position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; width: 100%; height: 60px; padding-left: 15px; padding-right: 15px; text-align: center; line-height: 60px; font-size: 28px; background: rgba(0, 50, 173, .5); box-sizing: border-box }
.cp-prev, .cp-next { position: absolute; top: 50%; z-index: 1; width: 80px; height: 80px; transform: translateY(calc(-50% + 55px)); cursor: pointer; transition: 0.3s; background: transparent }
.cp-prev::after, .cp-next::after { content: ''; position: absolute; left: 50%; top: 50%; width: 62.5%; height: 62.5%; border-top: 4px solid rgba(0, 50, 173, 1) }
.cp-prev { left: 0 }
.cp-prev::after { border-left: 4px solid rgba(0, 50, 173, 1); transform: translate(-30%, -50%) rotate(-45deg) }
.cp-next { right: 0 }
.cp-next::after { border-right: 4px solid rgba(0, 50, 173, 1); transform: translate(-70%, -50%) rotate(45deg) }
.cp-prev:hover { border-color: transparent }
.cp-next:hover { border-color: transparent }
.cp-prev:hover::after, .cp-next:hover::after { border-color: #000 }

/*app*/
.app { padding-top: 120px; padding-bottom: 120px }
.appmenu { margin-top: 20px }
.appmenu li { }
.appmenu li a { display: block; width: 100%; height: 84px; line-height: 84px; text-align: center; font-weight: 600; font-size: 30px; color: #fff; background: #002cae; transition: all .3s ease }
.appmenu li.active a, .appmenu li a:hover { background: #0089eb }
.app-list { }
.app-list li { margin-top: 45px }
.app-list li a { display: block; padding-bottom: 20px; border-bottom: 3px solid #d9d9d9 }
.app-list li a figure { position: relative; margin: 0; overflow: hidden }
.app-list li a figure::before { content: ""; display: block; background-size: cover; background-position: 50%; padding-bottom: 78.5% }
.app-list li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: absolute; top: 0; object-fit: cover }
.app-list li a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.app-list li a span { display: block; width: 100%; height: 80px; padding-left: 15px; padding-right: 15px; text-align: center; line-height: 80px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }

/*jobs*/
.jobs { padding-top: 50px; padding-bottom: 70px }
.jobs-item { display: flex; flex-wrap: wrap; margin-top: 60px; padding-bottom: 60px; border-bottom: 3px solid #d9d9d9 }
.jobs-left { flex: 0 0 20%; max-width: 20%; display: flex; flex-direction: column; align-items: center; padding-right: 30px }
.jobs-left figure { width: 160px; height: 160px; margin: 0; border: 2px solid #dedede; border-radius: 100%; background-color: #fff; cursor: grab; overflow: hidden }
.jobs-left figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; transition: all .4s ease }
.jobs-left:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.jobs-left span { width: 100%; display: block; margin-top: 28px; padding: 0 5px; font-size: 28px; color: #000; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.jobs-left a { display: inline-block; height: 54px; margin-top: 60px; padding: 0 50px; line-height: 54px; font-weight: 600; font-size: 25px; color: #474747; border-radius: 27px; background: #eaeaea; transition: all .3s ease }
.jobs-left a:hover { color: #fff; background: var(--hover-color) }
.jobs-right { flex: 0 0 calc(80% - 30px); max-width: calc(80% - 30px) }
.jobs-right p { text-indent: 0; line-height: 28px; color: #666 }
.jobs-right img { max-width: 100%; vertical-align: top }

.recruit { padding-top: 160px; padding-bottom: 160px }
.recruit-left { display: flex; flex-direction: column; align-items: center; padding-right: 100px; border-right: 3px solid #e6e6e6 }
.recruit-left figure { width: 160px; height: 160px; margin: 0; border: 2px solid #dedede; border-radius: 100%; background-color: #fff; cursor: grab; overflow: hidden }
.recruit-left figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; transition: all .4s ease }
.recruit-left:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.recruit-left span { width: 100%; display: block; margin-top: 28px; padding: 0 5px; font-size: 28px; color: #000; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.recruit-right { padding-left: 100px }
.recruit-form .layui-form-item { margin-bottom: 25px }
.recruit-form .layui-form-label.required::before { content: '*'; color: red; font-size: 16px }
.recruit-form .layui-form-radioed, .recruit-form .layui-form-radioed > i, .recruit-form .layui-form-radio:hover > * { color: var(--hover-color) }
.recruit-form .layui-input:focus, .recruit-form .layui-textarea:focus { border-color: var(--hover-color) !important; box-shadow: 0 0 0 3px rgba(9, 66, 161, 0.08) }
.recruit-form .layui-input-wrap .layui-input:focus + .layui-input-split { border-color: var(--hover-color) }
.recruit-form .layui-btn-tj { padding: 0 48px; background-color: var(--hover-color) }

.sample { display: flex; flex-direction: column; align-items: center; padding-right: 100px; border-right: 3px solid #e6e6e6 }
.sample figure { position: relative; width: 100%; height: auto; margin: 0; border: none; border-radius: initial; background-color: #fff; cursor: grab; overflow: hidden }
.sample figure::before { content: ""; display: block; background-size: cover; background-position: 50%; padding-bottom: 78.5% }
.sample figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: absolute; top: 0; object-fit: cover }
.sample:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.sample span { width: 100%; display: block; margin-top: 28px; padding: 0 5px; font-size: 28px; color: #000; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }

/*partners*/
.partnersbox { padding: 100px 0 }
.partners { margin-top: 70px }
.partners li:nth-child(n+6) { margin-top: 50px }
.partners li>a { display: block; transition: all .1s ease; overflow: hidden }
.partners li>a figure { display: flex; justify-content: center; align-items: center; width: 100%; height: 130px; margin: 0; background-color: #fff; overflow: hidden }
.partners li>a figure img { display: block; max-width: 100%; max-height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; transition: all .4s ease }
.partners li>a:hover figure img { transform: scale3d(1.1, 1.1, 1.1) }

/*contact*/
.contact { padding-top: 100px; padding-bottom: 120px }
.contact .row { justify-content: space-between; margin-top: 60px }
.contact-item { line-height: 30px; text-align: center; color: #717171; font-size: 18px; border-left: 2px solid #717171 }
.contact-item:first-child { border-left: none }
.contact-item svg { }
.contact-item p { margin-top: 30px }
.contact-item p.c-add { }
.contact-item p.c-tel { line-height: 60px; font-family: "tel"; font-size: 36px }
.contact-item p.c-mail { line-height: 60px; font-weight: 600 }
.contact-map { margin-top: 100px }
.contact h3 { display: inline-block; height: 54px; margin-bottom: 45px; padding: 0 50px; line-height: 54px; font-weight: 600; font-size: 25px; color: #474747; border-radius: 27px; background: #eaeaea }
.contact-left { flex: 0 0 55%; max-width: 55% }
.contact-right { flex: 0 0 45%; max-width: 45% }
.contact-jobs { }
.contact-jobs li { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 8px 50px; border-radius: 12px; background: #f1f1f1 }
.contact-jobs li + li { margin-top: 26px }
.contact-jobs li figure { flex: 0 0 100px; max-width: 100px; height: 100px; margin: 0; border: 2px solid #dedede; border-radius: 100%; background-color: #fff; cursor: grab; overflow: hidden }
.contact-jobs li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .4s ease; transition: all .4s ease }
.contact-jobs li:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.contact-jobs li span { flex: 1; display: block; padding: 0 30px; font-size: 25px; color: #474747; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.contact-jobs li a { display: inline-block; height: 54px; padding: 0 40px; line-height: 54px; font-size: 18px; color: #474747; border-radius: 27px; background: #fff; transition: all .3s ease }
.contact-jobs li a:hover { color: #fff; background: var(--hover-color) }

/*pages*/
.pagebar { width: 100%; margin-top: 100px; padding: 10px 0 }
.pagebar .pagination { display: flex; justify-content: center }
.pagebar .pagination a { display: block; min-width: 42px; height: 42px; margin: 0 5px; padding: 0 16px; line-height: 42px; text-align: center; color: var(--black); font-size: 18px; font-family: "Inter"; box-sizing: border-box; text-decoration: none; border-radius: 100%; transition: all .3s ease-out 0s }
.pagebar .pagination a.page-size { font-size: 18px; font-family: "Microsoft YaHei" }
.pagebar .pagination .d-none { display: none; }
.pagebar .pagination a.page-size:hover { color: var(--hover-color) }
.pagebar .pagination a.page-num-current, .pagebar .pagination a.page-num:hover { color: #fff; background: var(--hover-color) }
.pageno { padding: 20px 0; text-align: center; font-size: 14px; color: #999 }

/*grid*/
@media (max-width:1440px) {
	.submenu { padding-top: 120px }

	/*list*/
	.news-list li a figure { flex: 0 0 320px; max-width: 320px; height: 245px }
	.news-list li a .news-info { padding-left: 60px }
	.news-list li a .news-info p.txt { margin-top: 32px; -webkit-line-clamp: 3 }
	.news-list li a time.news-date { height: 245px; margin-left: 40px; padding-left: 40px }
	.news-list li a time.news-date .big { font-size: 120px }
	.news-list li a time.news-date .small { font-size: 38px }

	/*about*/
	.about-left { flex: 0 0 42%; max-width: 42% }
	.about-right { flex: 0 0 58%; max-width: 58%; padding-left: 50px; font-size: 16px }
	.about-right h2 { font-size: 32px }
	.about-right p { margin-top: 28px }
	.culture { padding: 80px 0; background: #0942a1 }
	.culture-item img { width: auto; height: 80px }
	.culture-info span { height: 69px; line-height: 69px; font-size: 28px }
	.culture-info p { min-height: 140px; padding: 32px 30px; font-size: 18px }
	.honor { padding: 120px 0 }
	.honor h2 { font-size: 32px }
	.honor .honor-swiper { margin-top: 60px; padding-top: 20px; padding-bottom: 20px }
	.honor .swiper-slide { width: 320px; height: 454px }
	.history { padding: 120px 0 }
	.history-swiper { margin-left: 58px; margin-right: 58px }
	.history .swiper-slide h3 { font-size: 64px }
	.history .swiper-slide .history-info { padding-right: 30px; margin-top: 20px; font-size: 16px }
	.history .swiper-slide .history-info p + p { margin-top: 20px }
	.history-prev, .history-next { width: 60px; height: 60px }
	.history-prev { left: 5px }
	.history-next { right: 5px }

	/*product*/
	.product-hd { padding-top: 50px; padding-bottom: 50px }
	.product-hd-right { line-height: 28px; font-size: 16px }
	.product-hd-right dl { padding-bottom: 20px }
	.product-hd-right dl dt { padding-bottom: 20px; font-size: 32px; padding-bottom: 40px; margin-bottom: 20px }
	.product-hd-right dl dd { font-size: 16px }
	.product-hd-nav a, .product-hd-nav span { margin-right: 15px; padding: 0 35px; font-size: 18px }
	.cp .cp-item a h3 { height: 56px; line-height: 56px; font-size: 20px }
	.cp-prev, .cp-next { width: 60px; height: 60px }
	.cp-prev { left: 5px }
	.cp-next { right: 5px }

	/*app*/
	.app { padding-top: 100px; padding-bottom: 100px }
	.appmenu { margin-top: 0 }
	.appmenu li a { height: 60px; line-height: 60px; font-size: 24px }
	.app-list li { margin-top: 20px }
	.app-list li a { padding-bottom: 10px }
	.app-list li a span { height: 60px; line-height: 60px; font-size: 16px }

	/*jobs*/
	.jobs-left { flex: 0 0 35%; max-width: 35% }
	.jobs-right { flex: 0 0 calc(65% - 30px); max-width: calc(65% - 30px) }

	.recruit { padding-top: 120px; padding-bottom: 120px }
	.recruit-left { padding-right: 60px }
	.recruit-left figure { width: 120px; height: 120px }
	.recruit-left span { font-size: 24px }
	.recruit-right { padding-left: 60px }

	/*contact*/
	.contact-item:first-child svg { width: 60px; height: 60px }
	.contact-item svg { width: 50px; height: 50px }
	.contact-map { margin-top: 80px }
	.contact-map img { height: 500px }
	.contact h3 { height: 50px; margin-bottom: 30px; padding: 0 40px; line-height: 50px; font-size: 20px; border-radius: 25px }
	.contact-jobs li { width: 100%; padding: 8px 20px; border-radius: 12px }
	.contact-jobs li + li { margin-top: 16px }
	.contact-jobs li figure { flex: 0 0 60px; max-width: 60px; height: 60px }
	.contact-jobs li span { padding: 0 20px; font-size: 18px }
	.contact-jobs li a { height: 30px; padding: 0 20px; line-height: 30px; font-size: 16px; border-radius: 15px }
}
@media (max-width:1280px) {
	/*product*/
	.product-hd-nav a, .product-hd-nav span { margin-right: 15px; padding: 0 30px; font-size: 18px }
}
@media (max-width:1024px) {
	/*submenu*/
	.submenu ul li a { font-size: 26px }

	/*list*/
	.news { padding-top: 30px; padding-bottom: 50px }
	.news-list li a figure { flex: 0 0 220px; max-width: 220px; height: 169px }
	.news-list li a .news-info { padding-left: 40px }
	.news-list li a .news-info h3.tit { width: 100%; font-size: 24px; line-height: 36px }
	.news-list li a .news-info span.lm { display: inline-block; height: 30px; margin-top: 12px; padding: 0 28px; line-height: 30px; font-size: 16px; border-radius: 15px }
	.news-list li a .news-info p.txt { margin-top: 24px; font-size: 16px; -webkit-line-clamp: 2 }
	.news-list li a time.news-date { height: 169px; margin-left: 30px; padding-left: 30px }
	.news-list li a time.news-date .big { font-size: 80px }
	.news-list li a time.news-date .small { font-size: 24px }

	/*article*/
	.content { padding-top: 20px; padding-bottom: 20px }
	.fanye { padding: 50px 0 }

	/*about*/
	.about { padding: 80px 0 }
	.about-right { padding-left: 30px; font-size: 14px }
	.about-right h2 { font-size: 28px }
	.about-right p { margin-top: 18px }
	.culture { padding: 60px 0; background: #0942a1 }
	.culture-item img { width: auto; height: 60px }
	.culture-info { border-radius: 20px }
	.culture-info span { height: 60px; line-height: 60px; font-size: 20px }
	.culture-info p { min-height: 140px; padding: 22px 20px; font-size: 14px }
	.honor { padding: 80px 0 }
	.honor h2 { font-size: 32px }
	.honor .honor-swiper { margin-top: 40px; padding-top: 15px; padding-bottom: 15px }
	.honor .swiper-slide { width: 280px; height: 398px }
	.history { padding: 80px 0 }
	.history-swiper { margin-left: 50px; margin-right: 50px }
	.history .swiper-slide h3 { font-size: 50px }
	.history .swiper-slide .history-info { padding-right: 20px; margin-top: 15px; font-size: 14px }
	.history .swiper-slide .history-info p + p { margin-top: 10px }
	.history-prev, .history-next { width: 50px; height: 50px }
	.history-prev { left: 10px }
	.history-next { right: 10px }

	/*product*/
	.product { padding-top: 80px; padding-bottom: 80px }
	.product-left { padding: 0 27px }
	.product-left h2 { font-size: 28px }
	.product-left p { margin-top: 40px; line-height: 24px; font-size: 14px; color: #565656 }
	.product-left a { height: 42px; margin-top: 50px; padding: 0 30px; line-height: 42px; font-size: 20px; border-radius: 21px }
	.product-right { flex: 0 0 60%; max-width: 60%; padding: 40px }
	.product-right dl { margin-top: 30px; padding-top: 30px }
	.product-right dl dt { padding-bottom: 10px; font-size: 18px }
	.product-right dl dd { padding-right: 10px; line-height: 38px; font-size: 16px }
	.product-hd { padding-top: 30px; padding-bottom: 30px }
	.product-hd-right { line-height: 28px; font-size: 16px }
	.product-hd-right dl { padding-bottom: 10px }
	.product-hd-right dl dt { font-size: 28px; padding-bottom: 20px; margin-bottom: 10px }
	.product-hd-right dl dd { font-size: 14px }
	.product-hd-nav a, .product-hd-nav span { height: 42px; margin-right: 15px; line-height: 42px; padding: 0 25px; font-size: 16px; border-radius: 21px }
	.product-canshu .table th, .product-canshu .table td { padding: 11px 5px; font-size: 16px }
	.cpbg { margin-top: 50px; padding-top: 66px; padding-bottom: 84px }
	.cp-title { font-size: 36px }
	.cp .cp-item a h3 { height: 50px; line-height: 50px; font-size: 18px }
	.cp-prev, .cp-next { width: 50px; height: 50px }
	.cp-prev { left: 10px }
	.cp-next { right: 10px }

	/*app*/
	.app { padding-top: 80px; padding-bottom: 80px }
	.appmenu { margin-top: 0 }
	.appmenu li a { height: 50px; line-height: 50px; font-size: 20px }
	.app-list li a { padding-bottom: 0 }
	.app-list li a span { height: 50px; line-height: 50px }

	/*jobs*/
	.jobs-left { flex: 0 0 40%; max-width: 40% }
	.jobs-left figure { width: 120px; height: 120px }
	.jobs-left span { margin-top: 20px; font-size: 24px }
	.jobs-left a { height: 50px; padding: 0 35px; line-height: 50px; font-size: 20px; border-radius: 25px }
	.jobs-right { flex: 0 0 calc(60% - 30px); max-width: calc(60% - 30px) }

	.recruit { padding-top: 80px; padding-bottom: 80px }
	.recruit-left { padding-right: 30px }
	.recruit-left span { font-size: 20px }
	.recruit-right { padding-left: 30px }

	/*partners*/
	.partnersbox { padding: 60px 0 40px }
	.partners { margin-top: 50px }
	.partners li a figure { height: 100px }

	/*contact*/
	.contact { padding-top: 60px; padding-bottom: 80px }
	.contact .row { margin-top: 30px }
	.contact-item:first-child svg { margin-top: 0; margin-bottom: 0 }
	.contact-item svg { margin-top: 5px; margin-bottom: 5px }
	.contact-map { margin-top: 80px }
	.contact-map img { height: 450px }
	.contact-item p { margin-top: 20px; font-size: 16px }
	.contact-item p.c-tel { font-size: 26px }
	.contact-map { margin-top: 60px }
	.contact h3 { height: 42px; padding: 0 30px; line-height: 42px; font-size: 18px; border-radius: 21px }
	.contact-jobs li { width: 100%; padding: 8px 15px; border-radius: 12px }
	.contact-jobs li + li { margin-top: 16px }
	.contact-jobs li figure { flex: 0 0 42px; max-width: 42px; height: 42px }
	.contact-jobs li span { padding: 0 20px; font-size: 14px }
	.contact-jobs li a { height: 30px; padding: 0 20px; line-height: 30px; font-size: 14px; border-radius: 15px }
}
@media screen and (min-width:767px) and (max-width:890px) {
	.product-hd-nav a, .product-hd-nav span { padding: 0 15px; }
}
@media (max-width:768px) {
	/*banner*/
	.banner-tit h1 { margin-bottom: 2.7%; font-size: calc(20px + 30 * 100vw / 1920) }

	/*position*/
	.position { padding: 10px 0; font-size: 16px }
	.position svg { margin-right: 5px; vertical-align: middle; font-size: 16px }

	/*submenu*/
	.submenu { padding-top: 80px }
	.submenu ul li { padding: 0 30px }
	.submenu ul li a { font-size: 20px }

	/*list*/
	.news { padding-top: 30px; padding-bottom: 50px }
	.news-list li { padding: 40px 0 }
	.news-list li a figure { flex: 0 0 156px; max-width: 156px; height: 120px }
	.news-list li a .news-info { padding-left: 20px }
	.news-list li a .news-info h3.tit { width: 100%; font-size: 20px; line-height: 32px }
	.news-list li a .news-info span.lm { display: inline-block; height: 21px; margin-top: 12px; padding: 0 18px; line-height: 21px; font-size: 12px; border-radius: 15px }
	.news-list li a .news-info p.txt { margin-top: 15px; line-height: 24px; font-size: 14px; -webkit-line-clamp: 2 }
	.news-list li a time.news-date { height: 120px; margin-left: 20px; padding-left: 20px }
	.news-list li a time.news-date .big { font-size: 60px }
	.news-list li a time.news-date .small { font-size: 18px }

	/*article*/
	.article-tit { padding-bottom: 20px }
	.article-tit h1 { padding: 10px 0; line-height: 36px; font-size: 24px }
	.article-info { padding-top: 28px }

	/*about*/
	.about { padding: 60px 0 }
	.about-right { padding-left: 15px }
	.about-right h2 { font-size: 24px }
	.about-right { font-size: 14px }
	.about-right p { margin-top: 18px }
	.culture { padding: 40px 0 }
	.culture-info span { font-size: 18px }
	.culture-info p { min-height: 224px }
	.honor { padding: 60px 0 }
	.honor h2 { font-size: 24px }
	.honor .honor-swiper { margin-top: 40px; padding-top: 15px; padding-bottom: 15px }
	.honor .swiper-slide { width: 240px; height: 341px }
	.history { padding: 60px 0 }
	.history-swiper { margin-left: 50px; margin-right: 50px }
	.history .swiper-slide h3 { font-size: 50px }
	.history .swiper-slide .history-info { padding-right: 20px; margin-top: 15px; font-size: 14px }
	.history .swiper-slide .history-info p + p { margin-top: 10px }

	/*product*/
	.product { padding-top: 60px; padding-bottom: 60px }
	.product-item { margin-top: 30px }
	.product-left { padding: 0 20px }
	.product-left::after { right: -45px; border-left: 20px solid #cbcbcb; border-right: 20px solid transparent; border-top: 30px solid transparent; border-bottom: 30px solid transparent }
	.product-left h2 { font-size: 24px }
	.product-left p { margin-top: 30px }
	.product-left a { height: 36px; margin-top: 50px; padding: 0 25px; line-height: 36px; font-size: 16px; border-radius: 18px }
	.product-right { flex: 0 0 60%; max-width: 60%; padding: 30px 40px }
	.product-right dl dt { padding-bottom: 10px; font-size: 18px }
	.product-right dl dd { flex: 0 0 50%; max-width: 50%; padding-right: 5px; line-height: 36px; font-size: 14px }
	.product-hd { padding-top: 30px; padding-bottom: 30px }
	.product-hd-right { line-height: 28px; font-size: 16px }
	.product-hd-right dl { padding-bottom: 10px }
	.product-hd-right dl dt { font-size: 20px; padding-bottom: 15px; margin-bottom: 10px }
	.product-hd-right dl dd { flex: 0 0 50%; max-width: 50%; font-size: 14px }
	.product-hd-nav { margin-top: 20px }
	.product-hd-nav a, .product-hd-nav span { height: 36px; margin-right: 5px; line-height: 36px; padding: 0 15px; font-size: 12px; border-radius: 18px }
	.product-canshu .table th, .product-canshu .table td { font-size: 14px }
	.product-content { padding: 22px 28px }
	.product-table { overflow-y: auto }
	.product-table table th, .product-table table td { min-width: 100px }
	.product-table::-webkit-scrollbar { width: 3px; height: 3px }
	.cpbg { margin-top: 20px; padding-top: 46px; padding-bottom: 64px }
	.cp-title { font-size: 24px }
	.cp { margin-top: 30px }
	.cp .cp-item { max-width: 33.333% }
	.cp .cp-item a h3 { height: 42px; line-height: 42px; font-size: 16px }
	.cp-prev, .cp-next { transform: translateY(calc(-50% + 25px)) }

	/*app*/
	.app { padding-top: 60px; padding-bottom: 60px }
	.appmenu { margin-top: 0 }
	.appmenu li { flex: 0 0 50%; max-width: 50% }
	.appmenu li:nth-child(n+3) { margin-top: 10px }
	.appmenu li a { font-size: 18px }
	.app-list li { flex: 0 0 50%; max-width: 50% }

	/*jobs*/
	.jobs-left { flex: 0 0 100%; max-width: 100% }
	.jobs-left figure { width: 160px; height: 160px }
	.jobs-right { flex: 0 0 100%; max-width: 100%; margin-top: 30px }
	.recruit { padding-top: 60px; padding-bottom: 60px }
	.recruit-left { flex: 0 0 100% !important; max-width: 100% !important; padding-right: 15px; border-right: none }
	.recruit-left span { font-size: 20px }
	.recruit-right { flex: 0 0 100% !important; max-width: 100% !important; margin-top: 30px; padding-left: 15px }
	.sample { padding-right: 15px; border-right: none }
	.sample span { font-size: 20px }

	/*partners*/
	.partnersbox { padding: 50px 0 30px }
	.partners { margin-top: 40px }

	/*contact*/
	.contact-item p { margin-top: 20px; font-size: 14px }
	.contact-item p.c-tel { font-size: 24px }
	.contact-left, .contact-right { flex: 0 0 100%; max-width: 100% }
	.contact-jobs li { width: 100%; padding: 8px 15px; border-radius: 12px }
	.contact-jobs li + li { margin-top: 26px }
	.contact-jobs li figure { flex: 0 0 60px; max-width: 60px; height: 60px }
	.contact-jobs li span { padding: 0 20px; font-size: 16px }
	.contact-jobs li a { height: 36px; padding: 0 20px; line-height: 36px; font-size: 16px; border-radius: 18px }

	/*pages*/
	.pagebar { margin-top: 50px }
}
@media (max-width:576px) {
	/*banner*/
	.banner { max-height: 200px; height: 200px }
	.banner-tit { justify-content: center; align-items: center }
	.banner-tit h1 { margin-bottom: 0; font-size: calc(20px + 30 * 100vw / 1920) }

	/*position*/
	.position { padding: 5px 0; font-size: 12px }
	.position svg { margin-right: 5px; vertical-align: middle; font-size: 12px }

	/*submenu*/
	.submenu { padding-top: 60px }
	.submenu ul li { padding: 0 12px; border-right: 2px solid #000}
	.submenu ul li a { font-size: 18px }

	/*list*/
	.news { padding-top: 30px; padding-bottom: 50px }
	.news-list li { padding: 20px 0; border-bottom: 2px solid #d9d9d9 }
	.news-list li a figure { flex: 0 0 100px; max-width: 100px; height: 77px }
	.news-list li a .news-info { padding-left: 10px }
	.news-list li a .news-info h3.tit { width: 100%; font-size: 16px; line-height: 32px }
	.news-list li a .news-info span.lm { display: none }
	.news-list li a .news-info p.txt { margin-top: 5px; line-height: 21px; font-size: 12px; -webkit-line-clamp: 2 }
	.news-list li a time.news-date { height: 77px; margin-left: 10px; padding-left: 10px; border-left: 2px solid #e9e9e9 }
	.news-list li a time.news-date .big { font-size: 38px }
	.news-list li a time.news-date .small { margin-top: 6px; font-size: 12px }

	/*article*/
	.content { padding-top: 0; padding-bottom: 0 }
	.article-tit { padding-bottom: 20px }
	.article-tit h1 { padding: 20px 0 10px; line-height: 36px; font-size: 20px }
	.article-tit .profile { font-size: 12px; color: #afafaf; line-height: 24px }
	.article-tit .profile span + span { margin-left: 0px }
	.article-tit .profile span i { margin-right: 5px; font-style: normal }
	.article-info { padding-top: 20px }
	.fanye { flex-direction: column; margin-top: 20px; padding: 25px 0; line-height: 32px; font-size: 14px }
	.fanye-left, .fanye-right { flex: 0 0 100%; max-width: 100% }
	.fanye-right { text-align: left }

	/*about*/
	.about { padding: 50px 0 }
	.about .row { flex-direction: column-reverse }
	.about-left { flex: 0 0 100%; max-width: 100%; margin-top: 20px }
	.about-right { flex: 0 0 100%; max-width: 100%; font-size: 14px }
	.about-right h2 { font-size: 28px }
	.culture-item { margin-top: 30px }
	.culture-item img { width: auto; height: 80px }
	.culture-info span { font-size: 18px }
	.culture-info p { min-height: auto }
	.honor { padding: 50px 0 }
	.honor h2 { font-size: 24px }
	.honor .honor-swiper { margin-top: 30px; padding-top: 10px; padding-bottom: 10px }
	.honor .swiper-slide { width: 200px; height: 284px }
	.history { padding: 50px 0 }
	.history-swiper { margin-left: 50px; margin-right: 50px }
	.history .swiper-slide { border-right: none }
	.history .swiper-slide h3 { font-size: 50px }
	.history .swiper-slide .history-info { padding-right: 10px; font-size: 16px }
	.history .swiper-slide .history-info p + p { margin-top: 15px }

	/*product*/
	.product { padding-top: 50px; padding-bottom: 50px }
	.product-left { flex: 0 0 100%; max-width: 100%; padding: 30px; border-right: none; border-bottom: 8px solid #cbcbcb; background: #ededed }
	.product-left::after { content: ''; position: absolute; right: initial; top: initial; left: 50%; bottom: -66px; z-index: 1; transform: translateX(-50%); border-left: 52px solid transparent; border-right: 52px solid transparent; border-top: 30px solid #cbcbcb; border-bottom: 30px solid transparent }
	.product-left h2 { font-size: 28px; color: #565656 }
	.product-right { flex: 0 0 100%; max-width: 100%; margin-top: 50px; padding: 30px }
	.product-hd { padding-top: 20px; padding-bottom: 20px }
	.product-hd-right { margin-top: 20px }
	.product-content { padding: 15px }
	.product-canshu { overflow-y: auto }
	.product-canshu .table th, .product-canshu .table td { min-width: 100px }
	.product-canshu::-webkit-scrollbar { width: 3px; height: 3px }
	.cpbg { margin-top: 20px; padding-top: 36px; padding-bottom: 36px }
	.cp .cp-item { max-width: 100% }

	/*app*/
	.app { padding-top: 50px; padding-bottom: 50px }
	.appmenu { margin-top: 0 }
	.appmenu li { padding-right: 5px }
	.appmenu li:nth-child(2n) { padding-left: 5px; padding-right: 15px }
	.appmenu li:nth-child(n+3) { margin-top: 10px }
	.appmenu li a { font-size: 16px }
	.app-list li { margin-top: 20px; padding-right: 5px }
	.app-list li:nth-child(2n) { padding-left: 5px; padding-right: 15px }
	.app-list li a span { height: 42px; padding-left: 10px; padding-right: 10px; line-height: 42px; font-size: 14px }

	/*jobs*/
	.jobs { padding-top: 30px; padding-bottom: 50px }
	.jobs-item { margin-top: 30px; padding-bottom: 30px }
	.jobs-left { flex: 0 0 100%; max-width: 100% }
	.jobs-left figure { width: 100px; height: 100px }
	.jobs-left span { width: 100%; display: block; margin-top: 28px; padding: 0 5px; font-size: 20px; color: #000 }
	.jobs-left a { height: 42px; margin-top: 40px; padding: 0 35px; line-height: 42px; font-size: 18px; border-radius: 21px }
	.jobs-right { flex: 0 0 100%; max-width: 100%; margin-top: 30px }
	.recruit-form .layui-form-item { margin-bottom: 15px }
	.recruit-form .codeimg { margin-top: 15px }
	.recruit-form .layui-btn-tj { padding: 0 18px }

	.sample { padding-right: 15px; border-right: none }
	.sample span { font-size: 20px }

	/*partners*/
	.partners li.col-2 { flex: 0 0 50%; max-width: 50% }
	.partners li.col-2:nth-child(n+3) { margin-top: 20px }
	.partners li a figure { height: 80px }

	/*contact*/
	.contact { padding-top: 30px; padding-bottom: 50px }
	.contact h3 { height: 42px; padding: 0 20px; line-height: 42px; font-size: 16px; border-radius: 21px }
	.contact-item { margin-top: 30px; line-height: 30px; text-align: center; color: #717171; font-size: 18px; border-left: none }
	.contact-item:first-child { margin-top: 0 }
	.contact-jobs li { width: 100%; padding: 8px 15px; border-radius: 12px }
	.contact-jobs li + li { margin-top: 16px }
	.contact-jobs li figure { flex: 0 0 50px; max-width: 50px; height: 50px }
	.contact-jobs li span { padding: 0 15px; font-size: 14px }
	.contact-jobs li a { height: 30px; padding: 0 15px; line-height: 30px; font-size: 12px; border-radius: 15px }

	/*pages*/
	.pagebar { margin-top: 20px }
	.pagebar .pagination a { padding: 0; font-size: 16px }
	.pagebar .pagination a.page-size { font-size: 16px }
	.pagebar .pagination .page-num { display: none }
}