@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 {
    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 p{font-size:40px;margin-bottom:16px; color: #333;}
.main_title p b{font-size:40px;font-weight: bold;color:#C81A1D;}
.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: 120px; position: relative;}

.logo_txt b{ font-size: 32px; color: #1E5A8A;}
.logo_txt p { font-size: 19px; line-height: 36px;}
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#666;

	margin-bottom:10px;
	font-size:16px;
}
.header_phone p img{ padding-right:8px;}
.header_phone b{ color:#C81A1D;   font-size: 32px;
  font-weight:500; margin-top:0;  display: block; padding-right:20px;}

/*导航菜单*/
.navbar{ width: 100%; height:70px; border-top: 1px solid #f1f1f1; }
.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: #C81A1D;
  }
 
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 999;
    position: absolute;top:100%; width: 100%;
  
}
.nav li:hover .ejxl{ display:block;}
.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: #C81A1D;}

/*导航菜单 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: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: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #C81A1D;
    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:60px; }
 .pro_nav{ width:21%; margin-top: 40px;  }
.pro_nav_txt{ color: #333; }
.pro_nav_txt b{display: block; font-size: 30px; margin-bottom:42px;}
.pro_nav_txt span{ display: block; font-size: 24px; text-transform: uppercase; color: #999;}
.pro_nav_txt a {position: relative;z-index: 4; text-decoration:none; transition: all 0.2s; display: block; color: #666; border: 1px solid #f1f1f1; height: 62px; line-height: 62px; margin-bottom: 14px; font-size: 17px; padding:9px 15px; background: #f5f5f5;}
.pro_nav_txt a:after{content:'';position:absolute;width:0;height:100%;background:#C81A1D;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;z-index: -1;}
.pro_nav_txt .p1:hover a:after{width:100%;}
.pro_nav_txt .p1:hover a{ color: #fff;}
.pro_nav_txt p{ margin:20px 0;}
.pro_nav_txt i{ display: block; font-style: normal; font-size:18px; text-align: center;}
.pro_nav_txt .more_a3{ width: 120px; height: 30px; margin: 10px auto; border-radius: 10px 0 10px 0; text-align: center; color: #fff; background: #05AA46; font-size: 14px; border: none;}
.pro_list { width: 75%; margin-top: 35px;  }
.pro_list { margin-top: 30px;}
.pro_list a { display: block; float: left; width: calc(50% - 20px); margin:10px; background: #f5f5f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 0 15px;}
.pro_list .cp_tit {
    color: #333;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    padding:6px;
   
}
.pro_list .cp_dec{ padding-bottom: 15px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #C81A1D;}
.pro_content { margin-top: 30px;}
.pro_content a { display: block; float: left; width: calc(25% - 16px); margin:8px; background: #fff; }
.pro_content span { display: block; overflow: hidden; }
.pro_content p {

    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding:10px;
    background: #f5f5f5;
}

.pro_content a:hover { box-shadow: 0 0 20px #dedede;}
.pro_content a:hover p { color: #fff; background: #C81A1D;}


/*简介*/
.about { background: url(../images/ab-bg.jpg) no-repeat center; background-size: cover; padding: 90px 0; margin-top: 60px;} 
.about-box{ 
	display: flex;
    align-items: flex-start;
	justify-content: center;
    position: relative;

}
.about_fl{ flex: 2; }
.about_fl p{ line-height: 26px; padding: 10px 0; color: #666; margin-top: 15px;}
.about_fl .ab-title{ font-size: 22px; color: #222; font-weight: bold; margin-top: 10px;}
.about_fr{ flex:3;overflow: hidden; padding-left: 40px; }
.ab_list2{ width: 60%; background: #fff;  display: flex; align-items: center; justify-content: center; padding: 20px; margin-top: 30px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
position: absolute;
left: 0;

}
.ab_list2 li{ flex:1;cursor: pointer; color:#333;  padding:10px 0; text-align: center; border-right: 1px solid #dedede;
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 18px;}
  .ab_list2 li:last-child { border: none;}
.ab_list2 li b{display: block;font-size: 47px;color: #C21125;overflow: hidden;}
.ab_list2 li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #666;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: -20px;
  left: 0px;
  color: #fff;
  display: inline-block;
}
.ab_list2 li:hover{-webkit-transform:translate(0,-15px);transform:translate(0,-15px);}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 23px; color: #C81A1D; 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:#C81A1D; width: 100%; height: 1px; transition: all 0.3s ease 0s; }
.more_a2:hover { border-bottom-color:#C81A1D; color: rgb(255, 255, 255); }
.more_a2:hover::before { height: 100%; }
/*优势*/
.ys_box { margin-top: 60px;}
.ys {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;

}
.ys ul{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	justify-content: space-between;}
.ys li{position:relative;overflow:hidden; width: 20%; border-right: 2px solid #fff; }
.ys li:last-child{ border: none;}
.ys li a{display:block; }
.ys em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.ys .dec_ar p{ margin-top:15px;   }
.ys .dec_ar span{ margin-top:15px; display: block; font-size: 30px; color: #fff; font-weight: bold; text-align: center; }
.ys li .cont_ar{ color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,.3);
	transition:all 0.5s; -webkit-transition:all 0.5s;
}

.ys li .ar_title{
	width:90%;
	text-align:center;
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
}
.ys li .ar_title i{width:50px;height:45px;margin: 0 auto;}
.ys li .ar_title b{font-size:24px;font-weight:bold;text-align:center;margin-top: 25px; display: block; }
.ys li .dec_ar{
	line-height:28px;
	max-height:100%;
	position:absolute;
	z-index:1;
	left: 0;
    padding:20px 15%;
	right: 0;
    bottom: 0;
    background: rgba(200,26,29,.8);
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ys li .dec_ar em{ font-size: 24px; margin-top: 15px;  font-weight: bold;}
.ys li .dec_ar p{ color: #fff; font-size: 16px; line-height: 30px;text-align: center; }
.ys li .more{ text-align: center; color: #fff; margin-top: 15px; }
.ys li.cur .cont_ar{ background: rgba(255,255,255,0);cursor: pointer; }
.ys li.cur .ar_title{  display: none;}
.ys li.cur .dec_ar{
	opacity:1;
	filter:alpha(opacity=100);

	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}

    /*新闻*/
.news {  margin-top: 60px;}
.news_fl { width: 49%; margin-top: 40px;}
.news_fl .newstu a{ position: relative; display: block; overflow: hidden;}
.news_fl .newstu .newstu_txt{ position: absolute; top:0; left: 0; width: 80%; padding:10%; height: 80%; background: rgba(0, 0, 0, 0.2); color: #fff; }
.news_fl .newstu .newstu_txt span {  display: block;}
.news_fl .newstu .newstu_txt b{ font-size: 18px; display: block ; margin: 15px 0;}
.news_fl .newstu .newstu_txt p { line-height: 26px;}
.news_fl .newstu .newstu_txt i { display: block; margin-top: 30px; width: 100px; border-radius: 30px; height:35px; line-height: 35px; text-align: center; border: 1px solid #fff;}
.news_fl .newstu a:hover .newstu_txt i{ background: #C81A1D;border: 1px solid #C81A1D;}
.news_fl .news_list { display: flex; align-items: center; justify-items: center; margin-top: 20px; }
.news_fl .news_list a{ display: block; background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);   padding: 20px; width: 50%;}
.news_fl .news_list a:first-child{ margin-right: 10px;}
.news_fl .news_list a:last-child { margin-left: 10px;}
.news_fl .news_list span{ display: block; color: #999;}
.news_fl .news_list b{ font-size: 18px; display: block ; margin: 15px 0; font-weight: normal; color: #333;}
.news_fl .news_list p { color: #666; line-height: 24px;}
.news_fl .news_list i { display: block; margin-top: 20px; width: 100px; border-radius: 30px; height:35px; line-height: 35px; text-align: center;
    background: #f1f1f1;color:#666;}
.news_fl .news_list a:hover i {background: #C81A1D;color:#fff;}    
.news_fl .news_list2 { display: flex; align-items: center; justify-items: center; flex-wrap: wrap;}
.news_fl .news_list2 a{  background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);   padding: 20px; width: calc(50% - 50px);  margin-bottom: 20px;}
.news_fl .news_list2 a:nth-child(1){ margin-right: 10px;}
.news_fl .news_list2 a:nth-child(2){ margin-left: 10px;}
.news_fl .news_list2 a:nth-child(3){ margin-right: 10px; margin-bottom: 0;}
.news_fl .news_list2 a:nth-child(4){ margin-left: 10px;margin-bottom: 0;}
.news_fl .news_list2 span{ display: block; color: #999;}
.news_fl .news_list2 b{ font-size: 18px; display: block ; margin: 15px 0; font-weight: normal; color: #333;    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news_fl .news_list2 p { color: #666; line-height: 24px;}
.news_fl .news_list2 i { display: block; margin-top: 20px; width: 100px; border-radius: 30px; height:35px; line-height: 35px; text-align: center;
    background: #f1f1f1;color:#666;}
.news_fl .news_list2 a:hover i {background: #C81A1D;color:#fff;}    

/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#C81A1D;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background: url(../images/ftbg.jpg) no-repeat center; background-size: 100%;
    margin-top: 80px;
}

.foot {
    padding: 60px 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: normal;
    padding-right: 8px;
}
.foot .ft-nav { width: 32%;}

.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: #999;}
.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;   margin-bottom: 30px;}
.footer_phone p {
	color:#333;

	margin-bottom:5px;
	font-size:16px;
}
.footer_phone p img{ padding-right:8px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff;     font-size: 24px;
 margin: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:85px; width: 10%;}
.foot .ewm img { max-width: 100px;}
.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;
}