/* 首页开始 */
.banner img{
  width: 100%;
}
.main {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.main h1 {
  text-align: center;
  font-size: 28px;
  color: #393939;
}
.main h1 span {
  color: #01b369;
}
.main .main_des {
  font-size: 14px;
  color: #414141;
  text-align: center;
  padding: 10px 45px 15px;
}
.main_pro a {
  display: block;
  background-color: #ffffff;
  padding: 20px 31px;
  text-align: center;
}
.main_pro a img {
  display: block;
  width: 100%;
}
.main_pro a h2 {
  font-size: 18px;
  color: #313131;
  padding-top: 20px;
  font-weight: bold;
}
.main_pro a p{
  font-size: 14px;
  color: #545454;
}
.main_pro a:hover {
  text-decoration: none;
}
/* 首页案例开始 */
.index_anli {
  padding: 45px 15px 40px;
}
.index_anli h2 {
  font-size: 28px;
  color: #424242;
  text-align: center;
  font-weight: bold;
}
.index_anli_tit {
  font-size: 14px;
  color: #292929;
  text-align: center;
}
.index_anli_det {
  margin-top: 30px;
}
.index_anli_det a {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.index_anli_det img {
  display: block;
  width: 100%;
}
.anli_des {
  background: rgba(1, 44, 112, 0.6);
  height: 36px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transition: all .2s linear 0s;
}
.anli_des h3 {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.anli_des p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 0 29px;
  line-height: 10px;
}
.anli_des p span {
  line-height: 20px;
}
.index_anli_det a:hover .anli_des  h3{
  padding-top: 20px;
}
.index_anli_det a:hover .anli_des{
  height: 100%;
}
.more_anli a{
  position: relative;
  text-align: center;
  background-color: #012c70;
}
.more_anli a:hover {
  text-decoration: none;
}
.jral {
  position: absolute;
  top: 35%;
  width: 100%;
}
.more_anli .jral h3 {
  font-size: 16px;
  color: #ffffff;
}
.more_anli img {
  width: 23px;
  margin: 15px auto 0;
}
/* 首页关于我们开始 */
@media(min-width: 410px) {
  .index_about {
    background: url(../img/index/about.jpg) no-repeat 100%;
    background-position: center;
  }
}
.index_about_des {
  max-width: 383px;
  background-color: #01b369;
  padding: 30px 35px 18px;
}
.index_about_des h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}
.index_about_des p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.index_about_des a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 25px;
}
.index_about_des a:hover {
  text-decoration: none;
}
/* 首页新闻中心开始 */
.index_news {
  padding: 50px 15px 30px;
}
.index_news h2 {
  font-size: 28px;
  color: #4a4a4a;
  font-weight: bold;
  margin-bottom: 25px;
}
.index_news a {
  display: block;
  position: relative;
}
.index_news img {
  display: block;
  width: 100%;
}
.index_news .news_tupian p{
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #012c70;
  height: 45px;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.index_news .nav-tabs .nav-link {
  font-size: 18px;
  color: #979797;
  padding: 11px 15px; 
}
.index_news .nav-tabs .nav-link.active {
  color: #363636;
  font-size: 18px;
}
.index_news .tab-content {
  padding-top: 20px;
}
.index_news .tab-pane li {
  margin-bottom: 3px;
}
.index_news .news_data {
  float: left;
  padding: 23px 9px 0;
  background-color: #f4f4f4;
  margin-right: 30px;
}
.news_data p {
  text-align: center;
  font-size: 12px;
  color: #9f9f9f;
  line-height: 0;
}
.news_data p span {
  font-size: 34px;
  color: #6d6d6d;
}
.index_news .news_list h4 {
  font-size: 16px;
  color: #4a4949;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index_news .news_list p {
  font-size: 14px;
  color: #616161;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_news .tab-pane .news_tit:hover{
  color: #01b369 !important;
}
.index_news .tab-pane .news_tit:hover h4 {
  color: #01b369;
}
/* 产品页面开始 */
.hot_pro {
  text-align: center;
  background-color: #f4f4f4;
  padding: 50px 0;
}
.hot_pro h1 {
  font-size: 26px;
  color: #3c3c3c;
  font-weight: bold;
}
.xiantiao {
  display: block;
  max-width: 86px;
  margin: 0 auto;
}
.hot_pro_des {
  margin-top: 35px;
}
.shebei_det {
  display: block;
  background-color: #ffffff;
  padding: 20px 0;
}
.shebei_det img {
  display: block;
  width: 100%;
}
.shebei_det h2 {
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  margin-top: 20px;
}
.shebei_det p {
  font-size: 14px;
  color: #545454;
}
.shebei_det:hover {
  text-decoration: none;
}
.xin_pro {
  text-align: center;
  padding: 35px 0 50px;
}
.xin_pro h2 {
  font-size: 26px;
  color: #3c3c3c;
  font-weight: bold;
}
.xin_pro_des {
  margin-top: 20px;
}
.xin_pro_det {
  display: block;
  padding: 20px 0;
}
.xin_pro_det img {
  display: block;
  width: 100%;
}
.xin_pro_det h3 {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: bold;
}
.xin_pro_det p {
  font-size: 14px;
  color: #3c3c3c;
}
.xin_pro_det:hover, .peitao_pro_det:hover{
  text-decoration: none;
}
.xin_pro_det:hover {
  box-shadow: 0px 0px 15px #ededed;
}
.peitao_pro_des {
  margin-top: 40px;
}
.peitao_pro {
  padding: 50px 0 55px;
  background-color: #f4f4f4;
  text-align: center;
}
.peitao_pro h2 {
  font-size: 26px;
  color: #3c3c3c;
  font-weight: bold;
}
.peitao_pro_det {
  display: block;
  background-color: #ffffff;
  padding: 30px 7px;
}
.peitao_pro_det img {
  display: block;
  width: 100%;
}
.peitao_pro_det h3 {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: bold;
}
.peitao_pro_det p {
  font-size: 14px;
  color: #3c3c3c;
}
/* 产品内页开始 */
.bread {
  background-color: #f4f4f4;
  padding: 19px 0;
}
.bread_nav {
  position: relative;
}
.bread .breadcrumb{
  background-color: transparent;
  text-align: end;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 4px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}
.breadcrumb-item.active {
  font-size: 14px;
  color: #7a7a7a;
}
.breadcrumb-item a {
  color: #7a7a7a;
  font-size: 14px;
}
.breadcrumb-item a:hover {
  text-decoration: none;
}
.protar_main {
  padding: 50px 0 60px;
}
.protar_main_img img {
  display: block;
  width: 100%;
}
.protar_mian_edat h1 {
  font-size: 26px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 20px;
}
.protar_mian_det {
  margin-top: 37px;
}
.protar_mian_det p {
  font-size: 14px;
  color: #454545;
}
.protar_mian_det p span {
  font-size: 18px;
  color: #01b369;
  font-weight: bold;
}
.fanwei {
  margin-top: 35px;
  margin-bottom: 5px;
}
.protar_mian_det .zixun {
  display: inline-block;
  padding: 21px 50px;
  background-image: linear-gradient(90deg,#89b503 0%,#01b369 100%),linear-gradient(#01b369, #01b369);
	background-blend-mode: normal, normal;
	border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 30px;
}
.protar_mian_det a:hover {
  text-decoration: none;
}
.pro_phone {
  margin-top: 30px;
  float: left;
}
.pro_phone img {
  float: left;
  margin-right: 10px;
}
.pro_phone p {
  float: left;
}
.pro_nav {
  border-bottom: 1px solid #01b369;
}
.pro_nav ul {
  margin-bottom: -1px;
}
.pro_nav ul li {
  float: left;
  line-height: 20px;
  margin-right: 30px;
}
.pro_nav ul li a {
  font-size: 18px;
  color: #2d2d2d;
}
.pro_nav ul li a:hover {
  text-decoration: none;
}
.pro_nav ul li {
  padding: 10px 20px;
  border: 1px dotted #c5c5c5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pro_nav ul li.active {
  background-color: #01b369;
}
.pro_nav ul li.active a {
  color: #ffffff;
}
.pro_intro {
  background-color: #f5f5f5;
}
#pro_jianjie p{
  font-size: 14px;
  color: #565656;
  padding: 45px 0 25px;
  border-bottom: 1px solid #dbdbdb;
}
#pro_stre {
  padding: 30px 15px 35px;
  border-bottom: 1px solid #dbdbdb;
}
#pro_stre h2 {
  font-size: 16px;
  color: #01b369;
}
#pro_stre p {
  font-size: 14px;
  color: #565656;
}
#pro_yuanli p {
  font-size: 14px;
  color: #474747;
  padding: 35px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
#pro_canshu {
  padding-bottom: 15px;
}
#pro_canshu td {
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
#pro_canshu p {
  margin-top: 15px;
}
#pro_recom {
  text-align: center;
  padding: 50px 15px 45px;
}
#pro_recom h2 {
  font-size: 20px;
  color: #01b369;
  text-align: center;
  font-weight: bold;
}
#pro_recom h3 {
  font-size: 18px;
  color: #313131;
}
/* 案例页开始 */
.case_art {
  padding: 35px 15px 60px;
}
.case_art h1{
  font-size: 26px;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 10px;
}
.case_art .row {
  margin-top: 35px;
}
.case_art .row img {
  display: block;
  width: 100%;
}
.case_art a:hover {
  text-decoration: none;
}
.case_art h2 {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: rgba(1, 44, 112, 0.6);
  height: 36px;
  line-height: 36px;
  position: relative;
  bottom: 36px;
  margin-bottom: 0;
  width: 100%;
}
.case_detail {
  margin-top: -36px;
  padding: 15px 30px 20px;
  background-color: #eef5ff;
  margin-bottom: 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.case_detail p {
  font-size: 14px;
  color: #01b369;
  margin-bottom: 5px;
}
.case_detail p span {
  font-size: 14px;
  color: #3a3a3a;
}
.page-item:first-child .page-link {
  margin-right: 10px;
}
.page-link {
  font-size: 14px;
  color: #000000;
  padding: 8px 10px;
}
.page-item.active .page-link {
  background-color: #01b369;
  border-color: #01b369;
}
.moye {
  margin-left: 10px;
}
.pre {
  margin-right: 10px;
}
.next {
  margin-left: 10px;
}
.total {
  margin-left: 20px;
  line-height: 36px;
}
/* 案例内页 */
.shebei {
  border-top: 1px dashed #f6f6f6;
  padding-top: 20px;
}
.shebei h2 {
  font-size: 14px;
  color: #434343;
  margin-bottom: 20px;
  text-align: start !important;
}
.shebei ul {
  margin-bottom: 0;
}
.shebei ul li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.shebei ul li a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  color: #01b369;
}
#case_jianjie p {
  font-size: 14px;
  color: #565656;
  padding-top: 40px;
}
.case_peizhi {
  padding-top: 15px !important;
}
#case_xianchang a ,#cus_evalu a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #01b369;
  font-size: 18px;
  line-height: 40px;
  background-color: #ebebeb;
  border-top: 1px solid #01b369;
  padding-left: 20px;
}
#case_xianchang a:hover {
  text-decoration: none;
}
.bi-chevron-down {
  position: absolute;
  right: 20px;
  font-size: 16px;
  color: #000000;
}
.bi-chevron-up {
  position: absolute;
  right: 20px;
  font-size: 16px;
  color: #000000;
  display: none;
}
#case_xianchang .xianchang_des p,#cus_evalu .xianchang_des p{
  font-size: 14px;
  color: #474747;
}
#cus_evalu {
  margin-top: 40px;
  padding-bottom: 50px;
}
#cus_evalu a:hover {
  text-decoration: none;
}
.jpal {
  font-size: 20px !important;
  color: #01b369 !important;
  margin-top: -10px;
}
/* 新闻页开始 */
.news_tab {
  padding-bottom: 40px;
}
.news_tab .mb-3 {
  margin-top: -41px;
}
.news_tab .nav-pills .nav-link {
  font-size: 16px;
  color: #01b369;
  margin-right: 15px;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #01b369;
  border-bottom: none;
}
.news_tab .nav-pills .nav-link.active {
  background-color: #01b369;
  color: #ffffff;
}
.news_bread .breadcrumb {
  position: relative;
  padding: 0px;
  background-color: transparent;
  margin-bottom: 50px;
}
.news_bread .breadcrumb-item{
  position: absolute;
  right: 0;
}
.news_det {
  margin: 20px 0;
}
.news_det a:hover{
  text-decoration: none;
}
.news_det a:hover .news_data {
  background-color: #01b369;
}
.news_det a:hover .news_day{
  color: #ffffff;
}
.news_det a:hover .news_year {
  color: #ffffff;
}
.news_data {
  background-color: #e8e8e8;
  width: 64px;
  height: 70px;
}
.news_data .news_day {
  font-size: 34px;
  line-height: 55px;
  margin-bottom: 0;
}
.news_data .news_year {
  font-size: 12px;
}
.news_det .news_text h2 {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 28px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_data1 {
  text-align: end;
  margin-bottom: 0;
  margin-top: -10px;
}
.news_det .news_text p{
  font-size: 14px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 新闻内页开始 */
.news_article {
  margin-bottom: 40px;
}
.news_article h1 {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.news_article .news_art_data {
  font-size: 14px;
  color: #b6b6b6;
  text-align: center;
}
.news_article .news_neirong {
  font-size: 14px;
  color: #333333;
}
.news_article ul {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 50px;
  margin-bottom: 0;
}
.news_article ul .last_news {
  float: left;
  width: 100%;
}
.news_article ul .next_news {
  float: right;
  width: 100%;
}
.news_article ul li a {
  font-size: 14px;
  color: #333333;
}
.news_article ul li a:hover {
  text-decoration: none;
}
.news_article ul li span {
  display: inline-block;
  padding: 13px 8px 13px 13px;
  background-color: #f5f5f5;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* 关于我们开始 */
.about_lm h1 {
  font-size: 24px;
  color: #3f3f3f;
}
.about_art p {
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 30px;
}
.about_art img {
  display: block;
  width: 100%;
}
.about_jianjie {
  margin: 25px 0 45px;
}
.changqu {
  margin-bottom: 30px;
}
.changqu img{
  margin-bottom: 30px;
}
/* 联系我们开始 */
.contact {
  background-color: #f6f6f6;
  padding: 40px 0 30px;
}
.contact h1 {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  padding: 0px 15px 20px;
  text-align: center;
}
.contact .contact_det {
  font-size: 14px;
  color: #333333;
}
.contact a:hover {
  text-decoration: none;
}
.contact .row {
  text-align: center;
}
.contact img {
  display: block;
  width: 81px;
  margin: 0 auto;
}
.contact .row p {
  font-size: 14px;
  color: #a5a5a5;
  margin: 10px 0;
}
.contact .row span {
  font-size: 14px;
  color: #3b3b3c;
  padding: 0 15px;
}
.biaodan {
  margin: 45px auto 55px;
}
.biaodan select {
  width: 88%;
  padding: 10px;
  border: 1px solid #cccccc;
}
.biaodan .input_quyu {
  width: 70%;
  margin-left: 11px;
}
.biaodan {
  font-size: 14px;
  color: #000000 !important;
}
.diqu {
  padding-right: 0;
}
.city {
  padding: 0;
}
.shiqu {
  margin-right: -16px;
}
.biaodan .tishi {
  text-align: start;
  font-size: 14px;
  color: #000000;
  line-height: 36px;
}
.biaodan .form-control {
  border-radius: 0;
}
.biaodan .form-group {
  position: relative;
}
.biaodan i {
  position: absolute;
  right: -5px;
  top: 30%;
  color: #ff0000;
}
.biaodan button {
  padding: 10px;
  background-color: #01b369;
  color: #ffffff;
  border: none;
  margin-top: 10px;
}
@media(min-width: 380px) {
  .protar_mian_det .zixun {
    float: left;
  }
}
@media(min-width: 576px) {
  .container {
    max-width: 100%;
  }
  .case_detail {
    height: 204px;
  }
  .jinliao,.wuliao {
    float: left;
  }
  .shebei ul li {
    text-align: center;
    float: left;
    width: 25%;
    margin-bottom: 15px;
  }
  .news_data1 {
    display: none !important;
  }
  .biaodan button {
    max-width: 500px;
    margin-left: 14%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .index_phone {
    display: none;
  }
  .navbar-nav li.active {
    border-bottom: 3px solid #01b369;
  }
  .index_news {
    padding: 50px 15px 60px;
  }
  .case_detail {
    height: 160px;
  }
  .news_article ul li {
    width: 50% !important;
  }
  .news_article ul li span {
    margin-bottom: 0px !important;
  }
  .biaodan {
    width: 630px !important;
  }
}
@media (min-width: 576px) and (max-width:991px) {
  .protar_main_img img {
    max-width: 524px;
    margin: 0 auto;
  }
  .protar_mian_edat {
    text-align: center;
  }
  .pro_zixun {
    margin-left: 27%;
  }
  .jinliao,.wuliao {
    margin-right: 50px;
    margin-left: 20%;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .index_phone1 {
    position: absolute;
    top: 6px;
    right: 0;
  }
  .index_news .tab-pane li {
    margin-bottom: 0px;
  }
  .index_news .tab-content {
    padding-top: 15px;
  }
  .shebei_det h2 {
    font-size: 17px;
  }
  .shebei_det p {
    font-size: 13px;
  }
  .peitao_pro_det {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
  }
  .navbar-brand {
    padding-bottom: 6px;
  }
  .biaodan .shiqu1 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .navbar-nav li {
    padding: 30px 15px 20px;
    margin: 0 5px;
  }
  .navbar-brand {
    padding-bottom: 16px;
  }
  .foot {
    text-align: start;
  }
  .foot_wuliao p {
    float: left;
    margin-right: 40px;
  }
  .foot_yl p {
    float: left;
    margin-right: 20px;
  }
  .jinliao,.wuliao {
    margin-right: 50px;
  }
  .protar_main_img img {
    padding-right: 20px;
  }
}
@media(max-width:372px) {
  .bread {
    display: none;
  }
}
@media(max-width:575px) {
  .main .main_des {
    padding: 0 10px;
  }
  .protar_mian_edat h1 {
    font-size: 22px;
  }
  .protar_mian_det p span {
    font-size: 15px;
  }
  .news_data {
    display: none;
  }
  .about_art img {
    margin-bottom: 20px;
  }
  .input_quyu {
    width: 56% !important;
    margin-left: 47px;
  }
  .shiqu_sele {
    width: 67% !important;
    margin-left: 12%;
  }
}
@media(max-width:749px) {
  .pro_nav ul li {
    margin-bottom: 15px;
  }
}
@media(max-width:767px) {
  .navbar-nav {
    margin: 5px 0 10px;
  }
  .navbar-nav li {
    font-size: 16px;
    color: #343434;
    padding: 10px;
    background-color:rgba(1,179,105,0.7);
    border: 1px solid #ffffff;
  }
  .index_phone1 {
    display: none;
  }
  .navbar-nav li.active a {
    color: #ffffff;
  }
  .index_news_left {
    margin-bottom: 25px;
  }
  .foot_lianjie {
    margin-bottom: 25px;
  }
  .banquan p {
    margin-bottom: 50px;
  }
  .shebei_det {
    margin-bottom: 20px;
  }
  .peitao_pro_det {
    margin-bottom: 20px;
  }
  .bread .breadcrumb {
    right: 10px;
  }
  .main_pro a {
    margin-bottom: 20px;
  }
}
@media(max-width: 991px) {
  .protar_mian_edat {
    margin-top: 20px;
  }
  .biaodan .shiqu {
    display: none;
  }
  .biaodan select {
    width: 79%;
    margin-left: 19px;
  }
  .biaodan .input_quyu {
    width: 81%;
    margin-left: -3px;
  }
}
