@charset "utf-8";
/**
 * 样式模版文件，自定义页面全部这种格式
 */
/**
 * PC版样式表
 * [分辨率大于1024]
 */
#main .wp_title {
  font-size: 30px;
}
#main .company_all {
  margin: 0 100px;
}
#main .company_all .modular1 {
  margin-top: 50px;
}
#main .company_all .modular1 .title {
  font-size: 40px;
}
#main .company_all .modular1 .text_b {
  text-align: left;
  margin-top: 15px;
}
#main .company_all .modular2.modular2_br {
  display: none;
}
#main .company_all .modular2 ul {
  overflow: hidden;
  margin-top: 30px;
}
#main .company_all .modular2 ul li {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  overflow: hidden;
}
#main .company_all .modular2 ul li img.mobile {
  display: none;
}
#main .company_all .modular2 .map {
  max-width: 1000px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
#main .company_all .modular2 .map img {
  width: 100%;
}
#main .company_all .modular2 .map a.open_map {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 34px;
  background: url(/Assets/Solar/img/open_map.png);
  display: none;
}
#main .company_all .modular3 .title {
  font-size: 40px;
}
#main .company_all .modular3 .text_b {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
#main .company_all .modular3 .modular3_link {
  font-size: 18px;
  text-decoration: underline;
  color: #4674c1;
}
#main .company_all .modular3 ul {
  overflow: hidden;
  margin-left: -1%;
  margin-top: 40px;
}
#main .company_all .modular3 ul li {
  float: left;
  width: 15.6%;
  margin-left: 1%;
}
#main .company_all .modular3 ul li .top_img {
  width: 100%;
  overflow: hidden;
}
#main .company_all .modular3 ul li .top_img img {
  width: 100%;
}
#main .company_all .modular3 ul li .b_text {
  width: 100%;
  height: 114px;
  margin-top: 1px;
  text-align: center;
  color: #fff;
}
#main .company_all .modular3 ul li .b_text .b_text_title {
  font-size: 24px;
  margin: 0 10px;
  padding-top: 10px;
  font-weight: bold;
}
#main .company_all .modular3 ul li .b_text .p_text {
  font-size: 18px;
  margin: 10px 5px;
  /*word-break: break-all;*//*2017.7.13*/
}
#main .company_all .modular3 ul li .b_text1 {
  background: #f17167;
}
#main .company_all .modular3 ul li .b_text2 {
  background: #a5a5a5;
}
#main .company_all .modular3 ul li .b_text3 {
  background: #1eb1ed;
}
#main .company_all .modular3 ul li .b_text4 {
  background: #fd9827;
}
#main .company_all .modular3 ul li .b_text5 {
  background: #7cc69c;
}
#main .company_all .modular3 ul li .b_text6 {
  background: #4674c1;
}
#main .company_bottom {
  background: #f3f3f3;
}
#main .company_bottom .company_bottom_z {
  margin: 0 160px;
  padding: 20px 0;
  overflow: hidden;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img {
  float: left;
  overflow: hidden;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img a {
  color: #000;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_text {
  float: left;
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 84px;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_text span {
  font-size: 30px;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_img {
  float: left;
  overflow: hidden;
  width: 144px;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_img img {
  width: 100%;
}
#main .company_bottom .company_bottom_z .bottom_z_text_img2 {
  float: right;
}
@media screen and (max-width: 1250px) {
  #main .company_all .modular2 ul li img {
    width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  #main .company_all {
    margin: 0 50px;
  }
  #main .company_bottom .company_bottom_z {
    margin: 0 70px;
  }
}
@media screen and (max-width: 1000px) {

  #main .wp_title {
    font-size: 20px;
  }
  #main .company_all {
    margin: 0 20px;
  }
  #main .company_all .modular1 .title {
    font-size: 20px;
  }
  #main .company_all .modular1 .text_b {
    margin: 0px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  #main .company_all .modular1 .text_b span.wenzi.active {
    display:inline;/*2017.7.13*/
  }
  #main .company_all .modular2.modular2_br {
    display: block;
  }
  #main .company_all .modular2.modular2_br ul li {
    float: left;
    width: 50%;
  }
  #main .company_all .modular2 ul li {
    float: none;
    width: 100%;
  }
  #main .company_all .modular2 ul li img {
    width: auto;
  }
  #main .company_all .modular2 ul li img.mobile {
    display: block;
  }
  #main .company_all .modular2 ul li img.pc {
    display: none;
  }
  #main .company_all .modular2 .map {
    margin: 30px 0px;
  }
  #main .company_all .modular2 .map a.open_map {
    display: block;
  }
  #main .company_all .modular1.modular3 .text_b {
    margin-bottom: 10px;
  }
  #main .company_all .modular1.modular3 a.modular3_link {
    font-size: 16px;
  }
  #main .company_all .modular1.modular3 ul {
    margin-top: 0px;
  }
  #main .company_all .modular1.modular3 ul li.clear_m {
    clear: both;
  }
  #main .company_all .modular1.modular3 ul li {
    width: 32%;
    margin-top: 20px;
  }
  #main .company_all .modular3 ul li .b_text .p_text br {
    display: none;
  }
  #main .company_bottom {
    /*display: none;*//*2017.7.24*/
  }
  #main .company_bottom .company_bottom_z{
	  margin: 0 20px;
   }
   #main .company_bottom .company_bottom_z .bottom_z_text_img{
	}
  #main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_text{
	  top:0;
	  font-size:16px;
	  margin-right:8px;
	  float:none
	}
	#main .company_bottom .company_bottom_z .bottom_z_text_img .bottom_z_text span{
		font-size:20px;
	}
}
