.lt {
  float: left;
}
.ft {
  float: right;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #F5F5F5;
}
body {
  background-color: #FFFFFF;
}
.made1_box {
  width: 100%;
  height: 400px;
}
.made1_box .made1 {
  width: 1130px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
}
.made1_box .made1 img {
  width: 300px;
  height: 300px;
  margin-left: 100px;
  float: left;
}
.made1_box .made1 .mdae1_r {
  margin-right: 100px;
  float: right;
  width: 420px;
  height: 300px;
}
.made1_box .made1 .mdae1_r h1 {
  font-size: 40px;
  margin: 40px 0;
}
.made1_box .made1 .mdae1_r p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 30px;
  color: #5C5C5C;
}
.made2_box {
  background-color: #F5FBFB;
  width: 100%;
  height: 400px;
}
.made2_box .made2 {
  width: 1130px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
}
.made2_box .made2 img {
  width: 300px;
  height: 300px;
  margin-right: 100px;
  float: right;
}
.made2_box .made2 .mdae1_r {
  margin-left: 100px;
  float: left;
  width: 420px;
  height: 300px;
}
.made2_box .made2 .mdae1_r h1 {
  font-size: 40px;
  margin: 40px 0;
}
.made2_box .made2 .mdae1_r p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 30px;
  color: #5C5C5C;
}
#toolbar {
  width: 60px;
  height: 160px;
  position: fixed;
  background-color: #fff;
}
#toolbar .bar {
  text-align: center;
  width: 100%;
  height: 33.333%;
  padding: 6px 14px;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  background-color: #fff;
}
#toolbar .bar a {
  color: #373737;
}
#toolbar .bar img {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
#toolbar .bar:hover {
  background-color: #2276E6;
  color: #ffffff;
}
#toolbar .bar:hover a {
  color: #ffffff;
}
#toolbar .bar_active {
  background-color: #2276E6;
  color: #ffffff;
}
#toolbar .bar_active a {
  color: #ffffff;
}

.clear{content:"."; display:block; width:0; height:0; visibility:hidden; clear:both;}

/* infomain 信息 */
.info_main{width: 900px;height: 500px;min-height: 500px;margin:auto;position: relative;top: 70px;padding-top: 50px;height: auto!important;padding-bottom: 120px}
.info_main ul{height: auto;}
.info_main ul li{padding:20px 15px 20px 20px;border-bottom: 1px dashed #eee;position: relative;box-sizing: border-box;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.info_main ul li:hover{background: #f9f9f9}
.info_main ul li p{color: #000;font-size: 16px;margin-bottom: 15px;width: 700px;}
.info_main ul li span{color: #666;font-size: 14px;line-height: 170%;width: 700px;display: inline-block}
.info_main ul li a{display: inline-block;position: absolute;width: 106px;height: 32px;color: #f00;border:1px solid #f00;text-align: center;line-height: 31px;border-radius: 4px;right: 15px;top: 40px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.info_main ul li a:hover{background: #f00;color:#fff}

.info_main img{display: block;margin:auto;}


.made1_box .made1 .mdae1_r_pro {
  margin-right: 100px;
  float: right;
  width: 420px;
  height: 300px;
}
.made1_box .made1 .mdae1_r_pro h1 ,.made2_box .made2 .mdae1_r_pro h1 {
  font-size: 30px;
  margin: 40px 0 20px 0;
}
.made1_box .made1 .mdae1_r_pro p,.made2_box .made2 .mdae1_r_pro p {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  position: relative
}
.made1_box .made1 .mdae1_r_pro p span,.made2_box .made2 .mdae1_r_pro p span{
  position: absolute;
  left: -15px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #3c74de;
  border-radius: 50%;
  margin-right: 10px;
}