@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: 1268px;
    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;
    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;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}

.main_title{text-align: center;}
.main_title p{font-size:40px;margin-bottom:16px; color: #333; background: url(../images/tit_line.png) no-repeat bottom; padding-bottom: 15px; }

.main_title p b{font-size:40px;font-weight: bold;color:#0C4CA4; padding-left: 5px; }
.main_title span{font-size:18px;color:#666;}
.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;height: 140px; position: relative;}
.logo_txt { display: flex; align-items: center;}
.logo_txt b{    line-height: 34px;
    margin-top: 15px;
    font-size: 24px;
    color: #0C4CA4;
    display: block;
  }
.logo_txt p { font-size: 16px; line-height: 30px; color: #999; }
.logo_zi { margin-left: 30px; }
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#333;

	margin-bottom:10px;
	font-size:16px;
}
.header_phone p img{ padding-right:15px;}
.header_phone b{ color:#0C4CA4;   font-size: 28px;
; margin-top:0;  display: block; padding-right:20px;}
.header_phone .tel_txt p{ font-size: 28px; font-weight:bold; color: #E60012;}
.top-ewm  img{ height: 100px; }
/*导航菜单*/
.navbar{ width: 100%; height:68px;  background: #0C4CA4; color: #fff;}
.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}
.nav li {position: relative;  width: calc(100% / 9);  }

.nav li a{ 
	display:block;
	font-size: 17px;
	line-height: 68px;
	color: #fff;

   text-align: center;
   transition: all .3s;
   border-right: 1px solid #155ABC;
   border-left: 1px solid #0A4390;

}

.nav a:hover, .nav li:hover > a {
   font-weight: bold;
    color: #fff;
    background: #E60012;
  }
 
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);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;   border-right: none;
    border-left:none;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #E60012;}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper-container {
    width: 100%;
    height: 100%;
  }
  #banner .swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

  }

#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:rgba(200,26,29,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: #666;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #E60012;
    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 {  padding:40px 0 60px 0; background: #f1f1f1;}
 .pro_box { display: flex; justify-content: space-between; margin-top: 30px;}
 .pro_nav {width: 25%; color: #fff; background:#213E82; margin: 0 10px;}
 .pro_nav .pro_nav_tit { padding: 40px}
 .pro_nav .pro_nav_tit b { font-size: 26px; display: block; line-height: 40px; }
 .pro_nav .pro_nav_tit span { margin: 30px 0; display: block; line-height: 26px;}
 .pro_nav .pro_nav_tit p { line-height: 24px; margin: 10px 0;}
 .pro-tel { font-size: 30px;}
 .pro-tel img { width: 40px; margin-bottom:10px;}
 .pro_fenl { width: 75%;}
 .pro_fenl ul li a { 
    position: relative;
    display: block;
    transition: 0.6s;
    transform-style: preserve-3d;
    height: 100%;
  
  }
 
  
 .pro_fenl ul {
	overflow: hidden;

	width: 100%;

}
.pro_fenl ul li {
	float: left;
	width: calc(33.33% - 20px );
    margin:0 10px;
 
    transition: all .3s;
	text-align: center;
	position: relative;
    overflow: hidden!important;
   
}
.pro_fenl ul li .pro_fenltu img {
	width: 70px;
}
.pro_fenl ul li a {
	color: #fff;
	display: block;

}

.pro_fenl ul li a:hover .apply-txt {
opacity: 1;

}

.pro_fenl ul li .apply-tit {
    position: absolute;
    bottom:25px;
    left: 20px;
	font-size: 20px;
	padding: 20px;

	font-weight: bold;
    transition: all .3s;

}
.pro_fenl ul li .app-more{   position: absolute; bottom: 30px; right: 30px;}

.pro_fenl ul li a:hover .apply-tit {
	padding-top: 90px;
}
.pro_fenl ul li .apply-txt {
	padding: 0 20px;
	line-height: 24px;
    opacity: 0;
	transition: all 0.5s;
}
.pro_fenl ul li .apply_box { position: relative; z-index: 2; height: 100%;}
.pro_fenl ul li .mark { z-index: 1; position: absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.1); }

.pro_fenl ul li:hover {   transform:scale(1.2); z-index: 99;}

/*  */
.probg { background: url(../images/probg.jpg) no-repeat bottom; padding: 50px 0;}
.pro_list a { display: block; float: left;color: #fff;  width: calc(33.3% - 22px); margin:10px;  border: 1px solid #0C4CA4; overflow: hidden;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 18px 15px; background: #0C4CA4; color: #fff; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    color: #fff;
  
}


.pro_list a:hover p { color: #fff; background: #E60012;}

.ptotu { position: relative;}

.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: -20%;
	width: 100%;
	height: 300%;
	
}

.ptotu .p2 .pp_rg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	right: -50%;
	width: 100%;
	height: 300%;

}

.pro_list a:hover { border: 1px solid #E60012;}


/*简介*/
.about{  margin-top: 60px;}
.about_box{ background: #fff; width: 80%; margin: 0 auto; margin-top: -50px;  padding:20px 50px; position: relative; z-index: 2;  box-shadow: 0 0 10px #dedede; margin-bottom: 80px; }
.ab_txt{font: 15px/28px "Microsoft YaHei";color: #666; margin-top: 20px; text-align: center;}
.ab-fr { position: relative; z-index: 1; margin-top: 30px;}

.ab_more{ 
    display: block;
    font-size:14px;
    color:#fff;
    width: 140px;
    line-height: 40px;
    text-align:center;
    border:1px solid #0C4CA4;
    background: #0C4CA4;
    border-radius: 20px 0 20px 0;
    margin:20px auto;
    font-style: normal;
    transition: all 0.3s;}
.ab_more:hover{  color: #0C4CA4;  background: #fff;  color: #0C4CA4;}

/* 优势 */
.ysbg{ margin: 60px 0;}
.ys{
	position: relative;
	z-index: 1;
    margin-top: 30px;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.ys li{
	width: calc((100% - 6px) / 3);
	border: 1px solid #E5E5E5;
	text-align: center;
	background: #fff;
	position: relative;
	height: 240px;

    margin-left: -1px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.ys li:nth-child(1),.ys li:nth-child(2),.ys li:nth-child(3){ 	border-bottom:none;}

.ys a{
	display: block;

	padding: 20px;
}
.ys .box{
	width: 0;
	height: 0;
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 1;
	transition:all 0.3s;
}

.ys .bg{
    position:absolute;
	width: 0;
	height: 0;
	top:50%;
	left: 50%;
	transition:all 0.3s;
    background: #0C4CA4;
    z-index: 1;
}
.ys b{
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	position: relative;
	z-index: 2;
	display: block;
	margin: 10px 0;
	transition:color 0.3s;
}

.ys p{
	color: #999;
	line-height: 24px;
	font-size: 15px;
	position: relative;
	z-index: 2;
	transition:color 0.3s;
}
.ys li .ys-before { display: block; position: relative; z-index: 2; margin-left: auto; margin-right: auto;}

.ys li .ys-after { display: none; position: relative; z-index: 2; margin-left: auto; margin-right: auto;}
.ys li:hover b{
	color: #fff;
	transition:color 0.3s;
}
.ys li:hover p{
	color: #fff;
	transition:color 0.3s;
}
.ys li:hover .bg {	width: 100%;
	height: 100%;
	top:0;
	left: 0;}
.ys li:hover .box{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
    z-index: 1;
	transition:all 0.3s;
}
.ys li:hover .ys-before { display: none!important; }
.ys li:hover .ys-after { display: block!important; }
.ser-fr b{font-size: 40px;
	margin-top: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
 }
.ser-fr p{
	font-size: 16px;
	padding: 10px 0;
	color: #666;
}
.ser-fr span{ display: block; width: 160px; line-height: 40px; height: 40px; font-size: 26px; text-align: center; font-weight: bold; background: #086AC4; color: #fff; padding:10px 20px; margin-top: 20px;}
.ser-fr a{ color: #01509D;}
/*案例*/
.case { background: url(../images/casebg.jpg) no-repeat ; padding: 60px 0;}
.prone { margin-top: 30px;}
    .prone .swiper-wrapper { padding-bottom:70px;}
.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.prone .swiper-slide p {
    background-color: #f2f2f2;
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    padding: 10px;
}
.prone .swiper-slide:hover p {
    background-color: #0C4CA4;
    color: #fff;
   
}
.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.prone .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.prone .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

.prone .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0C4CA4;
}
/*新闻*/
.news_box{ margin-top: 50px;}
.news_con {display: flex; align-items: center;  margin-top: 40px; min-width:0;}
.news{ display: block; flex: 1; margin-right: 20px;  background: #f6f6f6; min-width:0;}
.news a{
	
	transition: .3s;
}

.news a .img,.news a .img img{
	width: 100%;

	overflow: hidden;
	transition: 1s;

}
.news a .cont{
	padding:10px 20px;
}
.news a .cont span{ background: url("../images/more.png") no-repeat; width:35px; height:35px; display: block; transition: all 0.5s;}
.news a b{color: #999999; font-size: 40px; margin-top: 10px; display: block; }

.news a p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 8px;


}
.news a .news-title{
	font-size:18px;
	color: #333;
	line-height: 26px;
	padding-bottom: 5px;
	 width:100%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;


}

.news a:hover img{
	transform: scale(1.1);
}



.news a:hover .cont span{ width:35px; height:35px; display: block; margin-left: 90%;}
.news-two { flex: 1; margin-left: 20px; min-width:0;}
.news-two ul {display: flex; flex-wrap: wrap; }
.news-two ul li{ min-width:0;}
.news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1;  margin-top: -1px; }

.news-two a:hover { box-shadow: 0 0  10px #dedede; background:#0C4CA4; background-size: 100%; }
.news-two a:hover span { color: #fff;}
.news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

.day {
color: #666;
flex: 1;

margin: 7px 0;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap; min-width:0;
}
.day span {
 font-size: 30px;
 width: 100%;
 color: #333;
 text-align: center;
 font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}
.day img { margin-top: 15px;}
.newscon { min-width:0;
flex: 4;
padding-left: 20px;
}

.newscon b {
padding-bottom: 10px;
font-weight: normal;
font-size: 18px;
color: #333;
display: block; width:100%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

}
.newscon p {

text-align: left;
line-height: 24px;
font-size: 14px;

}
.newscon img { margin-top: 10px;}
.cjwt { margin-top: 30px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.cjwt a { width:calc(33.3% - 42px) ;display: flex; align-items: center; justify-content: space-between; margin-top: -1px; margin-left: -1px; padding: 20px; border: 1px solid #f1f1f1;}
.cjwt a:hover { color: #0C4CA4;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#f20000;
    font-size: 26px;
 
}
/*底部footer*/
.footer {
    background: #0C4CA4; background-size: cover;
    margin-top: 80px;
}

.foot {
    padding: 68px 0 30px 0;

}

.foot b {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.foot span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
}
.foot .ft-nav { width: 38%; margin-right:8%;}

.foot .ft-nav li {

    float: left;
    margin-bottom: 22px;
    width: 50%;
}

.foot .ft-nav li a {
    font-size: 16px;
    display: block;
    color: #fff;
}
.foot .ft-nav li a:hover {color: #E60012;}
.foot .ft-contact { width: 27%;}

.foot .ft-contact p {
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
}

.foot .footer_center {
    margin-top: 62px;
    display: flex;
  
    justify-content: center;
    flex-direction: column;
}
.footer_phone { display: flex; align-items: center;}
.footer_phone p {
	color:#333;
	margin-bottom:5px;
	font-size:16px;
}
.footer_phone p img{ padding-right:15px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff;     font-size: 32px;
 margin:15px 0;  display: block;}

.foot .footer_center { width:31%;}
.foot .footer_center .footer_tel {
 
 display: flex;

 flex-direction: column;
}

.foot .footer_center p {
    text-align: left;
    color: #fff;
   
}
.foot .ewm{ margin-top:65px; width: 100px;}
.foot .ewm img { max-width: 100px; margin-left: auto; margin-right: auto;}
.foot .ewm p { margin-top: 10px; text-align: center; color: #fff;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.5);
}
.copyright a {
    color: #fff;
}