@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;

}



/************************图片样式***********************/

img {

    border: 0px;

    vertical-align: middle;

}



/*图片居中*/

.center-block {

    display: block;

    margin-right: auto;

    margin-left: auto

}

/*图片自适应*/

.img-responsive {

    display: block;

    height: 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;

    -webkit-box-orient: vertical;

}

.dot3 {



    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

}







/**/



.wal {

    width: 1200px;

    margin: 0px auto;

}



.main_title{text-align: center;}



.main_title b{font-size: 36px;

    display: inline-block;

    color: #363636;

    font-weight: 700;

    position: relative;

}



.main_title span{

    display: block;font-size: 18px;

    color: #999999;

    margin: 10px 0;

}

.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;}



/*顶部导航*/

.header {

	width: 100%;



}

.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative;}

.logo_txt { padding: 15px 0; }

.header_phone { display: flex; align-items: center; padding-left: 20px;}

.header_phone img { padding-right: 10px;}

.header_phone p {

	color:#333;

    padding-left: 5px;

    line-height: 26px;



}

.header_phone p img{ padding-right:8px;}

.header_phone b{font-size: 32px;

    color: #0C4194;



    display: block;

    margin: 0;

    line-height: 36px;

    text-decoration: none;}



/*导航菜单*/

.navbar{ width: 100%; height:70px; background: #0C4194;  }

.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}

.nav li {position: relative;  width: calc(100% / 6);   background: url(../images/line.png) no-repeat left;}

.nav li:first-child { background: none;}

.nav li a{ 

	display:block;

	font-size: 17px;

	line-height: 70px;

	color: #fff;

   text-align: center;

   transition: all .3s;



}



.nav a:hover, .nav li:hover > a {



    color: #fff;

    background: #E70012;

  }

 

/* 二级菜单 */

.ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 999;

    position: absolute;top:100%; width: 100%;

  

}

.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}

.nav li .ejxl li a{display: block;color:#444;font-size: 16px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }

.nav li .ejxl li:hover a { background: none;}

.nav li .ejxl a:hover{color: #0C4194;}



/*导航菜单 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:50%;

	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:#0C4194;

}



.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: #0C4194;

    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*/



 /*产品*/

 .product {  margin-top:40px; }

 .product .wal { display: flex;}

 .slide-nav {



	margin-top: 30px;

    flex: 2;

    margin-right: 30px;





}



.slide-list {



	list-style: none;

	padding:0;

	margin: 0;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

    flex-direction: column;



}

.slide-list li {

    width: 100%;



}



.slide-list li a {

	text-decoration: none;

	line-height: 31px;

	font-size:15px;

	display: flex;

    align-items: center;

    justify-content: space-between;

	color: #333;

	position: relative;

    background: #f8f8f8;

    padding:13px 20px;

    transition: all .3s;

    border-bottom: 1px solid #ccc;

}

.slide-list li a b { font-size: 17px; display: block;}

.slide-list li a span { display: block; width: 30px; height: 30px;  background: #8F8F8F; color: #fff;  line-height: 30px  }

.slide-list li a:hover { background: #0C4194;color: #fff;}

.slide-list li a:hover span {  background: none;}



.pro_list { margin-top: 20px; flex: 5;}

.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #F2F2F2;}

.pro_list span { display: block; overflow: hidden; }

.pro_list p{ padding: 8px 15px; background: #fff; }

.pro_list .cp_tit {

    font-size: 16px;

    line-height: 24px;

    text-align: center;

    color: #585757;

    padding-top: 15px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

}

.pro_list .cp_dec{    

    color: #888;

    line-height: 20px;

    padding-bottom:10px;

    font-size: 14px;}

.pro_list a:hover { box-shadow: 0 0 20px #dedede;}

.pro_list a:hover p { color: #fff; background: #0C4194;}



.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}



/*简介*/

.about{background:#F7F7F7; background-size: cover; padding: 80px 0 0;  position: relative; overflow: hidden; margin-top: 60px;}



.about_fl{ width:45%; margin-top: 40px;   }

.ab_txt { margin-top: 50px;position: relative; z-index: 2;}

.ab_txt p{ line-height: 32px; padding: 10px 0; color: #666;font-size: 15px;}

.ab_txt b{ font-size: 22px;

    display: block;

    margin-bottom: 15px;

    color: #333;

    font-weight: normal;}

.more-btn { float: left; margin: 15px 0 0; margin-right: 15px; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #0C4194; color: #fff; transition: all .3s;border:1px solid #0C4194; display: block;

}
.down-btn {color: #0C4194;line-height: 30px; margin-top: 5px; font-size: 18px; float: left;  margin-left: 25px;text-align: center; display: block;}
.down-btn img { transition: all 0.3s;}
.down-btn:hover { color: #0C4194;}
.down-btn:hover img { margin-top: 3px;}
.more-btn span{ display: block;}

.more-btn:hover { color: #0C4194;border:1px solid #0C4194; background: none;}

.more_center { margin:25px auto;}

.about_fr{  width:55%;  }

/**/

.abbg { background:#0C4194 ;  background-size: cover; padding: 60px 0; }

.more_btn3 { display: block; margin-top: 30px;  width: 100%; width: 150px; font-size: 14px; height: 45px; text-align: center; color: #fff; border: 1px solid #fff; line-height: 45px; display: block;}

.more_btn3:hover { background: rgba(255, 255, 255, 0.5);}

.abbg .wal { display: flex; align-items: center; justify-content: space-between;}

.abbg .rx { color: #fff; font-size: 15px;}

.abbg .rx b{ font-size: 24px;}

.abbg .rx i{display: block;width: 150px;margin:15px auto;}

.abbg .rx i a{display: block;width: 150px;height: 45px;line-height: 45px;background: #e41f28;font-size: 16px;color: #fff;overflow: hidden;border-radius: 10px;}

.abbg .rx em{display: block;float: left;line-height: 0;width: 21px;height: 21px;overflow: hidden;padding: 13px 10px 0 25px;-webkit-transform: translateZ(0);transform: translateZ(0);}

.abbg .rx em img{width: 21px;height: 21px;}

.abbg .rx i:hover em {

  opacity: 0;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-animation-name: hvr-icon-drop;

  animation-name: hvr-icon-drop;

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;

  -webkit-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}

/* Icon Drop */

@-webkit-keyframes hvr-icon-drop {

    0% {

      opacity: 0;

    }

    50% {

      opacity: 0;

      -webkit-transform: translateY(-100%);

      transform: translateY(-100%);

    }

    51%,

      100% {

      opacity: 1;

    }

  }

  @keyframes hvr-icon-drop {

    0% {

      opacity: 0;

    }

    50% {

      opacity: 0;

      -webkit-transform: translateY(-100%);

      transform: translateY(-100%);

    }

    51%,

      100% {

      opacity: 1;

    }

  }

  

/*应用行业*/

.apply {  margin-top: 60px;}

.apply_list {display: flex; align-items: center; margin-top: 50px;  flex-wrap: wrap;}

.apply_list a {display: flex; align-items: stretch; width:50%; color: #333;}

.apply_list .apply_tu, .apply_list .apply_txt { flex: 1; background: #f1f1f1;}

.apply_list .apply_txt { position: relative; padding-top: 10px; transition:  all .3s;}

.apply_list .apply_txt b { font-size: 24px; display: block; padding: 30px 50px; margin-top: 30px;}

.apply_list .apply_txt p { padding: 20px 50px; line-height: 28px; font-size: 16px;}

.apply_list a .apply_txt .sj1 { transition:  all .3s;position: absolute; top:45%; left: -20px; width:0;

    height:0;

    border-top:20px solid transparent;

    border-bottom:20px solid transparent;

    border-right:20px solid #f1f1f1;}

.apply_list a .apply_txt .sj2 { transition:  all .3s;position: absolute; top:45%; right: -20px; width:0;

        height:0;

        border-top:20px solid transparent;

        border-bottom:20px solid transparent;

        border-left:20px solid #f1f1f1;}

.apply_list a:hover .apply_txt { background: #0C4194; color: #fff;}

.apply_list a:hover .apply_txt .sj1{border-right:20px solid #0C4194;}

.apply_list a:hover .apply_txt .sj2{border-left:20px solid #0C4194;}

/*新闻*/

.news-box{ margin-top: 50px;}

.news { display: flex; align-items: center; justify-content: space-between;}

.news_content { margin-top: 10px; flex: 3;}

.news_content a { display:flex; align-items:stretch; justify-content: center; border: 1px solid #f1f1f1; transition: all .3s; margin: 20px 0;}

  

.news_content .day {

    color: #333;

    flex: 1;



    transition: all .3s;

    font-size: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    background: #f8f8f8;

    padding:40px;

  

  }

  .news_content .newscon {

    flex: 5;

    padding-left: 30px;

 

  }





  .news_content .newscon b {

    padding: 10px 0;

    font-size: 20px;

    margin-top: 15px;

    color: #333;

    display: block;

    font-weight: normal;

  

  }

  .news_content .newscon p {

    color: #666;

    text-align: left;

    line-height: 24px;

    font-size: 14px;

  }

  

  .news_content .day span {

    font-size: 30px;

    width: 100%;

    color: #000;

    font-weight: 700;

    text-align: center;



  }

  .news_content .day p{ width: 100%;	text-align: center; font-size: 18px;}

  .news_content a:hover .newscon b { color: #0C4194; }

  .news_content a:hover .day { background: #0C4194; color: #fff;}

  .news_content a:hover .day span { color: #fff;}

  .news_list { flex: 1; margin-top: 10px;  margin-left: 30px; border: 1px solid #f1f1f1;}

  .news_list a { display: block;  border-bottom: 1px solid #f1f1f1; padding:38px 20px;}

  .news_list a b { color: #000; font-weight: normal; font-size: 16px; display: block; margin-bottom: 5px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

  .news_list a p { line-height: 24px; color: #666;}

  .news_list a:last-child { border-bottom: none;}

  .news_list a:hover b { color: #0C4194;}

/*返回顶部*/



.scroll {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    position: fixed;

    right: 45px;

    bottom: 70px;

    color: #fff;

    cursor: pointer;

    background:#E70012;

    font-size: 26px;

 

}





/*底部footer*/

.footer {

    background: #0C4194 url(../images/ftbg.jpg) no-repeat;

    background-size: cover;

    margin-top: 60px;

  

  }

  .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-start;

    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;}

  .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: #E70012}

  .foot .ft-nav .ewm { display: flex;}

  .foot .ft-nav .ewm p { text-align: center; margin-top: 10px; color: #fff;}

  .foot .ft-nav .ewm img{ width: 90px;  margin-top: 20px; }

  .foot .ft-contact {

  

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

    flex-direction: column;

  

  }

  .foot .ft-contact b{

      font-weight: 500;

      color: #fff;

    text-align: right;

    margin-bottom: 20px;

    font-size: 20px; }

  .foot .ft-contact p{ 

    color: #fff;

    text-align: right;

    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: #333;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 rgba(255, 255, 255, 0.2); }

  .copyright a{ color: #fff;}