@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_box { display:flex; align-items: center; justify-content: space-between;}
.main_box .more { width: 100px; height: 40px; border: 1px solid #dedede; text-align: center; line-height: 40px; transition: all .3s;}
.main_box .more:hover { border: 1px solid #0D357A; }
.main_box .more:hover a {color: #0D357A;}
.m_title { font-size: 62px; color: #0D357A; text-transform: uppercase; font-weight:bold; }
.p_title{ font-size: 30px; color: #222; font-weight: bold; }
.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: 20px 0; }
.wx { padding-right: 30px; display: flex; align-items: center; justify-content: center;}
.wx p{width: 14px; 
    line-height: 15px; 
    font-size: 14px;}
.wx img { height: 90px;}

.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#333;


}
.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);  }
.nav li:first-child { background: none;}
.nav li a{ 
	display:block;
	font-size: 18px;
	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*/

/*简介*/
.about{  background: #f8f8f8; padding: 60px 0;}
.about-box{ 
	display: flex;
    align-items: center;
	justify-content: center;

}
.about_fl{ flex: 1; overflow: hidden; }
.about_fl p{ line-height: 26px; padding: 10px 0; color: #666; margin-top: 15px; font-size: 15px;}

.about_fr{ flex: 1;overflow: hidden; padding-right: 60px; }
.more_a2 { margin-top: 30px; display: block;  width: 100px; height: 35px; border: 1px solid #dedede; text-align: center; line-height: 35px;}
.more_a2:hover { background: #0D357A; color: #fff;}
.ab_list2{ display: flex; align-items: center; justify-content: space-between;  margin-top:40px;}
.ab_list2 li{ cursor: pointer;
	-webkit-transition:transform .3s;transition:transform .3s;padding: 25px 0;}
.ab_list2 li a{ display: flex; align-items: center; }
.ab_list2 li span { color: #000; font-size: 16px; font-weight: 500;}
.ab_list2 li b{ font-size: 54px; color: #000; display: block; padding-right: 15px;}
.ab_list2 li a p{ margin-top: 5px; font-size: 20px; color: #666;}

 /*产品*/
.product {margin-top: 60px;}
.product_list ul { display: flex; align-items: center; justify-content: space-between; padding: 0; margin: 0; margin-top: 30px;}
.product_list li{ margin-right: 15px; background:#000; overflow:hidden}
.product_list li:last-child{ margin-right: 0;}
.pro-up{ position:relative}
.pro-bg {height: 0px;width: 100%;position: absolute;bottom: 0;opacity:0;-webkit-transition: all linear .3s;transition: all linear .3s;}
.pro_txt {height: 180px;position: absolute;bottom: 0;text-align: center;width: 100%;-webkit-transition: all linear .5s;transition: all linear .5s;color: #fff;opacity:0;}

.product_list .pro-box{ position: absolute; text-align:center; width:100%; height:15%; left:0; bottom:0;-webkit-transition: all linear .5s;transition: all linear .5s;}
.product_list li:hover .pro-box{ height:88%}
.product_list .pro_title { display: flex; flex-direction: column; }
.product_list .pro_title b { font-size: 22px; color: #fff;}
.product_list li .pro_txt p{ width:40%; margin:0 auto; text-align: left; font-size: 16px; padding: 10px 0;  border-bottom: 1px solid rgba(255,255,255,.4);}
.product_list li .pro_txt p img { float: right;}
.product_list li .pro_txt p a { color: rgba(255,255,255,.8); display: block;}
.product_list li .pro_txt{ height:10%}
.product_list li:hover .pro_txt{ height:80%}
.pro-up:hover .pro-bg{height:75%;background-color: #0C4194; opacity:1;-webkit-transition: all linear .5s;transition: all linear .5s;}
.pro-up:hover .pro_txt{opacity:1;-webkit-transition: all linear .5s;transition: all linear .5s;}
.product_list li span { display: block; width: 100%; height: 20%; position: absolute; bottom:0; color: #fff; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 1;-webkit-transition: all linear .5s;transition: all linear .5s; background: rgba(12,65,148,.6);}
.product_list li .pro_txt p a:hover {  color: #fff;}

.pro-up:hover span { opacity: 0; }
/*优势*/
.ys { margin-top: 50px; background: #f8f8f8; padding: 70px 0;}
.ys .ys_box { display: flex; align-items: center; justify-content: space-between; margin-top: 50px; position: relative;}
.ys_fl { width: 50%; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.1);  padding: 20px; position: absolute; left: 0; top:30px;}
.ys_fl { display: flex; }
.ys_num { padding: 30px 30px 0; flex: 1;}
.ys_fl b {font-size: 50px; color: #0D357A; }
.ys_fr { flex:1; display: flex;justify-content:flex-end;  }
.ys_tit { font-size: 40px; color: #333;}
.ys_txt{font-size: 15px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 48px;
        text-align: justify;}

/*新闻*/
.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-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: all .3s; margin: 20px 0;}
  
.news_content .day {
    color: #333;
    flex: 1;
    height: 70px;
    transition: all .3s;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #f8f8f8;
    padding: 20px;
  
  }
  .news_content .newscon {
    flex: 5;
    padding-left: 40px;
 
  }


  .news_content .newscon b {
    padding-bottom: 10px;
    font-size: 20px;
    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: #0D357A; }
  .news_content a:hover .day { background: #0D357A; color: #fff;}
  .news_content a:hover .day span { color: #fff;}
  .news_list { flex: 1; padding-left: 50px;}
  .news_list a { display: block; margin: 15px 0; border-bottom: 1px solid #f1f1f1; padding-bottom: 20px;margin-top: 30px;}
  .news_list a b { color: #000; font-weight: normal; font-size: 16px;}
  .news_list a p { line-height: 24px; color: #666;}
  .news_list a:hover b { color: #0D357A;}
/*返回顶部*/

.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;

	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:2; padding-right:90px;}

.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:3;	display: flex;
	flex-wrap:wrap;}
    .ft-contact b { display: block; width: 100%;}
.foot .ft-contact p{ 
	color: #fff;
    width: 50%;
	margin-bottom: 10px;
	font-size: 16px;
}

.copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid #15408E; }
.copyright a{ color: #fff;}