@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.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
}


/*文字超出隐藏*/

.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 span { display: block; font:52px "宋体"; color: #dedede; }
.main-title b {
    font-size: 28px;
    color: #333;
    line-height: 45px;
}

.main-title p {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin:10px auto;
    padding-bottom: 14px;
}
.main-title i { display: block;}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 23px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0; }
.more_a2 em { display: inline-block; position: relative; z-index: 2;  font-style: normal;}
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#CE0A0F; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover { border-bottom-color:#CE0A0F; color: rgb(255, 255, 255); }
.more_a2:hover em{ color: #CE0A0F;}
.more_a2:hover::before { height: 1px; }

/*顶部导航*/

.headDiv {
    height: 70px;
    width: 100%; 
    position: relative;

   
}

.headDiv .wal {
    height: 140px;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 0px 5px 10px #A0A0A0;
    -moz-box-shadow: 0px 5px 10px #A0A0A0;
    -webkit-box-shadow: 0px 5px 10px #A0A0A0;
    border-radius: 0 0 25px 25px;
    display: flex;

    justify-content: center;
}

.headDiv .logo {
    height: 100px;
    flex: 4;
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.headDiv .logo b {
    font-size: 24px;
    color: #333;
}

.nav {
    flex: 7;
    padding-top: 6px;

}
.nav ul{ width: 100%; padding: 0; margin-top: 10px;}

.nav ul li a {
    display: block;
    float: left;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.nav li a:hover {
 
    color: #CE0A0F;
}


.headDiv .topRight {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;

}

.headDiv .topRight .tel {
    display: inline-block;
}

.headDiv .topRight .tel-num {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 5px;
}

.headDiv .topRight .tel-num span {
    font-size: 22px;
    font-family: Impact;
}


/*顶部导航 end*/


/*首页banner图*/

#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

#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: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}

#banner .swiper-button:hover {
    background: #CE0A0F;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px!important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#banner .swiper-pagination-bullet-active {
    background-color: #CE0A0F;
    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-box { margin-top: 50px;}
.product{display: flex; align-items: center; justify-content: center;}
.product-title{flex: 2; padding-right: 30px;}
.product-nav{flex: 6; display: flex; align-items: center; justify-content: center; }
.product-nav dl dd {width:27%; background-color: #F7F7F7; float:left; margin:6px 3%;}
.product-nav dl dd a {line-height: 40px; padding:5px; display: block; border: 1px solid #dedede; text-align: center; transition: all .3s;font-size: 16px;}
.product-nav dl dd a:hover { background: #CE0A0F; color: #fff;}
#product-list .swiper-container {
    height: 100%;
    padding-bottom: 70px;
    margin-top: 15px;
}

#product-list .swiper-wrapper {
    margin-top: 20px;
}

#product-list .swiper-slide {
    text-align: center;
    font-size: 18px;
}

#product-list .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

#product-list .swiper-slide p {
    background-color: #CE0A0F;
    color: #fff;
    line-height: 30px;
    padding: 10px;
}
#product-list .swiper-slide i{ display: block; margin-top: 5px;}

#product-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

#product-list .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

#product-list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
}

#product-list .swiper-pagination-bullet-active {
    opacity: 1;
    background: #CE0A0F;
}

.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

#product-list .swiper-slide span {
    overflow: hidden;
    display: block;
}

#product-list .swiper-slide span 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;
}

#product-list .swiper-slide:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
}

#product-list .swiper-slide:hover .show {
    opacity: 0.7;
}

#product-list .swiper-slide:hover .showBoxLink::before,
#product-list .swiper-slide:hover .showBoxLink::after {
    width: 20%;
}
/*公司简介*/
.about-box { background:url(../images/bg.jpg) no-repeat; background-size: cover; padding:80px 0; margin-top: 50px;}
.about-content {display: flex;
    align-items: center;
	justify-content: center;}
 .gs { flex: 1; padding-right: 30px;}
 .gs b { color: #fff; font-size: 34px;}
 .gs p { line-height: 24px; color: #fff; margin-top: 15px;}
 .ab_list { flex: 2 ; display: flex;

	justify-content: center;
    color: #fff;
 }
 .ab_list li { width: 33.3%; margin-left: 30px; text-align: center;}
 .ab_list li b{display: block;font-size: 38px;overflow: hidden;line-height: 55px;}
.ab-bg{ background:url(../images/abbg.jpg); background-size: cover; padding: 50px 0;}
.about{ 
	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: 10px;}
.about_fr{ flex: 1;overflow: hidden; padding-left: 40px; }

/*新闻中心*/

.news {
    margin-top: 30px;
}
.news-content {  display: flex;
    align-items: center;
    flex-flow: row nowrap;
 justify-content: space-between;
 }
.news-box  {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: stretch;
}

.news-one{
    flex: 2;
    border: 1px solid #f1f1f1;
 
}

.news-one span {
    display: block;
    overflow: hidden;
}

.news-one b {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
}

.news-one em {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 8px;
    font-weight: normal;
    padding: 0 20px;
}

.news-one img {
    display: block;
    width: 100%;
    transition: .8s;
}

.news-one a:hover img {
    transform: scale(1.1);
}
.news-one:hover {box-shadow: 0 0  10px #dedede;}
.news-one p {
    font-size: 14px;
    color: #606060;
    line-height: 25px;
    padding: 8px 20px;
}
.news-two { flex: 3; 
   }
   .news-two ul {display: flex; flex-wrap: wrap; }
   .news-two ul li { width: 50%; margin-bottom: 20px;}
.news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:30px 20px ; transition: .3s;  border: 1px solid #f1f1f1; margin-left: 20px; }
.news-two ul li:nth-child(3), .news-two ul li:nth-child(4) { margin-bottom: 0;}
.news-two a:hover { box-shadow: 0 0  10px #dedede;}
.news-two a:hover span { color: #CE0A0F;}
.day {
  color: #666;
  flex: 1;
  height: 80px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.day span {
    font-size: 36px;
    width: 100%;
    color: #666;
    text-align: center;
    font-weight:bold;
  }
  .day p{ width: 100%;	text-align: center;}
.newscon {
  flex: 4;
  padding-left: 20px;
}

.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}


.news-list {
    margin-top: 20px;
}

.news-list ul {
    display: flex;
    flex-wrap: wrap;
}

.news-list ul li {
    overflow: hidden;
    width: 31.3%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin:10px 1%;
}

.news-list ul li i {
  
    font-style: normal;
    color: #333;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding-bottom: 5px;
}

.news-list ul li p {
    line-height: 32px;
    color: #999;
}

.news-list ul li img {
  
    float: right;
    padding-left: 15px;
}

.news-list ul li a {
    color: #646464;
}

.news-list ul li a:hover em {
    color: #F18D00;
}
.news-list ul li a:hover i { color: #CE0A0F;}
/*联系我们*/
.contact { height: 400px; background: url(../images/bg2.jpg) no-repeat; background-size: cover; margin-top: 60px; padding: 50px 0;}
.contact-list ul {display: flex; flex-wrap: wrap; }
.contact-list ul li { flex: 1; margin: 10px; }
.contact-list a{ display: flex; color: #fff;  align-items: center; justify-content: center;  background:rgba(255, 255, 255, .4); padding:30px 20px ; transition: .3s; border-radius: 20px;  }
.contact-list a:hover { background-color:#CE0A0F ;}
.contact-tu {
   
    flex: 1;
    height: 80px;
    margin: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-content {
    flex: 4;
    padding-left: 20px;
    font-size: 16px;
  }
  .contact-content span { font-size: 20px;}
  
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    background: #CE0A0F;
    font-size: 30px;
    border-radius: 10px;
}


/*底部footer*/

.footer {
    background:url(../images/ftbg.jpg);

}

.foot {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
  
}

.foot b {
    font-size: 20px;
    color: #666;
    display: block;
    text-transform: uppercase;
    margin-bottom: 32px;
    width: 100%;
}

.foot span {
    color: #717070;
    font-size: 20px;
    font-weight: normal;
    padding-right: 8px;
}

.foot .ft-nav {
    flex: 3;
    padding-right: 50px;

}

.foot .ft-nav ul {

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.foot .ft-nav li {
    width: 25%;
    margin-bottom: 22px;
}

.foot .ft-nav li a {
    font-size: 15px;
    display: block;
    color: #717070;
}
.foot .ft-nav li a:hover { color: #CE0A0F;}

.foot .ft-contact {
    flex:4;
    display: flex;
    flex-wrap: wrap;
  
  

}
.foot .ft-contact span { width: 24px; }

.foot .ft-contact p {
    width: 49%;
    color: #717070;
    margin-bottom: 22px;
    font-size: 15px;
    padding-right: 1%;

}

.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background-color: #333;

}

.copyright a {
    color: #fff;
}