﻿
/******首页*******/

/*导航栏*/
.header_box {
  height: 1.14rem;
  width: 100%;
  min-width: 800px;
}
.header_box .header {
  width: 100%;
  background: rgba(255, 255, 255,.9);
  height: 1.14rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header_box .header .header-main {
  width: 84%;
  min-width: 768px;
}
.header_box .header .header-main .left .logo {
  width: 6.1rem;
  margin-right: .15rem;
}
.header_box .header .header-main .left .ch-name {
  letter-spacing: 3.3px;
  font-weight: bold;
  font-size: .26rem;
  line-height: .26rem;
  color: #333;
}
.header_box .header .header-main .left .en-name {
  font-size: .15rem;
  line-height: .26rem;
  color: #666;
}
.header_box .header .header-main .right {
  margin-left: auto;
}
.header_box .header .header-main .right .sort {
  margin-left: auto;

  height: 100%;
}
.header_box .header .header-main .right .sort .item {
  text-align: center;
  width: 1.1rem;
  height: 100%;
  line-height: 1.14rem;
  font-size: .17rem;
  color: #333;
  position: relative;
  overflow: visible;
}
.header_box .header .header-main .right .sort .item:hover>a {
  color: #11519b;
}
.header_box .header .header-main .right .sort .arrow>a::after {
  content: "";
  width: .05rem;
  height: .05rem;
  border: solid #333;
  border-width: 0 1px 1px 0 ;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  right: .1rem;
  top: 50%;
}
.header_box .header .header-main .right .sort .arrow:hover>a::after {
  border-color: #11519b;
}
.header_box .header .header-main .right .sort .item .model-box {
  width: 1.5rem;
  text-align: left;
  padding-top: 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #333;
}
.header_box .header .header-main .right .sort .item .model-box .model-item {
    height: .8rem;
    padding: 0 .2rem;
    line-height: .8rem;
}
.header_box .header .header-main .right .sort .item .child-item-box {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
.header_box .header .header-main .right .sort .item .child-item-box .child-item .child-child-item-box {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
  margin-left: 2px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header_box .header .header-main .right .sort .item .child-item-box .child-item:hover {
  background: #11519b;
  color: #fff;
}
.header_box .header .header-main .right .sort .item .child-item-box .child-item:hover .child-child-item-box {
  opacity: 1;
  visibility: visible;
  color: #333;
}
.header_box .header .header-main .right .sort .item .child-item-box .child-item:hover .child-child-item-box .child-child-item:hover {
  background: #11519b;
  color: #fff;
}
.header_box .header .header-main .right .sort .item:hover .child-item-box {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.header_box .header .header-main .right .search {
  width: 2rem;
  height: .3rem;
  border-radius: .15rem;
  border: 1px solid #bfbfbf;
  position: relative;

  margin-top: .4rem;
}
.header_box .header .header-main .right .search input {
  width: 100%;
  height: 100%;
  padding: 0 .35rem 0 .15rem;
}
.header_box .header .header-main .right .search .icon {
  position: absolute;
  width: .15rem;
  height: .15rem;
  right: 10px;
  top: .05rem;
}
.header_box .header .header-main .right .language {
  width: .7rem;
  height: .7rem;
  line-height: calc(.7rem - 4px);
  border-radius: .7rem;
  font-size: .3rem;
  font-weight: bold;
  border: solid 2px;
  color: #000;
  text-align: center;
  transform: scale(0.5);
  margin-top: .2rem;
   cursor: pointer;
}
.header_box .right-nav-bar {
  position: fixed;
  z-index: 999;
  right: 5px;
  bottom: 50%;
  min-width: 1.1rem;
  background: #666;
  opacity: 0.9;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  transform: scale(0.75);
}
.header_box .right-nav-bar .item {
  height: .35rem;
  line-height: .35rem;
  font-size: .16rem;
  text-align: center;
  color: #fff;
}
.header_box .right-nav-bar .item + .item {
  border-top: 1px solid #ccc;
}
.header_box .right-nav-bar .select {
  color: #f00;
}
.scroll-top {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  display: none;
}

/*导航栏下的图片，除首页外都有*/
.top_image {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
}
.top_image>div {
  height: 100%;
}
.top_image .filter {
  padding-top: 1.2rem;
  background: #48535e;
  position: relative;
  z-index: -2;
  height: 100%;
}
.z_mb  .filter{background: rgba(72,83,94,0.4);position: absolute;
    z-index: 1; display: none;
    width: 100%;
    height: 100%;}
.top_image .filter .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.top_image .title {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.top_image .desc {
  font-size: 0.2rem;
}

/*分类选择栏*/
.sort_bar {
  width: 100%;
  height: 2rem;
  background: #fff;
  padding: 0 1.45rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sort_bar .item {
  flex: 1;
  height: 1rem;
}
.sort_bar .item .button {
  width: 1rem;
  height: 100%;
  margin: auto;
  overflow: visible;
  position: relative;
  display: block;
  color: #666;
}
.sort_bar .item .button .img-sel {
  display: none;
}
.sort_bar .item .button .img, .sort_bar .item .button .img-sel {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  height: 0.5rem;
}
.sort_bar .select .button .img-sel {
  display: block;
}
.sort_bar .select .button .img {
  display: none;
}
.sort_bar .select .button{
  color: #11519b;
}
.sort_bar .item .button .view {
  font-size: 0.15rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.sort_bar .item + .item {
  border-left: #f5f5f5 solid 1px;
}


/*除首页外其他页的footer*/
.tc_footer {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tc_footer .bg-box {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #48535e;
}
.tc_footer .bg-box .bg-image {
  opacity: 0.1;
}
.tc_footer .info {
  padding: 0.5rem 0;
  border-bottom: rgba(220, 220, 220, 0.15) 1px solid;
}
.tc_footer .info .logo {
  width: 1.5rem;
  margin-right: 0.3rem;
}
.tc_footer .info .address {
  font-size: 0.18rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.tc_footer .info .phone {
  font-size: 0.16rem;
  vertical-align: middle;
  height: 0.56rem;
  line-height: 0.56rem;
}
.tc_footer .info .phone .phone-num {
  font-size: 0.26rem;
  color: #11519b;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 5px;
  border: solid #fff;
  border-width: 0 1px;
  margin: 0 5px;
}
.tc_footer .info .phone .phone-num .wrap {
  display: none;
}
.tc_footer .info .qr-code {
  margin-left: 2.35rem;
}
.tc_footer .info .qr-code .item {
  font-size: 0.14rem;
  color: #999;
}
.tc_footer .info .qr-code .item .image {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.12rem;
}
.tc_footer .info .qr-code .wx {
  margin-right: 0.4rem;
}
.tc_footer .pages .page-sort {
  margin: 0.5rem 0;
}
.tc_footer .pages .page-sort .title {
  color: #fff;
  font-weight: bold;
  font-size: 0.16rem;
  height: 40px;
  line-height: 40px;
}
.tc_footer .pages .page-sort .item {
  color: #fff;
  font-size: 0.15rem;
  text-align: left;
  height: 30px;
  line-height: 30px;
  opacity: .8;
}
.tc_footer .pages .page-sort .item:hover {
  color: #11519b;
}
.tc_footer .pages .page-sort + .page-sort {
  margin-left: 1.05rem;
}
.tc_footer .copyright {
  height: 0.82rem;
  background-color: #fff;
  font-size: 0.14rem;
  color: #999;
}
.copyright a{    display: inline-block;
}
.tc_footer .copyright .main-box {
  min-width: calc(100% - 2.8rem * 2);
  justify-content: space-between;
}
.tc_footer .copyright .share {
  margin-left: auto;
}





.image {
    width: 100%;
    height: auto;
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-x-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-y-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.text-more {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.hidden {
    display: none;
}

.text-more-2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.hover-scale {
  transition: transform 0.4s linear;
}
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-rotate {
  transition: transform 0.4s linear;
}
.hover-rotate:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.y_nav {
  display: none;
}




.Pagination{width: 100%;height: auto;text-align: center;margin-top: 15px; margin-bottom: 70px;}
.Pagination a{display: inline-block;padding: 5px 10px;border: 1px solid #CCCCCC;}
.Pagination .current{color: white;}
.Pagination .current{background: #9a0043;border-color: #9a0043;}
.Pagination a{color: #666666;font-size: 12px;}





.left{float: left;}
.right{float: right;}


.in_news{ background: #f9f9f9; height: auto; overflow: hidden;}
.in_news_con{ width: 84%; text-align: justify; margin: 0 auto 80px;}
.in_news_tt{ width: 84%; margin: 50px auto 40px;height: auto; overflow: hidden;}
.in_news_tt .left .nc1{ font-size: 30px; font-weight: bold;}
.in_news_tt .left .nc2{ font-size: 16px; color: #424242; text-transform: uppercase; margin-top: 10px;}
.in_news_tt .right a{ display: block; line-height: 58px; width: 165px; color: #333; border: 1px solid #333; text-align: center;font-size: 16px; margin-top: 15px;}
.in_news_tt .right a:hover{border: 1px solid #b6b6b6;
  color: #b6b6b6;}

.in_news_item{display: inline-block; width: 49%; border: 1px solid #eeeeee; margin-bottom: 20px;}
.in_news_item a{color: #333; display: block; width: 100%; height: auto; overflow: hidden;}
.in_news_item a:hover h1{color: #b6b6b6;}

.in_news_item .left {
  font-size: 24px;
  text-align: center;
  width: 95px;
  height: 95px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  padding-top: 14px;
  margin: 25px 35px 25px 25px;
}
.in_news_item .left p{ font-size: 14px; }
.in_news_item p{color: #5a5a5a;}
.in_news_item .right{width: 70%; float: left; margin: 35px auto;}
.in_news_item .right h1{ font-size: 18px;}
.in_news_item .right p{ font-size: 14px; color: #5a5a5a; line-height: 20px; margin-top: 20px}
.in_news_item:hover .left{ color: #fff; background: #b6b6b6; border:5px solid #d9dde8; }
.in_news_item:hover .left p{color: #fff;}
.in_news_item .right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-content {
  padding: 1.14rem 1.6rem;
  background: #f5f5f5;
}


.nnews_l a{display: inline-block;}

.header_box .header .header-main .right .search  .zc{    width: 30px;
    padding: 0;
    position: absolute;
    right: 5px;
}

.case-list{ align-items: stretch}
.case-list .item{ width: 32%; margin-right: 2%;}
.case-list .item:nth-child(3n){ margin-right: 0}
.case-list .item .title{ padding: 15px; background: #fff; text-align: center; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden}



.down-list .item{ display: flex; align-items: center;  padding: 18px 28px; border: 1px solid #b2b2b2; font-size: 18px; color: #454545}
.down-list .item .time{ font-size: 16px}
.down-list .item .title{ width: 42%; flex-shrink: 0; margin-right: 30px}
.down-list .item:nth-child(1)~.item{ margin-top: 0.167rem;}
.down-list .item .xz{margin-left: auto;}
.down-list .item:hover{ border-color: #11519b; background: #11519b; color: #fff;}


@media only screen and (max-width: 800px) {
  .header_box .header .header-main .left {
    flex-shrink: 0;
  }
  .header_box .header .header-main .left .header-name {display: none;}
  .navbar-default{ background: #fff}
}
@media only screen and (max-width: 768px) {
  html{
    width: 100vw;
  }
  .header_box, .scroll-top{
    display: none!important;
  }
  .y_nav{    
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 2px 2px 5px #A1A1A1;
    -moz-box-shadow: 2px 2px 5px #A1A1A1;
    -webkit-box-shadow: 2px 2px 5px #A1A1A1;
}
  .z_mb, .top_image {
    margin-top: 75px;
  }

  .tit img{width: 20%;}
  .container-fluid>.navbar-header{width: 100%;margin: 0;}
  .navbar{margin-bottom: 0;}
  .navbar-brand{width: 50%;padding: 0;}
  .navbar-brand>img{max-width: 100%;max-height: 75px;}
  .navbar-default .navbar-toggle {border-color: transparent;}
  .navbar-default .navbar-toggle .icon-bar {background-color: #11519b;}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
  .navbar-toggle{top: 10px;}
  .container-fluid>.navbar-collapse{position: relative;top: 15px;}
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background: #11519b;color: white;}
  .container-fluid{padding-bottom: 15px;}

  
  .top_image .filter {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-item: center;
    align-item: center;
  }

  .top_image .title {
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .top_image .desc {
    font-size: 2vw;
  }


  .sort_bar {
    height: auto;
    padding: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sort_bar .item {
    width: 25%;
    height: 12vw;
    line-height: 12vw;
    font-size: 3vw;
    color: #333;
    text-align: center;
    border-bottom: 2px solid #fff;
    flex: none; 
  }
  
  .sort_bar .item + .item {
    border-left: none;
  }

  .sort_bar .select {
    color: #11519b;
    border-color: #11519b;
  }

  .sort_bar .item .button {
    width: 100%;
  }

  .sort_bar .item .button>img {
    display: none!important;
  }
  .sort_bar .item .button .view {
    font-size: 3vw;
    width: 100%;
    height: 100%;    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

  }

  .tc_footer .bg-box {
    width: auto;
    height: 100%;
  }
  .tc_footer .info {
    flex-direction: column;
    padding: 36px 0;
  }
  .tc_footer .info .logo {
    margin-right: 0;
  }
  .tc_footer .pages {
    display: none;
  }
  .tc_footer .info .address {
    text-align: center;
    height: auto;
    padding: 0 20px;
    line-height: 1.6;
    margin: 20px 0;
    font-size: 16px;
  }
  .tc_footer .info .phone {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
  }
  .tc_footer .info .phone .phone-num {
    height: auto;
    font-size: 14px;
    border: none;
  }
  .tc_footer .info .phone .phone-num .no-wrap {
    display: none;
  }
  .tc_footer .info .phone .phone-num .wrap {
    display: inline;
  }
  .tc_footer .info .qr-code {
    margin-left: 0;
    text-align: center;
  }
  .tc_footer .copyright {
    background: #48535e;
    text-align: center;
  }
  .tc_footer .copyright .share {
    display: none;
  }


  .in_news_con{width: 95%;}
  .in_news_item{width: 100%;}
  .in_news_item .right{width: 95%; float: none; margin: 15px auto;}
  .main-content{ padding:0.4rem 0;}
  .in_news_item .left{display: none;}

.content video,.content iframe{max-width:100%;max-height: 250px;}



.mlang{width: 100px; float: right; text-align: center;   height: 28px; margin-top: 26px;  border-radius: 14px;border: 1px solid #e77817;overflow: hidden;}
.mlang a{line-height: 26px; color:#fff; font-size: 14px; width: 50%; height: auto;background: #e77817;}
.mlang:hover a{ font-size: 14px;  color: #fff; font-weight: normal; border: none;}
.mlang a.active{ background: #fff; color: #e77817;border: none;}


.mlang{ margin-top: 10px; margin-left: 10px; float: left; }
    .mlang a{display: inline-block;}

.navbar-brand{    width: auto;}

.mlang{    float: right;
    border: none;
    width: auto;    margin-top: 23px;}
.mlang a.active{background:none;}
.mlang a{background:none; color:#333;width: auto;}

.container-fluid>.navbar-header{    display: flex;
    align-items: center;    height: 75px;
    justify-content: space-between;}

.container-fluid>.navbar-header::before{    display: none;}
.container-fluid>.navbar-header::after{    display: none;}
.container-fluid>.navbar-header .con{    margin-right: auto;
    font-size: 22px;}

.navbar-brand>img{    max-height:75px;}
.container-fluid{    padding: 0;}
.navbar,.navbar-brand{min-height: 75px;}
.mlang{    margin-top: 0;}
.navbar-toggle{    top: -1px;    margin-left: 10px;}
.navbar-nav{padding: 0 25px;}
.container-fluid>.navbar-collapse{top: 0;}



}