.product_show_main_describe p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.productshow_tab_main p {
  font-size: 16px;
}
.productshow_tab_main h3 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: rgb(0, 57, 116);
  margin: 15px 0 !important;
  padding: 10px 20px !important;
}
.pro_pics {
  display: flex;
  flex-wrap: wrap;
}
.pro_pics img {
  display: block;
  width: 48%;
  margin-right: 4%;
}
.pro_pics img:nth-child(2n) {
  margin-right: 0;
}

.gbook li {
  margin-bottom: 15px;
}
.gbook li input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}
.gbook li textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}
.gbook li button {
  width: 100%;
  color: #fff;
  background-color: #003974;
  border: none;
  line-height: 3;
  font-size: 14px;
  cursor: pointer;
}
.gbook li button.sub2{
  background-color: #135fca;
}
.newshow_main .img{
  margin-top: 20px;
}

.aboutus .container .tl{
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.aboutus .container .pics ul{
  display: flex;
  flex-wrap: wrap;
}
.aboutus .container .pics li{
  width: 14.285%;
  padding: 0 0 20px 20px;
}
.aboutus .container .box2 p{
  font-size: 16px;
}
.aboutus .container .ico_li{
  margin: 40px 0;
}
.aboutus .container .ico_li ul{
  display: flex;
  justify-content: center;
}
.aboutus .container .ico_li li{
  width: 33.33%;
  text-align: center;
  padding: 20px;
}
.aboutus .container .ico_li li .ico{
  margin-bottom: 20px;
}
.aboutus .container .ico_li li .ico i::before{
  font-size: 64px;
  color: #35939c;
}
.aboutus .container .ico_li li h3{
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.aboutus .container .pics2{
  margin-bottom: 60px;
}
/*.aboutus .container .pics2 ul{*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/
.aboutus .container .pics2 li{
  /*width: 33.33%;*/
  /*padding: 0 0 20px 20px;*/
  border: 1px solid #ddd;
}
.aboutus .container .pics2 li img{
  display: block;
}
.contact_list li{
  align-items: center;
  line-height: 1.2;
}
.contact_list li i{
  line-height: 1;
}