﻿.btn-primary{background: #4b8df9!important; border-color: #4b8df9!important;}
.colorff6700{color: #297d0c!important;}
body{background: #fff;}

.public-site-header {width: 100%;background: #fff;}
.head-top{background: #f5f5f5; height: 0.44rem; line-height: 0.44rem; font-size: 0.14rem;}
.head-top p{color: #414141;}
.head-top .language{}
.head-top .language a{color: #414141;}

.head-bottom{height: 0.8rem;}
.public-site-header .logo {max-height: 0.6rem;}
.public-site-header .logo a {font-weight: bold; text-decoration: none; display: flex; align-items: center; font-size: 0.22rem; color: #297d0c;}
.public-site-header .logo a:empty:before {content: "";}
.public-site-header .logo img {max-height: 0.60rem; font-size: 0; margin-right: 0.15rem;}




.public-site-header .head-nav{

}

.public-site-header .head-nav ul {display: flex;justify-content: space-between; align-items: center;}
.public-site-header .head-nav ul li {flex-grow: 1; text-align: center; position: relative;}
.public-site-header .head-nav ul li>a {font-size: 0.20rem;color: #666; padding: 0 0.35rem;display: block;height: 0.7rem;line-height: 0.7rem;}
.public-site-header .head-nav ul li:hover>a {
    color: #297d0c; border-bottom: 0.04rem solid #297d0c;
}
.public-site-header .head-nav ul li.active>a {
    color: #297d0c; border-bottom: 0.04rem solid #297d0c;
}

.public-site-header .head-nav ul li:hover dl {
  display: block;
}
.public-site-header .head-nav ul li dl {
  display: none;
  position: absolute;
  z-index: 1000;
  border-radius: 0 0 0.03rem 0.03rem;
  overflow: hidden;
width: 100%;
padding: 0.10rem 0;background: rgba(0, 0, 0, 0.8);    
}
.public-site-header .head-nav ul li dl dd.active a {
  color: #ff6700;
}
.public-site-header .head-nav ul li dl dd a {
  line-height: 0.40rem; color: #fff;
  font-size: 0.14rem;
  display: block;padding: 0 0.10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public-site-header .head-nav ul li dl dd a:hover{
    background: rgb(23, 71, 135, 0.8);
}

@media (max-width: 1300px) {
.public-site-header .head-nav ul li>a{font-size: 0.24rem;}
.public-site-header .header_tel span{font-size: 0.24rem;}
}