@charset "UTF-8";
/*基础公共*/
.header {
  position: static;
}

.inner_page .typename_tarbar {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  /*分类名字*/
  /*搜索*/
}
.inner_page .typename_tarbar > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible;
}
.inner_page .typename_tarbar > .container .lv1_ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner_page .typename_tarbar > .container .lv1_ul > li {
  height: 70px;
  line-height: 70px;
  margin-right: 40px;
  position: relative;
}
.inner_page .typename_tarbar > .container .lv1_ul > li.on > a {
  color: #0d437e;
  height: 69px;
  line-height: 70px;
  border-bottom: 2px solid #0d437e;
}
.inner_page .typename_tarbar > .container .lv1_ul > li:hover > a {
  color: #0d437e;
  height: 69px;
  line-height: 70px;
  border-bottom: 2px solid #0d437e;
}
.inner_page .typename_tarbar > .container .lv1_ul > li > a {
  display: inline-block;
}
.inner_page .typename_tarbar > .container .lv1_ul .lv2 {
  position: absolute;
  bottom: -70px;
  left: 0;
  min-width: 800px;
  z-index: 333;
  display: none;
}
.inner_page .typename_tarbar > .container .lv1_ul .lv2 li {
  background: white;
}
.inner_page .typename_tarbar > .container .lv1_ul .lv2 li:hover {
  background: #0d437e;
}
.inner_page .typename_tarbar > .container .lv1_ul .lv2 li:hover a {
  color: white;
}
.inner_page .typename_tarbar > .container .lv1_ul .lv2 li a {
  padding: 0 15px;
}
.inner_page .typename_tarbar #search .keyword {
  height: 35px;
}
.inner_page .typename_tarbar #search #keyword {
  width: 300px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  font-size: 14px;
  color: #999;
  float: left;
  border-radius: 0;
}
.inner_page .typename_tarbar #search .btn {
  width: 40px;
  height: 100%;
  background: #0d437e url(../images/tb21.png) center center no-repeat;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: static;
  border-radius: 0;
}
.inner_page .main_content {
  margin: auto;
  padding-top: 52px;
  padding-bottom: 60px;
}
.inner_page .main_content .cc p {
  font-size: 16px;
  line-height: 2;
}
.inner_page .main_content .cc img {
  max-width: 100%;
}

/*联系我们*/
.inner_contact .ditu {
  margin-top: 30px;
}
.inner_contact #dituContent {
  height: 500px;
}

/*新闻列表页*/
.inner_news_list .main_content {
  padding-top: 10px;
  background: #fafafa;
}
.inner_news_list .main_content .news_list ul li {
  width: 1200px;
  height: 170px;
  background: #fff;
  margin: auto;
  margin-top: 10px;
}
.inner_news_list .main_content .news_list ul li:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 151, 159, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 151, 159, 0.3);
}
.inner_news_list .main_content .news_list ul li:hover .news-list-title {
  color: #0d437e !important;
}
.inner_news_list .main_content .news_list ul li .item .news-list-text {
  width: 950px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 0 20px;
}
.inner_news_list .main_content .news_list ul li .item .news-list-title {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
.inner_news_list .main_content .news_list ul li .item .news-list-txt {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  width: 100%;
  height: 56px;
  overflow: hidden;
}
.inner_news_list .main_content .news_list ul li .item .news-list-img {
  width: 250px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.inner_news_list .main_content .news_list ul li .item .news-list-img .news-list-img img {
  width: 210px;
  height: 150px;
}
.inner_news_list .main_content .news_list ul li .item .news-list-num {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
}
.inner_news_list .main_content .news_list ul li .item .news-list-num .news-list-num-day {
  padding-left: 25px;
  background: url(../images/tb22.png) left center no-repeat;
  float: left;
  color: #999;
}
.inner_news_list .main_content .news_list ul li .item .news-list-num .news-list-num-red {
  margin-left: 40px;
  padding-left: 28px;
  background: url(../images/tb23.png) left center no-repeat;
  float: left;
  color: #999;
  display: block;
}

/*新闻阅读页*/
.inner_news_read {
  /*顶部标题*/
  /*返回上一步键*/
  /*底部*/
}
.inner_news_read .main_content {
  padding-top: 0;
}
.inner_news_read .news-show-top {
  width: 100%;
  height: 157px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.inner_news_read .news-show-title {
  float: left;
  line-height: 70px;
  padding-top: 38px;
  font-size: 24px;
  color: #333;
}
.inner_news_read .news-show-title span {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  display: block;
}
.inner_news_read .news-show-back {
  float: right;
  display: block;
  width: 100px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9f0f1;
  margin-top: 60px;
  line-height: 35px;
  font-size: 14px;
  color: #0d437e;
  padding-left: 50px;
  background: url(../images/tb24.png) 24px center no-repeat;
}
.inner_news_read .news-show-check {
  width: 100%;
  height: 136px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.inner_news_read .news-show-check-change {
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #999;
  padding-top: 21px;
}
.inner_news_read .news-show-check-change a {
  color: #333;
}
.inner_news_read .news-show-check-back {
  float: right;
  display: block;
  width: 100px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  padding-left: 50px;
  background: #0d437e url(../images/tb25.png) 24px center no-repeat;
}

/*证书列表*/
.inner_zhengshu_list .zhengshu_list .item {
  padding: 10px;
  overflow: hidden;
}
.inner_zhengshu_list .zhengshu_list .item img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner_zhengshu_list .zhengshu_list .item p {
  margin-top: 26px;
}
.inner_zhengshu_list .zhengshu_list .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner_zhengshu_list .zhengshu_list .item:hover p {
  color: #0d437e;
}
.inner_zhengshu_list .owl-controls {
  bottom: 105%;
}
.inner_zhengshu_list .owl-controls .owl-buttons div {
  width: 40px;
  height: 70px;
  position: absolute;
  top: 115px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.inner_zhengshu_list .owl-controls .owl-buttons div.owl-prev {
  background: rgba(0, 0, 0, 0.4) url(../images/tb32.png) center center no-repeat;
  left: 0;
}
.inner_zhengshu_list .owl-controls .owl-buttons div.owl-next {
  background: rgba(0, 0, 0, 0.4) url(../images/tb33.png) center center no-repeat;
  right: 0;
}
.inner_zhengshu_list .owl-controls .owl-buttons div:hover.owl-prev {
  background: rgba(0, 151, 159, 0.8) url(../images/tb32.png) center center no-repeat;
  left: 0;
}
.inner_zhengshu_list .owl-controls .owl-buttons div:hover.owl-next {
  background: rgba(0, 151, 159, 0.8) url(../images/tb33.png) center center no-repeat;
  right: 0;
}

/*产品列表*/
.inner_goods_list .main_content {
  padding-top: 10px;
  background: #f2f2f2;
}
.inner_goods_list .goods_list .item {
  width: 91%;
  background: white;
  margin-bottom: 29px;
}
.inner_goods_list .goods_list .item .pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner_goods_list .goods_list .item img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner_goods_list .goods_list .item .message {
  padding: 15px;
}
@media (min-width: 768px) {
  .inner_goods_list .goods_list .item .message .title{
    min-height: 56px;
  }
}
.inner_goods_list .goods_list .item .message .title {
  font-size: 20px;
  color: black;
  margin-bottom: 5px;

  text-align: center;
}
.inner_goods_list .goods_list .item .message .summary {
  font-size: 14px;
  color: grey;
}
.inner_goods_list .goods_list .item .message .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.inner_goods_list .goods_list .item .message .more a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cac4c4;
  height: 36px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner_goods_list .goods_list .item .message .more a:hover {
  background: #0d437e;
  color: white;
  border: 1px solid #0d437e;
}
.inner_goods_list .goods_list .item .message .more a:hover:nth-child(1):before {
  background: url("../images/more2.png") no-repeat center;
  background-size: cover;
}
.inner_goods_list .goods_list .item .message .more a:hover:nth-child(2):before {
  background: url("../images/contact2.png") no-repeat center;
  background-size: cover;
}
.inner_goods_list .goods_list .item .message .more a:nth-child(1) {
  border-right: 0;
}
.inner_goods_list .goods_list .item .message .more a:nth-child(1):before {
  display: inline-block;
  margin-right: 5px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/more.png") no-repeat center;
  background-size: cover;
}
.inner_goods_list .goods_list .item .message .more a:nth-child(2):before {
  display: inline-block;
  margin-right: 5px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/contact.png") no-repeat center;
  background-size: cover;
}

/*产品阅读页*/
.inner_goods_read .main_content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner_goods_read .owl_btn a:nth-child(1){
  display: block;
  position: absolute;
  left: 73px;
  top: 203px;
}
.inner_goods_read .owl_btn a:nth-child(2){
  display: block;
  position: absolute;
  right:  73px;
  top: 203px;
}
.inner_goods_read .owl_btn img{
  width: 100px;
}
.inner_goods_read .lf_tuijian {
  padding: 15px;
  background: #f5fbff;
}
.inner_goods_read .lf_tuijian .top_title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  border-left: 3px solid #0d437e;
}
.inner_goods_read .lf_tuijian .top_title p {
  font-size: 16px;
}
.inner_goods_read .lf_tuijian .tuijian_goods_list li .item {
  margin-bottom: 15px;
}
.inner_goods_read .lf_tuijian .tuijian_goods_list li .item .title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.inner_goods_read .lf_tuijian .tuijian_goods_list li .item .price {
  color: red;
}
.inner_goods_read .goods_read {
  padding-left: 30px;
  text-align: center;
}
.inner_goods_read .goods_read .top_title {
  line-height: 44px;
  margin-bottom: 15px;
}
.inner_goods_read .goods_read .top_title .line {
  width: 75px;
  height: 2px;
  background: grey;
  margin: 0 auto;
}
.inner_goods_read .goods_read .top_title p {
  font-size: 25px;
}
.inner_goods_read .goods_read .top_title p:nth-child(1) {
  color: #0d437e;
}
.inner_goods_read .goods_read .item{
  position: relative;
}
.inner_goods_read .goods_read .item .name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.inner_goods_read .goods_read .item .summary {
  font-size: 14px;
  border-bottom: 1px solid grey;
  padding-bottom: 3px;
  display: inline-block;
  margin: 0 auto;
  color: gray;
  margin-bottom: 85px;
}
.inner_goods_read .goods_read .des {
  width: 70%;
  margin: 0 auto;
}
.inner_goods_read .goods_read .des .title {
  text-align: left;
  border-bottom: 1px solid black;
}
.inner_goods_read .goods_read .des .title span {
  display: inline-block;
  font-size: 16px;
  color: white;
  background: #0d437e;
  padding: 10px 25px;
}

/*inner_program_list*/
.inner_program_list .program_list .item:hover .message {
  background: #0d437e;
}
.inner_program_list .program_list .item:hover .message p {
  color: white !important;
}

.inner_program_list .program_list .item .message {
  transition: .5s;
}

.inner_program_list .program_list .item .message .title {
  text-align: center;
}

@media (max-width: 768px) {
  .main_content .cc {
    padding: 15px;
  }

  #search {
    display: none;
  }

  .inner_page .typename_tarbar {
    height: inherit;
    border-bottom: 0;
    margin-top: 36px;
  }

  .inner_page .typename_tarbar > .container .lv1_ul > li {
    width: 100%;
    margin-right: 0;
    height: inherit;
    line-height: 45px;
  }
  .inner_page .typename_tarbar > .container .lv1_ul > li.on a {
    height: inherit;
    line-height: inherit;
    border-bottom: 0;
  }

  .inner_page .typename_tarbar > .container .lv1_ul > li > a {
    display: block;
    text-align: center;
  }

  .inner_page .typename_tarbar > .container {
    display: block;
    width: 80%;
    text-align: center;
  }
  .inner_page .typename_tarbar > .container .wap_title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: #0d437e;
    color: white;
  }
  .inner_page .typename_tarbar > .container .wap_title:after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: '';
    background: url(../images/wap_title.png) no-repeat center;
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  .inner_page .typename_tarbar > .container .lv1_ul {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    float: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }

  .inner_page .main_content {
    padding-top: 27px;
    padding-bottom: 15px;
  }

  .inner_news_list .main_content .news_list ul li {
    width: 100%;
    height: inherit;
  }

  .inner_news_list .main_content .news_list ul li .item .news-list-text {
    padding: 15px;
    width: 100%;
  }

  .inner_news_list .main_content .news_list ul li .item .news-list-img {
    display: none;
  }

  .inner_news_list .main_content {
    background: white;
  }

  .inner_news_read .news-show-title {
    line-height: 30px;
    padding-top: 0;
    font-size: 16px;
  }

  .inner_news_read .news-show-top {
    padding: 15px;
    height: inherit;
  }

  .inner_news_read .news-show-back, .inner_news_read .news-show-check-back {
    display: none;
  }

  .inner_news_read .news-show-check-change {
    padding: 15px;
  }

  .inner_zhengshu_list .owl-controls .owl-buttons div {
    width: 21px;
    height: 46px;
  }

  .inner_zhengshu_list .zhengshu_list .item p {
    text-align: center;
  }

  .inner_goods_list .main_content {
    background: none;
  }

  .inner_goods_list .goods_list {
    padding: 15px;
  }
  .inner_goods_list .goods_list li {
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
    float: left;
  }
  .inner_goods_list .goods_list li:nth-child(2n) {
    float: right;
  }

  .inner_goods_list .goods_list .item {
    width: 100%;
    margin-bottom: 0;
  }

  .inner_goods_list .goods_list .item .pic {
    text-align: center;
  }

  .inner_goods_list .goods_list .item img {
    max-width: 49%;
  }

  .inner_goods_list .goods_list .item .message .title {
    font-size: 16px;
  }

  .inner_goods_read .lf_tuijian {
    display: none;
  }

  .inner_goods_read .goods_read {
    width: 100%;
    padding-left: 0;
  }

  .inner_goods_read .goods_read .item {
    padding: 15px;
  }

  .inner_goods_read .goods_read .item .pic {
    text-align: center;
  }
  .inner_goods_read .goods_read .item .pic img {
    max-width: 55%;
  }

  .inner_goods_read .goods_read .item .name {
    font-size: 16px;
  }

  .inner_goods_read .goods_read .item .summary {
    border-bottom: 0;
    margin-bottom: 18px;
  }

  .inner_goods_read .goods_read .des {
    width: 100%;
    padding: 15px;
  }

  .inner_contact #dituContent {
    height: 300px;
  }

  .inner_page .typename_tarbar > .container .lv1_ul .lv2 {
    position: static;
    bottom: 0;
    min-width: inherit;
    width: 100%;
  }

  .inner_page .typename_tarbar > .container .lv1_ul .lv2 li {
    float: none;
  }

  .inner_page .typename_tarbar > .container .lv1_ul > li:hover > a {
    height: inherit;
    line-height: inherit;
  }

  .inner_program_list .program_list li {
    width: 48%;
    float: left;
  }
  .inner_program_list .program_list li:nth-child(2n) {
    float: right;
  }
  .inner_program_list .program_list li img {
    max-width: 100% !important;
  }
  .inner_program_list .program_list li .message {
    padding: 5px !important;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
