﻿@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#002060","sub1color":"#ff8400"},
{"vicolor":"#fe9e0b","sub1color":"#3B200C"},
{"vicolor":"#D32F2F","sub1color":"#3B200C"},
{"vicolor":"#4C9DA0","sub1color":"#fb5f08"}
]
AVAIBLE_VI*/
em {
  font-style: normal;
}
.search-inp .search-btn::after {
  background-color: #f00d20;
}
.search-inp .search-btn::before {
  border-color: #f00d20;
}
/*列表自定义板块*/
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #f00d20;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #f00d20;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #f00d20;
  border-color: #f00d20;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.h_head {
  position: relative;
  z-index: 10;
  height: 239px;
  background-image: url('/images/h_top_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 239px;
}
.header {
  position: relative;
}
.h_map {
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #686868;
  height: 35px;
}
.h_map span {
  display: block;
  float: right;
}
.h_map span a {
  padding: 0 14px;
}
.h_map span a:last-child {
  padding-right: 0;
}
.h-con {
  height: 144px;
}
#h1-tag {
  height: 110px;
  padding: 10px 20px 10px 0;
  margin: 14px auto 0;
  font-size: 0;
  line-height: 0;
  float: left;
  position: relative;
}
#h1-tag:before {
  content: "";
  position: absolute;
  top: 19%;
  right: 0;
  width: 1px;
  height: 30%;
  background: #d9d9d9;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 108px;
  max-height: 108px;
  display: inline-block;
}
.h_txt {
  max-width: 500px;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 39px 0 0 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_txt span {
  display: block;
  font-weight: bold;
  height: 30px;
  margin-bottom: 2px;
  line-height: 32px;
}
.h_txt em {
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #f00d20;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 32px;
}
.code {
  width: 150px;
  height: 144px;
  float: right;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.code img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 0;
}
.h-tel {
  width: 230px;
  height: 78px;
  float: right;
  margin: 32px 0 0 0;
  padding-left: 62px;
  background-image: url('/images/phone.png');
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 46px 46px;
}
.h-tel p {
  height: 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  color: #f00d20;
  overflow: hidden;
}
.h-tel em {
  display: block;
  height: 32px;
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
}
.nav {
  background: #1b191d;
  height: 60px;
}
.nav-one {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
}
.nav-one > li {
  text-align: center;
  float: left;
  height: 60px;
  position: relative;
}
.nav-one > li a {
  display: block;
  height: 60px;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 60px;
  overflow: hidden;
}
.nav-one > li:hover > a,
.nav-one > li.cur > a {
  font-weight: bold;
  color: #fff;
  background-color: #f00d20;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 99;
}
.nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav-two li {
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav-two li a {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav-two li:hover > a {
  color: #fff;
}
.nav-two li:hover {
  background-color: #f00d20;
  border-color: #f00d20;
}
/*底部*/
.foot {
  height: 417px;
  background: #222;
}
.foot .f-nav {
  background: #1b191d;
  height: 61px;
  overflow: hidden;
}
.foot .f-nav ul {
  width: 1200px;
  height: 61px !important;
  margin: 0 auto;
  overflow: hidden;
}
.foot .f-nav li {
  height: 61px;
  font-size: 16px;
  font-weight: normal;
  line-height: 61px;
  color: #ffffff;
  float: left;
}
.foot .f-nav li a {
  display: block;
  color: #fff;
}
.f_wz {
  width: 325px;
  height: 200px;
  padding-top: 70px;
  overflow: hidden;
  border-right: 1px solid #3e3e3e;
}
.f_wz p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  position: relative;
}
.f_wz b {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.f_wz p:nth-child(1),
.f_addr p:nth-child(1) {
  padding-top: 20px;
}
.f_wz p:nth-child(1):before,
.f_addr p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}
.f_wz p a {
  color: #dfdfdf;
}
.f_wz p a:hover {
  color: #fff;
}
.f_addr {
  max-width: 470px;
  padding: 70px 43px 0 43px;
  height: 200px;
  overflow: hidden;
  border-right: 1px solid #3e3e3e;
}
.f_addr p {
  position: relative;
  max-height: 60px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  background-image: url('/images/f1.png');
  background-repeat: no-repeat;
  background-position: left 22px;
  background-size: 20px 20px;
  padding-left: 30px;
  overflow: hidden;
}
.f_addr p:nth-child(2) {
  background-image: url('/images/f2.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 22px 24px;
}
.f_addr p:nth-child(3) {
  background-image: url('/images/f3.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px 20px;
}
.f_code {
  margin-top: 70px;
}
.f_code p {
  width: 116px;
  float: left;
  border: 1px solid #3e3e3e;
}
.f_code p em {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  padding: 5px 10px;
}
.f_code p em img {
  display: block;
  width: 96px;
  height: 96px;
}
.f_code p i {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  text-align: center;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot2 {
  height: 87px;
  border-top: 1px solid #3e3e3e;
  font-size: 14px;
  font-weight: normal;
  line-height: 87px;
  color: #ffffff;
}
.foot2 em {
  padding: 0 8px;
}
.foot2 a {
  color: #fff;
}
.bg_vi_color {
  background-color: #f00d20;
}
.txt_vi_color {
  color: #f00d20 !important;
}
/*COMMON_BLK_END*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #f00d20;
}
.banner img {
  width: 100%;
  display: block;
}
/**/
.three_bg {
  background: #ebebeb;
  font-size: 0;
  padding: 50px 0 45px;
}
.three dl {
  width: 270px;
  float: left;
  text-align: center;
}
.three dl dt {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  transition: all 1s ease-in-out 0s;
}
.three dl dt img {
  width: 133px;
  height: 133px;
}
.three dl dt:hover {
  transform: rotatey(360deg);
}
.three dl dd {
  width: 270px;
  padding: 15px 0 0;
}
.three dl dd b {
  display: block;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
}
.three dl dd span {
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #a0a0a0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 0 0;
}
.three .three_dl01 {
  padding: 0 0 0 150px;
}
/*产品中心*/
.pro {
  padding: 60px 0;
  font-size: 0;
}
.pro h2 {
  height: 36px;
  text-align: center;
  font: bold 28px/36px "Microsoft Yahei";
  color: #333;
  overflow: hidden;
}
.pul {
  padding-top: 30px;
}
.pul li {
  float: left;
  width: 375px;
  margin: 0 0 15px 36px;
}
.pul li.ml0 {
  margin-left: 0;
}
.pul li span,
.pul li em {
  display: block;
}
.pul li span {
  height: 242px;
  overflow: hidden;
}
.pul li span img {
  width: 375px;
  height: 242px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.pul li span img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pul li em {
  height: 46px;
  font: 20px/46px "Microsoft Yahei";
  color: #333;
  text-align: center;
  overflow: hidden;
}
/*广告条*/
.ban01 {
  background-image: url('/images/banbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 130px;
  height: 130px;
  overflow: hidden;
}
.ban01 h2 {
  float: left;
  width: 500px;
  padding: 35px 0;
}
.ban01 h2 span,
.ban01 h2 em {
  display: block;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.ban01 h2 span {
  height: 32px;
  font: bold 20px/32px "Microsoft Yahei";
}
.ban01 h2 em {
  height: 28px;
  font: 16px/28px "Microsoft Yahei";
}
.ban01_tel {
  float: right;
  width: 400px;
  padding: 36px 0;
  position: relative;
}
.ban01_icon {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #f00d20;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 22;
  overflow: hidden;
}
.ban01_icon img {
  width: 28px;
  height: 28px;
}
.ban01_tel span {
  display: block;
  font-size: 14px;
  color: #fff;
  float: left;
  width: 180px;
}
.ban01_tel span i {
  display: block;
  padding: 0 0 0 38px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.ban01_tel span b {
  display: block;
  font-size: 22px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.ban01_tel em {
  display: block;
  float: left;
  padding: 10px 0 0;
  width: 87px;
}
.ban01_tel em a {
  display: block;
  height: 30px;
  font: 14px/30px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
}
/*非凡品质*/
.pin_bg {
  background-image: url('/images/pin_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1030px;
  height: 990px;
  padding: 40px 0 0;
  font-size: 0;
  overflow: hidden;
}
.pin h2 {
  margin: 0 0 50px;
}
.pin h2,
.chang h2 {
  text-align: center;
  overflow: hidden;
  margin: 0 0 30px;
}
.pin h2 em,
.chang h2 em {
  display: block;
  font-size: 28px;
  line-height: 36px;
  height: 36px;
  color: #333;
  overflow: hidden;
}
.pin h2 span,
.chang h2 span {
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  padding: 6px 0 0;
  overflow: hidden;
}
.chang h2 a:hover {
  color: #f00d20;
  text-decoration: none;
}
.pin h2 em,
.pin h2 span {
  color: #fff;
}
.pin dl {
  float: left;
  text-align: center;
  background-image: url('/images/pin_k01.png');
  background-repeat: no-repeat;
  background-position: 7px 0;
  background-size: 386px 385px;
  width: 386px;
  height: 385px;
  padding: 0 7px 20px;
}
.pin dl dt {
  width: 171px;
  height: 171px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 1s ease-in-out 0s;
}
.pin dl dt img {
  width: 171px;
  height: 171px;
  border-radius: 50%;
  overflow: hidden;
}
.pin dl dt:hover {
  transform: rotatey(360deg);
}
.pin dl dd {
  padding: 20px 0 0;
}
.pin dl dd h5 {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 22px;
  color: #f00d20;
}
.pin dl dd h5:hover {
  color: #1b191d;
}
.pin dl dd p {
  font-size: 14px;
  color: #333;
  height: 84px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 20px 40px 0;
}
/*典范工程应用案例*/
.case {
  padding: 80px 0 40px;
  font-size: 0;
}
.case_l {
  width: 300px;
  float: left;
}
.case_t {
  height: 132px;
  padding: 60px 0 0;
  background: #f00d20;
  text-align: center;
}
.case_t em {
  display: block;
  font-size: 28px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.case_t span {
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  padding: 5px 0 0;
  overflow: hidden;
}
.case_l ul li {
  height: 70px;
  line-height: 70px;
  padding: 0 1px 2px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  text-align: center;
  background: #e2e2e2;
}
.case_l ul li.cur,
.case_l ul li:hover {
  color: #fff;
  background: #1b191d;
}
.case_r {
  float: right;
  width: 900px;
  overflow: hidden;
}
.case_r p {
  height: 480px;
}
.case_r img {
  width: 900px;
  height: 480px;
}
/*金锐客户*/
.hz {
  padding: 0 0 40px;
  font-size: 0;
}
.hz_l {
  width: 215px;
  height: 126px;
  background: #f00d20;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 124px;
  overflow: hidden;
}
.hz_r {
  width: 980px;
}
.hz_r ul li {
  width: 213px;
  height: 124px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 4px #f5f5f5;
  border: #f5f5f5 1px solid;
  margin: 0 0 0 30px;
  float: left;
}
.hz_r ul li img {
  width: 213px;
  height: 124px;
}
.hz_r ul li span {
  display: none;
  width: 213px;
  height: 124px;
  text-align: center;
  line-height: 124px;
  font-size: 14px;
  color: #fff;
  z-index: 4;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*铝单板资深生产厂家*/
.chang {
  padding: 35px 0 60px;
  font-size: 0;
}
.chang dl {
  width: 280px;
  float: left;
  padding: 0 10px;
  overflow: hidden;
}
.chang dl dt {
  width: 280px;
  height: 160px;
}
.chang dl dt img {
  width: 280px;
  height: 160px;
}
.chang dl dt:hover b {
  display: none;
}
.chang dl dd {
  width: 234px;
  height: 190px;
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  padding: 20px 22px 0;
}
.chang dl dd h5 {
  height: 40px;
  text-align: center;
  overflow: hidden;
}
.chang dl dd h5 span {
  font-size: 18px;
  display: block;
  height: 24px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
}
.chang dl dd h5 a:hover {
  color: #f00d20;
  text-decoration: none;
}
.chang dl dd h5 em {
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin: 14px auto 0;
}
.chang-desc {
  font-size: 14px;
  color: #222;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  padding: 15px 0 0;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*走进金锐*/
.ab_bg {
  background: #f6f4f5;
  padding: 45px 0;
  font-size: 0;
}
.about {
  position: relative;
  height: 574px;
}
.about dl {
  display: none;
}
.about dl dt {
  width: 600px;
  height: 484px;
  float: left;
  overflow: hidden;
}
.about dl dt img {
  width: 600px;
  height: 484px;
}
.about dl dd {
  float: left;
  background-image: url('/images/ab_ddbg.gif');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px 484px;
  width: 530px;
  height: 436px;
  padding: 48px 25px 0 45px;
}
.about dl dd h5 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}
.about dl dd h5:hover {
  color: #f00d20;
}
.about .ab_bg_desc {
  font-size: 14px;
  color: #333;
  height: 254px;
  line-height: 25px;
  padding: 10px 0 0;
  overflow: hidden;
}
.about dl dd em {
  display: block;
  width: 106px;
  height: 36px;
  padding: 25px 0 0;
}
.about dl dd em a {
  display: block;
  width: 106px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #1b191d;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.about dl dd em a:hover {
  background: #f00d20;
  text-decoration: none;
}
.about-nav {
  position: absolute;
  z-index: 99;
  right: 78px;
  bottom: 75px;
  background-color: #fff;
}
.about-nav ul {
  width: 476px;
  border-left: #f00d20 1px solid;
  height: 50px;
}
.about-nav li {
  font-size: 14px;
  color: #f00d20;
  display: block;
  float: left;
  width: 118px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  border-bottom: #f00d20 1px solid;
  border-top: #f00d20 1px solid;
  border-right: #f00d20 1px solid;
}
.about-nav li.cur,
.about-nav li:hover {
  background: #f00d20;
  color: #fff;
  text-decoration: none;
}
/*企业风采*/
.honor_bg {
  background: #f6f4f5;
  font-size: 0;
  padding: 0 0 40px;
}
.honor_t {
  width: 1128px;
  height: 38px;
  border: #dbdbdb 1px solid;
  background-image: url('/images/photo_ico.png');
  background-repeat: no-repeat;
  background-position: 15px 9px;
  background-size: 20px 20px;
  padding: 0 20px 0 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  line-height: 38px;
  color: #4b4b4b;
  overflow: hidden;
}
.news dd h3 a:hover,
.wd ul li.cur a,
.wd ul li a:hover {
  color: #f00d20;
  text-decoration: none;
}
.honor_t span {
  float: right;
  width: 70px;
}
.honor_c ul li {
  width: 265px;
  float: left;
  overflow: hidden;
  padding: 20px 17px 0;
}
.honor_c ul li em {
  width: 245px;
  height: 151px;
  display: block;
  overflow: hidden;
  border: #e9e8e9 10px solid;
}
.honor_c ul li img {
  width: 245px;
  height: 151px;
}
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f00d20;
  overflow: hidden;
}
.sidebar .fh {
  display: none;
}
/*STRUCTURE_STYLE_START*/
.news01738 .news01738-nav span.cur {
  background-color: #f00d20 !important;
  border-color: #f00d20 !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.news01572 .news01572-nav span.cur {
  background-color: #f00d20 !important;
  border-color: #f00d20 !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.news01118 .news01118-nav span.cur {
  background-color: #f00d20 !important;
  border-color: #f00d20 !important;
}
/*STRUCTURE_STYLE_END*/