/* Animate.css动画演示 */
@import "../css/animate.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.css";

/* 公共样式 */
@import "../css/public.css";


.pagination>li{
    display: inline-table;
    margin: 2px;
}
.pagination>li>a{
    display: block;
    padding: 2px 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
}  
.pagination>li>a:hover{
    background-color: #09419f;
    border-color: #09419f;
    color: #fff;
}


.text_btn{
  position: relative;
}
.text_btn::after{
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background-color: #09419f;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.text_btn:hover:after{
  width: 100%;
}
.text_span{
  position: relative;
  z-index: 1000;
}

/* 头部 */
.header {
  width: 100%;
  padding: 16px 0;
  position: relative;
  z-index: 9999999;
}
.logo > a{
  width: 538px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 20px;
}
.header_R > a{
  width: 44px;
  float: left;
  margin-left: 25px;
  position: relative;
}
.header_R > a > span{
  width: 44px;
  height: 44px;
  float: left;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #09419f;
  border-radius: 50%;
  color: #09419f;
}
.header_R > a:hover > span{
  border-color: #039be1;
  color: #039be1;
}
.header_wx{
  width: 140px;
  height: 0;
  overflow: hidden;
  float: left;
  position: absolute;
  right: 0;
  top: 105%;
}
.header_wx img{
  width: 140px;
  height: 140px;
  display: block;
}
.header_R > a:hover .header_wx{
  height: 140px;
}

/* 导航 */
nav {
  background: #3e9fe7;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999;
}
.layui-nav{
    background-color: initial;
    padding: 0;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
    width: 12.5%;
    line-height: 52px;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #09419f;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 40px;
  background-color: rgba(23,138,226,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #09419f;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #3e9fe7;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #09419f;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/next.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner .banner-prev {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/prev.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner:hover .banner-next {
  opacity: 1;
}
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/* 底部 */
footer {
  background: rgba(23,138,226,0.8);
  padding: 21px 0;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.footer{
  width: 100%;
  overflow: hidden;
}
.copyright{
  width: 100%;
  overflow: hidden;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/*公司简介*/
.main{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.main_left{
  width: 275px;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #09419f;
  font-weight: bold;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul > li{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.about_ul > li > a{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ececec;
  padding: 0 35px;
  font-size: 14px;
  color: #000;
}
.about_ul > li:hover > a{
  background-color: #039be1;
  color: #fff;
  font-weight: bold;
}
.about_ul > li.about_on > a{
  background-color: #039be1;
  color: #fff;
  font-weight: bold;
}
.about_dl{
  display: none;
}
.about_dl > dd{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f6f6f6;
}
.about_dl > dd > a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  font-size: 14px;
  color: #000;
}
.about_dl > dd > a > span{
  padding-left: 16px;
  background: url(../images/about_jiantou.png) no-repeat left center;
}
.about_dl > dd > a:hover{
  background-color: #039be1;
  color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.about_B a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #abdef5;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.about_B a > span{
  display: inline-table;
  padding-left: 32px;
  background: url(../images/about_ly.png) no-repeat left center;
}
.about_B a:hover{
 color: #039be1;
}

.main_right{
  width: 860px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
}
.dqwz_p{
  float: left;
  font-size: 30px;
  color: #09419f;
  font-weight: bold;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #5f5f5f;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
/* END-公司简介 */

/* 产品展示 */
.cp_ul{
  display: block;
  overflow: hidden;
}
.cp_ul li{
  width: 222px;
  float: left;
  margin: 0 32px 30px 32px;
}
.cp_ul li a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3e9fe7;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_nav{
  display: block;
  overflow: hidden;
}
.cpxq_nav li{
  float: left;
  border-radius: 10px;
  line-height: 20px;
  padding: 4px 12px;
  font-size: 16px;
  color: #00338f;
  border: 1px solid #00338f;
  margin: 0 12px 9px 0;
  cursor: pointer;
}
.cpxq_nav li.cpxq_actived{
  background-color: #00338f;
  color: #fff;
}
.cpxq_contect{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding-top: 10px;
}
.cpxq_contect img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}
.cpxq_contect > div{
  display: none;
}
.cpxq_contect > div:first-child{
  display: block;
}
/* END-产品展示 */

.hz_ul{
    display: block;
    overflow: hidden;
    width: 102%;
    margin-left: -1%;
}
.hz_ul li{
    width: 23%;
    float: left;
    margin: 0 1% 2% 1%;
}
.hz_ul li a{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}
.hz_ul li a::before{
    display: block;
    content: "";
    padding-top: 55%;
}
.hz_ul li a:hover img{
    transform: scale(1.1,1.1);
}


/* 技术支持/行业资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  line-height: 44px;
  font-size: 12px;
  color: #666;
}
.xw_ul li a{
  display: block;
  overflow: hidden;
  height: 44px;
  background: url(../images/about_jiantou.png) no-repeat 10px center;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
}
.xw_ul li a:hover{
  color: #039be1;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  color: #666;
  line-height: 18px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-height: 100%;
  height: auto;
  margin: 15px auto;
}


.xw_ul1{
  display: block;
  overflow: hidden;
}
.xw_ul1 li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul1 li a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  padding: 2px;
  background-color: #f2f2f2;
}
.xw_ul1 li a .news_B{
  width: 250px;
  float: left;
  display: flex;
  overflow: hidden;
}
.xw_ul1 li a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xw_ul1 li a .news_txtB{
  width: calc(100% - 250px);
  overflow: hidden;
  padding: 30px;
}
.xw_ul1 li a .news_txtB .news_p{
  line-height: 30px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul1 li a .news_txtB .news_txt{
  line-height: 30px;
  height: 90px;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.xw_ul1 li a .news_txtB .news_sp{
  line-height: 16px;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  overflow: hidden;
}
.xw_ul1 li a:hover{
  background-color: #09419f;
}
.xw_ul1 li a:hover  .news_txtB .news_p{
  color: #fff;
}
.xw_ul1 li a:hover  .news_txtB .news_txt{
  color: #fff;
}
.xw_ul1 li a:hover  .news_txtB .news_sp{
  color: #fff;
}
.xw_ul1 li a:hover .news_B .news_img{
  transform: scale(1.1,1.1);    
}
/* END-技术支持/行业资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/*公司简介*/
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
/*END-公司简介*/

/* 产品展示 */
.cp_ul li{
  width: 30.3333%;
  margin: 0 1.5% 3% 1.5%;
}
/* END-产品展示 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #09419f;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: relative;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  padding:0;
  background: none;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(23,138,226,0.8);
  position: absolute;
  right: 0;
  top:0;
}
.layui-nav .layui-nav-item{
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #09419f;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #09419f;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/*公司简介*/
.main{
  padding: 20px 0;
}
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}
/*END-公司简介*/

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END */

/* 底部 */
footer {
  padding: 10px 0;
  line-height: 20px;
}
/* END-底部 */

/*公司简介*/
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_title {
  width: calc(100% + 20px);
  margin-left: -10px;
  font-size: 18px;
  background: url(../images/imgs/sj_jiantou.png) no-repeat right center #09419f;
  color: #fff;
  padding-left: 20px;
}
.about_ul{
  display: none;
}
.about_ul > li{
  margin-top: 2px;
}
.about_ul > li > a {
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
}
.about_dl > dd > a {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}
.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  line-height: 24px;
}
/*END-公司简介*/

/* 产品展示 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 48%;
  margin: 0 1% 2% 1%;
}
.cp_ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.cpxq_nav li{
  line-height: 18px;
  padding: 3px 9px;
  font-size: 15px;
  margin: 0 5px 5px 0;
}
.cpxq_contect img{
  margin: 5px auto;
}
/* END-产品展示 */


.hz_ul li{
    width: 31.3333%;
}

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 62px;
  float: left;
  background: #fff;
}
.root {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
}
.root a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #45a1e8;
  text-align: center;
}
.root a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.root a > div:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.root a:hover {
  background: #09419f;
  color: #fff;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 99999;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
  text-align: center;
  transition: initial;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #09419f;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */