* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.dl-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.gsddwproductList .gsddwproductListBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.gsddwproductList .gsddwproductListBox .gsddwproductListBoxL {
  flex: 0 0 500px;
  justify-content: center;
  float: left;
  width: 500px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.gsddwproductList .gsddwproductListBox .gsddwproductListBoxL img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: contain;
}
.gsddwproductList .gsddwproductListBox .gsddwproductListBoxR {
  flex: 0 0 640px;
  justify-content: center;
  float: left;
  width: 640px;
}
.gsddwproductList .gsddwproductListBox .gsddwproductListBoxR h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.gsddwproductList .gsddwproductListBox .gsddwproductListBoxR p {
  background: #eee;
  margin-top: 30px;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #666;
  line-height: 2;
}
.gsddwproductList .gsddwproductListBottom {
  background: linear-gradient(#eeeeee, #cccccc);
  background-size: auto;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomTitle {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #999999;
  background: -webkit-linear-gradient(#eeeeee, #999999);
  background: -moz-linear-gradient(#eeeeee, #999999);
  background: -ms-linear-gradient(#eeeeee, #999999);
  background: linear-gradient(#eeeeee, #999999);
  border-bottom: 1px solid #666;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomTitle h4 {
  font-weight: bold;
  font-size: 18px;
  background: #faa61a;
  padding: 0 48px;
  color: #fff;
  border-bottom: 1px solid #e4393c;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox {
  padding: 20px 40px;
  margin-bottom: 40px;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "思源黑体" !important;
  line-height: 2.5em !important;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox h5 {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #006f08;
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9a9a;
  font-family: "思源黑体" !important;
  line-height: 2.5em !important;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox .gsddwproductListBottomBoxCenter {
  padding: 40px 0;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox .gsddwproductListBottomBoxCenter p {
  font-size: 14px;
  line-height: 2.5;
  color: #404040;
}
.gsddwproductList .gsddwproductListBottom .gsddwproductListBottomBox .gsddwproductListBottomBoxCenter img {
  max-width: 100%;
}
