@import url(normalize.css);
@import url(base.css);
@import url(swiper.css);
.header {
  width: 100%;
}
.header .header-top {
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #b5b5b5;
}
.header .header-top .logo {
  background: url("../images/logo-1.jpg") no-repeat center;
  width: 124px;
  height: 86px;
}
.header .header-top .logo:hover {
  background: url("../images/logo-2.jpg") no-repeat center;
}
.header .header-top .company-name {
  width: 400px;
  height: 86px;
}
.header .header-top .company-name p {
  color: #931007;
  font-size: 14px;
}
.header .header-top .languages {
  width: 204px;
  height: 86px;
}
.header .header-top .languages a {
  display: inline-block;
  margin-top: 28px;
  width: 90px;
  margin-left: 10px;
  float: left;
  height: 33px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #931007;
  line-height: 33px;
  border: solid 1px #931007;
  cursor: pointer;
}
.header .header-top .languages a.active {
  background-color: #931007;
  color: #fff;
}
.header .nav-top {
  height: 40px;
}
.header .nav-top li {
  width: 171px;
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #505050;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: left;
}
.header .nav-top li:hover {
  background-color: #931007;
  color: #fff;
}
.header .nav-top li.active {
  background-color: #931007;
  color: #fff;
}

.content {
    width: 100%;
    overflow: hidden;
    /*margin-top: 30px;*/
}
.content hr {
  height: 2px;
  background-color: #bfbfbf;
  width: 100%;
  margin-top: 83px;
  border: none;
  position: relative;
}
.content hr.t80 {
  top: 80px;
}
.content hr.col-fff {
  background-color: #fff;
}
.content .module-title {
  position: relative;
  bottom: 50px;
  width: 300px;
}
.content .profile {
  position: relative;
    margin-top: 40px;
}
.content .profile .profile-text {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 14px;
  color: #515151;
  line-height: 30px;
  text-indent: 20px;
}
.content .module-title2 {
  width: 200px;
  height: 78px;
  margin: 24px auto 30px auto;
}
.content .module-title2 span {
  display: block;
  text-align: center;
  width: 100%;
  height: 14px;
  font-size: 16px;
  color: #747474;
  word-spacing: 4px;
  margin-top: 9px;
  margin-bottom: 22px;
}
.content .module-title2 hr {
  width: 107px;
  margin: 0 auto;
  background-color: #a40000;
  border: none;
  height: 1px;
}
.content .index-header {
  width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  /*height: 427px;*/
}
.content .index-middle {
  /*position: relative;*/
  /*top: -83px;*/
  padding-top: 38px;
  width: 100%;
  height: 500px;
  background: url("../images/bg-1.jpg") no-repeat center;
  background-size: 1920px 500px;
}
.content .index-middle .about {
  height: 260px;
}
.content .index-middle .about .about-pic {
  width: 586px;
  height: 260px;
}
.content .index-middle .about .about-text {
  width: 555px;
  font-size: 14px;
  color: #fff;
  height: 203px;
  line-height: 27px;
  text-indent: 10px;
}
.content .index-middle .about .more {
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-right: 445px;
  cursor: pointer;
}
.content .index-footer {
  width: 100%;
    overflow: hidden;
  /*height: 340px;*/
  /*position: relative;*/
  /*top: -83px;*/
}
.content .index-footer .index-contact {
  width: 600px;
  height: 100%;
}
.content .index-footer .index-contact p {
  font-size: 14px;
  color: #404040;
  line-height: 27px;
}
.content .index-footer .feedback {
  width: 600px;
  height: 100%;
}
.content .index-footer .feedback form {
  margin-left: 40px;
  margin-top: -20px;
}
.content .index-footer .feedback form input, .content .index-footer .feedback form textarea {
  margin: 10px auto;
  outline: none;
  width: 481px;
  padding-left: 10px;
  line-height: 26px;
  font-size: 18px;
  background-color: #eeeeee;
  border: 1px dashed #bfbfbf;
}
.content .index-footer .feedback form input {
  height: 26px;
}
.content .index-footer .feedback form textarea {
  height: 69px;
}
.content .index-footer .feedback form button {
  width: 491px;
  height: 30px;  background-color: #9c231b;

  text-align: center;
  color: #fff;
  margin-top: 18px;
  border: none;
  cursor: pointer;
}
.content .product-nav {
  width: 250px;
  background-color: #dadada;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.content .product-nav .product-title {
  width: 250px;
  height: 60px;
  background-color: #931007;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
}
.content .product-nav li {
  width: 210px;
  height: 40px;
  margin-top: 5px;
  margin-left: 20px;
  cursor: pointer;
}
.content .product-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  text-align: center;
    line-height:40px;
    font-size:16px ;
}
.content .product-nav li:first-child {
  margin-top: 10px;
}
.content .product-nav li:hover {
  background-color: #5a5a5a;
}
.content .product-nav li:hover a {
  color: #fff;
}
.content .product-nav li.active {
  background-color: #5a5a5a;
}
.content .product-nav li.active a {
  color: #fff;
}
.content .location {
  width: 900px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #a40000;
}
.content .location span {
  display: block;
  height: 32px;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #5a5a5a;

}
.content .location img {
  float: left;
  margin-right: 10px;
    width: 20px;
    padding-top:5px;
}
.content .location a {
  color: #5a5a5a;
}
.content .location a:hover {
  color: #931007;
}
.content .box-right {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  border-top: 2px solid #a40000;
  width: 900px;
  display: none;
  overflow: hidden;
  float: right;
}
.content .box-right.db {
  display: block;
}
.content .box-right hr {
  margin-top: 0;
}
.content .box-right li {
  width: 200px;
  height: 253px;
  margin: 0 12px 32px 12px;
  float: left;
}
.content .box-right li div {
  width: 198px;
  height: 218px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
}
.content .box-right li div img {
  width: 198px;
  height: 218px;
}
.content .box-right li span {
  font-size: 18px;
  color: #505050;
  display: block;
  width: 100%;
  height: 15px;
  margin-top: 18px;
  text-align: center;
}
.content .box-right .product-name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #5a5a5a;
}
.content .box-right .product-pic {
  width: 490px;
  margin: 20px auto;
  padding: 20px;
}
.content .box-right .product-pic img {
  width: 450px;
  /*height: 650px;*/
  margin-left: 20px;
}
.content .box-right .product-text {
  width: 100%;
  padding-bottom: 30px;
  font-size: 16px;
  color: #505050;
  line-height: 26px;
  text-align: center;
}
.content .honor {
  width: 900px;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  border-top: 2px solid #a40000;
}
.content .honor li {
  margin: 0 7px 32px 7px;
  cursor: pointer;
  float: left;
}
.content .honor li div {
  width: 208px;
  height: 278px;
  border: 1px solid #a0a0a0;
}
.content .honor li div img {
  width: 182px;
  height: 251px;
  margin-top: 15px;
  margin-left: 14px;
}
.content .honor li span {
  font-size: 18px;
  color: #505050;
  display: block;
  width: 100%;
  height: 15px;
  margin-top: 18px;
  text-align: center;
}
.content .order {
  /*height: 740px;*/
    margin-top: 40px;
}
.content .order .order-msg {
  padding: 30px 70px 20px 70px;
  width: 760px;
}
.content .order .order-msg h1 {
  text-align: left;
}
.content .order .order-msg h2 {
  text-align: right;
  color: #9f9f9f;
  margin-top: 20px;
}
.content .order .order-msg p {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.content .order .order-form {
  width: 747px;
  margin: 0 auto;
}
.content .order .order-form div {
  height: 60px;
  margin-top: 23px;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 23px;
}
.content .order .order-form div input {
  border: 1px dashed #a0a0a0;
  width: 100%;
  height: 37px;
  outline: none;
  padding-left: 10px;
  background-color: #f9f9f9;
}
.content .order .order-form div textarea {
  width: 759px;
  height: 151px;
  border: 1px dashed #a0a0a0;
  outline: none;
  text-indent: 10px;
  background-color: #f9f9f9;
}
.content .order .order-form button {
  width: 764px;
  height: 36px;
  background-color: #9c231b;
  border: none;
  text-align: center;
  color: #fff;
  margin-top: 133px;
}
.content .contact {
  /*height: 809px;*/
    margin-top: 40px;
}
.content .contact .position {
  width: 37px;
  height: 45px;
  margin: 55px auto 0 auto;
}
.content .contact .box-right p {
  display: block;
  margin-top: 11px;
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.content .contact .box-right p b {
  font-weight: 500;
  color: #9c231b;
}
.content .contact .box-right span {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 14px;
  margin-top: 33px;
  color: #9f9f9f;
  text-align: center;
}
.content .contact #container1 {
  width: 918px;
  height: 205px;
  margin: 30px auto;
}
.content .pagination {
  width: 300px;
  height: 16px;
  margin: 45px 300px 45px auto;
  color: #555555;
  font-size: 16px;
}
.content .pagination div {
  display: inline-block;
  margin-left: 10px;
  float: left;
  visibility: visible;
  cursor: pointer;
}
.content .pagination li {
  display: inline;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  float: left;
}
.content .pagination li a {
  color: #555555;
}
.content .pagination li.active {
  font-weight: 900;
}
.content .pagination li.active a {
  color: #000;
}
.content .pagination li:first-child {
  margin-left: 10px;
}
.content .news-content {
  width: 900px;
  margin: 50px auto;
}
.content .news-content li {
  width: 860px;
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #505050;
  cursor: pointer;
  border-bottom: 1px dashed #404040;
}
.content .news-content li:hover {
  color: #000;
  background-color: #f2f2f2;
}
.content .news-content li span {
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  float: right;
  text-align: right;
  padding-right: 40px;
}
.content .news-content .news-text {
  display: none;
  width: 700px;
  padding: 0 100px 50px 100px;
}
.content .news-content .news-text span {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  height: 20px;
  color: #404040;
  font-size: 24px;
  text-align: center;
}
.content .news-content .news-text p {
  text-indent: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #505050;
}
.content .back {
  width: 160px;
  float: right;
  height: 40px;
  background: #000;
  filter: alpha(opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
  cursor: pointer;
   margin: 10px 0;
}
.content .back:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.footer {
  float: left;
  width: 100%;
  height: 100px;
  padding-top: 30px;
  background-color: #000;
  margin-top: 50px;
  color: #fff;
}
.footer .nav-bottom {
  width: 100%;
  height: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.footer .nav-bottom a {
  color: #fff;
}
.footer .copyright {
  width: 100%;
  text-align: center;
}

.img-lager {
  display: none;
}
.img-lager .bg {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.img-lager .picture {
  width: 546px;
  height: 753px;
  position: fixed;
  z-index: 3;
  left: 50%;
  margin-left: -273px;
  top: 50%;
  margin-top: -376.5px;
  opacity: 1;
}
.img-lager .picture .close {
  position: fixed;
  top: 50%;
  margin-top: -376.5px;
  left: 50%;
  margin-left: 213px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0.2;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.img-lager .picture .close:hover {
  opacity: 0.8;
}
.img-lager .picture img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=page.css.map */
