* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
/*头部*/
.webHeader {
  /*border:1px solid red;box-sizing:border-box;*/
  height: 110px;
  margin: auto;
  position: relative;
  width: 1200px;
}
.logo {
  left: 40px;
  position: absolute;
}
.nav {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
.nav li {
  color: #ccc;
  float: left;
  font-size: 16px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}
.nav .nav-choice {
  cursor: pointer;
  position: relative;
  width: 110px;
}
.nav .nav-choice a,
span {
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.nav .nav-choice:hover ul {
  display: block;
}
.nav .nav-choice:hover > a {
  border-bottom-color: #004ac4;
  color: #004ac4;
}
.nav .nav-choice:hover span {
  border-bottom-color: #004ac4;
  color: #004ac4;
}
.nav .nav-choice > a {
  color: #000;
  font-size: 16px;
  font-family: '微软雅黑';
}
/*---导航---*/
.nav .nav-choice > ul {
  background-color: #fff;
  border: 1px solid #999;
  display: none;
  top: 33px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.nav .nav-choice > ul li {
  border-bottom: 1px solid #999;
  color: #000;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.nav .nav-choice > ul li:last-child {
  border: none;
}
.nav .nav-choice > ul li:hover a {
  background-color: #004ac4;
  color: #fff;
}
/*内容部分*/
.webContent {
  width: 100%;
}
.webContent iframe {
  /*border:1px solid red;box-sizing: border-box;*/
  border: none;
  height: auto;
  min-height: 100%;
  width: 100%;
}
/*---main-wrap---*/
/*.main-wrap{display: none;}*/
/*---轮播图---*/
.carouselWrap {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.carouselUl {
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
}
.carouselUl li {
  color: #fff;
  float: left;
  font-size: 50px;
  font-weight: bold;
  height: 500px;
  line-height: 500px;
  text-align: center;
  width: 25%;
}
.carouselUl li > img {
  height: 100%;
  width: 100%;
}
.slider {
  bottom: 0;
  font-size: 0;
  left: 0;
  list-style: none;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider li {
  background-color: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 5%;
}
.wheelon {
  background-color: #ff6c00;
}
.last,
.next {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  bottom: 40%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
}
.last {
  left: 5%;
}
.next {
  right: 5%;
}
/*---相关介绍---*/
.introduceWrap {
  height: 360px;
  margin: auto;
  padding-top: 40px;
  width: 1200px;
}
.introduceWrap > div {
  float: left;
  height: 360px;
  border: 1px solid transparent;
  box-sizing: border-box;
  width: 600px;
}
.introduceWrap > div:nth-of-type(1) {
  margin-right: 30px;
  width: 570px;
}
.introduceWrap > div > .introduceTitle {
  height: 30px;
  line-height: 30px;
}
.introduceWrap > div > .introduceTitle span {
  float: left;
  font-size: 22px;
  font-weight: bold;
}
.introduceWrap > div > .introduceTitle label {
  cursor: pointer;
  float: right;
  margin-right: 20px;
}
.introduceWrap > div > .aboutTitle {
  margin-bottom: 20px;
}
/*--产品介绍--*/
.introduceWrap > div > div {
  border-bottom: 1px solid #ccc;
  height: 165px;
  box-sizing: border-box;
  padding: 5px 10px;
}
.introduceWrap > div > div:last-child {
  border: none;
}
.introduceWrap > div > div > div {
  /*border-left:2px solid #ccc;*/
  display: inline-block;
  height: 100%;
  padding: 0 5px 0 10px;
  width: 365px;
}
.introduceWrap > div > div img {
  margin-right: 5px;
}
.introduceWrap > div > div img,
.introduceWrap > div > div > div {
  vertical-align: middle;
}
.introduceWrap > div > div > div .itTitle {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.introduceWrap > div > div > div > p {
  font-size: 13px;
  line-height: 26px;
}
.introduceWrap > div > div > div .detail {
  color: #333;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
/*-关于公司-*/
.introduceWrap > div .aboutdesc {
  border: none;
  display: inline-block;
  height: 300px;
  width: 320px;
  vertical-align: top;
}
.introduceWrap > div .aboutdesc p {
  font-size: 13px;
  line-height: 26px;
}
/*地理位置*/
.locationwrap {
  background-color: #ededed;
  height: 130px;
  padding: 30px 0;
}
.locationwrap > ul {
  height: 100%;
  margin: auto;
  width: 1200px;
}
.locationwrap > ul > li {
  float: left;
  height: 100%;
  text-align: center;
  width: 50%;
}
.locationwrap > ul > li p {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/*底部*/
.footer {
  background-color: #333;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.footer span,
.footer a label {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}
.footer span {
  margin-right: 50px;
  display: inline-block;
}
