em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
body {
  max-width: 640px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.t-title {
  text-align: center;
}
.t-title h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cbced6;
  letter-spacing: -1px;
}
.t-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #020003;
  line-height: 24px;
  margin-top: -8px;
  letter-spacing: 2px;
  text-shadow: 2px 4px 3px #8a9fbe;
}
.t-title h2 b {
  color: #278874;
}
.t-title h3 {
  color: #4d4d4d;
  margin-top: 2px;
  font-size: 16px;
  line-height: 28px;
}
.t-title h3 b {
  font-weight: normal;
  color: #f5261e;
}
.index-log {
  background: #f9f9f9;
  padding: 0 4%;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-log .col:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
}
.index-log .col:nth-child(2) {
  display: flex;
  align-items: center;
}
.index-log .col:nth-child(2) a {
  margin: 0 0 0 12px;
  line-height: 3;
  color: #b209ff;
}
.index-top {
  padding: 4%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.index-top .logo {
  width: 60%;
}
.index-top .logo img {
  width: 100%;
  display: block;
}
.index-top .sreach {
  margin-left: 7%;
}
.index-top .sreach img {
  width: 80%;
}
.index-top .btn img {
  width: 80%;
}
.index-top .m-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.index-top .m-nav ul {
  background: rgba(39, 136, 116, 0.6);
  padding: 4%;
}
.index-top .m-nav ul li {
  line-height: 42px;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
}
.index-top .m-nav ul li a {
  display: block;
  color: #ffffff;
}
.index-top .sreach_box {
  padding: 4% 0;
  background: rgba(39, 136, 116, 0.6);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.index-top .sreach_box .box {
  border-radius: 20px;
  padding: 0 4% 0;
}
.index-top .sreach_box .box input {
  border-radius: 20px;
  width: 80%;
  height: 30px;
  line-height: 35px;
  color: #a9a9a9;
  float: left;
  border: 0;
  margin: 1px 0 0 0;
  padding-left: 4%;
}
.index-top .sreach_box .box button {
  width: 15%;
  border: 0;
  height: 35px;
  background: url(../images/sreach_01.png) no-repeat center center;
  float: right;
  cursor: pointer;
  background-size: 60%;
}
.index-banner {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-container img {
  width: 100%;
  display: block;
}
.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-pro {
  background: url(../images/ba_one.png) no-repeat top center;
  padding: 6% 4%;
}
.index-pro .box {
  margin-top: 2%;
}
.index-pro .box .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-pro .box .nav .tit {
  background: url(../images/pro_nav.png) no-repeat top center;
  background-size: 100%;
  width: 50%;
  padding-bottom: 2%;
}
.index-pro .box .nav .tit a {
  text-align: center;
  display: block;
  padding: 2%;
  font-size: 13px;
  line-height: 32px;
  color: #278874;
}
.index-pro .box .nav .active {
  background: url(../images/pro_nav_act.png) no-repeat top center;
  background-size: 100%;
}
.index-pro .box .nav .active a {
  color: #fff;
}
.index-pro .box .group {
  margin-top: 2%;
}
.index-pro .box .group .item {
  display: none;
}
.index-pro .box .group .item .list {
  float: left;
  width: 48%;
  margin-right: 4%;
  box-shadow: 2px 6px 8px #bdbfc4;
  margin-bottom: 4%;
}
.index-pro .box .group .item .list .pic {
  width: 100%;
}
.index-pro .box .group .item .list .pic img {
  width: 100%;
  display: block;
  height: 200px;
}
.index-pro .box .group .item .list .text {
  text-align: center;
  padding: 6% 0;
  background: #fff;
}
.index-pro .box .group .item .list .text h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.index-pro .box .group .item .list .text a {
  display: block;
  text-align: center;
  width: 45%;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #278874;
  border-radius: 10px;
  margin: 4% auto 0;
  line-height: 20px;
}
.index-pro .box .group .item .list:nth-child(2n + 2) {
  margin-right: 0;
}
.index-pro .box .group .item:first-child {
  display: block;
}
.index-pro .box .more {
  width: 50%;
  background: linear-gradient(#278874, #217463);
  margin: 1% auto;
}
.index-pro .box .more a {
  padding: 2%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 440px) {
  .index-pro .box .nav .tit a {
    font-size: 22px;
    line-height: 54px;
  }
}
.index-advan {
  padding: 6% 0;
  background: url(../images/bg_two.png) no-repeat top center;
}
.index-advan .pic {
  width: 100%;
  margin-top: 2%;
}
.index-advan .pic img {
  width: 100%;
  display: block;
}
.index-advan .box {
  padding: 0 4% 0;
}
.index-advan .box .slider .text {
  text-align: center;
  color: #333;
  margin-bottom: 5%;
  display: none;
}
.index-advan .box .slider .text h2 {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.index-advan .box .slider .text h3 {
  line-height: 16px;
  font-size: 12px;
}
.index-advan .box .slider .text:first-child {
  display: block;
}
.index-advan .box .list {
  position: relative;
  margin-top: 8%;
}
.index-advan .box .list .item {
  cursor: pointer;
  margin-top: -0.5rem;
  padding: 3% 0.5%;
  text-align: center;
  width: 14.8%;
  position: relative;
  box-shadow: 2px 1px 5px #666;
  margin-right: 1%;
  height: 70px;
}
.index-advan .box .list .item .icon {
  width: 100%;
  margin: 0 auto;
}
.index-advan .box .list .item .icon img {
  width: 40%;
}
.index-advan .box .list .item .icon .hover {
  display: none;
}
.index-advan .box .list .item h2 {
  font-size: 12px;
  margin-top: 10px;
  color: #333;
  line-height: 16px;
}
.index-advan .box .list .item::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #cccccc;
  top: 0;
  margin-top: -7px;
}
.index-advan .box .list .active {
  background: #278874;
  height: 70px;
}
.index-advan .box .list .active h2 {
  color: #fff;
}
.index-advan .box .list .active .icon img {
  display: none;
}
.index-advan .box .list .active .icon .hover {
  display: block;
  margin: 0 auto;
}
.index-advan .box .list .active::before {
  width: 6px;
  height: 6px;
  border: 4px solid #278874;
  background: #fff;
}
.index-advan .box .list .item:last-child {
  margin-right: 0;
}
.index-advan .box .list::before {
  left: 0;
  top: 0;
  margin-top: -8px;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999999;
}
.index-vs {
  background: url(../images/ba_one.png) no-repeat top center;
  padding: 6% 4%;
}
.index-vs .text {
  margin-top: 4%;
  text-align: center;
}
.index-vs .text p {
  font-size: 12px;
}
.index-vs .box {
  margin-top: 4%;
}
.index-vs .box .title {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.index-vs .box .title h2 {
  float: left;
  width: 46%;
  text-align: center;
  background: #d2d2d2;
  font-size: 20px;
  font-weight: bold;
  padding: 2%;
}
.index-vs .box .title .vs {
  background: #278874;
  color: #fff;
}
.index-vs .box .title .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.index-vs .box .title .icon img {
  width: 100%;
  display: block;
}
.index-vs .box .list {
  border-bottom: 1px solid #fff;
  position: relative;
}
.index-vs .box .list p {
  width: 37%;
  text-align: center;
  float: left;
  height: 80px;
  line-height: 18px;
  font-size: 12px;
  background: #d2d2d2;
  padding: 1% 11% 1% 2%;
  display: flex;
  align-items: center;
}
.index-vs .box .list .vs {
  background: #278874;
  color: #fff;
  padding: 1% 2% 1% 11%;
}
.index-vs .box .list .position {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  width: 20%;
  color: #278874;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -10%;
}
.index-vs .box .list:last-child {
  border-bottom: none;
}
.index-made {
  padding: 6% 4%;
  background: url(../images/bg_two.png) no-repeat top center;
}
.index-made .box {
  box-shadow: 0px 0px 5px #bbbbbb;
}
.index-made .box .text {
  margin: 4% 0 0;
}
.index-made .box .text .title {
  color: #fff;
  padding-left: 18px;
  font-weight: bold;
  font-size: 26px;
  margin-left: -1rem;
  width: 100%;
  line-height: 4.9rem;
  background-repeat: no-repeat;
  background-position: 0rem center;
}
.index-made .box .text .title span {
  line-height: 4.9rem;
}
.index-made .box .text .title b {
  padding-left: 8%;
  color: #278874;
  line-height: 5rem;
  font-weight: bold;
  font-size: 18px;
}
.index-made .box .text p {
  color: #666666;
  padding: 0 4% 4%;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  text-indent: 2em;
}
.index-made .box .text:last-child {
  margin: 0;
}
.index-company {
  padding: 6% 4%;
  background: url(../images/company_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.index-company .list {
  margin-top: 35%;
}
.index-company .list .item {
  box-shadow: 2px 2px 6px #dbe1eb;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
  width: 44%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 4% 2%;
}
.index-company .list .item .icon {
  margin: 0 auto 0;
  width: 50px;
  height: 50px;
  background: url(../images/com_1.png) no-repeat;
  background-size: 100%;
}
.index-company .list .item h2 {
  font-weight: bold;
  font-size: 18px;
}
.index-company .list .item p {
  line-height: 18px;
  font-size: 12px;
}
.index-company .list .item a {
  width: 60%;
  display: block;
  text-align: center;
  margin: 4% auto 0;
  background: #278874;
  color: #fff;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: bold;
}
.index-company .list .item:nth-child(2) {
  margin-right: 0;
}
.index-company .list .item:nth-child(2) .icon {
  background: url(../images/com_2.png) no-repeat;
  background-size: 100%;
}
.index-company .list .item:nth-child(3) {
  margin-bottom: 0;
}
.index-company .list .item:nth-child(3) .icon {
  background: url(../images/com_3.png) no-repeat;
  background-size: 100%;
}
.index-company .list .item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.index-company .list .item:last-child .icon {
  background: url(../images/com_4.png) no-repeat;
  background-size: 100%;
}
.index_fac {
  margin-bottom: 6%;
}
.index_fac .item .pic {
  float: left;
  width: 100%;
  margin-right: 4%;
}
.index_fac .item .pic img {
  width: 100%;
  display: block;
}
.index_fac .item .pic:last-child {
  margin-right: 0;
}
.index-market {
  padding: 6% 4%;
  background: url(../images/bg_two.png) no-repeat top center;
}
.index-market .box {
  margin-top: 4%;
}
.index-market .box .list {
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 4%;
}
.index-market .box .list img {
  width: 100%;
  display: block;
  height: 110px;
}
.index-market .box .list .text {
  position: absolute;
  width: 70%;
  top: 12%;
  left: 10%;
  background: rgba(39, 136, 116, 0.8);
  color: #fff;
  padding: 5%;
}
.index-market .box .list .text h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.index-market .box .list .text p {
  font-size: 12px;
  line-height: 16px;
}
.index-market .box .list .text a {
  display: block;
  width: 12%;
  margin-top: 2px;
}
.index-market .box .list .text a img {
  width: 100%;
  display: block;
  height: auto;
}
.index-market .box .list:nth-child(2n + 2) {
  margin-right: 0;
}
.index-ys {
  padding: 6% 4%;
  background: url(../images/ba_one.png) no-repeat top center;
}
.index-ys .box .item {
  margin-right: 4%;
  width: 48%;
  box-shadow: 2px 6px 8px #889ab8;
  margin-top: 12%;
  background: #fff;
  box-sizing: border-box;
  padding: 2%;
  height: 225px;
}
.index-ys .box .item .icon {
  background: url(../images/mar_1.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  margin: -40px auto 0;
}
.index-ys .box .item h2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.index-ys .box .item p {
  line-height: 20px;
  font-size: 12px;
}
.index-ys .box .item:nth-child(2) {
  margin-right: 0;
}
.index-ys .box .item:nth-child(2) .icon {
  background-position: -140px 0px;
  background: url(../images/mar_2.png) no-repeat;
  background-size: 100%;
}
.index-ys .box .item:nth-child(3) .icon {
  background-position: -280px 0px;
  background: url(../images/mar_3.png) no-repeat;
  background-size: 100%;
}
.index-ys .box .item:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  background: #bec6d3;
}
.index-ys .box .item:nth-child(4) a {
  color: #333;
}
.index-coo {
  padding: 6% 4%;
  background: url(../images/bg_two.png) no-repeat top center;
}
.index-coo .box {
  margin-top: 4%;
}
.index-coo .box .group .pic {
  display: none;
  width: 100%;
  position: relative;
}
.index-coo .box .group .pic img {
  width: 100%;
  display: block;
}
.index-coo .box .group .pic .text {
  position: absolute;
  padding: 3%;
  bottom: 0;
  background: rgba(39, 136, 116, 0.6);
}
.index-coo .box .group .pic .text a {
  color: #fff;
}
.index-coo .box .group .pic .text a h2 {
  font-weight: bold;
  font-size: 14px;
}
.index-coo .box .group .pic .text a p {
  line-height: 20px;
}
.index-coo .box .group .pic:first-child {
  display: block;
}
.index-coo .box .item {
  box-shadow: 2px 6px 8px #ccc;
}
.index-coo .box .item .list {
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3% 2%;
  cursor: pointer;
}
.index-coo .box .item .list a {
  display: block;
  color: #333;
}
.index-coo .box .item .list a h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.index-coo .box .item .list a h3 {
  line-height: 16px;
  font-size: 12px;
  text-transform: uppercase;
}
.index-coo .box .item .list:nth-child(2n + 2) {
  border-left: 1px solid #ccc;
}
.index-coo .box .item .list:hover {
  background: #278874;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.index-coo .box .item .list:hover h2 {
  color: #fff;
}
.index-coo .box .item .list:hover h3 {
  color: #fff;
}
.index-coo .box .item .active {
  background: #278874;
}
.index-coo .box .item .active h2 {
  color: #fff;
}
.index-coo .box .item .active h3 {
  color: #fff;
}
.index-coo .box .item .tel {
  text-align: left;
  padding: 20px 0 20px 130px;
  background-repeat: no-repeat;
  background-position: 20% center;
  background-color: #fff;
  background: url(../images/coo_telephone.png) no-repeat 80px center;
}
.index-coo .box .item .tel h2 {
  color: #333;
  font-size: 16px;
  line-height: 16px;
}
.index-coo .box .item .tel p {
  font-weight: bold;
  color: #278874;
  font-size: 28px;
  line-height: 28px;
  margin-top: 5px;
}
.index-case {
  padding: 6% 4%;
  background: url(../images/ba_one.png) no-repeat top center;
}
.index-case .t-title h3 {
  text-align: center;
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
}
.index-case .box {
  margin: 4% 0;
  width: 100%;
}
.index-case .box .item {
  padding: 5%;
  background: linear-gradient(#278874, #217463);
  border-radius: 15px;
}
.index-case .box .item .pic {
  width: 100%;
}
.index-case .box .item .pic img {
  width: 100%;
  display: block;
}
.index-case .box .item .text {
  color: #fff;
}
.index-case .box .item .text h2 {
  font-size: 14px;
  margin-top: 5px;
}
.index-case .box .item .text p {
  line-height: 20px;
}
.index-news {
  padding: 6% 4%;
  background: url(../images/bg_two.png) no-repeat top center;
}
.index-news .t-title .pic {
  width: 100%;
  margin-top: 1%;
}
.index-news .t-title .pic img {
  width: 100%;
  display: block;
}
.index-news .box {
  margin-top: 5%;
}
.index-news .box .left {
  background: #fff;
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
  box-shadow: 2px 4px 8px #a3afc2;
}
.index-news .box .left h3 {
  font-size: 16px;
}
.index-news .box .left h2 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  line-height: 26px;
}
.index-news .box .left h2 a {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.index-news .box .left .pic {
  margin: 10px 0;
}
.index-news .box .left .pic img {
  width: 100%;
  display: block;
}
.index-news .box .left .text {
  margin: 10px 0 0;
  color: #333;
}
.index-news .box .left .text h3 {
  margin-bottom: 0.5rem;
  color: #333;
}
.index-news .box .left .text h4 {
  padding-left: 1.5rem;
  background: url(../images/L_model3_time_icon.png) no-repeat left center;
  margin-bottom: 0.5rem;
}
.index-news .box .left .text p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.index-news .box .left .text a {
  display: block;
  width: 35%;
  border: 1px solid #0092d6;
  text-align: center;
  border-radius: 5px;
  margin: 12px 0 5px;
  color: #666666;
}
.index-news .box .right {
  margin-top: 4%;
  box-shadow: 2px 4px 8px #a3afc2;
  background: #fff;
  width: 100%;
  margin-left: 20px;
  padding: 4%;
  box-sizing: border-box;
}
.index-news .box .right h2 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 15px;
}
.index-news .box .right h2 a {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.index-news .box .right .item {
  margin-bottom: 15px;
}
.index-news .box .right .item .pic {
  width: 35%;
}
.index-news .box .right .item .pic img {
  width: 100%;
}
.index-news .box .right .item .text {
  color: #333;
  width: 62%;
}
.index-news .box .right .item .text h3 {
  font-size: 14px;
  line-height: 16px;
  padding-left: 15%;
  font-weight: bold;
  background: url(../images/L_model3_Q.png) no-repeat left center;
}
.index-news .box .right .item .text p {
  margin-top: 0.5rem;
  background: url(../images/L_model3_A.png) no-repeat left 5px;
  padding-left: 15%;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .box .right .item:nth-child(4) {
  margin-bottom: 0;
}
.index-media {
  background: url(../images/meiti.png) no-repeat top center;
  padding-top: 6%;
}
.index-media .box {
  padding: 4%;
  box-sizing: border-box;
  margin-top: 4%;
}
.index-media .box .pic {
  float: left;
  margin-right: 2%;
  width: 32%;
  margin-bottom: 2%;
}
.index-media .box .pic img {
  width: 100%;
  height: 60px;
}
.index-media .box .pic:nth-child(3n + 3) {
  margin-right: 0;
}
.index-foot {
  background: #333333;
  padding: 6% 4% 0%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-foot .logo {
  width: 40%;
}
.index-foot .logo img {
  width: 100%;
  display: block;
}
.index-foot .text {
  width: 60%;
}
.index-foot .text h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.index-foot .list {
  color: #fff;
  width: 70%;
  box-sizing: border-box;
  margin-top: 4%;
}
.index-foot .list p {
  margin-top: 5%;
  padding-left: 15%;
  background: url(../images/f_list1.png) no-repeat top left;
  background-size: 10%;
  line-height: 26px;
}
.index-foot .list p:nth-child(2) {
  background: url(../images/f_list2.png) no-repeat top left;
  background-size: 10%;
}
.index-foot .list p:nth-child(3) {
  background: url(../images/f_list3.png) no-repeat top left;
  background-size: 10%;
}
.index-foot .ewm {
  width: 30%;
  margin-top: 17%;
}
.index-foot .ewm .pic {
  width: 80%;
  margin: 0 auto;
}
.index-foot .ewm .pic img {
  width: 100%;
  display: block;
}
.index-foot .ewm h2 {
  margin-top: 4%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.beian {
  background: #333333;
  padding: 4% 0;
}
.beian h5 {
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: block;
  flex-wrap: wrap;
  font-size: 14px;
}
.beian h5 a {
  color: #fff;
}
.f-fix {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  background-color: #278874;
}
.f-fix ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.f-fix ul li {
  -webkit-flex: 1;
  flex: 1;
}
.f-fix ul li a {
  display: block;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.f-fix ul li a .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.f-fix ul li a .icon img {
  width: 100%;
  display: block;
}
.f-fix ul li a h2 {
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}
.f-fix ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ababab;
}
.f-fix ul li:nth-child(3) a::after {
  background: none;
}
.t-position {
  background-color: #eaeaea;
  padding: 1% 0% 2% 2%;
}
.t-position h2 {
  padding-left: 26px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  background: url(../images/home.png) left center no-repeat;
}
.t-position h2 b {
  font-size: 14px;
}
.t-position h2 a {
  color: #000000;
}
.t-nav {
  background-color: #fff;
  width: 92%;
  padding: 4%;
}
.t-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.t-nav ul li {
  margin: 12px 12px 0 0;
  width: calc(33.33% - 8px);
}
.t-nav ul li:nth-child(-n + 3) {
  margin-top: 1;
}
.t-nav ul li:nth-child(3n) {
  margin-right: 0;
}
.t-nav ul li a {
  display: block;
  background: #eaeaea;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 0px;
  text-align: center;
  width: 100%;
  color: #000000;
}
.t-nav ul li:hover a {
  background: #278874;
  color: #fff;
}
.t-nav ul .active a {
  background: #278874;
  color: #fff;
}
.t-pages {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  text-align: center;
  padding: 4% 0 4% 0px;
}
.t-pages .pagination {
  display: inline-block;
}
.t-pages .pagination li {
  float: left;
  height: 30px;
  width: 30px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  margin: 0 8px;
  color: #666;
  line-height: 30px;
  display: none;
}
.t-pages .pagination li a {
  display: block;
  height: 26px;
  width: 26px;
  margin: 0 2px;
  color: #666;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.t-pages .pagination li:first-child {
  display: block;
}
.t-pages .pagination li:last-child {
  display: block;
}
.t-pages .pagination .disabled {
  background-color: #278874;
  color: #fff;
}
.i-product {
  padding: 4% 4% 0;
  width: 92%;
  background-color: #eaeaea;
}
.i-product ul {
  overflow: hidden;
}
.i-product ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.i-product ul li a {
  display: block;
}
.i-product ul li a img {
  width: 100%;
  display: block;
  height: 213px;
}
.i-product ul li a h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 12px 10px;
}
.i-product ul li a h2 span {
  line-height: 1;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.i-product ul li a h2 span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-product ul li a h2 span:nth-child(2) {
  color: red;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dashed #eeeeee;
}
.i-product ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.i-news {
  padding: 2% 4% 4% 4%;
  width: 92%;
  background-color: #eaeaea;
}
.i-news ul {
  width: 100%;
}
.i-news ul li {
  padding: 4% 0;
  border-bottom: 1px dashed #d6d6d6;
}
.i-news ul li a {
  overflow: hidden;
  display: block;
}
.i-news ul li a .pic {
  float: left;
  width: 30%;
}
.i-news ul li a .pic img {
  width: 100%;
  display: block;
  height: 85px;
}
.i-news ul li a .text {
  padding: 0 0 0 5%;
  width: 65%;
  float: left;
}
.i-news ul li a .text h2 {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
}
.i-news ul li a .text p {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.i-page {
  width: 92%;
  padding: 4%;
}
.i-page img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  padding: 2% 0;
}
.i-map {
  width: 92%;
  padding: 4%;
  background-color: #eaeaea;
}
.i-map .title {
  text-align: center;
}
.i-map .title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.i-map .title h3 {
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.i-map .map {
  width: 300px;
  margin: 0 auto;
}
.i-message {
  padding: 4%;
  width: 92%;
  background-color: #eaeaea;
}
.i-message p {
  text-align: center;
  font-size: 14px;
}
.i-message ul {
  padding: 10px 0 0 0;
}
.i-message ul li {
  height: 36px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.i-message ul li .icon1 {
  background: url(../images/ly1.png) no-repeat center center;
  width: 15%;
  border-right: 1px solid #ddd;
  height: 36px;
  float: left;
}
.i-message ul li .icon2 {
  background: url(../images/ly2.png) no-repeat center center;
  width: 15%;
  border-right: 1px solid #ddd;
  height: 36px;
  float: left;
}
.i-message ul li input {
  background: none;
  border: none;
  width: 80%;
  padding: 0px 2%;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
}
.i-message ul .text {
  height: 130px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.i-message ul .text .icon3 {
  background: url(../images/ly4.png) no-repeat center 6px;
  width: 15%;
  border-right: 1px solid #ddd;
  height: 128px;
  float: left;
}
.i-message ul .text textarea {
  background: none;
  border: none;
  width: 80%;
  padding: 5px 2%;
  height: 122px;
  line-height: 22px;
  color: #333;
  font-size: 14px;
}
.i-message ul .tj {
  border: none;
  text-align: center;
}
.i-message ul .tj button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 0;
  margin: 0 auto;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
  background-color: #278874;
}
.show-article {
  width: 92%;
  padding: 4%;
  background-color: #eaeaea;
}
.show-article .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.show-article .time {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.show-article .time span {
  margin: 0 6px;
}
.show-article .parameter {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2.4;
  color: red;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.show-article .parameter span {
  margin: 0 6px;
}
.show-article .content {
  width: 100%;
  margin: 4% 0;
}
.show-article .content p {
  font-size: 12px;
  text-indent: 2em;
  padding: 1% 0;
}
.show-article .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.show-article .nex {
  padding: 2% 0;
  border-top: 1px dashed #d6d6d6;
}
.show-article .nex h2 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-article .nex h2 a {
  color: #333333;
}
.i_sign {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.i_sign .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: 86%;
  margin: 0 auto;
  letter-spacing: 1px;
}
.i_sign .fom {
  width: 86%;
  margin: 0 auto;
}
.i_sign .fom form {
  width: 100%;
}
.i_sign .fom form input {
  display: block;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 20px 0 0 0;
  border: 1px solid #dddddd;
  font-size: 14px;
}
.i_sign .fom form button {
  display: block;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  font-size: 14px;
  border: none;
  background: #126ab6;
  color: #ffffff;
}
.i-handle {
  padding: 4%;
  width: 92%;
}
.i-handle .row:nth-child(1) {
  background: #278874;
  line-height: 2.4;
  font-size: 14px;
  margin: 12px 0 0 0;
}
.i-handle .row:nth-child(1) a {
  color: #ffffff;
  display: block;
  text-align: center;
}
.i-handle .row:nth-child(2) {
  margin: 12px 0 0 0;
}
.i-handle .row:nth-child(2) a {
  display: flex;
  font-size: 14px;
  justify-content: center;
  color: #278874;
}
.i-order {
  padding: 4%;
  width: 92%;
  background: #eaeaea;
}
.i-order ul li {
  background: #ffffff;
  padding: 20px;
  margin: 0 0 12px 0;
}
.i-order ul li:last-child {
  margin: 0;
}
.i-order ul li a {
  display: block;
}
.i-order ul li a .row {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 10px 0;
}
.i-order ul li a .row:last-child {
  margin: 0;
  border-top: 1px solid #eeeeee;
  padding: 10px 0 0 0;
  color: #7b3000;
}
.i-order ul li a .row span {
  color: red;
}
.i-order ul li a .con {
  display: flex;
  align-items: center;
}
.i-order ul li a .con .pic {
  width: 34%;
  height: 82px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-order ul li a .con .pic img {
  width: 100%;
}
.i-order ul li a .con .txt {
  width: 66%;
  box-sizing: border-box;
  padding: 0 12px;
}
.i-order ul li a .con .txt .nam {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-order ul li a .con .txt .pri {
  font-size: 12px;
  margin: 10px 0 0 0;
  color: red;
  line-height: 1;
}
.i-order ul li a .con .txt .typ {
  font-size: 12px;
  margin: 10px 0 0 0;
  color: #999999;
  line-height: 1;
}
.i-pay {
  padding: 0 4% 4% 4%;
  width: 92%;
  background: #eaeaea;
}
.i-pay form {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.i-pay form input {
  display: block;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 20px 0;
  border: 1px solid #dddddd;
  font-size: 14px;
}
.i-pay form button {
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  font-size: 14px;
  border: none;
  background: #278874;
  color: #ffffff;
}
.empty {
  padding: 4%;
  width: 92%;
  background: #eaeaea;
}
.i-order-view {
  padding: 4%;
  width: 92%;
  background: #eaeaea;
}
.i-order-view .ifo {
  background: #ffffff;
  padding: 20px;
}
.i-order-view .ifo p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin: 0 0 14px 0;
}
.i-order-view .ifo p:last-child {
  margin: 0;
}
.i-order-view .con {
  margin: 12px 0 0 0;
  padding: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.i-order-view .con .pic {
  width: 34%;
  height: 82px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-order-view .con .pic img {
  width: 100%;
}
.i-order-view .con .txt {
  width: 66%;
  box-sizing: border-box;
  padding: 0 12px;
}
.i-order-view .con .txt .nam {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-order-view .con .txt .pri {
  font-size: 12px;
  margin: 10px 0 0 0;
  color: red;
  line-height: 1;
}
.i-order-view .con .txt .typ {
  font-size: 12px;
  margin: 10px 0 0 0;
  color: #999999;
  line-height: 1;
}
