@charset "UTF-8";
/* CSS Document */
@import url(index.css);
@import url(web-style-zcl.css);
@import url(web-style-yhq.css);
@import url(web-style-wy.css);
@import url(web-style-zl.css);

/*--------------------------------------- public style --------------------------------------------------*/
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


.bg-fff {
  background: #fff;
}


.mb50 {
  margin-bottom: 50px;
}


.fs14 {
  font-size: 14px !important;
}


/*header*/
.shortcut {
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  color: #999;
}

.shortcut a {
  color: #b5b5b5;
}

.header-custom {
  margin-bottom: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E9E6EA;
}

.header-custom .logo {
  height: auto;
  padding: 16px 15px 16px 15px;
}

.header-custom .logo .logoSmall {
  display: none;
}

.header-custom .header-right .search.y-hkipx-search .input-group{
  border: 1px solid #fda60f;  
}
.header-custom .header-right .search.y-hkipx-search .input-group .y-hkipx-search-dropdown{
  top: 41px;
}
.header-custom .header-right .search.y-hkipx-search .y-hkipx-search-option img{
  margin-left: 0;
  max-width: 14px;
}
.header-custom .header-right .search.y-hkipx-search .input-group-addon{
  padding: 0 12px;
}
.header-custom .header-right .search.y-hkipx-search .input-group-addon::after{
  top: 10px;
  height: 14px;
}
.header-custom .header-right .search.y-hkipx-search .put-01{
  line-height: normal;
}

.header-custom .header-right .search {
  /* padding-right: 80px; */
  background: #fff;
  position: relative;
}

.header-custom .header-right .search input[type=text] {
  display: block;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border-right: none;
  color: #777;
}

.header-custom .header-right .search input[type=text]::-webkit-input-placeholder {
  color: #c9c9c9;
}

.header-custom .header-right .search input[type=text]::-moz-placeholder {
  color: #c9c9c9;
}

.header-custom .header-right .search input[type=text]:-moz-placeholder {
  color: #c9c9c9;
}

.header-custom .header-right .search input[type=text]:-ms-input-placeholder {
  color: #c9c9c9;
}

.header-custom .header-right .search.y-hkipx-search .but-01 {
  width: 80px;
  height: 35px;
  background: #fba81a;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 0;
}

.header-custom .header-right .center-btn {
  height: 35px;
  line-height: 35px;
  color: #e6e6e6;
}

.header-custom .header-right .center-btn a {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
  color: #fba81a;
  font-weight: bold;
}

.header-custom .goback-home{
  padding-bottom: 14px;
}

.header-custom .goback-home a{
  color: #FBA919;
  font-size: 16px;
  font-weight: bold;
}
.header-custom .goback-home a>img{
  margin-right: 10px;
  margin-top: -4px;
}

.header-tel {
  color: #fba81a;
}

.header-tel .li {
  width: 170px;
  line-height: 14px;
  margin-bottom: 18px;
}

.header-tel .li .number {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}

.header-tel.tel-other {
  margin-top: 30px;
  background: url("../images/z_icon4.png") right 14px no-repeat;
  position: relative;
  z-index: 99;
}

.header-tel.tel-other .tel-con {
  padding-top: 20px;
  padding-left: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}

.header-custom .sort-box {
  width: 250px;
  position: absolute;
  top: 0;
  z-index: 101;
}

.header-custom .sort-box .sort-nav {
  height: 38px;
  line-height: 38px;
  padding-left: 40px;
  background: #fba81a;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.header-custom .sort-box .sort-nav img {
  margin-right: 46px;
}

.header-custom .sort-box .sort-btn {
  width: 250px;
  height: 600px;
  position: absolute;
  top: 100%;
  left: 0;
}

.header-custom .sort-box .sort-btn .sort-tit {
  height: 120px;
  line-height: 18px;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 40px;
  background: url("../images/z_libg1.png") right 30px center rgba(0, 0, 0, 0.4) no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.header-custom .sort-box .sort-btn .sort-tit .title {
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con {
  min-height: 119px;
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con::-webkit-scrollbar-thumb {
  background: #fba81a;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.7);
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con li {
  line-height: 24px;
  padding-bottom: 15px;
  padding-left: 150px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  font-size: 14px;
  position: relative;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con li .name {
  width: 150px;
  padding-left: 10px;
  background: url("../images/z_libg2.png") right 28px center no-repeat;
  color: #666;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con li a {
  display: inline-block;
  margin-right: 30px;
  color: #666;
  transition: all 0.5s;
}

.header-custom .sort-box .sort-btn .sort-tit .sort-con li a:hover {
  color: #fba81a;
}

.header-custom .sort-box .sort-btn .sort-tit.on {
  background: url("../images/z_libg1_h.png") right 30px center rgba(255, 255, 255, 0.9) no-repeat;
  color: #999;
}

.header-custom .sort-box .sort-btn .sort-tit.on .title {
  color: #333;
}

.header-custom .sort-box .sort-btn .sort-tit:last-child .sort-con {
  top: auto;
  bottom: -1px;
}

.header-custom.header-other .sort-box .sort-btn {
  display: none;
}

.header-custom .nav-custom1>li>a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-custom .nav-custom1>li>a:hover,
.header-custom .nav-custom1>li>a:focus,
.header-custom .nav-custom1>.active>a,
.header-custom .nav-custom1>.active>a:hover,
.header-custom .nav-custom1>.active>a:focus {
  background-color: inherit;
  color: #fba81a;
}

.header-custom .nav-custom2>li>a {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-custom .nav-custom2.navbar-left>li>a:hover,
.header-custom .nav-custom2.navbar-left>li>a:focus,
.header-custom .nav-custom2.navbar-left>.active>a,
.header-custom .nav-custom2.navbar-left>.active>a:hover,
.header-custom .nav-custom2.navbar-left>.active>a:focus {
  background-color: transparent;
  color: #fb8e1a;
}

.center-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.center-logo .logoSmall {
  display: none;
}

.center-title {
  height: 30px;
  line-height: 30px;
  margin-top: 35px;
  border-left: 1px solid #f0f0f0;
  font-size: 24px;
  color: #333;
}

.qr-code{
  cursor: pointer;
  margin-right: 50px;
  position: relative;
}
.qr-code>.qr-code-show{
 position: absolute;
 top: 40px;
 left: -10px;
 z-index: 9999;
 width: 268px;
 background-color: #fff;
 box-shadow: 0px 0px 2px 0px #30303066;
 border-radius: 7px;
 padding: 24px 12px 15px;
 display: none;
}
.qr-code>.qr-code-show>s{
  position:absolute;
  top:-20px;
  left:30px;
  display:block;
  height:0;
  width:0;
  font-size: 0;
  line-height: 0;
  border-color:transparent transparent #E6E6E6 transparent;
  border-style:dashed dashed solid dashed;
  border-width:10px;
}
.qr-code>.qr-code-show>s>i{
  position:absolute;
  top:-9px;
  left:-10px;
  display:block;
  height:0;
  width:0;
  font-size: 0;
  line-height: 0;
  border-color:transparent transparent #fff transparent;
  border-style:dashed dashed solid dashed;
  border-width:10px;
}
.qr-code>.qr-code-show>li{ 
  width: 98px;
  text-align: center;
  float: left;
  margin: 0 12px;
}
.qr-code-show>li>img{
  width: 98px;
  height: 98px;
}

/*footer*/
footer {
  background: #323232;
  color: #d2d2d2;
}

.footer-box {
  padding-top: 48px;
  padding-bottom: 20px;
}

.footer-box .footer-block .footer-address {
  line-height: 26px;
}

.footer-box .footer-block .footer-address .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-box .footer-block .footer-address .tel {
  font-size: 24px;
  color: #fff;
}

.footer-box .footer-block .footer-code {
  width: 130px;
  padding: 8px 8px 0 8px;
  background: #fff;
  border: 1px solid #f4f4f4;
}

.footer-box .footer-block .footer-code img {
  display: block;
  width: 100%;
}

.footer-box .footer-block .footer-code p {
  line-height: 36px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}

.footer-box .footer-block .footer-nav a {
  display: block;
}

.footer-box .footer-block .footer-nav a.a-1 {
  line-height: 16px;
  margin-bottom: 22px;
  font-size: 16px;
  color: #fff;
}

.footer-box .footer-block .footer-nav a.a-2 {
  line-height: 24px;
  color: #d2d2d2;
}

.footer-box .footer-links {
  line-height: 34px;
}

.footer-box .footer-links a {
  display: inline-block;
  color: #d2d2d2;
}

.footer-copy {
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #282828;
}


.footer-btn {
  background: url("../images/z_line1.jpg") left top 1px #499eff repeat-x;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.footer-btn>div {
  padding-right: 0;
  padding-left: 0;
}

.footer-btn>div a {
  display: block;
  height: 120px;
  line-height: 56px;
  padding-top: 22px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.footer-btn>div a img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.floating-btn {
  width: 80px;
  padding-top: 26px;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(48, 48, 48, 0.35);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 100;
}

.floating-btn>img {
  width: 60px;
  height: 52px;
  animation: tada 1.1s infinite linear;
  position: absolute;
  top: -30px;
  left: 15%;
}
.floating-btn>a{
  display: block;
  line-height: 42px;
  color: #515151FF;
}
.floating-btn>a:hover,
.floating-btn>a:focus {
  color:#FBA81AFF;
}
.floating-btn>.goTop{
  background-color: #FBA81A;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.address {
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
}

.address a {
  color: #999;
}


@keyframes bgFarNear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-moz-keyframes bgFarNear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-webkit-keyframes bgFarNear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-o-keyframes bgFarNear {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}

.z-mod18 p {
  text-indent: 2em;
}

/* 分页 */
.pages {
  font-size: 0;
  text-align: center;
  padding-bottom: 80px;
}

.pages a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 7px;
  font-size: 13px;
  color: #666;
  background: #fff;
  margin: 0 5px;
}

.pages a:first-child {
  margin-right: 15px;
}

.pages a:last-child {
  margin-left: 15px;
}

.pages a:first-child,
.pages a:last-child {
  padding: 0 15px;
}

.pages a:hover,
.pages a.xz {
  background: #499eff;
  color: #fff;
}

.modal-dialog-centered{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-110%) !important;
}

.input-error{
  color: red;
  height: 12px;
}