.title-box {
  height: 80px;
  display: flex;
  justify-content: space-around;
}
.title-box-child {
  width: 50%;
}
.title-a {
  font-size: 18px;
  line-height: 80px;
  padding-right: 30px;
  color: #7a7a7a !important;
  font-family: "宋体";
}
.title-a:hover {
  font-size: 22px;
  font-weight: 700;
  color: #000000 !important;
  font-family: "宋体";
}
.title-big-a {
  font-size: 22px;
  font-weight: 700;
  color: #000000 !important;
  font-family: "宋体";
}
/* 下拉菜单按钮 */
.dropbtn {
  color: white;
  padding: 28px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: 0;
}
/* 搜索框 */
#myInput {
  /* background-image: url('../images/searchicon.png'); */
  /* background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px; */
  border: none;
  outline: 0;
}
/* 搜索框获取焦点的样式 */
#myInput:focus {
  outline: 3px solid #ddd;
}
/* 容器 <div> - 定位下拉菜单 */
.dropdownbtn {
  position: relative;
  display: inline-block;
  float: right;
}
/* 下拉菜单内容 (默认隐藏) */
.dropdown-content2 {
  display: none;
  position: absolute;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  right: 0;
  bottom: 20px;
}
/* 下拉菜单链接样式 */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.show {
  display: block;
}
.product-box-child:hover {
  box-shadow: 5px 5px 5px #f3f3f3;
}
.product-box {
  width: 100%;
  display: flex;
  /* justify-content: space-between;  */
  /* background-color: aqua;  */
  flex-wrap: wrap;
}
.product-box-child {
  width: 253px;
  height: 420px;
  /* margin-right: 18px; */
  /* background-color: #005a96; */
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #f2f2f2;
}
.product-box-child a{
}
.product-box a {
  margin-right: 20px;
}
.product-box a:nth-child(3n+3) {
  margin-right: 0px !important;
}
.product-title {
  color: #333333;
  padding-top: 20px;
}
.product-txt {
  color: #808080;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-content-box {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.product-price {
  font-size: 16px;
  font-weight: 700;
  color: red;
  width: 50%;
  /* background-color: aqua; */
}
.product-lg-box {
  width: 50%;
  display: flex;
  /* background-color:pink; */
  justify-content: flex-end;
}
.product-lg-box span {
  height: 22px;
  font-weight: 700;
  font-style: oblique;
  font-size: 14px;
  color: #005a96;
  /* padding-left: 2px; */
  padding-right: 2px;
  border: 1px solid #005a96;
  border-radius: 50%;
  margin-left: 5px;
}
.company-box {
  display: flex;
  /* height: 45px; */
}
.company-logo {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  /* margin-top: 15px; */
  margin-right: 10px;
}
.company-name {
  line-height: 22px;
  font-size: 14px;
  color: #808080;
}
/* 产品详情页 */
.product-big-box {
  display: flex;
  margin-top:30px;
}
.product-small-box{
  width: 50%;
}
.product-small-box .product-price{
  font-size: 18px;
  /* padding-bottom: 20px; */
 
}
.product-small-box .product-brief{
  /* height: 75px; */
  color: #808080;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding:7px 0 ;
  font-size: 14px;
  line-height: 26px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
   -webkit-box-orient: vertical; */
}
.product-list{
  height: 42px;
}
.product-list span{
  font-family:"Microsoft YaHei"!important;
  font-size: 14px;
  margin-left: 5px;
}
.product-list .pro-tap{
  display: inline-block;
  width: 70px;
  text-align-last:justify;
  margin-right: 10px;
}
.pro-name{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family:"Microsoft YaHei";
}
.lg-tap{
  height: 22px;
  font-weight: 700;
  font-style: oblique;
  font-size: 14px;
  color: #005a96;
  /* padding-left: 2px; */
  padding-right: 2px;
  border: 1px solid #005a96;
  border-radius: 50%;
  margin-right: 5px;
}
.pro-img-tap img{
  padding-right: 10px;
}
.customer-service{
  padding-left: 5px;
}
.pro-jieshao ul li div{
  line-height: 24px;
}
.hot-pro ul{
  display: block;
  height: 30px;
  margin-top: 50px;
  border-bottom: 2px solid #e6e6e6;
}
.hot-pro ul li{
  float: left;
  display: block;
  height: 30px;
  margin-right: 20px;
  color: #808080;
}
.hot-pro ul li span{
  font-family:"Microsoft YaHei"!important;
}
.hot-pro ul li {
  border-bottom: 2px solid #007abc;
  color: #000000;
  font-weight: 700;
}
.newsbox .menu_box .content ul li div{
  padding-top: 15px;
  line-height: 32px;
}
.picList pic {
  background-color: #005a96;
}
