@charset "utf-8";
@font-face{
  font-family: 'ZhenyanGB';
  src: url("rui.ttf");
}
/*初始样式*/
body {
  color: #333;
  font-size: 14px;
}

/*网站字体颜色*/
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
img {
  border: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
}

i, em {
  font-style: normal;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* -- 页面整体布局 -- */
.pic img, .picl img, .pics img {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}

.pic img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.picl img:hover {
  -moz-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
}

.pics img:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.white, .whites {
  position: relative;
  overflow: hidden;
}

.white:after, .whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@keyframes myfirst {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

body {
  min-width: 1200px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

i, em {
  font-style: normal;
}

.text-c {
  text-align: center;
}


/*banner*/
.banner {
  height: auto;
  max-width: 1920px;
  margin: 0 auto !important;
  position: relative;
}

.banner .bd li {
  /*float: left;*/
  width: 100%;
  line-height: 0;
}

.banner .bd li img {
  width: 100%;
}

.banner .bd li a {
  display: block;
  height: 100%;
}

.banner i {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.banner i img {
  height: 30px;
  display: inline-block;
  margin-top: 15px;
}

/* banner部分 */
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /*padding-bottom: 20px;*/
}
.banner-nav {
  position: absolute;
  left: 40%;
  bottom:47px ;
  display: flex;
  justify-content: center;
}
.banner-nav .on {
  background-color: #c40e24;
}
.banner-nav .banner-dot {
  margin-left: 58px;
  margin-right: 58px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #C40E24;
}
.banner .list-info {
  list-style: none;
}

.banner .list-info > a {
  display: block;
}

.banner .list-info > a > img {
  width: 100%;
  height: 100%;
}
.banner .prev {
  position: absolute;
  top: 48%;
  left: 7%;
  cursor: pointer;
}
.banner .next {
  position: absolute;
  top: 48%;
  right: 7%;
  cursor: pointer;
}

/*banner下方的搜索条*/
.serach{
  width: 100%;
  height:60px;
  border-bottom: 1px solid #DCDCDC;
}
.serach-content{
  height:60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serach-content .serach-l{
  font-size: 16px;
}
.serach-content .serach-l a{
  margin-left: 30px;
}
.serach-content .serach-r{
  width: 286px;
  height: 37px;
  display: flex;
  align-items: center;
  border: 1px solid #BABABA;
  border-radius: 19px;
}
.serach-content .serach-r input{
  width: 230px;
  height: 15px;
  text-indent: 20px;
  border: none;
  background-color: transparent;
}
.serach-content .serach-r span{
  display:inline-block;
  width: 1px;
  height: 15px;
  background-color: #dddddd;
  margin-right: 20px;
}
.serach-content .serach-r img{
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/*产品中心*/
.product .title{
  padding-top: 65px;
  margin-bottom:50px;
}
.product-content{
  display: flex;
  justify-content: space-between;
}

.product-l-nav {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  width: 200px;
  height: 450px;
  text-align: center;
}

.product-l-title {
  width: 100%;
  height: 60px;
  background-color: #c0182e;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 15px;
}

.product-l-content {
  width: 170px;
  margin: 0 auto;
}
.product-l-info {
  display: none;
}
.product-l-info a:hover p {
  color: #c0182e;
}
.product-l-info-title span{
  display: block;
  width: 170px;
  height: 50px;
  background: url('../img/wxz.png') no-repeat;
  background-position: right 14px center;
  background-size: 8px 8px;
  background-color: #dcdcdc;
  border-radius: 4px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.product .on{
  background: url('../img/xz.png') no-repeat;
  background-position: right 14px center;
  background-size: 8px 8px;
  background-color: #C22035;
  color: #ffffff;
}

.product-l-info p {
  margin-left: 22px;
  width: 126px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #666666;
  border-bottom: 1px dotted #AAAAAA;
  text-align: left;
}
.product-l-info p img {
  margin-left: 13px;
  margin-right: 8px;
}
.product-l-info p:last-child{
  border-bottom:0;
}
.product-l-tel{
  margin-top:10px;
  width: 200px;
  height: 112px;
  background:url('../img/pro-tel-bg.jpg') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
  text-align: center;
}
.product-l-tel img{
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 8px;
  width: 25px;
  height: 25px;
}
.product-l-tel .product-l-dz{
  display: flex;
  justify-content:center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.product-l-tel .product-l-dz span{
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-right: 5px;
  display: block;
}
.product-l-tel .product-l-dz span:last-child{
  margin-left: 5px;
}
.product-l-tel .tel{
  margin-top: 11px;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}
.product-r{
  width: 965px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-r .product-r-desc {
  margin-bottom: 16px;
}
.product-r .product-r-desc .desc-img {
  width: 300px;
  height: 230px;
  overflow: hidden;
}
.product-r .product-r-desc .desc-img img {
  width: 300px;
  transition: 1s;
}
.product-r .product-r-desc .desc-img:hover img {
  transform:scale(1.1);
}
.product-r .product-r-desc p {
  height: 46px;
  font-size: 16px;
  color: #555555;
  line-height: 46px;
  text-align: center;
  border: 1px solid #AAAAAA;
}

/*我们的承诺*/
.promise {
  background: url("../img/cl-bg.jpg") no-repeat;
}
.promise .promise-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.promise .promise-title span {
  display: inline-block;
  width: 412px;
  height: 0px;
  border: 1px solid #ffffff;

}
.promise .promise-title h2 {
  margin: 0 114px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.promise-content {
  margin-top: 34px;
  display: flex;
  justify-content: space-around;
}
.promise-content .item {
  text-align: center;
  width: 300px;
}
.promise-content .item h3 {
  font-style: italic;
  margin-bottom: 33px;
  font-size: 36px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
.promise-content .item p {
  font-size: 24px;
  line-height: 42px;
  color: #FFFFFF;
  text-align: center;
}
.promise-content .item img {
  width: 100px;
  margin-bottom: 38px;
  transition: all .6s;
}
.promise-content .item img:hover{
  transform: rotate(360deg);
}
.promise-content .first img {
  width: 145px !important;
}
.promise-btn {
  text-align: center;
}
.promise-btn button {
  margin-top: 25px;
  margin-bottom: 35px;
  width: 170px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #c0182e;
  border: none;
  outline: none;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 5px;
}

/*好护栏-耀霖造*/
.advantage .title{
  padding-top: 80px;
  margin-bottom: 50px;
}
.advantage-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage-desc{
  display: flex;
  justify-content: space-between;
  height: 340px;
  color: #333333;
}
.advantage-desc .txt {
  margin-left: 74px;
  margin-bottom: 25px;
  display: flex;
}
.advantage-desc .txt .txt-icon {
  margin-right: 10px;
  margin-top: 15px;
  width: 6px;
  height: 6px;
  background: #C30D23;
}
.advantage-desc .txt em {
  font-size: 24px;
  line-height: 24px;
  color: #BE1F35;
  font-weight: bold;
}
.advantage-desc .txt .p {
  margin-right: 84px;
  margin-bottom: 38px;
  font-size: 16px;
  color: #333333;
}
.third .advantage-title {
  margin-bottom: 15px;
}
.third .txt {
  margin-bottom: 20px;
}
.first .desc-l img {
  width: 600px;
}
.third .desc-l img {
  width: 600px;
}
.third .desc-l {
  position: relative;
}
.third .desc-l .zs {
  width: 303px;
  position: absolute;
  left: 71px;
  bottom: -7px;
  z-index: 99;
}
.third .desc-l .jb {
  width: 164px;
  position: absolute;
  left: -39px;
  bottom: -8px;
  z-index: 100;
}
.second .desc-r img {
  width: 600px;
  margin-left: 20px;
}
.fourth .desc-r img {
  width: 600px;
  margin-left: 17px;
}
.fourth .desc-r {
  margin-right: 8px !important;
}
.advantage-title{
  margin-top:44px;
  padding-left: 80px;
  margin-bottom:23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
}
.advantage-title img{
  height: 54px;
  margin-right:12px;
}
.first .advantage-title h3 {
  margin-left: -155px;
  margin-top: -30px;
  font-size: 132px;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 132px;
}
.second .advantage-title h3 {
  margin-left: -182px;
  margin-top: -20px;
  font-size: 132px;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 132px;
}
.third .advantage-title h3 {
  position: relative;
  margin-left: -155px;
  margin-top: -30px;
  font-size: 132px;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 132px;
  z-index: 99;
}
.fourth .advantage-title h3 {
  margin-left: -182px;
  margin-top: -20px;
  font-size: 132px;
  font-weight: bold;
  color: #EEEEEE;
  line-height: 132px;
}
.advantage-desc .advantage-title p{
  padding-left: 0;
}
.advantage-desc .advantage-title p span:first-child{
  font-family: ZhenyanGB;
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.advantage-title p span:last-child{
  position: relative;
  z-index: 100;
  display: block;
  font-size:16px;
  line-height: 16px;
}
.advantage-desc p {
  width: 454px;
  font-size: 16px;
  line-height: 36px;
}
.advantage-desc p .list-icon {
  margin-left: 74px;
  margin-right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C30D23;
  line-height: 16px;
}
.advantage-desc li {
  margin-right: 84px;
  margin-bottom: 38px;
  margin-left: 74px;
  text-indent: 20px !important;
  list-style-image: url("../img/ys-ic.jpg");
  font-size: 16px;
  color: #333333;
}
.advantage-desc .txt .p em{
  font-size: 24px;
  color: #BE1F35;
  letter-spacing: 2px;
  font-weight: bold;

}
.advantage-list{
  margin-top: 60px;
  margin-bottom: 60px;
}
.advantage-list-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 45px;
}
.advantage-list-title span{
  display:block;
  width: 70px;
  height: 2px;
  background-color: #be1f35;
}
.advantage-list-title span:first-child{
  margin-right: 10px;
}
.advantage-list-title span:last-child{
  margin-left: 10px;
}
.advantage-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantage-info .advantage-info-img{
  width: 380px;
  height: 240px;
  margin-right: 27px;
}
.advantage-info .advantage-info-img img{
  width: 100%;
  height: 100%;
}
/*合作案例*/
.case {
  background: url("../img/case-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 70px;
}
.case .title {
  padding-top: 80px;
  margin-bottom: 50px;
}
.case .menu {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.case .menu .on {
  background-color: #c40e24;
  color: #FFFFFF;
}
.case .menu .menu-item {
  width: 200px;
  height: 50px;
  background-color: #DCDCDC;
  font-size: 20px;
  line-height: 50px;
  color: #555555;
  text-align: center;
}
.case .menu .menu-item:hover{
  background-color: #c22035;
  color: #ffffff;
}
.case .case-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
}
.case .case-list li {
  width: 695px;
  height: 460px;
}

.case .content-btn {
  position: absolute;
  width: 28px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}

.case .prev-btn {
  left:-75px;
  top: 45%;
}

.case .next-btn {
  right:-75px;
  top: 45%;
}
.case .list{
  width: 1200px;
  height: 460px;
}
.case .list li a img{
  width: 100%;
  height: 100%;
}
.case .list li .case-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 77px;
  background-color: black;
  opacity: 0.5;
}

.case .list li .case-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:77px;
}

.case .list li .case-content .case-title {
  margin-top: 25px;
  color: white;
  font-size: 20px;
  padding: 0 30px;
  text-align: center;
}

.case .list li .case-content .case-desc {
  margin-top: 15px;
  color: white;
  font-size: 14px;
  padding: 0 30px;
}

/*关于耀霖*/
.about .title {
  padding-top: 80px;
  margin-bottom: 50px;
}
.about .about-info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about .about-info .info-l {
  width: 507px;
  height:392px;
  background-color: #C20921;
}
.about .about-info .info-l img {
  width: 544px;
  height: auto;
  box-shadow: 1px 1px 3px 2px #ccc;
  margin-left: 50px;
  margin-top: 40px;
}
.about .about-info .info-r {
  margin-left: 139px;
}
.about .about-info .info-r h2 {
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.about .about-info .info-r h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #555555;
}
.about .about-info .info-r h4 {
  width: 80px;
  height: 6px;
  background-color: #C20921;
}
.about .about-info .info-r p {
  margin-top: 25px;
  font-size: 16px;
  color: #555555;
  line-height:36px;
  font-weight: 400;
  text-indent: 2em;
  text-align: justify;
}
.about .about-info .info-r .about-btn {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.about .about-info .info-r .about-btn button {
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  border:1px solid #555555;
  background-color: #fff;
  transition: all .6s;
}

.about .about-info .info-r .about-btn button:hover{
  background-color: #c22035 !important;
  border: none;
}
.about .about-info .info-r .about-btn button:hover span{
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
.about .about-info .info-r .about-btn button span{
  display: block;
  padding-bottom: 3px;
  width: 74px;
  text-align: center;
  border-bottom: 1px solid #555555;
  margin-left: 13px;
}

.show {
  padding-bottom: 80px;
  margin-top: 74px;
  position: relative;
  background: url("../img/zz-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.show  .navs {
  position: absolute;
  top: -25px;
  display: flex;
}
.show  .navs .nav-item p {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #555555;
  text-align: center;
  background-color: #dcdcdc;
}
.show  .navs .nav-item p[class="on"] {
  display: inline-block;
  line-height:50px;
  color: #ffffff;
  text-align: center;
  background-color: #c22035;
}

.show .show-content{
  width: 100%;
  padding-top:75px;
}
.show .show-content .show-sp{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show .show-content .company-honor .show-item{
  margin-right:130px;
}
.show .show-content .company-image .show-item{
  margin-right:18px;
}
.show .show-content .company-image .show-item img {
  width: 388px;
  height: 290px;
}
.show .show-content .company-honor .show-item img {
  width: 200px;
  height: 290px;
}
.show .show-content .show-item p {
  margin-top: 24px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 16px;
}

/*新闻中心*/
.news .title {
  padding-top: 80px;
  margin-bottom: 50px;
}
.news-content {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.company .news-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  line-height: 24px;
}
.problem .news-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  line-height: 24px;
}
.company .news-title p {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.company .news-title .news-more{
  display: flex;
  align-items: center;
}
.company .news-title .news-more span{
  display: block;
  font-size: 20px;
  color: #555555;
  font-weight: bold;
  margin-right: 8px;
}
.company .news-title .news-more span:hover{
  color: #C20921;
}
.problem .news-title .news-more span:hover{
  color: #C20921;
}
.company .news-title .news-more img{
  width: 8px;
  height: 8px;
}
.problem .news-title .news-more{
  display: flex;
  align-items: center;
  margin-right: 41px;
}
.problem .news-title .news-more span{
  display: block;
  font-size: 20px;
  color: #555555;
  font-weight: bold;
  margin-right: 8px;
}
.problem .news-title .news-more img{
  width: 8px;
  height: 8px;
}
.company .company-content img {
  display: block;
  width: 590px;
  height: 220px;
}
.company .company-content h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.company .company-content h4 {
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
}
.company .company-content p {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  width: 546px;
  text-overflow: ellipsis;
  padding-right: 48px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #999999;
}
.company .company-content .x-line {
  margin-top: 14px;
  width: 590px;
  height: 1px;
  background-color:#999999;
}
.company .detail {
  margin-top: 14px;
  width: 590px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company .detail a{
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}
.company .detail a:hover{
  color: #C20921;
}
.company .detail h4{
  font-size: 14px;
  color: #666666;
  font-weight: 200;
}
.news .news-content .y-line {
  margin-top:77px;
  margin-left: 38px;
  margin-right: 38px;
  width: 1px;
  height: 360px;
}
.news .news-content .y-line img{
  width: 100%;
  height: 100%;
}
.problem .news-title p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.problem .item {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.problem .item:last-child {
  margin-bottom: 0;
}
.problem .item .num {
  width: 120px;
  height: 120px;
  background: #DCDCDC;
}
.problem .item .num h3 {
  margin-top: 32px;
  font-size: 48px;
  color: #333333;
  text-align: center;
  line-height: 48px;
}
.problem .item .num p {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.problem .item .desc {
  margin-right: 41px;
  padding-left: 23px;
  border-bottom: 1px dashed #DCDCDC;
  border-right: 1px dashed #DCDCDC;
  border-top: 1px dashed #DCDCDC;
  padding-right: 10px;
}
.problem .item .desc h1:hover {
  color: #C20921;
}
.problem .item .desc h1 {
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
}
.problem .item .desc p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;

}
.problem .item-all{
  margin-top: 34px;
  height:400px;
}
