@charset "UTF-8";
/* CSS Document */
 
/**********内页************/
.run_banner{position: relative;display: flex;align-items: center;}
.run_banner img{width:100%;}

.run_banner:after {content: ''; position: absolute; left: 0px;  top: 0px; width: 100%; height: 100%;background: rgba(0, 0, 0, .15);}
.hero-section-box{position:absolute;top:0px;left:0;width:100%;height:100%;display: flex;align-items: center;z-index:3;}
.hero-section-inner { text-align:center;}
.hero-section-inner h2 {font-size: calc(14px + 1.2vw);font-weight:bold;line-height: 2;color:#fff;text-transform: uppercase;}
.hero-section-inner p {font-size: calc(14px + .3125vw);font-weight:normal;line-height: 1.8;color:#fff;}



/************企业文化****************/
.about-n-banner {position: relative;display: flex;align-items: center; height:auto;}
.about-n-banner:before{content:'';position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0, 0, 0, 0.2);z-index: 0;}
.about-n-bg{ position:relative;width: 100%;}
.about-n-bg img{ width:100%;}
.about-n-box{ position:absolute; top:0; left:0; width:100%; height:100%;display: flex;align-items: center;}
.about-n-inner { width:100%;}

.tabs_wenhua{ overflow:hidden;  display:flex;}
.tabs_wenhua li {width: 33.3%;position: relative;float: left;text-align:center;cursor: default;overflow: hidden;background: rgba(0, 40, 150, 0.7);padding:50px 10px;border-right: 1px solid rgba(255, 255, 255, 0.25);}
.tabs_wenhua li:last-child{ border-right:none;}
.con-name{ color:#ffffff;font-size:26px;}
.con-name:after{content: "";width: 25px;height: 2px;background: rgba(255, 150, 0, 1);display: block;margin:5px auto;}
.con-title{ font-size:16px; color:#ffffff; margin-top:0.2rem;}



/*************about us***************/
.about-1 { width: 100%; overflow: hidden;  background: url("../images/nabout_bg.jpg") no-repeat top center; background-size: cover; padding:80px 0px; }
.about-1center { width: 100%; margin: 0px auto; overflow: hidden; align-items: center;}
.about-1left { float: left; width: 58%; overflow: hidden; }
.about-1left h3 {float: left;width: 100%;overflow: hidden;font-size: 36px;color: #333;position: relative;/* font-family: "SOURCEHANSANSCN-MEDIUM"; */padding-bottom: 15px;margin-bottom: 30px;}
.about-1left h3:before {width: 60px;height: 4px;content: "";position: absolute;left: 0px;bottom: 0px;background: -webkit-linear-gradient(left, #0066cc, #aeceef);background: -moz-linear-gradient(left, #1518a7, #108bed);background: -ms-linear-gradient(left, #1518a7, #108bed);background: -o-linear-gradient(left, #1518a7, #108bed);}
.about-1info { width: 100%; overflow: hidden; font-size: 16px; color: #495770; line-height:1.6; }
.about-1info p {width: 100%;overflow: hidden;margin-top: 5px; text-indent:2em;}

.about-1right { float: right; width: 39.8%; overflow: hidden; position: relative; border-radius: 5px; padding: 0px 16px 16px 0px; }
.about-1right:before { width: calc(100% - 16px); height: calc(100% - 16px); overflow: hidden; box-sizing: border-box; content: ""; position: absolute; right: 0px; bottom: 0px; z-index: 11; border: 2px #ebf3fe solid; border-radius: 5px; }
.about-1right img { float: left; width: 100%; overflow: hidden; height: auto; position: relative; z-index: 12; }
.about-video { width: 183px; height: 54px; line-height: 54px; text-align: center; overflow: hidden; box-sizing: border-box; border: 2px #fff solid; z-index: 13; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(255, 255, 255, 0.16); cursor: pointer; }
.about-video span { width: auto; height: 100%; display: inline-block; vertical-align: top; font-size: 18px; color: #fff; font-family: "SOURCEHANSANSCN-MEDIUM"; }
.about-video em { width: 24px; height: 100%; display: inline-block; overflow: hidden; vertical-align: top; background: url("../images/icon-34.png") no-repeat center; position: relative; margin-left: 25px; }
.about-video em:before { width: 100%; height: 100%; content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/icon-35.png") no-repeat center; background-size: 100%; }
.about-video em:after { width: 100%; height: 100%; content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/icon-36.png") no-repeat center; background-size: 100%; }

/*video*/
.video-prop { width: 100%; height: 100%; overflow: hidden; position: fixed; left: 0px; top: 0px; z-index: 1000; background: rgba(0, 0, 0, 0.6); text-align: center; visibility: hidden; opacity: 0; }
.video-prop:before { height: 100%; content: ""; display: inline-block; vertical-align: middle; }
.video-center { width: 65%; vertical-align: middle; display: inline-block; position: relative; }
.video-center video { width: 100%; height: auto; }
.video-center iframe { width: 100%; height: 60vh; background: #fff; }
.video-close { width: 40px; height: 40px; overflow: hidden; position: absolute; right: -20px; top: -20px; z-index: 12; border-radius: 50%; background: #fafafa url("../images/close1.png") no-repeat center; line-height: 40px; text-align: center; font-size: 25px; color: #333; cursor: pointer; }
.video-close:hover { background-image: #ccc; transform: rotate(180deg); }
.video-active { opacity: 1; visibility: visible; }




/**********公司简介*****************/
.CompanyProfile{ background: #002896; padding:40px 0;}
.CompanyProfile .box .item {color: #fff; text-align: center;}
.CompanyProfile .box .item .top {font-size:36px;}
.CompanyProfile .box .item .top span { font-size:40px;}
.CompanyProfile .box .item .bot { font-size:16px;}
.CompanyProfile .box p { background: #fff; opacity: 0.3; width: 1px;}

@media screen and (max-width: 1024px) {

.CompanyProfile .box .item .top span { font-size: 36px;}
.CompanyProfile .box .item .bot {margin-top:10px;}

}
@media screen and (max-width: 769px) {
.CompanyProfile .box .item { padding:20px 0;width: 50%;}
.about-1left {
    float: left;
    width: 100%;
    overflow: hidden;
}

.about-1right {
    float: right;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 0px 16px 16px 0px; margin-top:10px;
}
}

/**********发展历程**********/
.n_history_bg{ padding:60px 0px 10px;}

/****荣誉*******/
.public-box { padding-top: 100px; padding-bottom: 100px;}
.public-title { margin-bottom: 40px; color: #000000; line-height: 1.4; text-align:center;font-size: 40px;}
.public-txt { color: #666666;line-height: 2; margin-bottom: 45px;text-align:center;}
.public-scroll .scroll-other {position: relative;height: 45px; margin-top: 40px;text-align: center;}
.public-scroll .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 45px;
  background: url("../images/img-next.png") no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 99;
  transition: all 0.5s;
  opacity: 1;
}
.public-scroll .swiper-button-next:hover {
  background: url("../images/img-next-h.png") no-repeat;
}
.public-scroll .swiper-button-next:after {
  display: none;
}
.public-scroll .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 45px;
  background: url("../images/img-prev.png") no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  transition: all 0.5s;
  opacity: 1;
  z-index: 99;
}
.public-scroll .swiper-button-prev:hover {
  background: url("../images/img-prev-h.png") no-repeat;
}
.public-scroll .swiper-button-prev:after {
  display: none;
}


.public-scroll .swiper-pagination {
  text-align: center;
  width: 100%;
  padding-top: 12px;
}
.public-scroll .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  background: #d9d9d9;
  opacity: 1;
}
.public-scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0964a1;
}
.public-scroll .news-list .box-s:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12) inset;
}


/************合作客户******************/ 
.index_partners{padding: 0 0px 60px; position: relative;}
.index_partners_box { position: relative;padding: 0.5rem 0 0.5rem;}
.index_partners_box .img1 { position: absolute; left: 0; width: auto; height: 100%; top: 0; z-index: 3; pointer-events: none;}
.index_partners_box .img2 { position: absolute; right: 0; width: auto; height: 100%; top: 0; z-index: 3; pointer-events: none;}

.index_partners_box .box { margin-top: 20px;}
.index_partners_box .box .swiper-container { margin-bottom: 20px;}
.index_partners_box .box .swiper-container .swiper-wrapper { transition-timing-function: linear; -webkit-transition-timing-function: linear;}
.index_partners_box .box .swiper-container .swiper-wrapper .g_logo_box { border-radius: 5px; overflow: hidden; /*height: 0.8rem;*/}
.index_partners_box .box .swiper-container .swiper-wrapper .g_logo_box img { width: 100%; height: 100%;object-fit: cover;}



/*************************产品分类****************************/
.series-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.series-box .series-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 16.6666%; max-width:150px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.series-box .series-item:last-child {
  margin-right: 0;
}
.series-box .series-item .img-box {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.series-box .series-item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series-box .series-item .series-title {
  font-size: 18px;
  text-align: center;
  width: 100%;
  color: #333;
  margin-top: 5%;
}
.series-box .series-item:hover {
  border: 1px solid #666;
}
.series-box .series-item.active {
  border: 1px solid #666;
}

.sidebar-box {display: flex; flex-wrap: wrap;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;}
.sidebar-box .sidebar-left {width: 310px;}
.sidebar-box .sidebar-left .sidebar-nav {padding: 1.5rem 1rem;border: 1px solid #eee;/* margin-top: 3rem; */}
.sidebar-box .sidebar-left .sidebar-nav h3 {font-size: 2rem;line-height: 1.5;color: #000;text-transform: uppercase;font-weight: 900;}


 .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
    margin-top: 1rem;
}
.sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
    margin-bottom: 10px;
}
 .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
    display: block;
    padding: 18px 20px;
    background: #eee;
    margin-bottom: 10px;
    font-size: 18px;
    color: #7a7777;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a{ background:#0964a1; color:#fff;} 
.sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover a{ background:#0964a1; color:#fff;} 

.sidebar-box .sidebar-right {width: calc(100% - 310px);padding-left: 1rem;}


/****************************产品******************************/
.m2proItem{ background: #f5f8ff; padding:40px 0px; margin-top:80px;}

.ajax-mains{margin-bottom: 20px;/* padding-left: 2rem; *//* padding-top: 10rem; */}
.ajax-mains .pro-item {position: relative;flex: 0 0 32.26666%;background: #fff;margin-right: 1.6%;margin-bottom:20px;transition-duration: .5s;padding-top: 90px;}
.ajax-mains .pro-item:nth-child(3n) {margin-right: 0; }

.ajax-mains .pro-item .img-wrap { overflow: hidden;}
.ajax-mains .pro-item .img-wrap .img100 {  display: block; width: 100%; margin: 0 auto;transition: all 1s ease;}

.ajax-mains .pro-item .txts-wrap {width: 100%;top: 0;left: 0;position: absolute;padding: 22px 15px 0;font-size: 14px;line-height: 20px;}
.ajax-mains .pro-en {font-size: 18px;color: #333;line-height:1.5;transition-duration: .5s;margin-bottom: 10px; }
.ajax-mains .pro-cn {color: #666;line-height:1.5;font-size: 18px; font-weight:bold;}
.ajax-mains .pro-item:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.ajax-mains .pro-item:hover .pro-en, .ajax-mains .pro-item:hover .pro-cn {color: rgba(0, 40, 150, 1); }

.ajax-mains .pro-item:hover .img-wrap .img100 { transform: scale3D(1.1, 1.1, 1.1); }
.ajax-mains .pro-item .pro-des{padding: 10px;font-size: 18px;line-height:1.6;color: #fff;background: #0964a1;text-align: center;}

.ajax-mains .pro-item::before { content: ""; position: absolute; left: 0; bottom: 0;z-index: 1; width: 100%; height: 1px;background: #e2e0e0;}
.ajax-mains .pro-item::after {content: ""; position: absolute;left: 0; bottom: 0;z-index: 1;width: 0;height: 1px; background: rgba(0, 40, 150, 1);transition: all .36s;}
.ajax-mains .pro-item:hover::after { width: 100%; }

@media screen and (max-width: 769px){
.ajax-mains .pro-item {;flex: 0 0 100%;margin-right: 0%;}

}


.product__single-top{padding-bottom:40px;display:flex;justify-content:space-between; margin-top:30px;}
@media (max-width: 1681px){.product__single-top{padding-bottom:80px}}
@media (max-width: 1440px){.product__single-top{padding-bottom:60px}}
@media (max-width: 1180px){.product__single-top{padding-bottom:40px}}
@media (max-width: 668px){.product__single-top{padding-bottom:20px;flex-wrap:wrap}}
.product__single-toptxt{width: 40%;padding-right:50px;}
@media (max-width: 668px){.product__single-toptxt{width:100%;padding:20px 0}}
.product__single-toptxt .des{font-size:16px;line-height:30px;color:#666;padding:30px 0}
@media (max-width: 1681px){.product__single-toptxt .des{font-size:14px;line-height:26px}}
@media (max-width: 668px){.product__single-toptxt .des{padding:10px 0}}
.product__single-toptxt .des p{ margin-bottom:10px;}
.product__single-toptxt .des p span{/* background: #0964a1; */color: #0964a1;/* padding:5px 20px; */margin-right:10px;font-weight: bold;}
.product__single-topslide{width: 60%;}
.product__single-topslide .swiper-slide{ background:#fff;}



/**********xinwen***************/
.n-news-bg{ position:relative; width:100%; padding:40px 0px; overflow:hidden;}
.mc_e1_list {  margin: 0 -20px;padding-bottom: 10px;overflow:hidden;}
.mc_e1_li {float: left; width: 33.333333%;  padding:20px; margin-bottom: 25px;}
.mc_list_png { width: 100%; position: relative; z-index: 1; top: 0;left: 0;}
.mc_e1_lisbox {position: relative; display: block;transition: all .36s;}
.mc_list_imgbox { position: relative;overflow: hidden;}
.mc_e1_imgbox img {object-fit: cover;z-index: initial;transition: all .36s;}
.mc_list_img {width: 100%;height: 100%;position: absolute;z-index: 2;top: 0; left: 0;}
.mc_e1_lisbox::before { content: ""; position: absolute; left: 0; bottom: 0;z-index: 1; width: 100%; height: 1px;background: #e2e0e0;}
.mc_e1_lisbox::after {content: ""; position: absolute;left: 0; bottom: 0;z-index: 1;width: 0;height: 1px; background: rgba(0, 40, 150, 1);transition: all .36s;}
.mc_e1_txtbox {padding: 18px 28px 38px;}
.mc_e1_txt {font-size: 16px;line-height: 30px;height: 60px;overflow: hidden;color: #000000;margin-bottom: 35px;}
.mc_e1_date {font-size: 16px;color: #999999;}
.mc_e1_lisbox:hover { box-shadow: 0 5px 15px 4px rgba(214, 211, 211, .75);}
.mc_e1_lisbox:hover::after { width: 100%; }
.mc_e1_lisbox:hover .mc_e1_imgbox img { transform: scale(1.1); }

@media screen and (max-width: 769px){
 .mc_e1_li {float: left; width: 100%;  padding:20px; margin-bottom: 25px;}
}



/***-----------加入我们---------****/

.join_four{width:100%;position: relative; margin:30px 0px;}
.join_four .slide-item{position:relative;width:100%;text-align:center;cursor:pointer}
.join_four .slide-item .item-bg{width:100%;height:100%}
.join_four .slide-item .bg{position: absolute; width: 100%;height: 100%; left: 0;top: 0; background: #a6a9b0;mix-blend-mode: multiply;}
.join_four .mask{position:absolute; width:100%; text-align:center;left:0;right:0;top:0;bottom:0;}
.join_four .mask .content{position:absolute;left:0;right:0;top:40%;bottom:0;transition:all .4s cubic-bezier(.4,0,.2,1)}
.join_four .mask .content .item-title{color:#fff;font-size: 20px;line-height:1;transition:all .4s cubic-bezier(.4,0,.2,1);}
.join_four .mask .content .line-panel{font-size:0;line-height:0;margin-top:0.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}
.join_four .mask .content .line-panel .item-line{width:20px;height:2px;background:#30d8a8;display:inline-block;transition:all .4s cubic-bezier(.4,0,.2,1)}
.join_four .mask .content .item-icon{ width:100%; max-width:38px; margin-top:15px;}

.join_four .swiper-button-next{ display:none;}
.join_four .swiper-button-prev{ display:none;}




.recruit-ul{padding: 50px 0 25px;}
.recruit-li{margin-bottom:50px;position: relative;text-align: left; list-style: none;}
.recruit-swp{width: 50%;display: inline-block;position: relative;}
.recruit-swiper{width: 100%;}
.recruit-slide{width: 100%;height: 300px;background: no-repeat center;background-size: cover;}
.recruit-span span{background: #fff;opacity: 1;width: 8px;height: 8px;border-radius: 100%;}
.recruit-span span.swiper-pagination-bullet-active{background: #e60012;}

.recruit-txt{width: calc(50% + 40px);height: 240px;background: rgba(255,255,255,.9);position: absolute;top: 50%;right: 0;z-index: 3;margin-top: -120px;padding-left: 85px;padding-right: 60px;padding-top: 60px;box-shadow:  0 0 20px #eee;}
.recruit-j{font-size: 30px;line-height: 1;margin-bottom: 30px;}
.recruit-j>span{font-size: 16px;color: #8b8b8b;margin-left: 8px;text-transform: uppercase;}

.recruit-k{line-height: 28px;font-size: 15px;color: #111;max-height: 250px;min-height: 220px;overflow-y: auto;}
.clo555{color: #555;}
.recruit-li:nth-child(2n + 0){text-align: right;}
.recruit-li:nth-child(2n + 0) .recruit-txt{text-align: left;right: 0;left: 0;padding-left: 60px;padding-right: 85px;}

@media (max-width: 1200px){
.recruit-slide {height: 380px;}
.recruit-k {line-height: 22px;max-height: 190px; min-height: initial;}
}
@media (max-width: 1000px){
.recruit-swp { width: 100%; z-index: 4;}
.recruit-txt { position: relative;width: 100%; left: inherit;  right: initial;  top: initial; margin: 0;padding: 30px !important; height: auto;}
.recruit-k {  max-height: initial;}
}

@media (max-width: 750px){
.recruit-txt { padding: .4rem .3rem !important;}
.recruit-j { font-size: .36rem; margin-bottom: .3rem;}
.recruit-k {font-size: .24rem;line-height: .45rem;}
.recruit-slide { height: 4rem;}
}



.recruits-list {overflow:hidden;background: #003da6;}
.recruits-list .recruits-nav {float: left;width: 250px;padding: 2rem 0px 0px 3rem;}
.recruits-list .recruits-nav-name {font-size: 18px;color: #fff;line-height: 2;}
.recruits-list .recruits-nav-a {display: block;position: relative;font-size: 16px;line-height: 1.5;color: #fff;padding: 7px .4rem;transition-duration: .5s;}
.recruits-list .recruits-nav-a:before {left: 0;top: 50%;transform: translateY(-50%);content: "";display: block;width: 3px;height: 0;transition-duration: .5s;background: #30d8a8;position: absolute;}

.recruits-list .recruits-nav-a.cur {background: #30d8a8;color: #fff;}
.recruits-list .recruits-nav-a:hover:before, .recruits-list .recruits-nav-a.cur:before {height: 100%; }

.recruits-list .recruits-info {float:right;width: calc(100% - 250px);background: #f9f9f9;}
.recruits-list .recruits-info-contents {padding: 2rem 1rem 400px 2rem;transition-duration: .3s;border-left: 1px solid #dcdcdc; display:none; position:relative;}
.recruits-list .recruits-info-contents:first-child {display: block;}
.recruits-list .recruits-position-name {font-size: 18px;line-height:2;color: #003da6;}
.recruits-list .para-item {font-size: 15px;line-height:1.8;color: #787f88;position: relative; }
.recruits-list .recruits-bot-item {font-size: 14px;line-height: 34px;padding-top: 30px; }
.recruits-list .recruits-bot-h5 {color: #1c1c1c;font-size: 18px;line-height: 1.5;}
.recruits-list .recruits-bot-h5:after { content: "";display: block; width: 35px;height: 3px;line-height: 1px; background: #30d8a8;margin: 10px 0px;}
.recruits-list .recruits-bot-detial {color: #787f88;line-height: 2;}

.recruits-info .recruits-more {margin-top: 2rem;color: #003da6;font-size: 14px;display: inline-block;}
.recruits-info .recruits-btn {position:absolute;right: 1.5rem;top:10px;display:inline-block;margin-top:2rem;width: 160px;height: 40px;line-height: 40px;color: #fff;font-size: 15px;text-align: center;background: #003da6;transition-duration: .3s;border-radius: 10px;}
@media (max-width: 1920px) {
.recruits-list .recruits-info-contents {padding: 2rem 1rem 200px 2rem;transition-duration: .3s;border-left: 1px solid #dcdcdc; display:none; position:relative;}
}

@media (max-width: 769px) {

	
.join_four .swiper-button-next{ display:block;background: url(../images/feel4.png) no-repeat center center; position: absolute;right: 5px;top: 50%;margin-top: -30px; width: 30px;height: 60px;}
.join_four .swiper-button-prev{ display:block;background: url(../images/feel3.png) no-repeat center center; position: absolute;left: 5px;top: 50%;margin-top: -30px; width: 30px;height: 60px;}

.recruits-list .recruits-nav {float: left;width: 250px;padding: 2rem 0px 2rem 0rem;}
.recruits-list .recruits-info {float:right;width:100%;background: #f8f8f8;}
.recruits-info .recruits-btn {bottom:1rem; top:auto;}
.recruits-list .recruits-info-contents {padding: 2rem 1rem 2rem 2rem;}


}



/**************联系我们******************/
.m2lxInfoWpr{ margin-top:-100px; position:relative; z-index:3;}
.m2lxInfo{ overflow:hidden; background:#fff; height:200px; box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.m2lxInfo li{ width:33.33%; float:left; text-align:center; position:relative; padding-top:48px; height:200px;}
.m2lxInfo li:after{content:""; width:1px; height:140px; background:#ECECEC; position:absolute; right:0; top:50%; margin-top:-70px;}
.m2lxInfo li:last-child:after{display:none;}
.m2lxInfo span{ display:inline-block; transition:all 0.5s ease-in-out;}
.m2lxInfo li:hover span{transform:rotateY(180deg);}
.m2lxInfo p{ font-size:16px; line-height:24px; margin-top:25px;}
.m2lxMap{ height:41vw; margin-top:-100px;}
.m2lxMap img{ max-width:none;}


@media (max-width:1799px){
.m2lxInfoWpr{ margin-top:-70px; position:relative; z-index:3;}
.m2lxInfo{height:140px;}
.m2lxInfo li{ padding-top:30px; height:140px;}
.m2lxInfo span{width:42px; height:42px;}
.m2lxInfo p{margin-top:16px;}
.m2lxMap{ margin-top:-70px;}
}
@media (max-width:993px){
.m2lxInfoWpr{ margin-top:0px;}
.m2lxMap{ margin-top:0px;}
}
@media (max-width:767px){
.m2lxInfo{height:auto; overflow:hidden}
.m2lxInfo li{width:100%; height:auto; margin-bottom:15px; padding-top:0}
.m2lxInfo p{font-size:15px;}
.m2lxInfo{padding:35px 0 20px}
.m2lxMap{height:360px}
}



/*》》》》》》》》》》业务领域《《《《《《《《《《*/
#screenSwiper{height:100vh;}
#screenSwiper>.swiper-wrapper>.swiper-slide{height:100vh;overflow: hidden;}
#screenSwiper>.swiper-wrapper>.swiper-slide:last-child{height:auto;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screenSlide{height:100%;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screenSlide>.screenBg{position:absolute;top:0;left:0;
width:100%;height:100%;z-index:-1;background-color: #1662b7;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screenSlide>.screenBg:before{content: '';position: absolute;
width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screenSlide>.screenBg>img{width:100%;height:100%;object-fit:cover;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screenSlide>.screenInfo{height:100%;align-items:center;}
#screenSwiper>.swiper-wrapper>.swiper-slide:nth-child(odd) .screenSlide>.screenBg:before{
background: linear-gradient(to right,rgba(22,98,183,1),rgba(22,98,183,.2) 70%);}
#screenSwiper>.swiper-wrapper>.swiper-slide:nth-child(even) .screenSlide>.screenBg:before{
background: linear-gradient(to left,rgba(22,98,183,1),rgba(22,98,183,.2) 70%);}
#screenSwiper>.swiper-wrapper>.swiper-slide:nth-child(odd) .business{margin-left: 0;padding-left: 7.8125vw;}
#screenSwiper>.swiper-wrapper>.swiper-slide:nth-child(even) .business{margin-left: auto;padding-right: 7.8125vw;}
.business{color: #fff;width: 50%;}
.business ._title{font-size: 40px;line-height:1;}
.business ._line{text-align: justify;line-height: 2;margin-top: 1.5625vw;margin-bottom: 2vw;font-size: 18px;}
.business ._list{margin-top: 2.0833333333333335vw;line-height: 1.25;}
.business ._list>div{flex-wrap: wrap;margin: .1rem -.25rem;}
.business ._list ._item{padding: .1rem .25rem;}
.business ._list ._item a{color: #fff;position: relative;padding-left: 15px;display: block;}
.business ._list ._item a:before{content: '';position: absolute;width: 6px;height: 6px;
border-radius: 50%;top: 50%;left: 0;transform: translateY(-50%);background-color: #fff;}
.business ._list ._item a .hoverable_txt{padding: 3px 0;}
.business ._list ._item a .hoverable_txt:after{background-color: #fff;}
.business ._btn{margin-top: 4.6875vw;}
#screenTab{position:absolute;left:2.604166666666667vw;top:50%;transform:translateY(-50%);z-index:50;transition:all 1s ease;}
#screenTab.on{opacity: 0;visibility: hidden;}
#screenTab .item{align-items:center;margin-bottom:.3rem;}
#screenTab .item:last-child{margin-bottom:0;}
#screenTab .item>span{color:#fff;opacity:0;transition:all 1s ease;
margin-left: .15rem;transform: translateX(20px);}
#screenTab .item>a{width:1rem;height:1rem;position:relative;transform: rotateY(-180deg);}
#screenTab .item>a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;
border:1px dashed #fff;border-radius:50%;opacity:0;transition:all 1s ease;animation: rotateZ 10s linear infinite;}
#screenTab .item>a:after{content:'';position:absolute;left:50%;top:50%;width:6px;height:6px;
border-radius:50%;background-color:#fff;transform:translate(-50%,-50%);transition:transform .3s ease;}
#screenTab .item.on>a{pointer-events: none;}
#screenTab .item.on>span{opacity:1;transform:none;}
#screenTab .item.on>a:before{opacity:1;}

@keyframes rotateZ{
	from {transform:rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}	


/*****详细页*****/
.n_box{ width:100%; position:relative; padding:2rem 0px;}
.news-art-main{background: #f9f9f9;margin:0px auto;padding:5%;}
.art-tit h4{text-align: center;font-size:20px;font-weight: normal;line-height: 36px;padding-bottom: 20px;color: #333;}
.art-tit h5{text-align: center;font-size: 12px;font-weight: normal;line-height: 38px;color: #888;border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
.art-tit h5 span{display: inline-block;max-width: 300px; width:50%;}
.art-main{padding-top: 30px;padding-bottom: 40px;font-size: 14px;line-height: 30px;color: #666;}

.art-main p{text-indent: 2em;font-size: 14px;line-height: 30px;color: #666;}
.art-main p img{ margin-left:-2em;}

.art-main table{ width:100%; text-align:center;}
.art-main table td{ padding:5px 2px;border: 1px solid #ddd;}

.art-back li{font-size: 14px;}
.art-back li span{ color:#0964a1; font-weight:bold;}
.art-footer-last{border-top: 1px solid #e2e2e2;padding-top: 6px;line-height: 30px;}
.art-footer-next{border-bottom: 1px solid #e2e2e2;padding-bottom: 6px;line-height: 30px;}
.art-footer-last a,.art-footer-next a {line-height: 30px;color: #555;}
.art-footer-last a:hover,.art-footer-next a:hover {color:#a59380;}
.art-footer-back{padding-top: 26px;float: right;margin-top: -82px;margin-right: 20px;}
.art-footer-back a{display: block;position: relative;width: 116px;height: 40px;overflow: hidden;border: 2px solid #a59380;line-height:36px;text-align: center;box-sizing: border-box;color: #a59380;}
.art-footer-back a span{display: block;position: relative;top: 0;}
.art-footer-back a:hover span{background: #a59380;color: #fff;top: -100%;line-height:40px;}
.art-footer-back a:hover{border: 0 none;}

/********分页*********/
.text-center {text-align: center; border-top: 1px solid #ddd;}
.pagination{display: inline-block; padding-left: 0; margin:20px 0px 20px; border-radius: 4px; font-size: 12px;}
.pagination > li{display: inline;}
.pagination > li > a,
.pagination > li > span{position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #4d4d4d; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span{margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span{border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{z-index: 3; color: #000; background-color: #eee; border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{z-index: 2; color: #fff; cursor: default; background-color: #0964a1; border-color: #0964a1;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}


@media (max-width:1199px){
.m2proItem {
    background: #f5f8ff;
    padding: 40px 0px;
    margin-top: 0px;
}
}

@media (max-width:769px){
.series-box .series-item .series-title {font-size: 14px;}
.sidebar-box .sidebar-left { width: 100%; margin-bottom:10px;}
.sidebar-box .sidebar-left .sidebar-nav h3 { font-size: 1.5rem;}
.sidebar-box .sidebar-left .sidebar-nav .pro-nav li a { display: block; padding: 10px 20px;}
.sidebar-box .sidebar-right { width: 100%;padding-left: 0rem;}
.product__single-topslide {width: 100%;}


.about-n-bg { position:absolute; width: 100%;height:100%;}
.about-n-box { position:relative;top: 0;left: 0;width: 100%; height: 100%;display: flex; align-items: center;}
.about-n-bg img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: auto;
    height: 100%;
}

.tabs_wenhua { overflow: hidden; display: flex; flex-wrap:wrap;}
.tabs_wenhua li {width: 100%;position: relative;float: left;padding: 20px 10px; margin-bottom:5px;}
.con-title {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0.2rem;
}
}






