@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 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.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 p {
	color:#333;
    padding-left: 5px;
    line-height: 26px;

}
.header_phone p img{ padding-right:8px;}
.header_phone b{font-size: 32px;
    color: #0D357A;

    display: block;
    margin: 0;
    line-height: 36px;
    text-decoration: none;}

/*导航菜单*/
.navbar{ width: 100%; height:70px; border-top: 1px solid #EBEBEB;  }
.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: #333;
   text-align: center;
   transition: all .3s;

}

.nav a:hover, .nav li:hover > a {
   font-weight: bold;
    color: #fff;
    background: #0D357A;
  }
 
/* 二级菜单 */
.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: #0D357A;}

/*导航菜单 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:#0D357A;
}

.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: #0D357A;
    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:50px; }
 .slide-nav {

	margin-top: 50px;

}

.slide-list {

	list-style: none;
	padding:0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left:10px;
}
.slide-list li {
	
	overflow: hidden;
	width:calc(25% - 2px);
    margin-left: -1px;
  border: 1px solid #E7E7E7;


}

.slide-list li a {
	text-decoration: none;
	line-height: 45px;
	font-size:15px;
    text-align: center;
	display: block;
	color: #333;
	position: relative;
    background: #f8f8f8;
    padding: 20px 0;
    transition: all .3s;
}
.slide-list li a b { font-size: 22px;}
.slide-list li a span { display: block; width: 30px; height: 30px; margin: 0 auto; background: #8F8F8F; color: #fff; display: flex;  justify-content: center; align-items: center;  }
.slide-list li a:hover { background: #0D357A;color: #fff;}
.slide-list li a:hover span {  background: none;}
.pro_bg { background: url(../images/bg.jpg) no-repeat center; padding: 5px 0 50px 0; margin-top: 10px;}
.pro_list { margin-top: 30px;}
.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: 10px 15px; background: #fff; }
.pro_list .cp_tit {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    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: #0D357A;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}

/*简介*/
.about{background:#F7F7F7; background-size: cover; padding: 80px 0;  position: relative; overflow: hidden;}

.about_fl{ width:60%; 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 { margin: 15px 0; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #0D357A; color: #fff; transition: all .3s;border:1px solid #0D357A; display: block;
}
.more-btn span{ display: block;}
.more-btn:hover { color: #0D357A;border:1px solid #0D357A; background: none;}
.more_center { margin:25px auto;}
.about_fr{  width:40%; position: absolute; left: 0; top:0 }
.ab_zi{
text-transform: uppercase;
    line-height: 1.8rem;
    font-size:180px;
    color: #F0F0F0;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 20px;
    white-space: nowrap;

}
/*优势*/

.yyfa {
	width: 100%;
	height:710px;
	position: relative;

	overflow: hidden;
}

.yyfa .tab {
	overflow: hidden;
	position: absolute;
    width: 50%;
	top:0;
	left:50%;
	right:0;
    display: flex;
    flex-direction: column;

   background: rgba(13,53,122,.5);
   height:710px;
	overflow: hidden;
}

.team-box {
	position: relative;
    padding: 21px 0;


}

.team-box .team-content {
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: rgba(255,255,255,.6);
	 font-weight: bold;
     letter-spacing:5px;
	font-size:50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	 padding-bottom: 10px;
	
}
.team-content  .title2 {
	color: #fff;
	font-family: 'MontserratUltraLight';
	font-size: 32px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {text-transform: capitalize;}

.yyfa .tab a {
	display: block;
	width:95%;
	color: #fff;
	text-decoration: none;
	float: left;
    padding-left: 5%;

}

.yyfa .tab a.on .team-content .title { color: #E70012;}
.yyfa .tab a.on {    background: rgba(255,255,255,.4);}
.yyfa .co {
	overflow: hidden;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 710px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: cover;background-position:center; }
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size:cover;background-position:center;}
.yyfa .co li:nth-child(4){ background:url("../images/ys4.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa_list{ width: 1200px; margin: 0 auto; padding: 30px; }
.ys_txt { width: 45%;}
.ys_txt b { display: block; font-size: 36px; color: #fff; margin-top: 30px; margin-bottom: 8px;}
.ys_txt span { display: block; text-transform: capitalize; line-height: 40px; color: rgba(255,255,255,.8); font-size: 19px;}
.ys_txt p { margin: 10px 0; color: #fff; line-height: 38px; font-size: 20px;}
/*应用案例*/
.apply {
	overflow: hidden;
	background:#f6f6f6 url(../images/appbg.png) repeat-x top left;
	padding:60px 0 80px;

}
.apply ul {
	overflow: hidden;

	width: 100%;
	float: left;
	margin-top: 30px;
}
.apply ul li {
	float: left;
	width: 25%;

	text-align: center;
	position: relative;
}
.apply ul li .applytu img {
	width: 70px;
}
.apply ul li a {
	color: #fff;
	display: block;
    border: 1px solid #f1f1f1;
    height: 422px;
}

.apply ul li a:hover .apply-txt {
	display: block;

}

.apply ul li .apply-tit {
	font-size: 26px;
	padding: 20px;
	padding-top: 150px;
	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;
	display: none;
	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(13,53,122, 0.2); }

.apply ul li.one {
	background: url(../images/case1.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.two {
	background: url(../images/case2.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.three {
	background: url(../images/case3.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.four {
	background: url(../images/case4.jpg) no-repeat center;
	background-size: cover;
}
/*新闻*/
.news-box{ margin-top: 50px;}
.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}
.news_left {
  flex: 4;
  margin-top: 20px;
  background: #f5f5f5;
  margin-bottom: 10px;

}

.news_left  a {
  display: block;

}
.news_left a b {
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  display: block;
  padding: 0 40px;
}
.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  color: #666;
  padding:10px 40px;

}
.news_left a:hover b{ color: #0D357A;}
.news_left img{ transition: all 0.3s ;}
.news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }
.news_right {
  flex: 5;
  margin-top: 20px;
  margin-right: 20px;
}
.news_right a{ display: flex; align-items: center; justify-content: center;  background: #F5F5F5; padding: 10px; margin-bottom: 10px; transition: .3s;}

.day {
  color: #666;
  flex: 1;
  height: 90px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.newscon {
  flex: 4;
  padding-left: 20px;
}
.news-more{ flex: 1; display: flex; justify-content: flex-end; margin-right:10px;}
.news-more i{width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #0D357A;
  color: #0D357A;
  margin: 30px 0;
  display: block;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #666;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}

.news_right a:hover { background: #0D357A; color: #fff;}
.news_right a:hover .day , .news_right a:hover .day span, .news_right a:hover .newscon b { color: #fff;}
.news_right a:hover .news-more i{ border: 1px solid #fff;
  color: #fff;}
/*返回顶部*/

.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: #0D357A;
	margin-top: 80px;

}
.foot {
	padding: 60px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-items: stretch;
}
.foot b {
	font-size: 22px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom:32px;
}
.foot span{ color: #fff; font-size: 20px; font-weight: normal; padding-right: 9px;}

.foot .ft-nav {
	flex: 4;
	border-right: 1px solid #15408E;

}
.foot .ft-nav ul{

	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.foot .ft-nav li {
	width: 50%;
	margin-bottom: 22px;
}
.foot .ft-nav li a {
	font-size: 16px;
	display: block;
	color: #fff;
}
.foot .ft-contact {
	flex: 4;
	border-right: 1px solid #15408E;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;

	padding-left:60px;

}
.foot .ft-contact p{ width: 100%;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

.foot .ewm {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot .ewm  img {
	width: 100px;
	height: 100px;
	margin-top: 60px;

}
.foot .ewm p{ text-align: center; color: #fff; padding: 10px;}
.copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid #15408E; }
.copyright a{ color: #fff;}