@charset "utf-8";

* {
   box-sizing: border-box;
}

html {
   font-size: 62.5%;
   /*10 ÷ 16 × 100% = 62.5%*/
   -webkit-text-size-adjust: none;
   max-height: 100%;
   scroll-behavior: smooth;
}

html,
body {
   scroll-behavior: smooth;
}

body {
   transition: all 0.4s ease;
}

body,
button,
input,
select,
textarea {
   font-size: 0.16rem;
   font-family: -apple-system, helvetica neue, helvetica, arial, pingfang sc, hiragino sans gb, stheiti, microsoft yahei, microsoft jhenghei, SimSun, sans-serif;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
   margin: 0;
   padding: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
   -webkit-appearance: none;
}

body {
   color: #333;
   overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
   font-style: normal;
}

code,
kbd,
pre,
samp {
   font-family: courier new, courier, monospace;
}

small {
   font-size: 10px;
}

ul,
ol {
   list-style: none;
}

a {
   text-decoration: none;
   color: #333;
}

a:hover {
   text-decoration: none;
   color: #0153ba
}

sup {
   vertical-align: text-top;
}

sub {
   vertical-align: text-bottom;
}

abbr[title] {
   border-bottom: 1px dotted;
   cursor: footer-help;
}

legend {
   color: #000;
}

fieldset,
img {
   border: 0;
}

a img {
   vertical-align: text-bottom;
}

:focus {
   outline: 0;
}

textarea {
   overflow: auto;
   vertical-align: top;
   resize: vertical;
}

button,
input,
select,
textarea {
   font-size: 100%;
}

button,
input,
select {
   vertical-align: middle;
}

button {
   cursor: pointer;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

caption,
th {
   text-align: left;
}

/*text align*/
.tc {
   text-align: center;
}

.tr {
   text-align: right;
}

.tl {
   text-align: left;
}

.tj {
   text-align: justify;
}

/*float and clear*/
.float-left {
   float: left;
   display: inline;
}

.float-right {
   float: right;
   display: inline;
}


/*clear*/
.clearfix:after {
   content: '';
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
   font-size: 0;
}

.clearfix {
   zoom: 1;
}

.clear {
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.w-100 {
   width: 100% !important
}

.juzhong {
   margin: 0 auto;
}

.arial {
   font-family: Arial, Helvetica, sans-serif;
}

.nor {
   font-weight: normal;
}

.ellipsis {
   display: block;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

.capital {
   text-transform: uppercase;
}

.blue {
   color: #0153ba
}

.overflow-hidden {
   overflow: hidden;
}

.position-relative {
   position: relative;
}

.d-flex {
   display: flex
}

/**************滚动条样式**********/

::-webkit-scrollbar {
   width: 10px;
   height: 1px;
}

::-webkit-scrollbar-thumb {
   background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   background: rgba(0, 0, 0, .1);
}

/**************框架公用样式**********/
.container {
   max-width: 1700px;
}

.container {
   padding-right: .15rem;
   padding-left: .15rem;
   margin-right: auto;
   margin-left: auto;
}

.photo img {
   -webkit-transition: 0.5s;
   transition: 0.5s;
}

.photo:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}


/**************头部**********/
header {
   position: fixed;
   top: 0;
   z-index: 99;
   left: 0;
   right: 0;
   width: 100%;
}

header.fixednav {
   background: rgba(255, 255, 255, .95);
   transition: .5s;
   box-shadow: 0 0 .1rem rgba(204, 204, 204, .3)
}

header .logo {
   margin: 5px 0 0
}

nav{float:left}
nav ul {
   display: flex;
   align-items: center;
}

nav ul li {
   padding: 0 .15rem;
   height: .84rem;
   line-height: .84rem;
   font-size: .18rem;
   font-weight: bold
}


nav ul>li:hover>a,
nav .current {
   color: #0153ba
}

nav .nav_menu {
   visibility: hidden;
   z-index: -6;
   opacity: 0;
   transition: all 0.3s ease;
   top: .94rem;
   position: absolute;
   width: 100%;
   left: 0;
   background: linear-gradient(to right, #004fb7, #00a4f8, #004fb7);
   text-align: right;
   padding: .15rem .5rem;
   line-height: .35rem;
}

nav .nav_menu a {
   color: #fff;
   margin-left: .2rem;
   font-size: .16rem;
   font-weight: normal;
   display: inline-block
}

nav ul li:hover .nav_menu {
   visibility: visible;
   opacity: 1;
   z-index: 6;
   top: .84rem;
}

nav .nav_menu a:hover {
   text-decoration: underline
}

.mail-nav{float:right}
.header-mail{float:right; margin-left:.2rem; margin-top:.28rem; font-size:.18rem}
.header-mail a{color:#0153ba}
.header-mail i{margin-right:5px;}

/**************手机导航**********/

.sp_nav,
.sjj_nav {
   display: none;
}

.sp_nav {
   width: .45rem;
   position: relative;
   cursor: pointer;
   margin: .2rem 0 0 0;
   color: #fff;
   z-index: 99999;
   float: right;
}

.sp_nav span {
   display: block;
   background: #0153ba;
   width: .45rem;
   height: 2px;
   position: absolute;
   transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
   top: 0px
}

.sp_nav span:nth-of-type(2) {
   top: .12rem
}

.sp_nav span:nth-of-type(3) {
   top: .24rem
}

.sp_nav_se span:nth-of-type(1) {
   top: 10px;
   transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
   width: 0
}

.sp_nav_se span:nth-of-type(3) {
   top: 10px;
   transform: rotate(-45deg)
}

.sjj_nav {
   position: fixed;
   z-index: 9;
   background: #eee;
   width: 100%;
   height: calc(100% - 104px);
   height: 100%;
   font-size: 14px;
   line-height: 40px;
   top: -100vh;
   left: 0;
   right: 0;
   overflow: auto;
   overflow-x: hidden;
   transition: top ease 0.35s;
   max-width: 800px;
   margin: 0 auto
}

.nav_show {
   top: 0;
   padding: .6rem .3rem;
   background: #333
}

.sjj_nav>ul>li:first-child {
   overflow: hidden;
   border-top: 0
}

.sjj_nav>ul>li:first-child>a {
   float: left;
   width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
   float: right;
   width: 70px;
   overflow: hidden;
   line-height: 30px;
   margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
   width: 35px;
   float: left;
   text-align: center;
   color: #999;
}

.sjj_nav ul li i {
   position: absolute;
   top: 5px;
   right: 0px;
   height: 30px;
   padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
   transform: rotate(-90deg);
   transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
   transform: rotate(0deg)
}

.sjj_nav ul li {
   position: relative;
   line-height: 45px;
   font-size: 14px;
   border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li ul {
   display: none
}

.sjj_nav ul li a {
   color: #fff;
   width: 80%
}

.sjj_nav ul li li {
   margin-left: 20px;
}

.sjj_nav ul li li:last-child {
   border-bottom: none;
}

.sjj_nav ul li ul li a {
   color: #999;
   display: block;
   text-align: left;
}

.sjj_nav ul li i svg {
   width: 20px;
   height: 20px;
   fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
   fill: #007AFF
}

.sjj_nav ul li ul li>ul {
   margin-left: 10px
}




/**************banner**********/

.banner .swiper-slide .swiper-slide_text {
   max-width: 1600px;
   height: 100vh;
   margin: 0 auto;
   padding-top: 1.6rem
}

.banner .swiper-slide .swiper-slide_text h1 {
   font-size: .42rem;
   font-weight: 600;
   color: #0062c6;
   position: relative;
   font-family: PingFang sc Heavy;
}

.banner .swiper-slide .swiper-slide_text p {
   font-size: .32rem;
   margin: .15rem 0;
   color: #1438af;
}

.banner .swiper-slide .swiper-slide_text a {
   color: #1438af;
   font-size: .2rem;
   display: block;
   transition:.5s
}

.banner .swiper-slide .swiper-slide_text a:hover {
   margin-left: 10px;
}

.banner .swiper-pagination-bullet {
   border: 1px solid #fff;
   background: none;
   opacity: 1;
   width: .12rem;
   height: .12rem;
   border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
   background-color: #fff;
   border: 1px solid #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
   bottom: .2rem;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next,
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
   background-image: none;
   font-size: .4rem;
   color: #fff
}

.project-name-list{display:flex;justify-content:space-between;align-items: center;}
.project-name-list a{border:1px solid #0153ba; padding:6px 12px; display:inline-block;transition: all 0.3s ease;}
.project-name-list a i{font-size:12px; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-5px;}
.project-name-list a:hover{background:#0153ba; color:#fff}

.project-name {
   font-size: .45rem;
}

.project-name span {
   font-size: .22rem;
   color: #666;
   font-weight: normal;
   display: inherit
}

.project-name em {
   height: 1px;
   width: .8rem;
   display: block;
   background: #666;
   margin: .1rem 0
}

.service-center {
   background: linear-gradient(to right, #004fb7, #00a4f8);
   font-size: .18rem;
   padding: 1.4rem 0 1.4rem 1.4rem;
   align-items: center;
   justify-content: space-between
}

.service-center,
.service-center a {
   color: #fff
}


.service-center-text h1 {
   font-size: .5rem;
}

.service-center-text p {
   color: rgba(255, 255, 255, .7);
   margin: .3rem 0
}

.service-center-text a {
   border: 3px solid #fff;
   border-radius: .3rem;
   padding: .1rem .3rem;
   display: table;
   transition: all 0.3s ease;
}


.service-center-text a:hover {
   background: #fff;
   color: #0153ba
}

.service-center-list {
   width: 65%
}

.service-center-list .swiper-slide {
   width: 40%;
   border-radius: .3rem;
   overflow: hidden;
   position: relative;
}

.service-center-list .swiper-slide h1 {
   font-size: .25rem;
   position: absolute;
   padding: .2rem .3rem;
   z-index: 5;
   width:100%
}

.service-center-list .swiper-slide h1::after {
   content: '';
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, .8);
   filter: blur(5px);
   z-index: -1;
}

.service-center-list .swiper-slide h1 span {
   font-size: .16rem;
   line-height: .26rem;
   display: block;
   position: relative;
   font-weight: normal;
   margin-top: .1rem;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.service-center-list .swiper-slide img {
   width: 100%;
}


.service-more {
   border: 3px solid #004fb7;
   color: #fff;
   font-size: .18rem;
   display: table;
   padding: 8px .35rem;
   border-radius: .8rem;
   position: absolute;
   z-index: 99;
   bottom: .3rem;
   left: .3rem;
   transition: all 0.3s ease;
}

.service-center-list .swiper-slide:hover .service-more {
   background: linear-gradient(to right, #004fb7, #00a4f8);
}


.products-center ul {
   background: linear-gradient(to right, #003359, #325a79);
   display: flex;
}

.products-center ul li {
   flex: 1;
   padding: .2rem .35rem;
   text-align: center;
   color: #fff;
   font-size: .25rem;
   background: url(../images/pro-list-line.png) right no-repeat;
}

.products-center ul li:last-child {
   background: none;
}

.products-center ul li img {
   width: 80%;
   margin-bottom: .15rem;
}


.h-about {
   display: flex;
   margin: .8rem 0;
   background: #f2f2f2;
   align-items: center;
   justify-content: space-between
}

.h-about-content {
   padding: .5rem;
   width: 40%
}

.h-about-content section {
   font-size: .25rem;
   margin: .8rem 0;
   line-height: 200%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 6;
}

.h-about-content section a {
   color: #0292e9
}

.h-about span {
   display: block;
   width: 60%;
   height: 100%;
   overflow: hidden;
}

.h-about span em {
   width: 100%;
   height: 100%;
   display: block;
   transition: 0.5s;
}

.h-about span:hover em {
   transform: scale(1.1);
   transition: 0.5s;
}

.h-about span img {
   width: 100%;
   display: block
}

.h-about-content a {
   color: #0153ba;
   font-size: .2rem;
   margin-top: .5rem;
   display: inline-block
}

.h-about-content a span {
   border: 3px solid #0153ba;
   border-radius: 50%;
   height: .45rem;
   width: .45rem;
   line-height: .42rem;
   text-align: center;
   display: inline-block;
   vertical-align: middle;
   margin-top: -5px;
   margin-right: .1rem;
   transition: all 0.3s ease;
}

.h-about-content a span i {
   display: inline-block;
   transform: scale(.7);
}

.h-about-content a:hover span {
   background: #0153ba;
   color: #fff
}

.industry-option ul {
   display: flex;
   margin: .6rem 0
}

.industry-option ul li {
   width: 23%;
   position: relative;
   margin-right: 2.5%;
   transition: .5s;
   overflow: hidden;
}

.industry-option ul li:last-child {
   margin-right: 0;
}

.industry-option ul li h2 {
   font-size: .25rem;
   position: absolute;
   top: .3rem;
   text-align: center;
   width: 100%;
   color: #fff;
   z-index: 9;
}

.industry-option ul li a::before {
   content: '';
   width: 100%;
   height: 100%;
   display: inline-block;
   position: absolute;
   z-index: 9;
   background-image: linear-gradient(135deg, #fff 11%, rgba(255, 255, 255, 0) 11%);
   transition: .5s;
   top: -0.5rem;
}

.industry-option ul li a::after {
   content: '';
   width: 100%;
   height: 100%;
   display: inline-block;
   position: absolute;
   z-index: 9;
   bottom: -0.5rem;
   background-image: linear-gradient(-45deg, #fff 11%, rgba(255, 255, 255, 0) 11%);
   transition: .5s;
}

.industry-option ul li b {
   overflow: hidden;
   display: block;
   width: 100%;
   height: 100%
}

.industry-option ul li h2 span {
   font-weight: normal;
   font-size: .2rem;
   margin-bottom: .1rem;
   display: block
}

.industry-option ul li em {
   position: absolute;
   bottom: .3rem;
   left: 0;
   width: 100%;
   font-size: .18rem;
   text-align: center;
   color: #fff;
   z-index: 99;
}

.industry-option ul li em i {
   display: none;
   margin-bottom: .15rem;
}

.industry-option ul li img {
   width: 100%;
}

.industry-option ul li:hover a::before {
   top: 0;
   background-image: linear-gradient(162deg, #0153ba 35%, rgba(255, 255, 255, 0) 35%);
}

.industry-option ul li:hover a::after {
   bottom: 0;
   background-image: linear-gradient(-15deg, rgba(105, 120, 135, 0.95) 35%, rgba(255, 255, 255, 0) 35%);
}

.industry-option ul li:hover em i {
   display: block
}



.news-center {
   background: #f5f8fa;
   padding: .8rem 0
}

.news-center ul {
   display: flex;
   margin: .6rem 0 .8rem;
}

.news-center ul li {
   position: relative;
   overflow: hidden;
   width: 23%;
   margin-right: 2.5%;
   border-radius: .1rem .1rem 0 0
}

.news-center ul li b {
   width: 100%;
   display: block;
   overflow: hidden;
}

.news-center ul li:last-child {
   margin: 0
}

.news-center ul li img {
   width: 100%
}

.data-more{align-items:center; justify-content:space-between}

.news-center ul li section {
   padding: .2rem 0
}

.news-center ul li section h1 {
   font-size: .25rem;
   margin-bottom: .15rem;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.news-center ul li section p {
   line-height: 180%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}


.news-center ul li em {
   color: #0153ba;
   font-size: .16rem;
   display: inline-block
}

.news-center ul li em span {
   border: 3px solid #0153ba;
   border-radius: 50%;
   height: .25rem;
   width: .25rem;
   line-height: .18rem;
   text-align: center;
   display: inline-block;
   vertical-align: middle;
   margin-top: -2px;
   margin-right: 8px;
   transition: all 0.3s ease;
}

.news-center ul li em span i {
   display: inline-block;
   transform: scale(.5);
}

.news-center ul li:hover em span {
   background: #0153ba;
   color: #fff
}

.news-center ul li:hover h1 a {
   color: #0153ba
}

.news-more {
   display: table;
   margin: 0 auto;
   background: #0153ba;
   color: #fff;
   padding: .1rem .25rem .1rem .35rem;
   border-radius: .3rem;
   transition: .5s
}

.news-more span {
   width: .22rem;
   height: .22rem;
   line-height: .22rem;
   display: inline-block;
   background: #003d8a;
   border-radius: 50%;
   text-align: center;
   margin-left: .1rem;
}

.news-more span i {
   transform: scale(.5);
   display: inline-block
}

.news-more:hover {
   background: #003d8a;
   color: #fff
}

.news-more:hover span {
   background: #0153ba
}

/**************底部**********/
footer {
   background: #ececec;
}

footer .footer-nav {
   display: flex;
   padding: .8rem 0;
   line-height: .32rem;
}

footer .footer-nav ul {
   display: flex;
   margin-right: 11%;
}
footer .footer-nav ul.pc-minnav dl{margin-right: 0.3rem;}

footer .footer-nav ul:last-child{margin-right:0}

footer .footer-nav ul dl {
   font-size: .16rem;
}

footer .footer-nav ul dl dt {
   font-size: .2rem;
   margin-bottom: .2rem;
   font-weight: bold;
}

footer .footer-nav ul dl:nth-child(2n) {
   margin-top: .52rem;
}

footer .footer-copyright {
   padding-top: .1rem;
   padding-bottom: .1rem;
   background: #e0e0e0;
}


.min-banner {
   position: relative;
}

.min-banner::before {
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
}

.min-banner img {
   width: 100%;
   display: block
}

.min-banner h1 {
   position: absolute;
   top: 0;
   height: 100%;
   font-size: .4rem;
   text-align: center;
   color: #0153ba;
   left: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center
}

.menu {
   background: rgba(0, 0, 0, .3);
   padding: .1rem 0;
}

.menu,
.menu a {
   color: #333
}

.menu-position, .menu-position a{color:#fff}

.menu .container {
   display: flex;
   justify-content: space-between;
   align-items: center
}
.menu .menu-list{max-width:60%}
.menu .menu-list a {
   background: rgba(255, 255, 255, 0.6);
   display: inline-block;
   padding: 3px .12rem;
   border-radius: 2px;
   margin:3px 5px 5px 0;
   
}

.menu .menu-list a:hover,
.menu .menu-list .current {
   background: #0153ba;
   color: #fff
}

.menu-pc{position:absolute; bottom:0;left:0;right:0}

.about-floor {
   align-items: center;
   margin: .8rem auto
}

.about-floor-content {
   width: 50%;
}

.about-floor-content h1 {
   font-size: .45rem;
   margin-bottom: .4rem;
}

.about-floor-content section {
   font-size: .18rem;
   line-height: 200%;
}

.about-floor video,
.about-floor img {
   width: 50%;
}

.about-floor-name {
   font-size: .18rem;
}

.about-floor-name span {
   font-size: .45rem;
   display: block
}

.pl-8 {
   padding-left: .8rem
}

.pr-8 {
   padding-right: .8rem
}


.h_products {
   padding-top: .8rem;
   padding-bottom: .8rem;
}

.h_products h1 {
   margin-bottom: .5rem;
}

.carousel {
   display: flex;
}

.carousel .arrow-left,
.carousel .arrow-right {
   width: .24rem;
   height: .5rem;
   text-align: center;
   line-height: .5rem;
   z-index: 9;
   background: rgba(0, 0, 0, .3);
   color: #fff
}

.carousel .arrow-left {
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -15px;

}

.carousel .arrow-right {
   position: absolute;
   right: 0;
   top: 50%;
   margin-top: -15px;
}

.carousel .arrow-left:hover,
.carousel .arrow-right:hover {
   background: #0153ba;
   color: #fff
}



.s2 {
   width: 74%;
   text-align: center;
}

.s2 .swiper-slide {
   background-color: #fff;
}

.s2 .swiper-slide img {
   width: 100%;
   display: block
}

.s2 .swiper-slide .jo .swiper-slide .swiper-slide-content {
   padding: .4rem .5rem
}

.s2 .swiper-slide .jo .swiper-slide .swiper-slide-content section {
   width: 46%;
   text-align: left
}

.s2 .swiper-slide .jo .swiper-slide .swiper-slide-content img {
   display: block;
   width: 48%;
   height: 4.6rem;
   margin-top: .2rem;
}


.s2 .swiper-slide .jo .swiper-slide .swiper-slide-content h2 {
   font-size: .38rem
}

.s2 .swiper-slide .swiper-slide .swiper-slide-content section em {
   height: 3px;
   background: #699af1;
   width: 80px;
   margin: .2rem 0 .3rem;
   display: block
}

.s2 .swiper-slide .swiper-slide .swiper-slide-content section p {
   margin-bottom: .3rem;
   line-height: 220%;
   font-size: .18rem
}

.carousel .tab-list {
   width: 26%;
}

.carousel .tab {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;

}


.carousel .tab>span {
   text-align: left;
   height: 25%;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   background: #f2f2f2;
   cursor: pointer;
   font-size: .28rem;
   padding: .3rem;
   font-weight: bold;
   position: relative;
   border-bottom: 4px solid #fff
}

.carousel .tab>span:last-child {
   border-bottom: 0
}


.carousel .tab>span em {
   display: block;
   font-size: 18px;
   color: #999;
   font-weight: normal
}

.carousel .tab>.active {
   background: #0153ba;
   color: #fff
}

.carousel .tab>.active em {
   color: #fff
}

.carousel .tab>.active::after {
   border: 0.5px solid #fff;
}

.jo .pagination,
.zs .pagination,
.rs .pagination,
.xd .pagination {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100px;
   margin: 0;
   text-align: left;
}

.jo .pagination .swiper-pagination-switch,
.zs .pagination .swiper-pagination-switch,
.rs .pagination .swiper-pagination-switch,
.xd .pagination .swiper-pagination-switch {
   width: 70px;
   height: 70px;
   display: inline-block;
   border: 1px solid darkred;
   background-color: #00a2d4;
   margin-top: 15px;
   margin-left: 15px;
   vertical-align: top;
}

.jo .pagination .swiper-active-switch,
.zs .pagination .swiper-active-switch,
.rs .pagination .swiper-active-switch,
.xd .pagination .swiper-active-switch {
   background-color: transparent;
}


.hy-shebei {
   background: url(../images/hj_bg1.png) top no-repeat
}

.hy-shebei h1 {
   font-size: .45rem;
   padding-top: .3rem;
}

.hy-shebei .shebei-dec {
   color: #fff;
   font-size: .24rem;
   margin-top: 2.2rem;
   margin-bottom: .8rem;
}



.h_brand {
   padding: 0 0 50px;
}


#certify {
   position: relative;
   margin: 20px auto 0
}

#certify .swiper-container {
   width: 100%;
}

#certify .swiper-slide {
   width: 50%;
}

#certify .swiper-slide img {
   display: block;
   width: 100%;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
   color: #999;
   font-size: .3rem;
   top: 45%;
   background-image: none;
   border: 1px solid #fff;
   padding: 5px 0;
   color: #fff;
   width: .4rem;
   text-align: center;
   height: auto;
   text-align: center;
   margin-top: 0;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
   background: rgba(255, 255, 255, .5)
}

#certify .swiper-button-prev {
   left: 20%;
}

#certify .swiper-button-next {
   right: 20%;
}

#certify .swiper-slide-prev {
   opacity: 0.5;
}

.hz-partner {
   padding-top: .8rem;
   padding-bottom: .8rem;
}

.hz-partner ul {
   display: flex;
   flex-wrap: wrap;
   margin-top: .5rem;
}

.hz-partner ul li {
   width: 12.5%;
   border: 1px solid #eee;
   height: 1.2rem;
   padding: .1rem;
   margin: -1px 0 0 -1px;
   overflow: hidden;
   position: relative;
   z-index: 1;
}

.hz-partner ul li img {
   width: 100%;
   display: block
}


.about-linian {
   background: #f2f2f2;
   padding-top: .8rem;
   padding-bottom: .8rem;
}

.about-linian .swiper-slide {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;

}

.about-linian .swiper-slide em {
   display: block;
   width: 50%;
   position: absolute;
   right: 0;
   bottom: 0;
   border-top: 1px solid #ccc
}

.about-linian .swiper-slide img {
   width: 50%;
   display: block;
   position:relative;
   z-index:9999
}

.about-linian .swiper-slide section {
   padding-left: .5rem;
   width: 50%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;

}

.about-linian .swiper-slide section h2 {
   color: #0298ef;
}

.about-linian .swiper-slide section h3 {
   font-size: .4rem;
}

.about-linian .swiper-slide section span {
   height: 2px;
   display: block;
   width: 45%;
   background: #ccc;
   margin-left: .2rem;
}

.carouselImg {
   margin-top: .6rem;
}



.banner-nav {
   position: absolute;
   right: 0;
   width: 50%;
   bottom: .3rem;
   z-index: 1;
   padding-left: .5rem
}

.banner-nav .on {
   color: #0298ef;
}

.banner-nav::after {
   content: '';
   height: 1px;
   left: 0;
   background: #ccc;
   width: 100%;
   display: block;
   position: absolute;
   bottom: .45rem
}

.banner-nav-a {
   cursor: pointer;
   position: relative;
   display: inline-block;
   margin-right: .2rem;
   text-align: center
}

.banner-nav-a span {
   display: block
}

.banner-nav-a::before {
   content: '';
   display: inline-block;
   width: .15rem;
   height: .15rem;
   margin-bottom: .1rem;
   border-radius: 50%;
   border: 2px solid #ccc;
   background: #f2f2f2;
   position: relative;
   z-index: 5;
}

.banner-nav-a.on::before {
   border: 2px solid #0298ef;
}


.fazhan {
   padding-top: .8rem;
}

.fazhan h1 {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .42rem;
   margin-bottom: .6rem;
}

.fazhan h1 img {
   margin-right: .2rem;

}

.fazhan ul {
   display: flex
}

.fazhan ul li {
   width: 25%;
   position: relative;
}

.fazhan ul li::after {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5);
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   transition: .5s
}

.fazhan ul li section {
   position: absolute;
   padding: 50% .5rem .3rem;
   z-index: 555;
   top: 0;
   text-align: center;
   color: #fff;
   width: 100%
}

.fazhan ul li section h3 {
   margin: .2rem 0;
   font-size: .18rem;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.fazhan ul li section p {
   font-weight: normal;
   font-size: .15rem;
   line-height: .28rem;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}

.fazhan ul li .fzimg {
   width: 100%;
   display: block
}

.fazhan ul li:hover::after {
   background: rgba(1, 83, 186, .7)
}


.n-news-center {
   overflow: hidden;
}

.n-news-center ul {
   width: 103%;
   display: flex;
   margin: .6rem 0 .8rem;
   flex-wrap: wrap
}

.n-news-center ul li {
   position: relative;
   overflow: hidden;
   width: 22.8%;
   margin-right: 1.8%;
   margin-bottom: .4rem;
}

.n-news-center ul li b {
   width: 100%;
   display: block;
   overflow: hidden;
}

.n-news-center ul li img {
   width: 100%;
   display: block
}

.n-news-center ul li .n-news-center-content {
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
   border-bottom: 1px solid #eee;
}

.n-news-center ul li section {
   padding: .25rem .2rem
}

.n-news-center ul li section h1 {
   font-size: .2rem;
   padding-bottom: .15rem;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.n-news-center .link-date {
   padding: .15rem .2rem;
   border-top: 1px solid #eee;
   display: flex;
   align-items: center;
   justify-content: space-between
}

.n-news-center ul li section h1::after {
   content: '';
   display: block;
   width: 60%;
   height: 1px;
   background: #ccc;
   margin-top: .1rem;

}

.n-news-center ul li section p {
   line-height: 180%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.n-news-center ul li:hover h1 a {
   color: #0153ba
}

.n-news-center ul li:hover .link-date {
   background: #0153ba;
   color: #fff
}

.n-news-center ul li:hover .link-date a {
   color: #fff
}



.n-pro-center {
   overflow: hidden;
}

.n-pro-center ul {
   width: 103%;
   display: flex;
   margin: .6rem 0 .8rem;
   flex-wrap: wrap
}

.n-pro-center ul li {
   position: relative;
   overflow: hidden;
   width: 31%;
   margin-right: 1.8%;
   margin-bottom: .4rem;
}

.n-pro-center ul li h3 {
   padding-bottom: .15rem;
   border-bottom: 2px solid #bbb;
   margin-bottom: .15rem;
   display: flex;
   justify-content: space-between;
   align-items: center
}

.n-pro-center ul li h3 .pro-more {
   font-weight: normal;
   font-size: .16rem;
}

.n-pro-center ul li b {
   width: 100%;
   display: block;
   overflow: hidden;
}

.n-pro-center ul li img {
   width: 100%;
   display: block
}

.n-pro-center ul li section {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   margin-top: .15rem;
   line-height: .28rem;
}

.n-pro-center ul li .pro-title {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.n-pro-center ul li:hover .pro-title {
   color: #0153ba
}

.n-pro-center ul li:hover h3 {
   border-bottom: 2px solid #0153ba;
}



.n-pro-list {
   overflow: hidden;
}

.n-pro-list ul {
   width: 103%;
   display: flex;
   margin: .6rem 0 .8rem;
   flex-wrap: wrap
}

.n-pro-list ul li {
   position: relative;
   overflow: hidden;
   width: 30.5%;
   margin-right: 2.2%;
   margin-bottom: .5rem;
}

.n-pro-list ul li h3 {
   padding-top: .2rem;
   font-size: .28rem;
   border-top: 2px solid #bbb;
   margin-bottom: .2rem;
   display: flex;
   justify-content: space-between;
   align-items: center
}

.n-pro-list ul li h3 .pro-more {
   font-weight: normal;
   font-size: .16rem;
   border-radius: .3rem;
   border: 1px solid #ddd;
   display: block;
   padding: 5px .2rem
}

.n-pro-list ul li b {
   width: 100%;
   display: block;
   overflow: hidden;
}

.n-pro-list ul li img {
   width: 100%;
   display: block
}

.n-pro-list ul li section {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   margin-top: .1rem;
   line-height: .28rem;
   color:#666
}

.n-pro-list ul li .pro-title {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.n-pro-list ul li:hover .pro-title {
   color: #0153ba
}

.n-pro-list ul li:hover h3 {
   border-top: 2px solid #0153ba;
}

.n-pro-list ul li:hover .pro-more {
   background: #0153ba;
   border-top: 1px solid #0153ba;
   color: #fff
}

.n-pro-list ul li h4{margin-top:.15rem;text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden}



.honor-menu {
   margin-top: .5rem;
}

.honor-menu a {
   border: 1px solid #ddd;
   padding: .1rem .4rem;
   display: inline-block;
   margin-right: .1rem;
}

.honor-menu a:hover,
.honor-menu .current {
   border: 1px solid #0153ba;
   background: #0153ba;
   color: #fff
}


.pc-slide {
   width: 100%;
   margin: 0 auto;
}

.view .swiper-container {
   width: 100%;
}

.view .swiper-slide {
   height: calc(100vh - 0.97rem)
}

.view .swiper-slide img {
   display: none
}

.view .swiper-slide h3 {
   color: #fff;
   position: absolute;
   bottom: .55rem;
   font-size: .14rem;
   left: 0;
   right: 0;
   bottom: .7rem;
   z-index: 8888;
   text-align: center;
   background: rgba(0, 0, 0, .7);
   border-radius: .2rem;
   padding: .1rem .2rem;
   width: 3rem;
   margin: 0 auto
}


.view .view-arrow {
   position: absolute;
   left: 0;
   right: 0;
   width: 2.8rem;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   z-index: 2;
   bottom: .8rem;
   margin: 0 auto;
}

.view .arrow-left,
.view .arrow-right {
   color: #fff
}


.preview {
   width: 100%;
   position: relative;
   background: #000;
   padding: .2rem 0
}

.preview .swiper-container {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.preview .swiper-slide {
   width: 1.2rem;
   position: relative;
   margin: 0 5px;
}

.preview .swiper-slide span {
   position: absolute;
   bottom: 2px;
   width: calc(100% - 4px);
   left: 2px;
   text-align: center;
   z-index: 5;
   background: rgba(0, 0, 0, .5);
   color: #fff;
   font-size: .12rem;
}

.preview .swiper-slide img {
   width: 100%;
}


.preview .arrow-left {
   background: none;
   color: #fff;
   position: absolute;
   left: 10px;
   top: 50%;
   margin-top: -9px;
   width: 9px;
   height: 18px;
   z-index: 10;
}

.preview .arrow-right {
   background: none;
   color: #fff;
   position: absolute;
   right: 10px;
   top: 50%;
   margin-top: -9px;
   width: 9px;
   height: 18px;
   z-index: 10;
}

.preview img {
   border: 2px solid #fff;
   border-radius: 5px;
   display: block;
}

.preview .active-nav img {
   padding: 0;
   border: 2px solid #0153ba;
   border-radius: 5px;
   display: block;
}


.about-contact {
   padding-top: .8rem;
}

.about-contact h1 {
   font-size: .45rem;
}

.about-contact h1 span {
   font-size: .2rem;
   color: #333;
   display: block
}

.about-contact-list {
   background: #eee;
   padding: .3rem .5rem;
   font-size: .25rem;
   display: flex;
   justify-content: space-between;
   margin-top: .4rem;
}

.about-contact-list p {
   display: flex;
   align-items: center;
   text-align: center;
   margin: .1rem 0;
}

.about-contact-list p i {
   width: .4rem;
   height: .4rem;
   font-size: .22rem;
   line-height: .38rem;
   display: inline-block;
   border: 1px solid #ddd;
   border-radius: 50%;
   color: #0153ba;
   margin-right: .15rem;
}

.about-contact-message {
   margin-top: .2rem;
   margin-bottom: .8rem;
}

.about-contact-message ul {
   display: flex;
   flex-wrap: wrap;
}

.about-contact-message ul li {
   width: 25%;
   margin-top: .3rem;
}

.about-contact-message ul li h3 {
   margin-bottom: .1rem;
}

.about-contact-message ul li h3 sub {
   color: red
}

.about-contact-message li input[type="text"],
.about-contact-message li select,
.about-contact-message li textarea {
   width: 90%;
   border: 1px solid #ddd;
   height: .4rem;
   padding: 0.5px .15rem;
   background: no-repeat;
}

.about-contact-message li textarea {
   height: 1rem;
   padding: .1rem .15rem;
   width: 97.5%
}

.about-contact-message li input[type="text"]:focus,
.about-contact-message li select:focus,
.about-contact-message li textarea:focus {
   border: 1px solid #0153ba
}

.about-contact-message li:last-child {
   width: 100%;
}

.message-button {
   background: #0153ba;
   color: #fff;
   font-size: .18rem;
   border: 0;
   border-radius: 5px;
   padding: .12rem .4rem;
   margin-top: .3rem;
}


.pro-list1 {
   justify-content: space-between;
   padding-top: .6rem
}

.pro-list1 .pro_pics {
   width: 48%;
   display: block
}

.pro-list1 .pro_pics img {
   width: 100%;
   display: block;
}

.pro-list1 section {
   width: 48%;
   line-height: 200%
}

.pro-list1 section h3 {
   font-size: .32rem;
   border-bottom: 2px solid #0153ba;
   padding-bottom: .15rem;
   margin-bottom: .2rem;
}

.pro-list2 {
   padding-top: .6rem
}

.pro-list2 h1 {
   font-size: .32rem;
}

.pro-list2 section {
   background: #f5f5f5;
   padding: .3rem;
   line-height: 200%;
   margin-top: .2rem;
}

.pro-list2 section img{max-width:100%!important;height:auto!important;}

.n-pro-related .pro-more {
   margin-top: .2rem;
   display: block
}

.n-pro-related ul {
   margin-top: .4rem;
}


.n_products_list {
   width: 101%;
   padding: .5rem 0
}

.n_products_list ul {
   width: 23.8%;
   float: left;
   margin: 1.2% 1.2% 1.2% 0;
   overflow: hidden;
   text-align: center;
   position: relative;
}

.n_products_list ul li {
   position: relative;
   overflow: hidden;
}

.n_products_list ul li img {
   width: 100%;
}

.n_products_list ul li section p {
   padding: 10px 0;
   line-height: 200%;
}

.n_products_list ul li span {
   font-size: 30px;
   position: absolute;
   top: 45%;
   left: 0;
   right: 0;
   margin: 0 auto;
   opacity: 0;
   z-index: 5;
}

.n_products_list ul li:hover span {
   opacity: 1;
}


.n_products_list ul li .bg {
   background: rgba(0, 78, 171, .8);
   position: absolute;
   top: -100%;
   width: 100%;
   height: 100%;
   transition: .3s
}

.n_products_list ul li a {
   color: #fff;
}

.n_products_list ul li:hover .bg {
   top: 0
}

.n_products_list ul h2 {
   margin-top: .1rem;
   color: #666;
   font-weight: normal;
}

.n-content{line-height:220%; padding-top:.6rem; padding-bottom:.6rem}

.n-content img{max-width:100%;}

.menu-mobile{display:none}


.video-list{padding-top:.5rem; padding-bottom:.5rem}
.video-list ul {
   width: 105%;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: .8rem;
}

.video-list li {
   width: 30%;
   text-align: center;
   margin: 0 .25rem .3rem 0;
 
}

.video-list li h3 {
   background: #f2f2f2;
   padding: .2rem;
   text-align: center;
   font-size: .2rem;
}


.video-list li span {
   display: block;
   background: linear-gradient(to right, #cacaca, #e6e6e6, #e6e6e6, #e6e6e6, #e6e6e6, #cacaca);
   border-radius: .15rem .15rem 0 0;
   position: relative;
     overflow:hidden
}

.video-list li img {
   width:100%
}

.video-list li span i {
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   color: #fff;
   transform: scale(0);
   transition: .3s;
   z-index: 5;
}


.video-list li:hover span::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   border-radius: .15rem .15rem 0 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   background: rgba(0, 0, 0, .5);
}

.video-list li:hover span i {
   transform: scale(5);
}

.hy-shebei h1{position:relative}
.hy-shebei h1:before{content:attr(data-title); position:absolute; color:blue; width:.9rem; overflow:hidden; height: .5rem;
    margin-left: 0;
    margin-top: 1px;}
	
.wap-minnav{display:none!important}

@media screen and (max-width:1600px) {
   .service-center {
      padding-left: .2rem;
      padding-right: .3rem
   }
   footer .footer-nav ul {
   margin-right: 10%;
	}
}

@media screen and (max-width:1440px) {
   .h-about-content section {
      margin: .4rem 0
   }

   .h-about-content {
      padding: .4rem .3rem;
   }

   .news-center ul li {
      width: 23.4%;
      margin-right: 2%;
   }

   .about-linian .swiper-slide section span {
      width: 30%;
      margin-right: 0;
   }

   .about-linian .swiper-slide section h3 {
      font-size: .35rem
   }

   .fazhan ul li section {
      padding: 30% .3rem .3rem
   }
   
   footer .footer-nav ul {
   margin-right: 8.5%;
	}
}

@media screen and (max-width:1366px) {
   .h-about-content section {
      margin: .3rem 0
   }

   .h-about-content a span {
      width: .4rem;
      height: .4rem;
      line-height: .38rem;
   }
    footer .footer-nav ul {
   margin-right: 7.5%;
	}
}

@media screen and (max-width:1280px) {
   .h-about-content section {
      font-size: .22rem;
   }
	footer .footer-nav ul {
   margin-right: 6.5%;
	}
}

@media screen and (max-width:1024px) {
   .h-about-content a {
      margin-top: 0;
   }

   .project-name,
   .service-center-text h1 {
      font-size: .38rem;
   }

   .h-about-content section {
      font-size: .2rem;
      -webkit-line-clamp: 5;
   }

   .h-about-content a span {
      width: .35rem;
      height: .35rem;
      line-height: .3rem;
   }

   .service-center {
      flex-direction: column
   }

   .service-center-list,
   .service-center .service-center-text {
      width: 100%
   }

   .service-center .service-center-text {
      margin-bottom: .5rem;
      text-align: center
   }

   .service-center-text a {
      margin: 0 auto
   }

   .service-center {
      padding-top: .8rem;
      padding-bottom: .8rem;
   }

   .menu-position {
      width: 100%;
      padding: .15rem 0;
      border-bottom: 1px solid #eee;
      margin-bottom: .25rem;
   }
   
   .menu-position,.menu-position a{color:#333}

   .menu-list {
      display: flex;
      width: 100%;
	  max-width:100%!important;
      justify-content: space-between;
      flex-wrap: wrap
   }

   .menu-list a {
      width: 48%;
      display: block;
      border: 1px solid #ddd;
      text-align: center;
      margin-right: 0;
      margin-bottom: .1rem;
   }

   .menu .menu-list a:hover,
   .menu .menu-list .current {
      border: 1px solid #0153ba
   }

   .about-floor {
      flex-direction: column
   }

   .about-floor-content,
   .about-floor video,
   .about-floor img {
      width: 100%;
   }

   .about-floor {
      margin: .5rem 0
   }

   .about-floor-content {
      padding: 0;
   }

   .about-floor video,
   .about-floor img {
      margin-top: .4rem;
   }

   .about-wap {
      flex-direction: column-reverse
   }

   .about-contact-list {
      flex-direction: column;
      padding: .2rem
   }

   .about-contact {
      padding-top: .6rem;
   }

   .about-contact-message ul {
      justify-content: space-between
   }

   .about-contact-message ul li {
      width: 48%
   }

   .about-contact-message li input[type="text"],
   .about-contact-message li select,
   .about-contact-message li textarea {
      width: 100%;
      height: .5rem
   }

   .about-contact-list p,
   .message-button {
      font-size: .3rem;
   }

   .about-linian .swiper-slide section span {
      display: none
   }

   .about-linian .swiper-slide {
      align-items: flex-start
   }

   .about-linian .swiper-slide section {
      display: block
   }

   .about-linian .swiper-slide section h3 {
      font-size: .28rem;
      margin-top: .3rem;
   }

   .fazhan ul li section {
      padding: .3rem .2rem;
   }

   .menu {
      margin-top: 0;
      background: #fff;
   }

   .menu,
   .menu a {
      color: #333
   }

   .menu .container {
      flex-direction: column;
      align-items: self-start
   }
   
   
   footer .footer-nav {
      flex-direction: column
   }

   footer .footer-nav ul dl {
      width: 100%;
      line-height: .4rem;
   }

   footer .footer-nav ul dl dd {
      display: inline-block;
      margin-right: .1rem;
   }

   footer .footer-nav ul {
      margin-bottom: .25rem;
      display: block;
      margin-right: 0;
   }

   footer .footer-nav ul dl:nth-child(2n) {
      margin-top: 0;
      display: none
   }

   footer .footer-nav ul dl dt {
      margin-bottom: .15rem;
      font-size: .28rem;
   }
   
	footer .footer-nav ul:last-child dd{width:100%}
	.n-content img{height:auto!important}

}

@media screen and (max-width:797px) {

   body,
   button,
   input,
   select,
   textarea,
   .news-list li section p,
   footer .footer-nav ul dl dt,
   footer .footer-nav ul dl,
   .service-center-text p,
   .service-center,
   .h-about-content section,
   .h-about-content a,
   .industry-option ul li h2 span,
   .news-center ul li em,
   .industry-option ul li em,
   .service-center-list .swiper-slide h1 span,
   .banner .swiper-slide .swiper-slide_text a,
   .service-more,
   .project-name span,
   .about-floor-content section,
   .about-contact h1 span,
   .about-floor-name,
   .fazhan ul li section p,
   .fazhan ul li section h3,
   .n-news-center ul li section h1,
   .n-pro-list ul li h3 .pro-more,
   .n_products_list ul h2,
   .about-contact-message ul li h3 {
      font-size: 0.24rem;
   }

   ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0;
      height: 0;
   }

   nav,
   .footer-help footer .footer-code p::before,
   .product-list ul li:last-child,
   .menu-pc,.pc-minnav{
      display: none !important
   }

   .sp_nav,
   .sjj_nav,
   .menu-mobile,.wap-minnav {
      display: block!important;
   }

   header {
      height: auto;
      line-height: inherit;
      padding: .15rem 0
   }
   
.mail-nav{position:absolute; right:1rem;  top:.22rem}
.header-mail{font-size:.3rem;margin-top:0;}
   .banner .swiper-slide .swiper-slide_text {
      height: 50vh
   }

   header .logo {
      height: .65rem;
      margin-top: 0;
   }

   .sp_nav {
      margin-top: .15rem;
   }

   .sp_nav_se span {
      background: #fff
   }

   .banner .swiper-slide .swiper-slide_text p {
      line-height: .45rem;
      font-size: .25rem;
   }

   .banner .swiper-slide .swiper-slide_text h1 {
      font-size: .4rem;
   }

   .service-center-list .swiper-slide {
      width: 48%
   }

   .service-more {
      padding: 5px .2rem
   }

   .h-about {
      flex-direction: column;
      margin-top: .15rem;
   }

   .h-about span,
   .h-about-content {
      width: 100%
   }

   .project-name {
      text-align: center
   }

   .project-name em {
      margin: .15rem auto
   }

   .h-about-content a {
      margin: 0 auto;
      text-align: center;
      display: block;
   }

   .industry-option ul,
   .news-center ul {
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0.6rem 0
   }

   .industry-option ul li,
   .news-center ul li {
      width: 48%;
      margin-right: 0;
      margin-bottom: .3rem;
   }

   .banner .swiper-slide .swiper-slide_text h1 {
      font-size: .35rem;
   }

   .about-floor-content h1 {
      margin-bottom: .35rem;
   }

   .about-contact h1 {
      font-size: .4rem;
   }

   .about-linian .swiper-slide {
      flex-direction: column
   }

   .about-linian .swiper-slide img,
   .about-linian .swiper-slide section {
      width: 100%
   }

   .banner-nav {
      width: 100%;
      position: relative;
   }

   .about-linian .swiper-slide section {
      display: flex;
   }

   .banner-nav {
      bottom: 0;
      margin-top: .2rem;
   }

   .banner-nav::after {
      bottom: .55rem
   }

   .fazhan ul {
      flex-wrap: wrap;
      justify-content: space-between
   }

   .fazhan ul li {
      width: 50%
   }

   .fazhan ul li section img {
      width: 50%
   }

   .fazhan ul li section p {
      -webkit-line-clamp: 2;
      line-height: .32rem
   }

   .n_products_list,
   .honor-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
   }

   .n_products_list ul,
   .honor-menu a {
      width: 48%;
      text-align: center
   }

   .honor-menu {
      border-top: 1px solid #ddd;
      margin-top: .2rem;
      padding-top: .2rem
   }

   .honor-menu a {
      padding: 5px 0;
      border: 1px solid #ddd;
      border-radius: .3rem;
	  margin-bottom:8px;
   }

   .honor-menu a:hover,
   .honor-menu .current {
      border: 1px solid #0153ba;
      background: none;
      color: #0153ba
   }

   .carousel {
      flex-direction: column
   }

   .carousel .tab-list,
   .s2 {
      width: 100%;
   }

   .carousel .tab {
      flex-direction: row
   }

   .carousel .tab>span {
      border-bottom: 0;
      border-right: 2px solid #fff
   }

   .carousel .tab>span:last-child {
      border-right: 0
   }

   .hy-shebei {
      background-size: 240%
   }

   .hy-shebei .shebei-dec {
      margin-top: 1.8rem;
   }

   #certify .swiper-slide {
      width: 80%;
   }

   .hz-partner ul li {
      width: 33.3%;
      height: auto;
   }

   .h_products {
      padding-top: .6rem;
      padding-bottom: .6rem
   }

   .n-news-center ul {
      width: 100%;
      justify-content: space-between
   }

   .n-news-center ul li {
      width: 48%;
   }

   .n-news-center .link-date {
      padding: .1rem;
   }

   .n-pro-center ul,
   .n-pro-list ul {
      width: 100%;
   }

   .n-pro-center ul li,
   .n-pro-list ul li {
      width: 100%;
      margin-right: 0;
   }

   .pro-list1 {
      flex-direction: column
   }

   .pro-list1 section {
      width: 100%;
   }

   .pro-list1 section {
      margin-top: .2rem;
   }

   .pro-list2 section {
      padding: .2rem
   }

   .view .swiper-slide {
      height: 100% !important
   }

   .view .swiper-slide img {
      display: block;
      width: 100%
   }

   .preview .swiper-slide {
      width: 24%;
      margin: 0 2px
   }

   .preview .swiper-container {
      width: 88%
   }

   .preview .swiper-slide span {
      display: none
   }

   .n-news-center ul li section h1::after {
      width: 100%;
   }
   
   .video-list ul{width:100%; justify-content:space-between}
   .video-list ul li{width:48%;}
   .video-list li:hover span i{transform: scale(3);}
   
   .news-center ul li em span{border: 2px solid #0153ba; margin-right:5px;}
   .news-center ul li em span i{transform: scale(.6); margin-left:-1px}
   
   .pro-list1 .pro_pics{width:100%}
   
}