body {
  
}
html {
  font-size: 10px;
  /*10 Ã· 16 Ã— 100% = 62.5%*/
}
body > iframe {
  display: none!important;
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-top {
  height: 40px;
  line-height: 40px;
  background: #393939;
}
.header .header-top p {
  margin: 0;
  font-size: 1.4rem;
  color: #999999;
}
.header .header-top p span {
  color: #fefefe;
}
.header .header-top .lf {
  float: left;
}
.header .header-top .rt {
  float: right;
}
.header .header-top .rt p {
  float: right;
}
.header .header-top .rt p:nth-child(1) {
  margin-left: 8px;
}
.header .header-top .rt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999;
  margin: 0 8px;
}
.header .header-top .rt a:hover {
  color: #ed1b2a;
}
.header .nav-con {
  height: 88px;
  background: #fff;
  clear: both;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 10px #666;
  position: relative;
}
.header .nav-con .container {
  position: relative;
}
.header .nav-con .logo {
  width: 23.4%;
  float: left;
}
.header .nav-con .logo img {
  margin-top: 26px;
  width: 100%;
}
.header .nav-con #nav {
  width: 72%;
  margin: 0;
  position: absolute;
  right: 15px;
}
.header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  width: 12.5%;
  height: 88px;
  line-height: 88px;
}
.header .nav-con #nav .sub-nav:hover a {
  color: #ed1b2a;
}
.header .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: block;
  height: 100%;
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 67px;
  left: -30%;
  display: none;
}
.header .nav-con #nav .sub-nav .ul1 {
  width: 160%;
  text-align: center;
  background: transparent;
  height: auto;
}
.header .nav-con #nav .sub-nav .ul1 li {
  text-align: left;
  line-height: 33px;
  cursor: pointer;
  color: #fff;
  height: auto;
  background: #fff;
}
.header .nav-con #nav .sub-nav .ul1 li:hover {
  color: #ed1b2a;
}
.header .nav-con #nav .sub-nav .ul1 li a {
  font-size: 1.5rem;
  padding: 0 5% 0 20%;
  background: transparent;
  display: block;
  color: #333;
  transition: 0.7s;
}
.header .nav-con #nav .sub-nav .ul1 li a:hover {
  color: #fff;
  background: #ed1b2a;
}
.header .nav-con #nav .active a {
  color: #00c6f1;
}
@media (max-width: 992px) {
  .header .nav-con {
    height: 70px;
    background: #fff;
    clear: both;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 10px #666;
    position: relative;
  }
  .header .nav-con .container {
    position: relative;
  }
  .header .nav-con .logo {
    width: 23.4%;
    float: left;
  }
  .header .nav-con .logo img {
    margin-top: 26px;
    width: 100%;
  }
  .header .nav-con #nav {
    width: 72%;
    margin: 0;
    position: absolute;
    right: 15px;
  }
  .header .nav-con #nav .sub-nav {
    float: left;
    text-align: center;
    position: relative;
    width: 12.5%;
    height: 70px;
    line-height: 70px;
  }
  .header .nav-con #nav .sub-nav:hover a {
    color: #ed1b2a;
  }
  .header .nav-con #nav .sub-nav a {
    color: #333;
    font-size: 1.6rem;
    display: block;
    height: 100%;
  }
  .header .nav-con #nav .sub-nav .drop-down {
    z-index: 999;
    position: absolute;
    top: 52px;
    left: -40%;
    display: none;
  }
  .header .nav-con #nav .sub-nav .ul1 {
    width: 180%;
    text-align: center;
    background: transparent;
    height: auto;
  }
  .header .nav-con #nav .sub-nav .ul1 li {
    text-align: left;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    height: auto;
    background: #fff;
  }
  .header .nav-con #nav .sub-nav .ul1 li:hover {
    color: #ed1b2a;
  }
  .header .nav-con #nav .sub-nav .ul1 li a {
    font-size: 1.5rem;
    padding: 0 5% 0 20%;
    background: transparent;
    display: block;
    color: #333;
  }
  .header .nav-con #nav .sub-nav .ul1 li a:hover {
    color: #fff;
    background: #ed1b2a;
  }
  .header .nav-con #nav .active a {
    color: #00c6f1;
  }
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 15px 0 0 3%;
  width: auto!important;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 7px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language a:hover {
  color: #ed1b2a;
}
.header .mobile-con .language .active {
  color: #ed1b2a;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.08);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 5px;
  width: 37px;
  opacity: 1;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #ed1b2a;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 32px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -27px;
  background: url("../images/next_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 32px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -27px;
  background: url("../images/prev_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box .swiper-container5 {
  overflow: hidden;
}
.main .ad-box .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box img {
  width: 100%;
}
.main .ad-box .swiper-pagination {
  position: absolute;
  bottom: 4px;
  z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 3px;
  width: 16px;
  opacity: 1;
}
.main .ad-box .swiper-pagination-bullet-active {
  background: #ed1b2a;
}
.main .service h4 {
  text-align: center;
  padding: 4% 0;
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.main .service .service-con li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 1% 1%;
  border: 1px solid #e5e5e5;
}
.main .service .service-con li:hover p {
  background: #ed1b2a;
  color: #fff;
}
.main .service .service-con li img {
  width: 100%;
}
.main .service .service-con li p {
  font-size: 1.8rem;
  color: #333;
  background: #c9caca;
  width: 100%;
  text-align: center;
  padding: 3% 0;
  margin: 0;
  transition: 0.7s;
}
.main .service .service-con li:nth-child(2) {
  margin-left: -1px;
}
.main .service .service-con li:nth-child(3) {
  margin-left: -1px;
}
.main .service .service-con li:nth-child(4) {
  margin-left: -1px;
}
.main .service .service-con li:nth-child(5) {
  margin-top: -1px;
}
.main .service .service-con li:nth-child(6) {
  margin-top: -1px;
  margin-left: -1px;
}
.main .service .service-con li:nth-child(7) {
  margin-top: -1px;
  margin-left: -1px;
}
.main .service .service-con li:nth-child(8) {
  margin-top: -1px;
  margin-left: -1px;
}
@media (max-width: 1200px) {
  .main .service h4 {
    padding: 3% 0;
  }
}
@media (max-width: 768px) {
  .main .service h4 {
    text-align: center;
    color: #333;
    padding: 4% 0;
    font-size: 3rem;
  }
  .main .service .service-con li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 1.5% 1%;
    border: 1px solid #e5e5e5;
  }
  .main .service .service-con li:hover p {
    background: #ed1b2a;
    color: #fff;
  }
  .main .service .service-con li img {
    width: 100%;
    cursor: pointer;
  }
  .main .service .service-con li p {
    font-size: 1.8rem;
    color: #333;
    background: #eaeaea;
    width: 100%;
    text-align: center;
    padding: 3% 0;
    margin: 0;
  }
  .main .service .service-con li:nth-child(2) {
    margin-left: -1px;
  }
  .main .service .service-con li:nth-child(3) {
    margin-left: 0;
    margin-top: -1px;
  }
  .main .service .service-con li:nth-child(4) {
    margin-left: -1px;
    margin-top: -1px;
  }
  .main .service .service-con li:nth-child(5) {
    margin-left: 0;
    margin-top: -1px;
  }
  .main .service .service-con li:nth-child(6) {
    margin-left: -1px;
    margin-top: -1px;
  }
  .main .service .service-con li:nth-child(7) {
    margin-left: 0;
    margin-top: -1px;
  }
  .main .service .service-con li:nth-child(8) {
    margin-left: -1px;
    margin-top: -1px;
  }
}
.main .main-center {
  margin-top: 3.5%;
}
.main .main-center .about {
  width: 50%;
  float: left;
}
.main .main-center .about .tit {
  height: 56px;
  line-height: 56px;
  border: 1px solid #eaeaea;
}
.main .main-center .about .tit:hover span {
  transform: rotate(270deg);
  background: #ed1b2a;
}
.main .main-center .about .tit h5 {
  font-size: 2.4rem;
  line-height: 56px;
  margin: 0;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
  background: url("../images/arrow_03.jpg") no-repeat 95% center;
}
.main .main-center .about .tit span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 4px;
  background: #393939;
  margin: 0 12px 0 26px;
  vertical-align: middle;
  transition: 0.2s;
}
.main .main-center .about .about-con {
  border: 1px solid #eaeaea;
  margin-top: -1px;
  height: 360px;
  padding: 38px 0;
  overflow: hidden;
}
.main .main-center .about .about-con .img {
  width: 35%;
  float: left;
  margin: 0 4%;
}
.main .main-center .about .about-con .img img {
  width: 100%;
  box-shadow: 0 0 10px #cccccc;
}
.main .main-center .about .about-con .txt {
  width: 57%;
  float: right;
}
.main .main-center .about .about-con .txt h5 {
  font-size: 2rem;
  color: #000;
  margin-top: 0;
}
.main .main-center .about .about-con .txt h6 {
  font-size: 1.6rem;
  color: #999;
  text-transform: uppercase;
  margin: 6% 0 5%;
}
.main .main-center .about .about-con .txt h6 b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  width: 30px;
  height: 3px;
  background: #ed1b2a;
  vertical-align: middle;
}
.main .main-center .about .about-con .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin-right: 8%;
}
.main .main-center .news {
  width: 50%;
  float: right;
}
.main .main-center .news .tit {
  height: 56px;
  line-height: 56px;
  border: 1px solid #eaeaea;
  border-left: none;
}
.main .main-center .news .tit:hover span {
  transform: rotate(270deg);
  background: #ed1b2a;
}
.main .main-center .news .tit h5 {
  font-size: 2.4rem;
  line-height: 56px;
  margin: 0;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
  background: url("../images/arrow_03.jpg") no-repeat 95% center;
}
.main .main-center .news .tit span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 4px;
  background: #393939;
  margin: 0 12px 0 26px;
  vertical-align: middle;
  transition: 0.2s;
}
.main .main-center .news .news-con {
  border: 1px solid #eaeaea;
  border-left: none;
  margin-top: -1px;
  height: 360px;
  padding: 10px 0 10px;
  overflow: hidden;
}
.main .main-center .news .news-con .txtScroll-top {
  overflow: hidden;
  position: relative;
  margin: 0 27px;
}
.main .main-center .news .news-con .txtScroll-top .hd {
  margin-top: 16px;
}
.main .main-center .news .news-con .txtScroll-top .hd .prev {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 18px;
  height: 8px;
  background: url("../images/down_03.png") no-repeat center;
  margin-right: 10px;
}
.main .main-center .news .news-con .txtScroll-top .hd .prev:hover {
  background: url("../images/down2_03.png") no-repeat center;
}
.main .main-center .news .news-con .txtScroll-top .hd .next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 18px;
  height: 8px;
  background: url("../images/up_03.png") no-repeat center;
}
.main .main-center .news .news-con .txtScroll-top .hd .next:hover {
  background: url("../images/up2_03.png") no-repeat center;
}
.main .main-center .news .news-con .txtScroll-top .infoList li {
  height: 138px;
  border-bottom: 1px dashed #d7d7d7;
}
.main .main-center .news .news-con .txtScroll-top .infoList li:hover p {
  color: #ed1b2a;
}
.main .main-center .news .news-con .txtScroll-top .infoList li h6 {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 28px;
  margin: 0;
}
.main .main-center .news .news-con .txtScroll-top .infoList li p {
  font-size: 1.4rem;
  color: #ababab;
  line-height: 180%;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .main-center .news .news-con .txtScroll-top .infoList li .date {
  float: right;
  color: #999;
}
@media (max-width: 1200px) {
  .main .main-center .about .about-con {
    height: 310px;
  }
  .main .main-center .news .news-con {
    height: 310px;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li {
    height: 118px;
  }
}
@media (max-width: 768px) {
  .main .main-center {
    margin-top: 3.5%;
  }
  .main .main-center .about {
    width: 100%;
    float: left;
  }
  .main .main-center .about .about-con {
    border: 1px solid #eaeaea;
    margin-top: -1px;
    height: auto;
    padding: 18px 0;
    overflow: hidden;
  }
  .main .main-center .about .about-con .img {
    width: 35%;
    float: left;
    margin: 0 4%;
  }
  .main .main-center .about .about-con .img img {
    width: 100%;
    box-shadow: 0 0 10px #cccccc;
  }
  .main .main-center .about .about-con .txt {
    width: 57%;
    float: right;
  }
  .main .main-center .about .about-con .txt h5 {
    font-size: 2rem;
    color: #000;
    margin-top: 0;
    line-height: 160%;
  }
  .main .main-center .about .about-con .txt h6 {
    font-size: 1.6rem;
    color: #999;
    text-transform: uppercase;
    margin: 6% 0 5%;
  }
  .main .main-center .about .about-con .txt h6 b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    width: 30px;
    height: 3px;
    background: #ed1b2a;
    vertical-align: middle;
  }
  .main .main-center .about .about-con .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    margin-right: 8%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .main .main-center .about .about-con .txt p:last-child {
    display: none;
  }
  .main .main-center .news {
    width: 100%;
    float: right;
    margin-top: 10px;
  }
  .main .main-center .news .tit {
    border-left: 1px solid #eaeaea;
  }
  .main .main-center .news .news-con {
    border: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-top: -1px;
    height: auto;
    padding: 10px 0 10px;
    overflow: hidden;
  }
  .main .main-center .news .news-con .txtScroll-top {
    overflow: hidden;
    position: relative;
    margin: 0 27px;
  }
  .main .main-center .news .news-con .txtScroll-top .hd {
    margin-top: 16px;
  }
  .main .main-center .news .news-con .txtScroll-top .hd .prev {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 18px;
    height: 8px;
    background: url("../images/down_03.png") no-repeat center;
    margin-right: 10px;
  }
  .main .main-center .news .news-con .txtScroll-top .hd .prev:hover {
    background: url("../images/down2_03.png") no-repeat center;
  }
  .main .main-center .news .news-con .txtScroll-top .hd .next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 18px;
    height: 8px;
    background: url("../images/up_03.png") no-repeat center;
  }
  .main .main-center .news .news-con .txtScroll-top .hd .next:hover {
    background: url("../images/up2_03.png") no-repeat center;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li {
    height: 138px;
    border-bottom: 1px dashed #d7d7d7;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li:hover p {
    color: #ed1b2a;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li h6 {
    font-size: 1.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 28px;
    margin: 0;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li p {
    font-size: 1.4rem;
    color: #ababab;
    line-height: 180%;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .main .main-center .news .news-con .txtScroll-top .infoList li .date {
    float: right;
    color: #999;
  }
}
.main .case {
  background: #f2f2f2;
  padding-bottom: 4%;
}
.main .case h4 {
  text-align: center;
  padding: 3% 0;
  font-size: 3.6rem;
  margin: 0;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.main .case .case-con {
  position: relative;
}
.main .case .swiper-container-case {
  overflow: hidden;
}
.main .case .swiper-slide {
  position: relative;
}
.main .case .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.main .case .swiper-slide .img {
  overflow: hidden;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.main .case .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.main .case .swiper-button-next3 {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/case-next_03.jpg") no-repeat center;
}
.main .case .swiper-button-next3:hover {
  background: url("../images/case-next2_03.jpg") no-repeat center;
}
.main .case .swiper-button-prev3 {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -20px;
  background: url("../images/case-prev_03.jpg") no-repeat center;
}
.main .case .swiper-button-prev3:hover {
  background: url("../images/case-prev2_03.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .main .case {
    background: #f2f2f2;
    padding-bottom: 7%;
  }
  .main .case h4 {
    text-align: center;
    color: #333;
    padding: 6% 0;
    font-size: 3rem;
    margin: 0;
  }
}
.footer {
  background: #282828 url("../images/footer-top_02.jpg") no-repeat center top;
}
.footer .footer-content {
  position: relative;
  padding: 3% 15px 2%;
}
.footer .footer-content h5 {
  font-size: 2rem;
  color: #fff;
  position: relative;
}
.footer .footer-content h5 b {
  width: 80px;
  position: absolute;
  left: 0;
  top: 26px;
  height: 3px;
  background: #ed1b2a;
  display: none;
}
.footer .footer-content .contact {
  width: 38%;
  float: left;
}
.footer .footer-content .contact ul {
  padding: 2% 0;
}
.footer .footer-content .contact li {
  font-size: 1.4rem;
  color: #999;
  line-height: 200%;
}
.footer .footer-content .feedback {
  width: 47%;
  float: left;
  padding-left: 6%;
  background: url("../images/fankui_03.jpg") no-repeat left center;
}
.footer .footer-content .feedback .form-box ul:nth-child(1) {
  width: 237px;
  float: left;
  margin-top: 10px;
}
.footer .footer-content .feedback .form-box ul:nth-child(1) li {
  width: 100%;
  margin-top: 10px;
}
.footer .footer-content .feedback .form-box ul:nth-child(1) li .txt {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: none;
  background: #313131;
  color: #9b9b9b;
  width: 100%;
}
.footer .footer-content .feedback .form-box ul:nth-child(1) li .txt2 {
  height: 87px;
  padding: 10px;
  width: 100%;
  border: none;
  background: #313131;
  color: #9b9b9b;
}
.footer .footer-content .feedback .form-box ul:nth-child(2) {
  width: 118px;
  float: left;
  margin-top: 10px;
  margin-left: 22px;
}
.footer .footer-content .feedback .form-box ul:nth-child(2) li {
  width: 100%;
  margin-top: 10px;
}
.footer .footer-content .feedback .form-box ul:nth-child(2) li .txt {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: none;
  background: #313131;
  color: #9b9b9b;
  width: 100%;
}
.footer .footer-content .feedback .form-box ul:nth-child(2) li .submit {
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: none;
  background: #ed1b2a;
  color: #fff;
  font-size: 1.6rem;
}
.footer .footer-content .feedback .form-box ul:nth-child(2) li:nth-child(3) {
  margin-top: 21px;
}
.footer .footer-content .code {
  float: right;
}
.footer .footer-content .code h5 {
  float: right;
}
.footer .footer-content .code .img {
  margin-top: 57px;
}
.footer .footer-content .code .img img {
  max-width: 100%;
  padding: 3%;
  background: #2f2f2f;
}
@media (max-width: 992px) {
  .footer .footer-content .feedback {
    width: 60%;
  }
  .footer .footer-content .code {
    display: none;
  }
}
.footer .footer-bot {
  height: 40px;
  line-height: 39px;
  border-top: 1px solid #404040;
}
.footer .footer-bot p {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 0;
}
.footer .footer-bot .lf {
  float: left;
}
.footer .footer-bot .rt {
  float: right;
}
.footer .footer-bot .rt a {
  display: block;
  background: #313131 url("../images/return-top_03.png") no-repeat 104px center;
  padding: 0 52px 0 29px;
  color: #9b9b9b;
}
.footer .footer-bot .rt a:hover {
  color: #fff;
  background: #ed1b2a url("../images/return-top2_03.png") no-repeat 104px center;
}
@media (max-width: 768px) {
  .footer .footer-content {
    position: relative;
    padding: 6% 0 2%;
  }
  .footer .footer-content h5 {
    font-size: 2rem;
    color: #fff;
    position: relative;
  }
  .footer .footer-content h5:hover b {
    display: block;
  }
  .footer .footer-content h5 b {
    width: 80px;
    position: absolute;
    left: 0;
    top: 26px;
    height: 3px;
    background: #ed1b2a;
    display: none;
  }
  .footer .footer-content .contact {
    width: 100%;
    float: left;
    padding-left: 15px;
  }
  .footer .footer-content .contact ul {
    padding: 2% 0;
  }
  .footer .footer-content .contact li {
    font-size: 1.6rem;
    color: #999;
    line-height: 200%;
  }
  .footer .footer-content .feedback {
    width: 100%;
    float: left;
    padding-left: 15px;
    background: none;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(1) {
    width: 237px;
    float: left;
    margin-top: 10px;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(1) li {
    width: 100%;
    margin-top: 10px;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(1) li .txt {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: none;
    background: #313131;
    color: #9b9b9b;
    width: 100%;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(1) li .txt2 {
    height: 87px;
    padding: 10px;
    width: 100%;
    border: none;
    background: #313131;
    color: #9b9b9b;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(2) {
    width: 118px;
    float: none;
    margin-top: -10px;
    margin-left: 0px;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(2) li {
    width: 100%;
    margin-top: 10px;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(2) li .txt {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: none;
    background: #313131;
    color: #9b9b9b;
    width: 100%;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(2) li .submit {
    height: 36px;
    line-height: 36px;
    width: 100%;
    border: none;
    background: #ed1b2a;
    color: #fff;
    font-size: 1.6rem;
  }
  .footer .footer-content .feedback .form-box ul:nth-child(2) li:nth-child(3) {
    margin-top: 21px;
  }
  .footer .footer-bot {
    height: auto;
    line-height: 26px;
    border-top: 1px solid #404040;
    text-align: center;
  }
  .footer .footer-bot p {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 0;
  }
  .footer .footer-bot .lf {
    float: left;
  }
  .footer .footer-bot .rt {
    float: right;
  }
  .footer .footer-bot .rt a {
    display: block;
    background: #313131 url("../images/return-top_03.png") no-repeat 104px center;
    padding: 0 52px 0 29px;
    color: #9b9b9b;
  }
  .footer .footer-bot .rt a:hover {
    color: #fff;
    background: #ed1b2a url("../images/return-top2_03.png") no-repeat 104px center;
  }
}
/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-ad img {
    height: 80px;
  }
}
.ins-main .ins-nav {
  padding: 1% 0 0;
  border: 1px solid #e3e3e3;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ins-main .ins-nav ul {
  margin: 0;
}
.ins-main .ins-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.6% 1% 0.6%;
  background: #c9caca;
  font-size: 1.6rem;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999;
  transition: 0.7s;
}
.ins-main .ins-nav li:hover {
  background: #ed1b2a;
}
.ins-main .ins-nav li:hover a {
  color: #fff;
}
.ins-main .ins-nav li a {
  display: block;
  color: #333;
  padding: 0.6rem 1.8rem;
  transition: 0.7s;
}
.ins-main .ins-nav .active {
  background: #ed1b2a;
}
.ins-main .ins-nav .active a {
  color: #fff;
}
.ins-main .ins-nav :after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -9px;
  height: 5px;
  width: 18px;
  display: block;
  background: url("../images/nav-angle_03.jpg") no-repeat center;
}
.ins-main .business-nav li {
  margin: 0 0.3% 1% 0.3%;
}
.ins-main .business-nav li a {
  padding: 0.6rem 1.3rem;
}
@media (max-width: 1200px) {
  .ins-main .ins-nav li {
    margin: 0.6%;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-nav {
    padding: 2.5% 0;
  }
}
@media (max-width: 768px) {
  .ins-main .pro-nav {
    padding: 1% 0;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .ins-main .pro-nav ul {
    margin: 0;
  }
  .ins-main .pro-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 1% 0.6%;
    background: #282828;
    font-size: 1.6rem;
    border-radius: 3px;
    width: 40%;
  }
  .ins-main .pro-nav li:hover {
    background: #c3a07d;
  }
  .ins-main .pro-nav li:hover a {
    color: #fff;
  }
  .ins-main .pro-nav li a {
    display: block;
    color: #c3a07d;
    padding: 0.6rem 1rem;
  }
  .ins-main .pro-nav .active {
    background: #c3a07d;
  }
  .ins-main .pro-nav .active a {
    color: #fff;
  }
  .ins-main .pro-nav :after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -9px;
    height: 5px;
    width: 18px;
    display: block;
    background: url("../images/nav-angle_03.jpg") no-repeat center;
  }
}
.ins-main .ins-about .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-about .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-about .txt-con {
  margin: 3% 0 5%;
}
.ins-main .ins-about .txt-con p {
  font-size: 1.6rem;
  color: #666;
  line-height: 200%;
}
.ins-main .ins-about .txt-con .img {
  margin: 3% 0;
}
.ins-main .ins-about .txt-con .img img {
  max-width: 100%!important;
}
@media (max-width: 768px) {
  .ins-main .ins-about .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-about .txt-con {
    margin: 3% 0 5%;
  }
  .ins-main .ins-about .txt-con .img {
    padding: 0;
  }
}
.ins-main .ins-business .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-business .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-business .txt-con {
  margin: 3% 0 0;
}
.ins-main .ins-business .txt-con p {
  font-size: 1.6rem;
  color: #666;
  line-height: 200%;
}
.ins-main .ins-business .txt-con .img-box {
  margin: 4% 0;
}
.ins-main .ins-business .txt-con .img-box li {
  width: 24%;
  margin: 1% 1.3333333% 1% 0;
  float: left;
  border-radius: 5px;
  cursor: pointer;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-business .txt-con .img-box li img {
  border-radius: 5px;
  width: 100%;
}
.ins-main .ins-business .txt-con .img-box li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-business .txt-con {
    margin: 3% 0 0;
  }
  .ins-main .ins-business .txt-con .img-box {
    margin: 4% 0;
  }
  .ins-main .ins-business .txt-con .img-box li {
    width: 49%;
    margin: 1% 2% 1% 0;
    float: left;
    cursor: pointer;
  }
  .ins-main .ins-business .txt-con .img-box li img {
    border-radius: 5px;
    width: 100%;
  }
  .ins-main .ins-business .txt-con .img-box li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-business .txt-con .img-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-recruit .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-recruit .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-recruit .content {
  margin: 3% 0 0;
  padding-bottom: 5%;
}
.ins-main .ins-recruit .content li {
  padding-bottom: 2%;
  border-bottom: 1px solid #e4e4e4;
}
.ins-main .ins-recruit .content li h5 {
  font-size: 2.4rem;
  color: #333;
  padding: 2% 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  /* li{display:inline-block;*display:inline;*zoom:1;margin: 0 0.6% 1% 0.6%;background: #000;
            font-size: 1.6rem;border-radius: 3px;box-sizing: border-box;border:1px solid #999;
            &:hover{background:#c3a07d;a{color: #fff;}}
            a{display: block;color: #c3a07d;padding: 0.6rem 1.8rem;transition: 0.7s;}
          }*/

}
.ins-main .ins-recruit .content li h5 a {
  float: right;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  color: #333;
  background: #c9caca;
  transition: 0.7s;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.ins-main .ins-recruit .content li h5 a:hover {
  background: #ed1b24;
  color: #fff;
}
.ins-main .ins-recruit .content li h5:after {
  content: '';
  display: block;
  position: absolute;
  left: 33px;
  bottom: -8px;
  width: 13px;
  height: 8px;
  background: url("../images/recruit-angle_03.jpg") no-repeat center;
}
.ins-main .ins-recruit .content li h6 {
  font-size: 1.8rem;
  color: #000;
  padding-left: 16px;
  border-left: 4px solid #ed1b24;
  margin: 2.5% 0;
}
.ins-main .ins-recruit .content li p {
  font-size: 1.6rem;
  color: #666;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit .tit h4 {
    font-size: 3rem;
  }
}
.ins-main .ins-honor .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-honor .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-honor .list-box {
  margin: 3% 0;
}
.ins-main .ins-honor .list-box li {
  border: 1px solid #e1e1e1;
  margin-bottom: 2%;
}
.ins-main .ins-honor .list-box li .txt-con {
  box-sizing: border-box;
  width: 71%;
  float: left;
  border-right: 1px solid #e1e1e1;
  padding: 3% 0 3% 5%;
}
.ins-main .ins-honor .list-box li .txt-con h4 {
  padding: 0 0 3%;
  border-bottom: 1px solid #d9d9d9;
  width: 70%;
  font-size: 3rem;
  color: #000;
}
.ins-main .ins-honor .list-box li .txt-con h4 img {
  margin-right: 3%;
}
.ins-main .ins-honor .list-box li .txt-con h4 span {
  color: #ed1b24;
}
.ins-main .ins-honor .list-box li .txt-con .txt {
  margin: 4% 0 0;
}
.ins-main .ins-honor .list-box li .txt-con .txt p {
  font-size: 1.6rem;
  color: #666;
}
.ins-main .ins-honor .list-box li .txt-con .txt a {
  color: #ed1b24;
}
.ins-main .ins-honor .list-box li .img {
  width: 29%;
  float: right;
  position: relative;
  text-align: center;
  margin-top: 3%;
}
.ins-main .ins-honor .list-box li .img img {
  max-width: 100%;
  box-shadow: 3px 3px 5px #a1a1a1;
}
@media (max-width: 992px) {
  .ins-main .ins-honor .list-box {
    margin: 3% 0;
  }
  .ins-main .ins-honor .list-box li .img {
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-honor .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-honor .list-box {
    margin: 3% 0;
  }
  .ins-main .ins-honor .list-box li {
    border: 1px solid #e1e1e1;
    margin-bottom: 2%;
  }
  .ins-main .ins-honor .list-box li .txt-con {
    box-sizing: border-box;
    width: 100%;
    float: left;
    border-right: none;
    padding: 3% 2%;
  }
  .ins-main .ins-honor .list-box li .txt-con h4 {
    padding: 0 0 3%;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    font-size: 2.6rem;
    color: #000;
  }
  .ins-main .ins-honor .list-box li .txt-con h4 img {
    display: none;
  }
  .ins-main .ins-honor .list-box li .txt-con h4 span {
    color: #ed1b24;
  }
  .ins-main .ins-honor .list-box li .txt-con .txt {
    margin: 4% 0 0;
  }
  .ins-main .ins-honor .list-box li .txt-con .txt p {
    font-size: 1.6rem;
    color: #666;
  }
  .ins-main .ins-honor .list-box li .txt-con .txt a {
    color: #ed1b24;
  }
  .ins-main .ins-honor .list-box li .img {
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
    margin: 3% 0 5%;
  }
  .ins-main .ins-honor .list-box li .img img {
    max-width: 100%;
    box-shadow: 3px 3px 5px #a1a1a1;
  }
}
.ins-main .ins-contact .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-contact .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-contact .content {
  margin: 5% 0;
}
.ins-main .ins-contact .content .txt-con {
  width: 44.5%;
  float: left;
}
.ins-main .ins-contact .content .txt-con h4 {
  font-size: 3.6rem;
  color: #333;
}
.ins-main .ins-contact .content .txt-con h4 span {
  display: block;
  font-size: 1.6rem;
  color: #999;
  margin-top: 15px;
}
.ins-main .ins-contact .content .txt-con ul {
  margin-top: 25px;
}
.ins-main .ins-contact .content .txt-con li {
  /* height: 50px; */
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.ins-main .ins-contact .content .txt-con li:nth-child(1) p{line-height:25px;}
.ins-main .ins-contact .content .txt-con li p {
  margin-bottom:0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 4%;
  font-size: 1.6rem;
  color: #666;
}
.ins-main .ins-contact .content .txt-con li .img {
  width: 8%;
  border-right: 1px solid #e4e4e4;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .ins-contact .content .txt-con li:nth-child(5) {
  border-bottom: none;
}
.ins-main .ins-contact .content .map {
  width: 50%;
  float: right;
  margin-top: 10px;
}
.ins-main .ins-contact .content .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 345px;
  border: 1px solid #e1e1e1;
}
.ins-main .ins-contact .content .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .content .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .content .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .content .map .amap-container {
  height: 100%;
}
@media (max-width: 1200px) {
  .ins-main .ins-contact .tit {
    text-align: center;
    padding: 3% 0 0%;
  }
  .ins-main .ins-contact .tit h4 {
    font-size: 3.6rem;
    font-weight: 600;
    color: #6b6b6b;
    letter-spacing: 3px;
  }
  .ins-main .ins-contact .content {
    margin: 5% 0;
  }
  .ins-main .ins-contact .content .txt-con {
    width: 46.5%;
    float: left;
  }
  .ins-main .ins-contact .content .txt-con h4 {
    font-size: 3.6rem;
    color: #333;
  }
  .ins-main .ins-contact .content .txt-con h4 span {
    display: block;
    font-size: 1.6rem;
    color: #999;
    margin-top: 15px;
  }
  .ins-main .ins-contact .content .txt-con ul {
    margin-top: 25px;
  }
  .ins-main .ins-contact .content .txt-con li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
  }
  .ins-main .ins-contact .content .txt-con li p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 4%;
    font-size: 1.2rem;
    color: #666;
  }
  .ins-main .ins-contact .content .txt-con li .img {
    display: none;
  }
  .ins-main .ins-contact .content .txt-con li:nth-child(5) {
    border-bottom: none;
  }
  .ins-main .ins-contact .content .map {
    width: 50%;
    float: right;
    margin-top: 10px;
  }
  .ins-main .ins-contact .content .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 345px;
    border: 1px solid #e1e1e1;
  }
  .ins-main .ins-contact .content .map .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .content .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .content .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .content .map .amap-container {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-contact .content .txt-con {
    width: 49%;
  }
  .ins-main .ins-contact .content .txt-con li {
    height: auto;
    line-height: 28px;
  }
  .ins-main .ins-contact .content .txt-con li p {
    padding-left: 3%;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-contact .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-contact .content .txt-con {
    width: 100%;
  }
  .ins-main .ins-contact .content .txt-con h4 {
    font-size: 3rem;
  }
  .ins-main .ins-contact .content .txt-con li p {
    padding-left: 0;
    font-size: 1.5rem;
  }
  .ins-main .ins-contact .content .txt-con li .img {
    display: none;
  }
  .ins-main .ins-contact .content .txt-con li:nth-child(5) {
    border-bottom: 1px solid #e4e4e4;
  }
  .ins-main .ins-contact .content .map {
    width: 100%;
    float: right;
    margin-top: 10px;
  }
  .ins-main .ins-contact .content .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 345px;
    border: 1px solid #e1e1e1;
  }
  .ins-main .ins-contact .content .map .my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
  }
  .ins-main .ins-contact .content .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .content .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .content .map .amap-container {
    height: 100%;
  }
}
.ins-main .ins-news .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-news .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-news .list-con {
  padding: 3% 0;
}
.ins-main .ins-news .list-con li {
  padding: 2% 0;
  border-bottom: 1px dashed #dadada;
}
.ins-main .ins-news .list-con li:hover .txt h6 {
  color: #ed1b24;
}
.ins-main .ins-news .list-con li:hover .txt p {
  color: #ed1b24;
}
.ins-main .ins-news .list-con li .date {
  text-align: center;
  width: 104px;
  height: 74px;
  border: 1px solid #dcdcdc;
  float: left;
}
.ins-main .ins-news .list-con li .date h6 {
  font-size: 2.4rem;
  color: #000;
}
.ins-main .ins-news .list-con li .date p {
  font-size: 1.6rem;
  color: #666;
}
.ins-main .ins-news .list-con li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news .list-con li .txt p {
  font-size: 1.4rem;
  color: #ababab;
  padding-left: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .ins-main .ins-news .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-news .list-con {
    padding: 3% 0;
  }
  .ins-main .ins-news .list-con li {
    padding: 2% 0;
    border-bottom: 1px dashed #dadada;
  }
  .ins-main .ins-news .list-con li:hover .txt h6 {
    color: #ed1b24;
  }
  .ins-main .ins-news .list-con li:hover .txt p {
    color: #ed1b24;
  }
  .ins-main .ins-news .list-con li .date {
    width: 90px;
    height: 74px;
  }
}
.ins-main .news-show .tit {
  text-align: center;
  padding: 3% 0;
}
.ins-main .news-show .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .news-show .content {
  padding: 3% 0 5%;
}
.ins-main .news-show .content .txt-tit {
  padding: 1.5% 0;
}
.ins-main .news-show .content .txt-tit h5 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 15px;
}
.ins-main .news-show .content .txt-tit p {
  font-size: 1.4rem;
  color: #ababab;
}
.ins-main .news-show .content .txt-tit p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 14px;
}
.ins-main .news-show .content .Summary {
  padding: 1%;
  border: 1px dashed #dadada;
}
.ins-main .news-show .content .Summary p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  margin: 0;
}
.ins-main .news-show .content .txt {
  margin: 3% 0;
}
.ins-main .news-show .content .txt p {
  line-height: 180%;
  font-size: 1.6rem;
  color: #666;
  margin: 0;
}
.ins-main .news-show .content .link {
  border: 1px solid #e5e5e5;
}
.ins-main .news-show .content .link a {
  display: block;
}
.ins-main .news-show .content .link h6 {
  font-size: 1.6rem;
  color: #000;
  padding-left: 32px;
}
.ins-main .news-show .content .link p {
  font-size: 1.4rem;
  color: #666;
  padding-left: 32px;
}
.ins-main .news-show .content .link .lf {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #dbdbdb;
}
.ins-main .news-show .content .link .lf:hover {
  border-left: 10px solid #ed1b24;
}
.ins-main .news-show .content .link .rt {
  width: 50%;
  float: right;
  box-sizing: border-box;
}
.ins-main .news-show .content .link .rt:hover {
  border-left: 10px solid #ed1b24;
}
@media (max-width: 768px) {
  .ins-main .news-show .tit h4 {
    font-size: 3rem;
  }
  .ins-main .news-show .content {
    padding: 3% 0 5%;
  }
  .ins-main .news-show .content .link {
    border: 1px solid #e5e5e5;
  }
  .ins-main .news-show .content .link a {
    display: block;
  }
  .ins-main .news-show .content .link h6 {
    font-size: 1.6rem;
    color: #000;
    padding-left: 32px;
  }
  .ins-main .news-show .content .link p {
    font-size: 1.4rem;
    color: #666;
    padding-left: 32px;
  }
  .ins-main .news-show .content .link .lf {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
  }
  .ins-main .news-show .content .link .lf:hover {
    border-left: 10px solid #ed1b24;
  }
  .ins-main .news-show .content .link .rt {
    width: 100%;
    float: right;
    box-sizing: border-box;
  }
  .ins-main .news-show .content .link .rt:hover {
    border-left: 10px solid #ed1b24;
  }
}
.ins-main .ins-service .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-service .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-service .content {
  margin: 4% 0 2%;
}
.ins-main .ins-service .content .img {
  width: 48%;
  float: left;
}
.ins-main .ins-service .content .img img {
  width: 100%;
}
.ins-main .ins-service .content .list {
  width: 48%;
  float: right;
}
.ins-main .ins-service .content .list li {
  height: 50px;
  line-height: 50px;
  border-left: 10px solid #b8b8b8;
  margin-bottom: 20px;
  background: #efefef;
}
.ins-main .ins-service .content .list li:hover {
  background: #ed1b24;
  border-left: 10px solid #ed1b24;
}
.ins-main .ins-service .content .list li:hover p {
  color: #fff;
}
.ins-main .ins-service .content .list li:hover span {
  background: url("../images/download_06.jpg") no-repeat center;
}
.ins-main .ins-service .content .list li a {
  display: block;
}
.ins-main .ins-service .content .list li p {
  font-size: 1.6rem;
  color: #282828;
  padding-left: 28px;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .ins-service .content .list li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  width: 89px;
  height: 50px;
  background: url("../images/download_03.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .ins-main .ins-service .content {
    margin: 4% 0 2%;
  }
  .ins-main .ins-service .content .img {
    width: 48%;
    float: left;
  }
  .ins-main .ins-service .content .img img {
    width: 100%;
  }
  .ins-main .ins-service .content .list {
    width: 48%;
    float: right;
  }
  .ins-main .ins-service .content .list li {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .ins-main .ins-service .content .list li span {
    height: 45px;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-service .content {
    margin: 4% 0 2%;
  }
  .ins-main .ins-service .content .img {
    width: 48%;
    float: left;
  }
  .ins-main .ins-service .content .img img {
    width: 100%;
  }
  .ins-main .ins-service .content .list {
    width: 48%;
    float: right;
  }
  .ins-main .ins-service .content .list li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 6px;
  }
  .ins-main .ins-service .content .list li span {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-service .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-service .content {
    margin: 4% 0 2%;
  }
  .ins-main .ins-service .content .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-service .content .img img {
    width: 100%;
  }
  .ins-main .ins-service .content .list {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .ins-main .ins-service .content .list li {
    height: 50px;
    line-height: 50px;
    border-left: 10px solid #b8b8b8;
    margin-bottom: 15px;
    background: #efefef;
  }
  .ins-main .ins-service .content .list li:hover {
    background: #ed1b24;
    border-left: 10px solid #ed1b24;
  }
  .ins-main .ins-service .content .list li:hover p {
    color: #fff;
  }
  .ins-main .ins-service .content .list li:hover span {
    background: url("../images/download_06.jpg") no-repeat center;
  }
  .ins-main .ins-service .content .list li a {
    display: block;
  }
  .ins-main .ins-service .content .list li p {
    font-size: 1.6rem;
    color: #282828;
    padding-left: 28px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .ins-service .content .list li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    width: 89px;
    height: 50px;
    background: url("../images/download_03.jpg") no-repeat center;
  }
}
.ins-main .ins-product .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .ins-product .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .ins-product .content {
  margin: 4% 0 2%;
}
.ins-main .ins-product .content li {
  width: 32.3333333%;
  margin-right: 1.5%;
  float: left;
  margin-bottom: 1.5%;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.08);
}
.ins-main .ins-product .content li:hover p {
  color: #ed1b24;
}
.ins-main .ins-product .content li .box {
  padding: 3% 3% 0 3%;
  border: 1px solid #eee;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-product .content li p {
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .ins-main .ins-product .content {
    margin: 4% 0 2%;
  }
  .ins-main .ins-product .content li p {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-product .tit h4 {
    font-size: 3rem;
  }
  .ins-main .ins-product .content {
    margin: 4% 0 2%;
  }
  .ins-main .ins-product .content li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 1.5%;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.08);
  }
  .ins-main .ins-product .content li:hover p {
    color: #ed1b24;
  }
  .ins-main .ins-product .content li .box {
    padding: 3% 3% 0 3%;
    border: 1px solid #eee;
  }
  .ins-main .ins-product .content li .img {
    overflow: hidden;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-product .content li p {
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
  }
  .ins-main .ins-product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .product-detail .tit {
  text-align: center;
  padding: 3% 0 0%;
}
.ins-main .product-detail .tit h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 3px;
}
.ins-main .product-detail .content {
  position: relative;
  margin: 4% 0;
}
.ins-main .product-detail .content .lf .view .swiper-container {
  width: 100%;
  height: 100%;
}
.ins-main .product-detail .content .lf .view .swiper-container .swiper-slide {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ins-main .product-detail .content .lf .view .swiper-container .swiper-slide img {
  width: 100%;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .product-detail .content .lf .preview {
  width: 100%;
  margin-top: 15px;
  position: absolute;
  right: -100%;
  top: 219px;
}
.ins-main .product-detail .content .lf .preview .swiper-container {
  width: 88%;
  margin: 0 auto;
}
.ins-main .product-detail .content .lf .preview .arrow-left {
  background: url("../images/detail-prev_03.jpg") no-repeat left top;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.ins-main .product-detail .content .lf .preview .arrow-right {
  background: url("../images/detail-next_03.jpg") no-repeat left bottom;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.ins-main .product-detail .content .lf .preview .swiper-slide {
  float: left;
  width: auto;
}
.ins-main .product-detail .content .lf .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .product-detail .content .lf .preview .active-nav img {
  border: 1px solid #fe0909;
  box-sizing: border-box;
}
.ins-main .product-detail .content .txt h4 {
  font-size: 3rem;
  color: #1f1615;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 2%;
  margin-top: 0;
  padding-left: 24px;
  background: url("../images/h4-bg_03.jpg") no-repeat left 10px;
}
.ins-main .product-detail .content .txt .tel {
  padding: 2.5% 0 2.5% 66px;
  border-bottom: 1px solid #dfdfdf;
  background: url("../images/detail-tel_03.jpg") no-repeat left center;
}
.ins-main .product-detail .content .txt .tel span {
  font-size: 1.6rem;
  color: #666;
}
.ins-main .product-detail .content .txt .tel h5 {
  font-size: 3rem;
  color: #666;
}
.ins-main .product-detail .content .txt .share {
  margin-top: 236px;
}
.ins-main .product-detail .detail-jieshao {
  margin: 4% 0;
}
.ins-main .product-detail .detail-jieshao h5 {
  height: 45px;
  line-height: 45px;
  background: #ec1b24;
  font-size: 1.8rem;
  color: #fff;
  padding-left: 38px;
  background: #ec1b24 url("../images/detail-angle_03.jpg") no-repeat 23px center;
}
.ins-main .product-detail .detail-jieshao .txt {
  margin: 3% 0;
}
.ins-main .product-detail .detail-jieshao p {
  line-height: 180%;
  font-size: 1.6rem;
  color: #000;
}
.ins-main .product-detail .link {
  border: 1px solid #e5e5e5;
}
.ins-main .product-detail .link a {
  display: block;
}
.ins-main .product-detail .link h6 {
  font-size: 1.6rem;
  color: #000;
  padding-left: 32px;
}
.ins-main .product-detail .link p {
  font-size: 1.4rem;
  color: #666;
  padding-left: 32px;
}
.ins-main .product-detail .link .lf {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #dbdbdb;
}
.ins-main .product-detail .link .lf:hover {
  border-left: 10px solid #ed1b24;
}
.ins-main .product-detail .link .rt {
  width: 50%;
  float: right;
  box-sizing: border-box;
}
.ins-main .product-detail .link .rt:hover {
  border-left: 10px solid #ed1b24;
}
.ins-main .product-detail .related {
  position: relative;
  margin: 5% 0;
}
.ins-main .product-detail .related h5 {
  height: 47px;
  line-height: 47px;
  background: #ec1b24;
  font-size: 1.8rem;
  color: #000;
  border: 1px solid #dcdcdc;
  padding-left: 38px;
  background: url("../images/detail-angle2_03.jpg") no-repeat 23px center;
  margin-bottom: 3%;
}
.ins-main .product-detail .related .swiper-container-related {
  overflow: hidden;
}
.ins-main .product-detail .related .swiper-slide {
  padding: 1px;
}
.ins-main .product-detail .related .swiper-slide:hover .img img {
  transform: scale(1.08);
}
.ins-main .product-detail .related .swiper-slide:hover p {
  color: #ed1b24;
}
.ins-main .product-detail .related .swiper-slide .box {
  padding: 3% 3% 0 3%;
  border: 1px solid #eee;
}
.ins-main .product-detail .related .swiper-slide .img {
  overflow: hidden;
}
.ins-main .product-detail .related .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .product-detail .related .swiper-slide p {
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}
.ins-main .product-detail .related .swiper-button-next3 {
  height: 45px;
  width: 54px;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  background: url("../images/relate-next_03.jpg") no-repeat center;
}
.ins-main .product-detail .related .swiper-button-next3:hover {
  background: url("../images/relate-next2_03.jpg") no-repeat center;
}
.ins-main .product-detail .related .swiper-button-prev3 {
  height: 45px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  width: 54px;
  cursor: pointer;
  position: absolute;
  right: 54px;
  top: 1px;
  background: url("../images/relate-prev_03.jpg") no-repeat center;
}
.ins-main .product-detail .related .swiper-button-prev3:hover {
  background: url("../images/relate-prev2_03.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .ins-main .product-detail .pro-top {
    position: relative;
  }
  .ins-main .product-detail .pro-top .lf .preview {
    width: 100%;
    margin-top: 15px;
    position: relative;
    right: 0%;
    top: 0;
  }
}
@media (max-width: 992px) {
  .ins-main .product-detail .content {
    position: relative;
    margin: 4% 0;
  }
  .ins-main .product-detail .content .txt .share {
    margin-top: 136px;
  }
}
@media (max-width: 768px) {
  .ins-main .product-detail .pro-top {
    position: relative;
  }
  .ins-main .product-detail .pro-top .lf {
    margin-bottom: 4%;
  }
  .ins-main .product-detail .pro-top .lf .preview {
    width: 100%;
    margin-top: 15px;
    position: relative;
    right: 0;
    top: 0;
  }
  .ins-main .product-detail .pro-top .lf .preview .swiper-container {
    width: 88%;
    margin: 0 auto;
  }
  .ins-main .product-detail .pro-top .lf .preview .arrow-left {
    left: 0px;
  }
  .ins-main .product-detail .pro-top .lf .preview .arrow-right {
    right: 0px;
  }
  .ins-main .product-detail .pro-top .txt .share {
    margin-top: 26px;
  }
  .ins-main .product-detail .link {
    border: 1px solid #e5e5e5;
  }
  .ins-main .product-detail .link a {
    display: block;
  }
  .ins-main .product-detail .link h6 {
    font-size: 1.6rem;
    color: #000;
    padding-left: 32px;
  }
  .ins-main .product-detail .link p {
    font-size: 1.4rem;
    color: #666;
    padding-left: 32px;
  }
  .ins-main .product-detail .link .lf {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
  }
  .ins-main .product-detail .link .lf:hover {
    border-left: 10px solid #ed1b24;
  }
  .ins-main .product-detail .link .rt {
    width: 100%;
    float: right;
    box-sizing: border-box;
  }
  .ins-main .product-detail .link .rt:hover {
    border-left: 10px solid #ed1b24;
  }
}
.ins-main .ins-solution {
  padding: 3% 0 4%;
  background: #f2f2f2;
}
.ins-main .ins-solution .tit {
  text-align: center;
}
.ins-main .ins-solution .tit h5 {
  font-size: 3rem;
  font-weight: 600;
  color: #6b6b6b;
  background: url("../images/line2_03.jpg") no-repeat center;
}
.ins-main .ins-solution .img-box {
  margin: 8% 0;
}
.ins-main .ins-solution .img-box .list {
  text-align: center;
}
.ins-main .ins-solution .img-box .list:hover .box {
  background: #00c6f1;
}
.ins-main .ins-solution .img-box .list:hover .box p {
  color: #fff;
}
.ins-main .ins-solution .img-box .list .box {
  background: #fff;
  padding: 8% 0;
  transition: 0.2s;
}
.ins-main .ins-solution .img-box .list .box img {
  width: 100%;
}
.ins-main .ins-solution .img-box .list .box p {
  padding: 14% 0 2%;
  font-size: 1.8rem;
  color: #333;
}
.ins-main .ins-solution .case-bot li {
  width: 33.3333333%;
  float: left;
  text-align: center;
}
.ins-main .ins-solution .case-bot li:hover .img {
  display: none;
}
.ins-main .ins-solution .case-bot li:hover .img-hover {
  display: block;
}
.ins-main .ins-solution .case-bot li:hover p span {
  color: #fff;
  background: #00c6f1;
}
.ins-main .ins-solution .case-bot li .img-hover {
  display: none;
}
.ins-main .ins-solution .case-bot li img {
  max-width: 100%;
}
.ins-main .ins-solution .case-bot li p {
  background: #e0e0e0;
  padding: 6% 12%;
  text-align: center;
  margin-top: 20%;
}
.ins-main .ins-solution .case-bot li p span {
  display: block;
  font-size: 2.2rem;
  color: #373737;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 3% 0 4%;
    background: #f2f2f2;
  }
  .ins-main .ins-solution .tit h5 {
    background: none;
  }
  .ins-main .ins-solution .img-box {
    margin: 8% 10px;
  }
  .ins-main .ins-solution .img-box .list {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .ins-main .ins-solution .case-bot li {
    width: 90%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .ins-main .ins-solution .case-bot li p {
    background: #e0e0e0;
    padding: 6% 12%;
    text-align: center;
    margin-top: 10%;
  }
  .ins-main .ins-solution .case-bot li p span {
    display: block;
    font-size: 2.2rem;
    color: #373737;
    transition: 0.2s;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 2% 0 3%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #ed1b24;
  color: #fff;
  font-size: 14px;
  margin-bottom: 1%;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
  margin-bottom: 1%;
}
.page-num a:hover {
  color: #fff;
  border-color: #ed1b24;
  background-color: #ed1b24;
}
/*ç™»å½•æ³¨å†Œé¡µ*/
.login {
  padding: 2.4% 0;
  background: url("../images/log-bg_02.jpg") center;
  background-size: cover;
}
.login .form-box {
  text-align: center;
  border: 1px solid #dfdfdf;
  width: 736px;
  height: 446px;
  background: #fff;
  border-radius: 10px;
  padding: 0 130px;
  margin: 0 auto;
}
.login .form-box h5 {
  font-size: 18px;
  color: #333;
  padding: 40px 0 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  text-align: center;
}
.login .form-box .txt {
  width: 380px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 0 20px;
  margin: 20px auto 0;
}
.login .form-box .submit {
  margin-top: 36px;
  width: 200px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  background: #0695f0;
  border: none;
  letter-spacing: 2px;
}
.login .form-box .link {
  margin: 40px 0 0 0;
}
.login .form-box .link a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px;
}
.login .form-box .link a:hover {
  color: #0695f0;
}
@media (max-width: 768px) {
  .login {
    padding: 8% 15px;
  }
  .login .form-box {
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 446px;
    background: #fff;
    border-radius: 10px;
    padding: 0 5%;
  }
  .login .form-box h5 {
    font-size: 18px;
    color: #333;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    text-align: center;
  }
  .login .form-box .txt {
    width: 80%;
  }
  .login .form-box .submit {
    width: 40%;
  }
}
.registered {
  padding: 2.4% 0;
  background: url("../images/log-bg_02.jpg") center;
  background-size: cover;
}
.registered .form-box {
  text-align: center;
  border: 1px solid #dfdfdf;
  width: 736px;
  height: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 0 110px;
  margin: 0 auto;
}
.registered .form-box h5 {
  font-size: 18px;
  color: #333;
  padding: 40px 0 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  text-align: center;
}
.registered .form-box ul:nth-child(1) li {
  font-size: 16px;
  color: #666;
  width: 460px;
  line-height: 42px;
  margin: 20px 0 0 0;
  position: relative;
}
.registered .form-box ul:nth-child(1) li span {
  text-align: right;
  width: 84px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.registered .form-box ul:nth-child(1) li .txt {
  float: right;
  width: 316px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 0 20px;
}
.registered .form-box ul:nth-child(1) li:last-child .txt {
  width: 200px;
  float: right;
  margin-right: 114px;
}
.registered .form-box ul:nth-child(1) li:last-child .verification {
  position: absolute;
  right: 0;
  top: -2px;
}
.registered .form-box ul:nth-child(2) {
  margin: 26px 0;
}
.registered .form-box ul:nth-child(2) li {
  line-height: 200%;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}
.registered .form-box ul:nth-child(2) li a {
  color: #0695f0;
}
.registered .form-box .submit {
  width: 200px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  background: #0695f0;
  border: none;
  letter-spacing: 2px;
}
.registered .form-box .link {
  margin: 20px 0 0 0;
}
.registered .form-box .link a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px;
}
.registered .form-box .link a:hover {
  color: #0695f0;
}
@media (max-width: 768px) {
  .registered {
    padding: 8% 15px;
  }
  .registered .form-box {
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 0 5% 5%;
    margin: 0 auto;
  }
  .registered .form-box h5 {
    font-size: 18px;
    color: #333;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    text-align: center;
  }
  .registered .form-box ul:nth-child(1) li {
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 42px;
    margin: 20px 0 0 0;
    position: relative;
  }
  .registered .form-box ul:nth-child(1) li span {
    text-align: left;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .registered .form-box ul:nth-child(1) li .txt {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    padding: 0 20px;
  }
  .registered .form-box ul:nth-child(1) li:last-child .txt {
    width: 60%;
    float: left;
    margin-right: 0;
  }
  .registered .form-box ul:nth-child(1) li:last-child .verification {
    position: absolute;
    right: 0;
    top: 62px;
  }
  .registered .form-box ul:nth-child(2) {
    padding: 16px 0;
    clear: both;
    margin: 0;
  }
  .registered .form-box ul:nth-child(2) li {
    line-height: 200%;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
  }
  .registered .form-box ul:nth-child(2) li a {
    color: #0695f0;
  }
  .registered .form-box .submit {
    width: 200px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    background: #0695f0;
    border: none;
    letter-spacing: 2px;
  }
  .registered .form-box .link {
    margin: 20px 0 0 0;
  }
  .registered .form-box .link a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px;
  }
  .registered .form-box .link a:hover {
    color: #0695f0;
  }
}
.xieyi {
  padding: 2.4% 0;
  background: url("../images/log-bg_02.jpg") center;
  background-size: cover;
}
.xieyi .form-box {
  text-align: center;
  border: 1px solid #dfdfdf;
  width: 736px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 0 65px;
  margin: 0 auto;
}
.xieyi .form-box h5 {
  font-size: 18px;
  color: #333;
  padding: 40px 0 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  text-align: center;
}
.xieyi .form-box p {
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 180%;
}
.xieyi .form-box .agree {
  padding: 24px 0 30px;
  text-align: left;
}
.xieyi .form-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  color: #00a8ff;
}
@media (max-width: 768px) {
  .xieyi {
    padding: 8% 15px;
    background: url("../images/log-bg_02.jpg") center;
    background-size: cover;
  }
  .xieyi .form-box {
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 0 5%;
    margin: 0 auto;
  }
  .xieyi .form-box h5 {
    font-size: 18px;
    color: #333;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    text-align: center;
  }
  .xieyi .form-box p {
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 180%;
  }
  .xieyi .form-box .agree {
    padding: 24px 0 30px;
    text-align: left;
  }
  .xieyi .form-box a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #00a8ff;
  }
}
.download {
  display: block;
  color: #333;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0.6rem 2rem;
  background: #c9caca;
  border-radius: 6px;
}
.download:hover {
  color: #fff;
  background: #ed1b24;
}
.inquiry .form-box {
  background: #f2f2f2;
  padding: 2% 4%;
  margin: 30px 0;
}
.inquiry .form-box li {
  margin-bottom: 8px;
}
.inquiry .form-box li span {
  width: 80px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.inquiry .form-box li span sup {
  color: red;
}
.inquiry .form-box li .txt {
  width: 230px;
  padding: 0 5px;
  height: 30px;
}
.inquiry .form-box .fl span {
  float: left;
}
.inquiry .form-box .fl textarea {
  padding: 5px;
  width: 430px;
  height: 130px;
}
.inquiry .form-box .yz img {
  margin-top: -4px;
}
.inquiry .form-box .submit {
  width: 72px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: none;
  background: #ed1b24;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .inquiry .form-box {
    background: #f2f2f2;
    padding: 2% 4%;
    margin: 30px 0;
  }
  .inquiry .form-box li {
    margin-bottom: 8px;
  }
  .inquiry .form-box li span {
    width: 80px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .inquiry .form-box li span sup {
    color: red;
  }
  .inquiry .form-box li .txt {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    border: none;
  }
  .inquiry .form-box .fl span {
    float: left;
  }
  .inquiry .form-box .fl textarea {
    padding: 5px;
    width: 100%;
    height: 130px;
    border: none;
  }
  .inquiry .form-box .yz .txt {
    width: 100%;
  }
  .inquiry .form-box .yz img {
    margin-top: 4px;
  }
  .inquiry .form-box .submit {
    width: 72px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: none;
    background: #ed1b24;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
  }
}
