body {
  font: 14px/1.5 "microsoft yahei", tahoma, arial, "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.nux-page-btn {
  text-align: left;
}
.nux-page-btn a {
  color: #333;
}
.nux-page-btn a:hover {
  color: #333;
}
.nux-pagination {
  color: #333;
  text-align: center;
}
.nux-pagination .num {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next {
  padding: 0 5px;
}
.nux-pagination .current {
  background: #27347a;
  border-color: #27347a;
  color: #fff;
}
.site-header .topbar {
  height: 100px;
  overflow: hidden;
}
.site-header .topbar .logo img {
  display: block;
}
.site-header .topbar .text {
  margin: 32px 0 0 12px;
}
.site-header .topbar .text .en {
  font-size: 12px;
}
.site-header .hotline {
  margin-top: 30px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.site-header .hotline strong {
  font-size: 23px;
  color: #ea0e0e;
  font-weight: 500;
}
.site-header .navbar {
  background: #2b2b2b;
  color: #fff;
}
.site-header .menu1 {
  font-size: 16px;
  float: left;
  position: relative;
  width: 16.666666666666668%;
  text-align: center;
}
.site-header .menu1:hover {
  background: #27347a;
}
.site-header .menu1 .active {
  background: #27347a;
}
.site-header .menu1-list {
  padding: 0 28px;
  display: block;
  height: 50px;
  line-height: 50px;
}
.site-header .menu2 {
  position: absolute;
  z-index: 1000;
  display: none;
  left: 0;
  width: 100%;
  top: 30px;
}
.site-header .menu2-list {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #4ca4fd;
  text-align: center;
}
#banner .swiper-container {
  width: 100%;
  height: 600px;
}
#banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  background-color: rgba(100, 100, 100, 0.3);
  background-image: url("../images/common/arrow.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 5px;
}
#banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#banner .swiper-pagination-bullets {
  bottom: 0;
  height: 62px;
}
#banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  background: transparent;
  margin-top: 25px;
}
#banner .swiper-pagination-bullet-active {
  background: #fff;
}
.site-footer {
  padding: 25px 0;
  background: #333;
  color: #fff;
  font-size: 12px;
}
.site-footer .link {
  margin-top: 17px;
  text-align: center;
}
.site-footer .link a {
  border-right: solid 1px #fff;
  padding: 0 10px;
}
.site-footer .link a:last-child {
  padding-right: 0;
  border-right: 0;
}
.site-footer .copyright {
  margin-top: 20px;
  text-align: center;
}
.page-single {
  margin: 80px 0;
}
.page-single:before,
.page-single:after {
  content: " ";
  display: table;
}
.page-single:after {
  clear: both;
}
.page-single .aside {
  float: left;
  width: 210px;
}
.page-single .aside .title {
  height: 45px;
  line-height: 45px;
  background: #27347a;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.page-single .aside .section1 ul {
  border: solid 1px #efefef;
  border-top: 0;
}
.content h1 {
  font-size: 24px;
  text-align: center;
}
.page-single .aside .section1 ul li {
}
.page-single .aside .section1 ul li a {
  padding: 0 10px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: dotted 1px #c7c7c7;
}
.page-single .aside .section1 ul li:last-child a {
  border: 0;
}
.page-single .aside .section1 ul li:hover a {
  color: #27347a;
}
.page-single .aside .section1 ul .active a {
  color: #27347a;
  background: #e0e4ef;
}
.page-single .aside .section2 {
  margin-top: 30px;
}
.page-single .aside .section2 .content {
  background: #f5f5f5;
  padding: 20px;
  line-height: 1.8;
  font-size: 12px;
}
.page-single .main-wrapper {
  float: right;
  width: 960px;
}
.page-single .main-wrapper .breadcrumbs {
  border-bottom: solid 1px #e0e0e0;
  color: #535353;
}
.page-single .main-wrapper .breadcrumbs:before,
.page-single .main-wrapper .breadcrumbs:after {
  content: " ";
  display: table;
}
.page-single .main-wrapper .breadcrumbs:after {
  clear: both;
}
.page-single .main-wrapper .breadcrumbs .title {
  float: left;
  position: relative;
  font-size: 18px;
  padding: 8px 0;
}
.page-single .main-wrapper .breadcrumbs .title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #27347a;
  height: 1px;
  width: 145px;
}
.page-single .main-wrapper .breadcrumbs .cur {
  margin-top: 13px;
  font-size: 14px;
  color: #2c2c2c;
  float: right;
}
.page-single .main-wrapper .content {
  margin-top: 20px;
  line-height: 2;
}
.page-product .list-wrapper {
  margin-left: -15px;
}
.page-product .list-wrapper:before,
.page-product .list-wrapper:after {
  content: " ";
  display: table;
}
.page-product .list-wrapper:after {
  clear: both;
}
.page-product .list-box {
  float: left;
  width: 33.333333333333336%;
  padding-left: 15px;
  margin-bottom: 20px;
}
.page-product .list .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-product .list .pic img {
  width: 100%;
  height: 200px;
  display: block;
}
.page-product .list .pic .title {
  text-align: center;
}
.page-news .list {
  margin-bottom: 30px;
}
.page-news .list .title {
  font-size: 16px;
  line-height: 25px;
}
.page-news .list .date {
  line-height: 25px;
  color: #ccc;
}
.page-news .list .desc {
  height: 50px;
  width: 100%;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news .d-title {
  text-align: center;
  font-size: 18px;
}
.page-news .d-date {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
.page-news .d-content {
  margin-top: 15px;
}
.page-message form label {
  float: left;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  margin-right: 20px;
}
.page-message form .field-ctl {
  margin-bottom: 15px;
}
.page-message form .input-ctl {
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  text-indent: 15px;
  width: 300px;
}
.page-message form .input-ctl:focus {
  outline: 0;
  border-color: #1b2453;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4458c3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4458c3;
}
.page-message form #feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 400px;
  border-radius: 3px;
  text-indent: 15px;
}
.page-message form #feedback:focus {
  outline: 0;
  border-color: #1b2453;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4458c3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4458c3;
}
.page-message form .btn {
  display: inline-block;
  width: 160px;
  height: 34px;
  margin-left: 80px;
  line-height: 34px;
  text-align: center;
  background: #27347a;
  color: #fff;
  border-radius: 3px;
}
.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 0.72rem;
  height: 0.72rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 1.4rem;
  right: 0.4rem;
}
.page-index .about {
  margin: 50px 0;
}
.page-index .about .text {
  width: 485px;
}
.page-index .about .text .title {
  font-size: 24px;
  color: #27347a;
}
.page-index .about .text .title .en {
  font-size: 12px;
  color: #8f7266;
  text-transform: uppercase;
}
.page-index .about .text .desc {
  font-size: 13px;
  color: #696969;
  line-height: 1.8;
  margin-top: 25px;
}
.page-index .about .text .more {
  display: block;
  margin-top: 25px;
  color: #696969;
}
.page-index .flow {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-image: url("../images/flow_bg.png");
}
.page-index .flow .head {
  margin-top: 48px;
  text-align: center;
}
.page-index .flow .head .title {
  font-size: 24px;
}
.page-index .flow .head .en {
  text-transform: uppercase;
}
.page-index .flow .list-wrapper {
  width: 820px;
  margin: 0 auto;
  margin-top: 42px;
}
.page-index .flow .list-wrapper:before,
.page-index .flow .list-wrapper:after {
  content: " ";
  display: table;
}
.page-index .flow .list-wrapper:after {
  clear: both;
}
.page-index .flow .list {
  float: left;
}
.page-index .flow .list-s {
  margin: 25px 25px 0;
}
.page-index .flow .text {
  margin-top: 5px;
  text-align: center;
}
.page-index .news .news-list {
  height: 30px;
  line-height: 30px;
  border-bottom: dotted 1px #ccc;
}
.page-index .news .news-list:before,
.page-index .news .news-list:after {
  content: " ";
  display: table;
}
.page-index .news .news-list:after {
  clear: both;
}
.page-index .news .news-list .text {
  float: left;
  width: 230px;
}
.page-index .news .news-list .date {
  float: right;
}
.page-index .news .news-list-wrapper {
  margin-top: 8px;
}
.page-index .news .news-list:last-child {
  border: 0;
}
.page-index .product {
  margin: 45px 0;
}
.page-index .product .head .title {
  text-align: center;
  color: #27347a;
  font-size: 24px;
}
.page-index .product .head .title .en {
  display: block;
  font-size: 12px;
  color: #8f7266;
  text-transform: uppercase;
}
.page-index .product .head .desc {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}
.page-index .product .content {
  margin-top: 20px;
}
.page-index .product .list-wrapper {
  margin-left: -35px;
}
.page-index .product .list-wrapper:before,
.page-index .product .list-wrapper:after {
  content: " ";
  display: table;
}
.page-index .product .list-wrapper:after {
  clear: both;
}
.page-index .product .list-box {
  margin-bottom: 20px;
  float: left;
  width: 25%;
  padding-left: 35px;
}
.page-index .product .list .pic {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.page-index .product .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-index .product .list .title {
  margin: 16px 0;
  font-size: 18px;
}
.page-index .product .list .title:hover {
  color: #27347a;
}
.page-index .product .list .desc {
  color: #666;
}
.page-index .product .list .more {
  display: inline-block;
  padding: 5px 6px;
  background: #535353;
  color: #fff;
  margin-top: 16px;
}
.page-index .news {
  margin: 50px 0;
}
.page-index .news .head .title {
  font-size: 24px;
  color: #27347a;
}
.page-index .news .head .title .en {
  text-transform: uppercase;
  font-size: 12px;
  color: #8f7266;
}
.page-index .news .content {
  margin-top: 30px;
}
.page-index .news .news1 {
  width: 580px;
}
.page-index .news .news1 .pic {
  width: 100%;
  height: 305px;
  overflow: hidden;
  position: relative;
}
.page-index .news .news1 .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-index .news .news1 .title {
  position: absolute;
  bottom: 0;
  height: 44px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  line-height: 44px;
  background: rgba(39, 52, 122, 0.85);
}
.page-index .news .news2 {
  width: 580px;
}
.page-index .news .news2 .list {
  margin-bottom: 22px;
}
.page-index .news .news2 .list:last-child {
  margin: 0;
}
.page-index .news .news2 .list .title:hover {
  color: #27347a;
}
.page-index .news .news2 .list .desc {
  margin-top: 5px;
  color: #666;
  height: 60px;
  width: 100%;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
