@charset "UTF-8";
/*首页-热销产品*/
.subject-index {
  background: #eee;
}

.subject-index .left .menu {
  background: #fff;
}

.subject-index .left .menu .item2 {
  background: #fff;
}

.subject-index .right {
  margin-left: 10px;
}

.subject-index .index-hot .index-hot-top {
  margin: 0 0.5%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.subject-index .index-hot .index-hot-top .title {
  flex: none;
  height: 55px;
  line-height: 55px;
  width: 200px;
  font-size: 20px;
  color: #fff;
  background: #005bac;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.subject-index .index-hot .index-hot-top .title i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #005bac;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
}

.subject-index .index-hot .index-hot-top .serve {
  background: #fff;
  height: 55px;
  flex: auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.subject-index .index-hot .index-hot-top .serve img {
  width: 41px;
  margin: 0 10px 0 auto;
}

.subject-index .index-hot .index-hot-top .serve div {
  margin-right: 20px;
}

.subject-index .index-hot .index-hot-top .serve div p {
  color: #ff7e00;
  font-size: 19px;
  text-align: center;
}

.subject-index .index-hot .index-hot-product .product-list {
  padding: 20px 0 0 0;
}

.subject-index .index-hot .index-hot-product .product-list .list {
  display: block;
  float: left;
  width: 24%;
  margin: 0 0.5% 25px;
}

.subject-index .index-hot .index-hot-product .product-list .list .product-img {
  height: 280px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.subject-index .index-hot .index-hot-product .product-list .list .product-img img {
  width: 100%;
  height: 100%;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.subject-index .index-hot .index-hot-product .product-list .list .product-img img:hover {
  width: 110%;
  height: auto;
}

.subject-index .index-hot .index-hot-product .product-list .list .product-name {
  color: #5a5a5a;
  text-align: center;
  margin-top: 5px;
}

.module {
  border: 1px solid #d0d0d0;
}

.module .module-title {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 50px;
  border-bottom: 1px solid #d0d0d0;
}

.module .module-title .line {
  display: inline-block;
  height: 24px;
  border-left: 5px solid #005bac;
  margin: 0 15px;
}

.module .module-title .chinese-title {
  font-size: 20px;
  color: #005bac;
  margin-right: 4px;
}

.module .module-title .english-title {
  font-size: 12px;
  color: #5a5a5a;
}

.module .module-content .about {
  padding: 15px 30px 30px;
}

.module .module-content .about .about-cover {
  margin-bottom: 20px;
}

.module .module-content .about .about-cover img {
  width: 100%;
}

.module .module-content .about .about-text {
  color: #5a5a5a;
  margin-bottom: 10px;
  line-height: 20px;
}

.module .module-content .product {
  padding: 0 15px;
}

.module .module-content .product .product-list {
  padding: 20px 0 0 0;
}

.module .module-content .product .product-list .list {
  display: block;
  float: left;
  width: 24%;
  margin: 0 0.5% 25px;
}

.module .module-content .product .product-list .list .product-img {
  height: 280px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.module .module-content .product .product-list .list .product-img img {
  width: 100%;
  height: 100%;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.module .module-content .product .product-list .list .product-img img:hover {
  width: 110%;
  height: auto;
}

.module .module-content .product .product-list .list .product-name {
  color: #5a5a5a;
  text-align: center;
  margin-top: 5px;
}

.module .module-content .product .pagination {
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.module .module-content .product .pagination .page {
  font-size: 12px;
  color: #5a5a5a;
  height: 18px;
  line-height: 18px;
  margin: 0 3px;
  padding: 0 2px;
  border: 1px solid #d5d5d5;
}

.module .module-content .product .pagination .page:hover {
  color: #47cdff;
}

.module .module-content .product .pagination .page-num {
  width: 18px;
  text-align: center;
}

.module .module-content .product .pagination .page-total {
  border: none;
}

.module .module-content .product .pagination .page-total:hover {
  color: #5a5a5a;
}

.module .module-content .product .pagination .page-on {
  color: #D00;
  border: none;
}

.module .module-content .product-detail {
  padding: 25px 15px 40px;
}

.module .module-content .product-detail .title {
  text-align: center;
  font-size: 16px;
  color: #005bac;
  font-weight: bold;
  margin-bottom: 15px;
}

.module .module-content .product-detail .items {
  text-align: center;
}

.module .module-content .product-detail .items span {
  font-size: 12px;
  color: #5A5A5A;
  margin: 0 20px;
}

.module .module-content .product-detail .intro {
  background: #F5F5F5;
  font-size: 12px;
  text-indent: 24px;
  border: 1px solid #e5e5e5;
  line-height: 16px;
  margin: 15px 0;
  padding: 3px 0;
  line-height: 20px;
  color: #868686;
}

.module .module-content .product-detail .images {
  width: 265px;
  margin: 0 auto;
}

.module .module-content .product-detail .images .images-big {
  width: 265px;
  text-align: center;
  height: 275px;
  margin-bottom: 10px;
}

.module .module-content .product-detail .images .images-big .images-big-list {
  width: 100%;
  height: 100%;
  display: none;
}

.module .module-content .product-detail .images .images-big .images-big-list-on {
  display: inline-block;
}

.module .module-content .product-detail .images .images-list {
  position: relative;
}

.module .module-content .product-detail .images .images-list .images-container {
  width: 265px;
  overflow: hidden;
}

.module .module-content .product-detail .images .images-list .images-container .swiper-slide {
  border: 1px solid #9c9c9c;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  box-sizing: border-box;
}

.module .module-content .product-detail .images .images-list .images-container .swiper-slide img {
  width: 100%;
}

.module .module-content .product-detail .images .images-list .images-container .swiper-button-prev {
  background-image: url(../images/left.png) !important;
  height: 62px;
  background-size: auto 100%;
  left: -30px;
  top: 0;
  margin-top: 0;
}

.module .module-content .product-detail .images .images-list .images-container .swiper-button-next {
  background-image: url(../images/right.png) !important;
  height: 62px;
  background-size: auto 100%;
  left: 270px;
  top: 0;
  margin-top: 0;
}

.module .module-content .product-detail .info {
  padding: 30px 20px;
}

.module .module-content .product-detail .info p {
  color: #434343;
  font-family: Microsoft YaHei;
  line-height: 24px;
}

.module .module-content .product-detail .desc {
  padding: 0 20px 50px;
}

.module .module-content .product-detail .desc h1 {
  color: #434343;
  font-family: Microsoft YaHei;
  line-height: 24px;
  margin-bottom: 5px;
}

.module .module-content .product-detail .desc p {
  color: #434343;
  font-family: Microsoft YaHei;
  line-height: 18px;
  margin-bottom: 3px;
}

.module .module-content .product-detail .other .other-news {
  margin-bottom: 10px;
}

.module .module-content .product-detail .other .other-news a {
  font-size: 12px;
  color: #444;
}

.module .module-content .product-detail .other .other-news a:hover {
  color: #47cdff;
}

.module .module-content .news {
  padding: 0 15px;
}

.module .module-content .news .news-list .list {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 0;
}

.module .module-content .news .news-list .list .news-title {
  color: #000;
}

.module .module-content .news .news-list .list .news-date {
  font-size: 11px;
  color: #929292;
  margin: 8px 0;
}

.module .module-content .news .news-list .list .news-desc {
  font-size: 12px;
  color: #5a5a5a;
}

.module .module-content .news .pagination {
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.module .module-content .news .pagination .page {
  font-size: 12px;
  color: #5a5a5a;
  height: 18px;
  line-height: 18px;
  margin: 0 3px;
  padding: 0 2px;
  border: 1px solid #d5d5d5;
}

.module .module-content .news .pagination .page:hover {
  color: #47cdff;
}

.module .module-content .news .pagination .page-num {
  width: 18px;
  text-align: center;
}

.module .module-content .news .pagination .page-total {
  border: none;
}

.module .module-content .news .pagination .page-total:hover {
  color: #5a5a5a;
}

.module .module-content .news .pagination .page-on {
  color: #D00;
  border: none;
}

.module .module-content .news-detail {
  padding: 25px 15px 40px;
}

.module .module-content .news-detail .title {
  text-align: center;
  font-size: 16px;
  color: #005bac;
  font-weight: bold;
  margin-bottom: 15px;
}

.module .module-content .news-detail .items {
  text-align: center;
}

.module .module-content .news-detail .items span {
  font-size: 12px;
  color: #5A5A5A;
  margin: 0 20px;
}

.module .module-content .news-detail .intro {
  background: #F5F5F5;
  font-size: 12px;
  text-indent: 24px;
  border: 1px solid #e5e5e5;
  line-height: 16px;
  margin: 15px 0;
  padding: 3px 0;
  line-height: 20px;
  color: #868686;
}

.module .module-content .news-detail .detail {
  padding: 10px 0 30px;
}

.module .module-content .news-detail .detail p {
  font-size: 12px;
  color: #5A5A5A;
  text-indent: 24px;
  line-height: 20px;
  margin-bottom: 5px;
}

.module .module-content .news-detail .other .other-news {
  margin-bottom: 10px;
}

.module .module-content .news-detail .other .other-news a {
  font-size: 12px;
  color: #444;
}

.module .module-content .news-detail .other .other-news a:hover {
  color: #47cdff;
}

.module .module-content .contact {
  padding: 20px 15px;
}

.module .module-content .contact .contact-list .list {
  height: 70px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  float: left;
  margin: 0 5px 15px;
  border: 1px solid #d0d0d0;
  width: 32%;
}

.module .module-content .contact .contact-list .list p {
  font-size: 18px;
  color: #5a5a5a;
  padding: 0 5%;
  line-height: 24px;
}

.module .module-content .contact .map {
  height: 500px;
  margin-top: 20px;
}

.module .module-content .message {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}

.module .module-content .message .item {
  margin-bottom: 25px;
}

.module .module-content .message .item .title {
  font-size: 12px;
  font-family: '微软雅黑';
  color: #5a5a5a;
  margin-bottom: 10px;
}

.module .module-content .message .item .type {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.module .module-content .message .item .type .radio {
  background: #eee;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-right: 15px;
  padding: 9px 6px;
  border-radius: 4px;
}

.module .module-content .message .item .type .radio i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/radio.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.module .module-content .message .item .type .radio span {
  font-size: 12px;
  color: #333;
}

.module .module-content .message .item .type .radio-checked {
  background: #005bac;
}

.module .module-content .message .item .type .radio-checked i {
  background: url(../images/radio_checked.png) no-repeat;
}

.module .module-content .message .item .type .radio-checked span {
  color: #fff;
}

.module .module-content .message .item input {
  width: 100%;
  border: 1px solid #005bac;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  outline: none;
  font-family: '微软雅黑';
  border-radius: 3px;
  padding: 0 5px;
  box-sizing: border-box;
}

.module .module-content .message .item input:focus {
  border-color: #00aff1;
}

.module .module-content .message .item textarea {
  width: 100%;
  border: 1px solid #005bac;
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
  font-family: '微软雅黑';
  border-radius: 3px;
  resize: none;
}

.module .module-content .message .item textarea:focus {
  border-color: #00aff1;
}

.module .module-content .message .submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #005bac;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-family: '微软雅黑';
  cursor: pointer;
}

.module .module-content .message .prompt {
  text-align: center;
  margin-top: 50px;
}

.index-advantage {
  overflow: hidden;
}

.index-advantage .rhombus {
  flex: none;
  overflow: hidden;
  width: 106px;
  height: 55px;
  background: #005bac;
  position: relative;
}

.index-advantage .rhombus .left-hidden {
  position: absolute;
  width: 85px;
  height: 85px;
  background: #fff;
  left: -68px;
  transform: rotate(25deg);
  top: -30px;
}

.index-advantage .rhombus .right-hidden {
  position: absolute;
  width: 85px;
  height: 85px;
  background: #fff;
  right: -63px;
  transform: rotate(25deg);
}

.index-advantage .rhombus .rhombus-container {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.index-advantage .rhombus .rhombus-container span {
  font-size: 41px;
  color: #fff;
}

.index-advantage .title {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 40px;
  padding: 30px 0;
}

.index-advantage .title strong {
  position: absolute;
  font-family: '微软雅黑';
  color: #555555;
  height: 40px;
  line-height: 40px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -22px;
  font-size: 30px;
}

.index-advantage .container {
  position: relative;
}

.index-advantage .container .list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.index-advantage .container .list .middel {
  width: 100px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-direction: column;
}

.index-advantage .container .list .middel strong {
  flex: none;
  font-size: 43px;
  color: #434343;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid rgba(67, 67, 67, 0.3);
  border-radius: 50px;
  text-align: center;
  background: #fff;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.index-advantage .container .list .middel i {
  flex: auto;
  display: inline-block;
  width: 1px;
  background: #d9d9d9;
}

.index-advantage .container .list .middel .line-hidden {
  background: transparent;
}

.index-advantage .container .list .middel .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #ddd;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

.index-advantage .container .list .left, .index-advantage .container .list .right {
  width: 550px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-title, .index-advantage .container .list .right .advantage-desc .advantage-desc-title {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-title .advantage-desc-title-content, .index-advantage .container .list .right .advantage-desc .advantage-desc-title .advantage-desc-title-content {
  margin-left: 10px;
  flex: auto;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-title .advantage-desc-title-content .english, .index-advantage .container .list .right .advantage-desc .advantage-desc-title .advantage-desc-title-content .english {
  color: #999999;
  font-size: 16px;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-title .advantage-desc-title-content .chinese, .index-advantage .container .list .right .advantage-desc .advantage-desc-title .advantage-desc-title-content .chinese {
  color: #021c5f;
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: bold;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-text, .index-advantage .container .list .right .advantage-desc .advantage-desc-text {
  color: #666666;
  font-family: '微软雅黑';
  margin: 20px 0 0 116px;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-text .desc-text, .index-advantage .container .list .right .advantage-desc .advantage-desc-text .desc-text {
  width: 434px;
}

.index-advantage .container .list .left .advantage-desc .advantage-desc-text .desc-text p, .index-advantage .container .list .right .advantage-desc .advantage-desc-text .desc-text p {
  margin-bottom: 5px;
  line-height: 24px;
}

.index-advantage .container .list .left .advantage-images, .index-advantage .container .list .right .advantage-images {
  padding: 20px 0;
  height: 250px;
  text-align: center;
  width: 100%;
}

.index-advantage .container .list .left .advantage-images img, .index-advantage .container .list .right .advantage-images img {
  height: 100%;
}

.index-about {
  overflow: hidden;
  background-color: #0073d6;
  padding: 50px 0;
}

.index-about .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.index-about .main .index-about-image {
  flex: none;
  width: 500px;
  margin-right: 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.index-about .main .index-about-image .index-about-image-content {
  width: 100%;
  border: 4px solid #fff;
}

.index-about .main .index-about-image .index-about-image-content img {
  width: 100%;
}

.index-about .main .index-about-text {
  width: 580px;
  flex: auto;
  padding: 25px 45px 60px;
  position: relative;
}

.index-about .main .index-about-text .text {
  width: 580px;
}

.index-about .main .index-about-text .text p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 5px;
}

.index-about .main .index-about-text .left-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.index-about .main .index-about-text .right-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-about .main .index-about-text .btn {
  font-size: 21px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 150px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  position: absolute;
  bottom: 0;
}

.index-about .main .index-about-text .btn:hover {
  border-color: #1c4587;
}

.index-achievement {
  padding: 50px 0;
}

.index-achievement .main {
  width: 1200px;
  margin: 0 auto;
}

.index-achievement .main .title {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.index-achievement .main .title div {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 2px;
}

.index-achievement .main .title div .text1 {
  font-weight: bold;
  font-family: "microsoft yahei";
  font-size: 30px;
  color: #ff7e00;
}

.index-achievement .main .title div .text2 {
  color: #0073d6;
  font-family: "microsoft yahei";
  font-size: 20px;
  font-weight: bold;
}

.index-achievement .main .achievement-container {
  margin-top: 40px;
  overflow: hidden;
}

.index-achievement .main .achievement-container .swiper-slide img {
  width: 100%;
}

.index-achievement .main .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index-news .main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 20px;
}

.index-news .main .tab {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.index-news .main .tab .tab-list {
  width: 50%;
  background-color: #d9d9d9;
  font-family: SimSun;
  font-size: 16px;
  color: #5a5a5a;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.index-news .main .tab .tab-list-on {
  background: #005bac;
  color: #fff;
}

.index-news .main .news {
  border: 1px solid #d0d0d0;
  padding: 0 10px 20px;
  display: none;
}

.index-news .main .news .news-list {
  display: block;
  padding: 12px 0;
  border-bottom: 1px dashed #c6c6c6;
}

.index-news .main .news .news-list .news-list-top {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.index-news .main .news .news-list .news-list-top span {
  font-size: 12px;
  color: #5a5a5a;
  margin-right: 10px;
}

.index-news .main .news .news-list .news-list-top .tag {
  color: #0064d4;
}

.index-news .main .news .news-list .news-list-top .date {
  margin-left: auto;
}

.index-news .main .news .news-list .intro {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 18px;
}

.index-news .main .news-on {
  display: block;
}

.animatMarLeft {
  margin-left: -2000px;
}

.animatMarRight {
  margin-left: 2000px;
}

.animatPosLeft {
  left: -2000px;
}

.animatPosRight {
  left: 2000px;
}
