@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}

.dot2 {
  
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
  
}

.main_title{text-align: center;}

.main_title p b{font-size:40px;font-weight: bold;color:#0758B0; padding-left: 5px;}
.main_title span{font-size:18px;color:#666; line-height: 32px; margin-top: 15px; display: block;}
.title-more { display: block; width: 150px;height: 45px; line-height: 45px; font-size: 14px; text-align: center; color: #fff;
    border: 1px solid #fff; border-radius: 45px; text-shadow: none;margin-top:30px; }
  .title-more:hover { background: #0758B0;  border: 1px solid #0758B0; }
  .title-more::after {
    
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 7px;
    -webkit-transition: .6s ease;
    transition: .6s ease;}
    .title-more:hover::after{  border-top:2px solid #fff;
      border-right:2px solid #fff;  margin-left: 13px;}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/


.headDiv {
    transition: all 0.5s;
    width: 100%;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    margin: auto;
  
 
  
}
.header-scrolled {
    background:#fff;
    box-shadow: 0 2px 16px 0 rgb(0 78 204 / 10%);
}

.fixed-top{
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .headDiv .navbar { background: #fff;}
.headDiv .navbar .wal {
    height: 90px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}

.headDiv .logo2 {
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headDiv .logo b {
    font-size: 18px;
    color: #575757;
    padding-left: 30px;
    line-height: 24px;
}


.nav {
   
    height: 90px;
    display: flex;
    align-items: center;
    justify-content:space-between;

}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    display: block;
    padding:0 20px;
    overflow: hidden;
    text-align: center;
    font-size: 19px;
    color: #333;
    line-height: 90px;

}
.nav a:hover, .nav li:hover > a {

    color: #DA241C;
  }
  .top_tel { display: flex; align-items: center; font-size: 24px;  color: #333; font-weight: bold;}

  .head-right { color: #333;font-size: 17px;}
  .head-right a{ color: #333; padding: 0 20px;}
  .head-right a:hover { color: #DA241C;}
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 10;
    position: absolute;
    top:100%;
    width:150%;
    left: -25%;

    line-height: 30px;

    border-radius: 10px;
}
.nav ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav ul li .ejxl li a{display: block;color:#333;font-size: 16px;height:45px;line-height:45px; padding: 0; width: 100%;    text-align: center; }
.nav ul li .ejxl li a:hover{color: #fff; background: #0758B0;   }
.nav ul li .ejxl li:first-child a:hover { border-top-right-radius: 10px; border-top-left-radius:10px ;}

/*顶部导航 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:rgba(0,98,183,1);
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}


#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #0758B0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/
/*简介*/
.about {  padding:80px 0; background: #f5f5f5;} 
.about-box{ 
	display: flex;
    align-items: flex-start;
	justify-content: center;
    position: relative;

}
.about_fl{ flex: 1; padding-right:60px; }
.ab_txt { font-size: 16px; margin-top: 20px; line-height: 32px; color: #666;}

.about_fr{ flex:1;overflow: hidden;  }
.ab_list2{ display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top:50px; 

}
.ab_list2 li{ flex: 1; cursor: pointer; color:#333;  text-align: center; margin: 5px; background: #fff; 
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 16px; padding:30px 20px;}
.ab_list2 li:last-child { border: none;}
.ab_list2 li p { margin-bottom: 20px;}
.ab_list2 span { display: block; line-height: 32px; text-transform: uppercase; font-size: 18px;}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 30px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0; }
.more_a2 span { display: inline-block; position: relative; z-index: 2; }
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#0758B0; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover::before { height:1px; color: #0758B0; }
.more_a2:hover { color: #0758B0;}
/* 产品 */
.product { background: #0758B0; padding: 60px 0 80px 0; }
.pro-nav { margin: 30px 0;}
.pro-nav ul { display: flex;  align-items: center; justify-content: space-between;}
.pro-nav li {  text-align: center; flex: 1; }

.pro-nav li a { color: #fff; padding:60px 0; font-size: 24px; display: block; background: rgba(255,255,255,.1);border-right: 1px solid rgba(255,255,255,.1);}
.pro-nav li:last-child a{ border-right: none;}
.pro-nav li a:hover { background: rgba(255,255,255,.2);}
.pro_list {  background: #f5f5f5; margin-top: -80px; padding: 10px; }

.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 25px 15px; background: #fff; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    color: #585757;
    padding-top: 20px;
}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #0758B0; }

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
.ptotu { position: relative;}
.ptotu i { position: absolute; top:18px; left: 10px; opacity: 0;}
.ptotu .p2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ptotu .p2 .pp_lf {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	left: -40%;
	width: 100%;
	height: 300%;
	
}

.ptotu .p2 .pp_rg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	right: -40%;
	width: 100%;
	height: 300%;

}

.pro_list a:hover .pp_lf {
	left: -130%;
    background: rgba(0, 0, 0, 0.1);
}

.pro_list a:hover .pp_rg {
	right: -140%;
    background: rgba(0, 0, 0, 0.1);
}
.pro_list a:hover i { opacity: 1;}
/* 行业 */

.apply {
	overflow: hidden;
	background:#f6f6f6 url(../images/applybg.jpg)no-repeat ;
	padding:60px 0 80px;
    margin-top: 60px;

}
.apply ul {
	overflow: hidden;

	width: 100%;
	float: left;
	margin-top: 30px;
}
.apply ul li {
	float: left;
	width: calc(25% - 20px );
    margin: 10px;
    transition: all .3s;
	text-align: center;
	position: relative;
    overflow: hidden!important;
   
}
.apply ul li .applytu img {
	width: 70px;
}
.apply ul li a {
	color: #fff;
	display: block;

    height: 422px;
}

.apply ul li a:hover .apply-txt {
opacity: 1;

}

.apply ul li .apply-tit {
    position: absolute;
    bottom:25px;
    left: 20px;
	font-size: 20px;
	padding: 20px;

	font-weight: bold;
    transition: all .3s;

}
.apply ul li .app-more{   position: absolute; bottom: 30px; right: 30px;}

.apply ul li a:hover .apply-tit {
	padding-top: 90px;
}
.apply ul li .apply-txt {
	padding: 0 20px;
	line-height: 24px;
    opacity: 0;
	transition: all 0.5s;
}
.apply ul li .apply_box { position: relative; z-index: 2; height: 100%;}
.apply ul li .mark { z-index: 1; position: absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.1); }

.apply ul li.one {
	background: url(../images/fa1.jpg) no-repeat center;
	background-size: cover;

   
}
.apply ul li.two {
	background: url(../images/fa2.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.three {
	background: url(../images/fa3.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.four {
	background: url(../images/fa4.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.apply ul li:hover {   transform:scale(1.2); z-index: 99;}
/* 设备 */
.sheb-box{ margin: 60px 0; }
.sheb { margin: 30px 0; padding-bottom: 60px;}
.sheb a { display: block; color: #000; float: left; width: calc(33.33% - 20px); margin:0 10px; background: #fff; position: relative; box-shadow: 0 0 20px #E5E5E5; }
.sheb span { display: block; }
.pro_title {
    position: absolute;
    width: 80%;
    bottom:-40px;
    left: 0;
    right: 0;
     margin: 0 auto;
    align-items: center;
    height:60px;
    text-align: center;
    line-height:60px;
    font-size: 17px;
    font-weight: bold;
    background-color: rgba(240,240,240,1);
    
    transition: all 100ms linear;
  }

  
  .sheb a:hover .pro_title { background: #0758B0; color: #fff;}  
  .sheb_more{margin: 80px auto; text-align: center; display: block; width: 130px; padding:3px 0;}
/*新闻*/
.news { padding: 60px 0; background: #f5f5f5; margin-top: 60px;}
.news_box {width: 70%;margin-top:30px; }

#major-list { position: relative;}
  #major-list .swiper {
  
      margin-left: auto;
      margin-right: auto;
    
      width: 100%;
    }
    
    #major-list .swiper-slide {

      font-size: 15px;

     
    }
    #major-list .swiper-slide a{ display: block; position: relative; color: #fff;}
    #major-list .swiper-slide span{overflow: hidden; display: block;}
    #major-list .swiper-slide img {
      display: block;
      transition: all 0.3s ease-out;
    
    }
    #major-list .swiper-slide .news_tit{ font-size: 16px; padding:20px 5%; position: absolute; bottom: 0; left: 0; color: #fff; width: 90%; background: rgba(0, 0, 0, 0.3);  } 
    #major-list .swiper-slide .news_tit i {display: block; margin-top: 10px; font-size: 14px;}
    #major-list .swiper-slide .news_tit p { border-bottom: 1px solid rgba(255,255,255,.3);  padding-bottom: 15px;}
    #major-list .swiper-slide .news_tit em { float: right;}

    #major-list .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        display: inline-block;
 
    background: #fff;
    opacity: .5;
     
    }
    #major-list .swiper-pagination-bullet-active {
        opacity: 1;
        background: #DA241C;
    }
    #major-list .swiper-pagination { position: absolute; right:30px; bottom: 20px;}
    #major-list .swiper-slide a:hover .news_tit{ background: rgba(3,83,162,.7); }
    .news_fl_list { background: #fff; display: flex; flex-wrap: wrap; padding: 20px;}
    .news_fl_list a { display: block; color: #333; padding: 10px 0;  width:calc(50% - 40px) ;margin: 10px 20px; border-bottom: 1px solid #f1f1f1;}
    .news_fl_list a span { float: right;}
    .news_fl_list a:hover { color: #0758B0;}
    .news_fr { width: 26%; background: #fff; padding: 0 1%; margin-top:30px; padding-bottom: 10px;}
    .news_fr a { display: block; padding:30px 20px; border-bottom: 1px solid #f1f1f1; width:95%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
    .news_fr span { margin-right: 15px;}
    .news_fr a:hover { color: #0758B0;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#DA241C;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background: #0054AA ;
    background-size: cover;
   
  
  }
  .foot {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #fff;
  }
  .foot .ft-nav .ft-nav-list dl{ flex: 1; padding-right: 40px;}
  
  .foot .ft-nav .ft-nav-list dt{ font-size: 20px; margin-bottom: 20px; padding-right: 45px; }
  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start;  flex-wrap: wrap; }
  .foot .ft-nav .ft-nav-list dd a{ color: #fff; display: block;  margin-bottom: 10px; padding-right:45px;
    font-size: 16px;}
  
  
  .foot .ft-nav .ft-nav-list dd a:hover{ color: #0758B0}
  .foot .ft-nav .ewm { width: 134px; display: flex; align-items: center;  margin-top:10px; justify-content: flex-start;}
  .foot .ft-nav .ewm p {  line-height: 32px; text-align: center; padding: 0 5px;  color: #fff; letter-spacing: 3px; font-size: 16px;  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
  .foot .ft-nav .ewm img{ width: 100px; }

  .foot .ft-contact {
  
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  
  }
  .foot .ft-contact b{
      font-weight: 500;
      color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px; }
  .foot .ft-contact p{ 
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .foot .ft-contact p span{ padding-left: 18px;}
  .foot .ft-contact i{ font-size: 17px; margin-bottom: 20px; color: #fff;font-weight: 700; display: block; width: 100%;}
  .foot .ft-contact i img { float: right; }
  .copyright{ padding:20px 10px; text-align: center; color: #fff; border-top: 1px solid #0362BF }
  .copyright a{ color: #fff;}