/*****************公用
*****************/
.cl {
  color: #0067b5;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #f7f7f7;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #47a3e7;
  color: #fff;
}
@media (max-width: 600px) {
  .pagenation {
    float: none;
  }
  .pagenation a {
    font-size: 12px;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
  }
}
.btn01 {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  background: #0067b5;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.btn01:hover {
  background: #00589a;
}
.btn01.btn-gray {
  background: #747474;
}
.btn02 {
  display: inline-block;
  width: 170px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.btn02:hover {
  background: #fff;
  color: #666;
}
.btn-loadmore {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .btn01 {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .btn-loadmore {
    height: 30px;
    line-height: 30px;
  }
}
/*****************头部
*****************/
.header {
  width: 100%;
  height: 95px;
  z-index: 99999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
}
.header .logo {
  float: left;
  height: 95px;
  margin-left: 10px;
  line-height: 95px;
}
.header-r {
  float: right;
  margin-right: 10px;
  margin-top: 32px;
}
.header-r a {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
.header-r a:hover {
  color: #fff;
  background: #0067b5;
  border-color: #0067b5;
}
.header-nav {
  float: right;
}
.header-nav li {
  float: left;
  margin-right:5px;
  position: relative;
}
.header-nav li > a {
  display: block;
  padding: 0 10px;
  line-height: 95px;
  height: 95px;
  color: #666;
}
.header-nav li:hover > a {
  background: #0067b5;
  color: #fff;
}
.subnav {
  width: 200px;
  position: absolute;
  left:0;
  padding: 10px 0;
  top: 95px;
  z-index: 999999;
  background: #fff;
  display: none;
  text-align: center;
  background: #0067b5;
}
.subnav a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.subnav a:hover {
  background: #f4a219;
  color: #fff;
}
.header-nav li:hover .subnav {
  display: block;
}
@media (max-width: 1200px) {
  .header-nav li {
    margin-right: 5px;
  }
}
@media (max-width: 1100px) {
  .btn-nav {
    float: right;
    width: 80px;
    height: 95px;
    margin-left: 10px;
    background: url(../../images/btn-nav.png) no-repeat center;
    background-size: 32px;
  }
  .header-nav {
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 99999;
    background: #fefefe;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .header-nav li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #e7e7e7;
  }
  .header-nav li > a {
    display: block;
    width: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    font-weight: normal;
  }
  .header-nav li:hover .subnav {
    display: none;
  }
}
@media (max-width: 600px) {
  .header {
    height: 50px;
  }
  .header .logo {
    height: 50px;
    line-height: 50px;
  }
  .header .logo img {
    max-height: 36px;
  }
  .header-r {
    display: none;
  }
  .btn-nav {
    height: 50px;
    width: 50px;
    background-size: 20px;
  }
  .header-nav {
    top: 49px;
  }
}
/*****************首页
*****************/
/*banner*/
.banner {
  position: relative;
}
.banner .imgbg {
  height: 600px;
}
.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.banner .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 60px;
  margin-top: -30px;
}
.banner .bx-wrapper .bx-prev {
  left: 10%;
  background: url(../../images/pager01.png) no-repeat center;
}
.banner .bx-wrapper .bx-next {
  right: 10%;
  background: url(../../images/pager02.png) no-repeat center;
}
@media (max-width: 600px) {
  .banner .imgbg {
    height: 4rem;
  }
  .banner .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .banner .bx-wrapper .bx-pager {
    bottom: 10px;
  }
}
/*首页内容*/
.index-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.index-wrap .box {
  padding: 0 10px;
}
.index-wrap .txt {
  color: #fff;
  margin: 30px;
}
.index-wrap .txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-wrap .txt span {
  font-size: 16px;
}
.index-wrap .imgbg {
  overflow: hidden;
}
.index-wrap .item1 {
  height: 137px;
}
.index-wrap .item1 .txt {
  color: #0067b5;
}
.index-wrap .item2,
.index-wrap .item4 {
  height: 140px;
}
.index-wrap .item2 .txt span,
.index-wrap .item4 .txt span {
  padding-bottom: 10px;
  position: relative;
}
.index-wrap .item2 .txt span::after,
.index-wrap .item4 .txt span::after {
  content: ' ';
  height: 2px;
  width: 35px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-wrap .item3 {
  height: 277px;
}
.list-news-ind {
  margin-top: 10px;
  height: 126px;
  overflow: hidden;
}
.list-news-ind li {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
.list-news-ind li .els {
  display: inline-block;
  max-width: 80%;
}
.list-news-ind li .els:hover {
  text-decoration: underline;
  color: #f4a219;
}
.list-news-ind li span {
  float: right;
}
.list-news-ind li.first {
  font-size: 14px;
  height: 30px;
}
.list-news-ind li.first span {
  font-size: 18px;
  color: #000;
  font-style: italic;
}
.list-news-ind li.first span em {
  font-size: 24px;
  font-style: italic;
}
@media (max-width: 1200px) {
  .index-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .index-wrap .box {
    margin-bottom: .4rem;
  }
}
/*****************底部
*****************/
.footer {
  background: #444;
  padding: 35px 0;
  color: #999;
}
.footer dl {
  float: left;
  margin-right: 30px;
}
.footer dl dt {
  line-height: 30px;
}
.footer dl dd {
  font-size: 12px;
  line-height: 30px;
}
.footer dl dd a:hover {
  color: #f4a219;
  text-decoration: underline;
}
.footer dl.first {
  margin-left: 60px;
}
.footer dl.last {
  padding-left: 40px;
  margin-right: 0;
  border-left: 1px solid #2f2f2f;
}
.footer-b {
  padding: 15px 0;
  color: #c0c0c0;
  background: #2b2b2b;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer-b {
    padding: 10px 0;
  }
}
/*****************内页
*****************/
/*banner-内页*/
.bannerNy {
  position: relative;
}
.bannerNy .imgbg {
  height: 350px;
}
.bannerNy .bx-wrapper .bx-pager {
  bottom: 20px;
}
.bannerNy .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 60px;
  margin-top: -30px;
}
.bannerNy .bx-wrapper .bx-prev {
  left: 10%;
  background: url(../../images/pager01.png) no-repeat center;
}
.bannerNy .bx-wrapper .bx-next {
  right: 10%;
  background: url(../../images/pager02.png) no-repeat center;
}
@media (max-width: 600px) {
  .bannerNy .imgbg {
    height: 2.8rem;
  }
  .bannerNy .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .bannerNy .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.main-home {
  color: #666;
  font-size: 12px;
  padding-left: 30px;
  margin-bottom: .25rem;
  background: url(../../images/icon/ico01.png) no-repeat left center;
}
.main-home a,
.main-home span {
  padding: 0 5px;
  line-height: 20px;
}
.main-home a:hover {
  color: #0067b5;
}
/*菜单*/
.main-menu {
  height: 60px;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
}
.main-menu .title {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 15px;
  line-height: 20px;
  border-left: 3px solid #0067b5;
}
.main-menu .title h2 {
  font-size: 20px;
  color: #0067b5;
}
.main-menu .title span {
  display: block;
  font-size: 16px;
  color: #999;
}
.list-mainMenu {
  float: right;
  margin-left: 15px;
}
.list-mainMenu li {
  float: left;
  height: 59px;
  margin-right: 15px;
  line-height: 57px;
  font-size: 14px;
  color: #666;
  border-top: 3px solid transparent;
  position: relative;
  bottom: -1px;
  transition: all .4s;
}
.list-mainMenu li a {
  display: block;
  padding: 0 15px;
}
.list-mainMenu li.cur,
.list-mainMenu li:hover {
  color: #0067b5;
  background: #fff;
  z-index: 2;
  border-top-color: #0067b5;
}
@media (max-width: 1200px) {
  .main-home {
    margin-left: 10px;
  }
  .main-menu {
    height: auto;
  }
  .main-menu .title {
    display: none;
  }
  .list-mainMenu {
    float: left;
  }
}
@media (max-width: 600px) {
  .main-home {
    margin-bottom: .1rem;
  }
  .list-mainMenu {
    width: 100%;
    padding: 5px 0;
    margin-left: 0;
  }
  .list-mainMenu li {
    text-align: center;
    width:auto;
    margin: 0;
    height: 30px;
    line-height: 30px;
    border-top: none;
    font-size: 12px;
	margin-left:3%;
	margin-right:3%;
  }
  .list-mainMenu li.cur,
  .list-mainMenu li:hover {
    background: transparent;
  }
  .list-mainMenu li a {
    padding: 0;
  }
}
/*内容*/
.main-wrap {
  margin: 30px 0 40px;
}
.main-wrap2 {
  border: 1px solid #d0d0d0;
  padding: 20px 50px .4rem;
}
.article {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .main-wrap2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list-product {
  margin-left: -25px;
  margin-right: -25px;
}
.list-product .item {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e8e8e8;
  box-shadow: 5px 5px 0 #e8e8e8;
  transition: all .4s;
}
.list-product .item .img-md {
  height: 250px;
}
.list-product .item .img-md img {
  max-width: 95%;
  max-height: 95%;
}
.list-product .item h3 {
  color: #666;
  line-height: 20px;
  margin: 10px 0;
}
.list-product .item .btn01 {
  margin-bottom: 15px;
}
.list-product .item:hover {
  border-color: #0067b5;
  box-shadow: 0px 0px 15px 0 #0067b5;
}
.list-product .item:hover h3 {
  color: #0067b5;
}
.list-quality {
  margin-left: -30px;
  margin-right: -30px;
}
.list-quality .item {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
  padding: 25px;
  overflow: hidden;
  transition: all .4s;
}
.list-quality .item .img {
  float: left;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-right: 20px;
}
.list-quality .item .img img {
  transition: all .4s;
}
.list-quality .item h3 {
  color: #666;
  margin-bottom: .2rem;
}
.list-quality .item .els2 {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  height: 75px;
  -webkit-line-clamp: 3;
}
.list-quality .item:hover {
  border-color: #0067b5;
  box-shadow: 0px 0px 15px 0 #0067b5;
}
.list-quality .item:hover h3 {
  color: #0067b5;
}
.list-quality .item:hover .img img {
  transform: scale(1.1);
}
.list-news li {
  border-top: 1px solid #ececec;
  padding: 25px 45px;
  overflow: hidden;
}
.list-news li .img {
  float: right;
  width: 200px;
  height: 130px;
  margin-left: 50px;
  overflow: hidden;
}
.list-news li .date {
  float: left;
  font-size: 24px;
}
.list-news li .date .icoR {
  display: block;
  width: 40px;
  height: 30px;
  margin: 25px auto 0;
  background: #333 url(../../images/icon/ico02.png) no-repeat center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-news li .txt {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-news li .txt::before {
  content: ' ';
  width: 35px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 10px;
  left: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-news li .txt h3 {
  margin-bottom: .25rem;
}
.list-news li .txt .els2 {
  line-height: 25px;
  height: 50px;
  color: #999;
  font-size: 12px;
}
.list-news li:hover .date {
  color: #0067b5;
}
.list-news li:hover .date .icoR {
  background-color: #0067b5;
}
.list-news li:hover .txt {
  padding-left: 100px;
}
.list-news li:hover .txt h3 {
  color: #0067b5;
}
.list-news li:hover .txt::before {
  width: 55px;
}
.list-investor {
  margin-left: -30px;
  margin-right: -30px;
}
.list-investor .item {
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.list-investor .item .date {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 40px;
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-investor .item h3 {
  margin-top: 25px;
  color: #666;
  margin-bottom: 10px;
}
.list-investor .item .p {
  font-size: 12px;
  color: #999;
}
.list-investor .item:hover h3,
.list-investor .item:hover .p {
  color: #0067b5;
}
.list-investor .item:hover .date {
  background: #0067b5;
  color: #fff;
}
.contact-box {
  max-width: 800px;
  margin: auto;
}
.map {
  width: 100%;
  height: 400px;
}
.map img {
  max-width: none;
}
.list-honor {
  margin-left: -25px;
  margin-right: -25px;
}
.list-honor .item {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
  border: 1px solid #f3f3f3;
  box-shadow: 5px 5px 0 #f3f3f3;
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-honor .item .img-md {
  height: 206px;
}
.list-honor .item h3 {
  font-size: 12px;
  color: #666;
  border-top: 2px solid #f3f3f3;
  text-align: center;
  padding-top: 10px;
}
.list-honor .item:hover {
  transform: translateY(-5px);
  border-color: #0067b5;
  box-shadow: 0px 0px 15px 0 #0067b5;
}
.productD {
  padding: 0 10px;
  max-width: 870px;
  margin: auto;
}
.tab-productD .tab-head {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.tab-productD .tab-head li {
  float: left;
  height: 45px;
  line-height: 45px;
  background: #e8e8e8;
  font-size: 12px;
  margin-right: 3px;
  padding: 0 35px;
  cursor: pointer;
}
.tab-productD .tab-head li.cur {
  background: #0067b5;
  color: #fff;
}
.tab-productD .tab-body {
  padding-top: .3rem;
  font-size: 14px;
  color: #999;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .list-product,
  .list-quality,
  .list-investor,
  .list-honor {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .list-product .item,
  .list-honor .item {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
  }
  .list-product .item .img-md {
    height: 160px;
  }
  .list-honor .item .img-md {
    height: 120px;
  }
  .list-news li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-news li .img {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 .2rem 0;
  }
  .list-news li .img img {
    width: 100%;
  }
  .list-news li .date {
    display: none;
  }
  .list-news li .txt {
    padding-left: 0;
  }
  .list-news li .txt::before {
    display: none;
  }
  .list-news li .txt .els2 {
    height: auto;
    -webkit-line-clamp: 4;
  }
  .list-quality .item {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
  .list-quality .item .img {
    width: 100px;
    height: 100px;
  }
  .list-investor .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .list-investor .item .date {
    margin-right: 10px;
  }
  .list-investor .item h3 {
    margin-top: 5px;
  }
  .list-investor .item .date {
    width: 80px;
    height: 80px;
    padding-top: 12px;
  }
  .map {
    height: 300px;
  }
  .tab-productD .tab-head li {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
}
/*弹出层*/
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.mask-img {
  width: 100%;
  height: 560px;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-close {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: url(../../images/close.png) no-repeat center center;
}
@media (max-width: 800px) {
  .mask-main {
    width: 96%;
    height: 96%;
    top: 2%;
    margin-top: 0px;
    left: 2%;
    margin-left: 0px;
  }
  .mask-img {
    height: 100%;
  }
  .mask-close {
    background-size: 24px;
    right: 0;
    top: 0;
  }
}
/*多图切换*/
/* 外层 */
.tabPic-wrap {
  width: 600px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.tabPic-wrap .img-md img {
  max-width: 95%;
  max-height: 95%;
}
/* 大图 */
.tabPic-1 {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.tabPic-1 ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
}
.tabPic-1 ul li {
  width: 600px;
  height: 500px;
}
/* 大图切换按钮 */
.tabPic-pager {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  z-index: 9;
  cursor: pointer;
  margin-top: -30px;
}
.tabPic-pager-l {
  left: 10px;
}
.tabPic-pager-r {
  right: 10px;
}
/* 小图 */
.min_pic {
  padding-top: 10px;
  width: 100%;
}
.tabPic-2 {
  height: 88px;
  overflow: hidden;
  width: 100%;
  position: relative;
  float: left;
}
.tabPic-2 ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
}
.tabPic-2 ul li {
  width: 112px;
  height: 88px;
  margin-right: 10px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.tabPic-2 ul li.on {
  border-color: #0067b5;
}
@media (max-width: 620px) {
  .tabPic-wrap {
    width: 100%;
  }
  .tabPic-wrap .min_pic {
    display: none;
  }
  .tabPic-1,
  .tabPic-1 ul li {
    height: 360px;
  }
}
