﻿.Banner {
  min-width: 1200px;
  margin: 0 auto;
}
.Banner img {
  max-width: 100%;
}
.FactoryList {
  height: 115px;
  padding: 30px 0px;
  min-width: 1200px;
  margin: 0 auto;
}
.FactoryList ul {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.FactoryList ul li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}
.FactoryList ul li span {
  display: block;
  margin: 0 auto;
  width: 88%;
  height: 88px;
  line-height: 88px;
  border: 1px solid #FFF;
  margin-bottom: 5px;
}
.FactoryList ul li span img {
  max-width: 100%;
  max-height: 100%;
}
.FactoryDetail {
  width: 100%;
  min-width: 1200px;
  padding: 50px 0px;
}
.FactoryDetail .Box {
  width: 1120px;
  padding: 40px;
  margin: 0px auto;
}
.FactoryDetail .Box .Item {
  margin-bottom: 30px;
}
.FactoryDetail .Box .Item .T {
  background: #FFF;
  height: 60px;
  line-height: 60px;
  margin-bottom: 25px;
  border-radius: 22px;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #333;
}
.FactoryDetail .Box .Item .About span.logo {
  float: left;
  background: #FFF;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 30px;
}
.FactoryDetail .Box .Item .About span.logo img {
  vertical-align: middle;
  max-width: 100%;
}
.FactoryDetail .Box .Item .About div.content {
  margin-left: 270px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 10px;
}
.FactoryDetail .Box .Item .l_Attr {
  width: 240px;
  float: left;
}
.FactoryDetail .Box .Item .l_Attr ul li {
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
}
.FactoryDetail .Box .Item .r_Attr {
  width: 830px;
  float: right;
  border: 2px solid #FFF;
  padding: 10px;
  text-align: left;
}
.FactoryDetail .Box .Item .r_Attr .l {
  float: left;
  width: 620px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.FactoryDetail .Box .Item .r_Attr .l span {
  font-weight: bold;
}
.FactoryDetail .Box .Item .r_Attr .r {
  float: right;
  width: 170px;
  text-align: center;
  position: relative;
}
.FactoryDetail .Box .Item .r_Attr .r span {
  display: inline-block;
  width: 160px;
  position: relative;
  padding: 5px;
  background: #FFF;
}
.FactoryDetail .Box .Item .r_Attr .r img {
  max-width: 100%;
}
.FactoryDetail .Box .Item .Photo {
  padding-top: 10px;
}
.FactoryDetail .Box .Item .Photo ul li {
  border: 2px solid #fff;
  background: #FFF;
  float: left;
  width: 356px;
  height: 216px;
  display: inline-block;
  line-height: 216px;
  vertical-align: middle;
}
.FactoryDetail .Box .Item .Photo ul li img {
  max-width: 100%;
  max-height: 100%;
}
.FactoryDetail .Box .Item .Photo ul li.m {
  margin: 0 20px;
}
.FactoryDetail .Box .Jump {
  border-top: 15px solid #FFF;
  height: 50px;
  padding-top: 5px;
}
.FactoryDetail .Box .Jump a {
  display: block;
  width: 49%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #17ABE7;
  color: #FFF;
}
.FactoryDetail .Box .Jump a span {
  padding-left: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  background: url(../Images/zt/FootIcon.png) left center no-repeat;
}
.FactoryDetail .Box .Jump a:last-child {
  float: right;
  background: #FEA54E;
}
.red .TopTip {
  background: #c4122c;
  color: #FFF;
  border-color: #c4122c;
}
.red .TopTip a:link,
.red .TopTip a:visited {
  color: #FFF;
}
.red .FactoryList {
  background-color: #b11015;
}
.red .FactoryList ul li {
  color: #ffd162;
}
.red .FactoryList ul li a {
  color: #ffd162;
}
.red .FactoryList ul li span {
  border-color: #ffd162;
  background: #FFF;
}
.red .FactoryDetail {
  background: #c4122c;
}
.red .FactoryDetail .Box {
  background: #fff6cc;
}
.red .FactoryDetail .Box .Item .T {
  background: #b1000e;
  color: #fffcee;
}
.red .FactoryDetail .Box .Item .About {
  margin-bottom: 18px;
}
.red .FactoryDetail .Box .Item .About div.content {
  color: #b1000e;
}
.red .FactoryDetail .Box .Item .l_Attr ul li {
  background: #AD001A;
  color: #ffd162;
}
.red .FactoryDetail .Box .Item .r_Attr {
  border-color: #AD001A;
  color: #AD001A;
}
.red .FactoryDetail .Box .Item .Photo ul li {
  border-color: #AD001A;
}
.red .FactoryDetail .Box .Jump {
  border-color: #c4122c;
}
.blue .TopTip {
  background: #00abeb;
  color: #FFF;
  border-color: #00abeb;
}
.blue .TopTip a:link,
.blue .TopTip a:visited {
  color: #FFF;
}
.blue .FactoryList {
  background-color: #00abeb;
}
.blue .FactoryList ul li {
  color: #FFF;
}
.blue .FactoryList ul li a {
  color: #FFF;
}
.blue .FactoryList ul li span {
  border-color: #FFF;
  background: #FFF;
}
.blue .FactoryDetail {
  background: #014377;
}
.blue .FactoryDetail .Box {
  background: #1b8de3;
}
.blue .FactoryDetail .Box .Item .T {
  background: #fff6cd;
  color: #1685d7;
}
.blue .FactoryDetail .Box .Item .About {
  margin-bottom: 18px;
}
.blue .FactoryDetail .Box .Item .About div.content {
  color: #FFF;
}
.blue .FactoryDetail .Box .Item .l_Attr ul li {
  background: #8d60d5;
  color: #FFF;
}
.blue .FactoryDetail .Box .Item .r_Attr {
  border-color: #FFF;
  color: #FFF;
}
.blue .FactoryDetail .Box .Item .r_Attr i {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background: #fff6cc;
  color: #1b8ee3;
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
}
.blue .FactoryDetail .Box .Item .Photo ul li {
  border-color: #01e8e0;
}
.blue .FactoryDetail .Box .Jump {
  border-color: #fff6cd;
}
.blue .FactoryDetail .Box .Jump a {
  background: #ff4948;
}
.blue .FactoryDetail .Box .Jump a:last-child {
  background: #FEA54E;
}
.orange .TopTip {
  background: #ffa841;
  color: #FFF;
  border-color: #ffa841;
}
.orange .TopTip a:link,
.orange .TopTip a:visited {
  color: #FFF;
}
.orange .FactoryList {
  background-color: #e88c1f;
}
.orange .FactoryList ul li {
  color: #FFF;
}
.orange .FactoryList ul li a {
  color: #FFF;
}
.orange .FactoryList ul li span {
  border-color: #fae518;
  background: #FFF;
}
.orange .FactoryDetail {
  background: #ffcc00;
}
.orange .FactoryDetail .Box {
  background: #fff6cd;
}
.orange .FactoryDetail .Box .Item .T {
  background: #ff5220;
  color: #f9ffec;
}
.orange .FactoryDetail .Box .Item .About {
  margin-bottom: 18px;
}
.orange .FactoryDetail .Box .Item .About div.content {
  color: #cb2d00;
}
.orange .FactoryDetail .Box .Item .l_Attr ul li {
  background: #e53705;
  color: #FFF;
}
.orange .FactoryDetail .Box .Item .r_Attr {
  border-color: #ff5220;
  color: #ce3202;
}
.orange .FactoryDetail .Box .Item .Photo ul li {
  border-color: #ff501e;
}
.orange .FactoryDetail .Box .Jump {
  border-color: #ff5220;
}
.orange .FactoryDetail .Box .Jump a {
  background: #ff4948;
}
.orange .FactoryDetail .Box .Jump a:last-child {
  background: #00abeb;
}