#home {
  padding-top: 90px;
  height: 100%;
  /*.contact{
    position: relative;
    background: rgb(33,146,226);
    margin-top: 160px;
    width: 100%;
    height: 375px;
    .contact-content{
      width: 100%;
      height: 375px;
      background: url("../images/home/contact.png") no-repeat;
      background-position: right;
      .content-right{
        width: 1179px;
        height: 375px;
        margin: 0 auto;
        .contact-font{
          //width:550px;
          z-index: 1;
          span{
            color: #fff;
          }
          .cnTitle{
            font-size: 30px;
            margin-top: 64px;
            margin-bottom: 9px;
            display: block;
          }
          .enTitle{
            font-size: 12px;
            margin-bottom: 27px;
            display: block;
          }
          .contact-info{
            font-size: 14px;
            line-height: 25px;
          }
        }
      }
     }


  }*/
}
#home .section-banner {
  width: 100%;
}
#home .section-banner .bx-wrapper {
  width: 1920px;
  margin: 0 auto;
}
#home .prompts {
  min-width: 1050px;
  width: 100%;
  height: 36px;
  background: #eeeeee;
  line-height: 36px;
}
#home .prompts .infoContent {
  margin: 0 auto;
  width: 1179px;
  font-size: 12px;
  color: #1a1a1a;
}
#home .prompts .infoContent img {
  margin-right: 12px;
}
#home .prompts .infoContent .info {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #2192e2;
  margin-left: 38px;
  height: 36px;
  overflow: hidden;
}
#home .prompts .infoContent .info li {
  cursor: pointer;
  color: #2192e2;
  height: 36px;
  overflow: hidden;
}
#home .prompts .infoContent .readMore {
  cursor: pointer;
  float: right;
}
#home .product {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 162px;
  position: relative;
}
#home .product .pro-top {
  width: 1197px;
  margin: 0 auto;
}
#home .product .pro-top .title {
  font-size: 30px;
  float: left;
}
#home .product .pro-top .title .enTitle {
  font-size: 22px;
  color: #2192e2;
}
#home .product .pro-top .button {
  float: right;
}
#home .product .pro-top .button li {
  cursor: pointer;
  width: 100px;
  height: 36px;
  float: left;
  color: #000000;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
}
#home .product .pro-top .button li.active {
  color: #ffffff;
  background: #2192e2;
}
#home .product .product_list {
  width: 1179px;
  margin: 0 auto;
  margin-top: 58px;
  overflow: auto;
  white-space: nowrap;
}
#home .product .product_list li {
  display: inline-block;
  background: url("../images/home/productbg.png") no-repeat;
  width: 340px;
  height: 490px;
  margin-right: 20px;
}
#home .product .product_list li img {
  display: block;
  margin: 22px auto;
  width: 275px;
  height: 275px;
}
#home .product .product_list li .name {
  font-size: 16px;
  color: #191919;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .product .product_list li .readMore {
  display: block;
  text-align: center;
  line-height: 44px;
  width: 130px;
  height: 44px;
  border: 1px solid #cccccc;
  font-size: 12px;
  margin: 51px auto;
  cursor: pointer;
}
#home .product .product_list li .readMore:hover {
  background: #2192e2;
  color: #fff;
  transition: 0.5s all;
}
#home .product .product_list li .readMore > span {
  color: #0d7eff;
}
#home .news {
  width: 1197px;
  margin: auto;
}
#home .news .title {
  display: block;
  margin-bottom: 40px;
  font-size: 30px;
}
#home .news .title .enTitle {
  font-size: 22px;
  margin-right: 32px;
  color: #2192e2;
}
#home .news .content {
  position: relative;
  width: 100%;
}
#home .news .content .news-left {
  position: relative;
  width: 500px;
  height: 600px;
  display: inline-block;
  background: #e7f5ff;
}
#home .news .content .news-left img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
}
#home .news .content .news-left .FirstNews {
  position: absolute;
  bottom: 0;
  height: 40%;
}
#home .news .content .news-left .FirstNews .newsName {
  font-size: 20px;
  margin: 20px 44px 20px 44px;
}
#home .news .content .news-left .FirstNews .newsContent {
  font-size: 12px;
  line-height: 24px;
  margin: 20px 44px 43px 44px;
}
#home .news .content .news-left .FirstNews .newsTime {
  display: inline-block;
  margin-bottom: 31px;
  margin-left: 42px ;
}
#home .news .content .news-left .FirstNews .readMore {
  cursor: pointer;
  color: #FF0000;
  margin-left: 41%;
  display: inline-block;
  position: absolute;
  right: 46px;
}
#home .news .content .news-right {
  position: absolute;
  width: 500px;
  height: 600px;
  display: inline-block;
  background: #e7f5ff;
  right: 0;
}
#home .news .content .news-right img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
}
#home .news .content .news-right .FirstNews {
  position: absolute;
  bottom: 0;
  height: 40%;
}
#home .news .content .news-right .FirstNews .newsName {
  font-size: 20px;
  margin: 20px 44px 20px 44px;
}
#home .news .content .news-right .FirstNews .newsContent {
  font-size: 12px;
  line-height: 24px;
  margin: 20px 44px 43px 44px;
}
#home .news .content .news-right .FirstNews .newsTime {
  display: inline-block;
  margin-bottom: 31px;
  margin-left: 42px ;
}
#home .news .content .news-right .FirstNews .readMore {
  cursor: pointer;
  color: #FF0000;
  margin-left: 41%;
  display: inline-block;
  position: absolute;
  right: 46px;
}
/* #home .news .content .news-right {
  position: absolute;
  right: 0;
  width: 50%;
  display: inline-block;
}
#home .news .content .news-right ul li {
  padding-bottom: 40px;
}
#home .news .content .news-right ul li .first-line .first-line-left {
  width: 97px;
  display: inline-block;
  font-size: 24px;
  color: #1a1a1a;
  padding-right: 30px;
}
#home .news .content .news-right ul li .first-line .first-line-right {
  cursor: pointer;
  display: inline-block;
  width: 68%;
  font-size: 16px;
  color: #62aae8;
}
#home .news .content .news-right ul li .second-line {
  margin-top: 13px;
}
#home .news .content .news-right ul li .second-line .second-line-left {
  width: 28px;
  height: 10px;
  font-size: 12px;
  color: #1a1a1a;
  margin-left: 39px;
  margin-right: 35px;
}
#home .news .content .news-right ul li .second-line .second-line-right {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 35px;
  height: 1px;
  background: #808080;
}
#home .news .content .news-right ul li .third-line {
  line-height: 24px;
  margin-left: 100px;
  margin-top: 6px;
  width: 483px;
  height: 34px;
  font-size: 12px;
  color: #1a1a1a;
}
#home .news .content .news-right ul li .line {
  margin-top: 25px;
  width: 600px;
  height: 1px;
  background-color: #cccccc;
} */
#home .contact {
  width: 100%;
  height: 375px;
  position: relative;
  background: #2192e2;
  margin-top: 160px;
}
#home .contact .contactR {
  width: 50%;
  position: absolute;
  right: 0;
}
#home .contact .contactR img {
  width: 100%;
  height: 375px;
}
#home .contact .contactL {
  width: 50%;
  position: absolute;
  left: 0;
}
#home .contact .contactL .content-right {
  width: 596px;
  position: absolute;
  right: 0;
}
#home .contact .contactL .content-right .contact-font {
  z-index: 1;
}
#home .contact .contactL .content-right .contact-font span {
  color: #fff;
}
#home .contact .contactL .content-right .contact-font .cnTitle {
  font-size: 30px;
  margin-top: 34px;
  margin-bottom: 9px;
  display: block;
}
#home .contact .contactL .content-right .contact-font .enTitle {
  font-size: 12px;
  margin-bottom: 27px;
  display: block;
}
#home .contact .contactL .content-right .contact-font .contact-info {
  font-size: 14px;
  line-height: 25px;
}
#about-fcar {
  width: 100%;
  padding-top: 90px;
}
#about-fcar .fcar-bg {
  width: 100%;
  height: 1001px;
  background: url('../images/about-fcar/guanyuaifuka.png') no-repeat;
}
#about-fcar .fcar-bg .content {
  width: 1179px;
  margin: 0 auto;
}
#about-fcar .fcar-bg .content .bg-font {
  padding-top: 128px;
  width: 776px;
}
#about-fcar .fcar-bg .content .bg-font .content-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
}
#about-fcar .fcar-bg .content .bg-font span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
#about-fcar .fcarcontent {
  padding-bottom: 80px;
  width: 1179px;
  margin: auto;
  padding-top: 82px;
  overflow: hidden;
  /*  .content-body{
        position: relative;
        margin-top: 77px;
        width: 100%;
        height: 445px;
        background: #f0f0f0;
        float: left;
        .container{
          position: absolute;
          display: inline-block;
          width: 32%;
          height: 100%;
          background: #2192e2;
          img{
            display: inline-block;
            width: 113%;
            height: 367px;
            vertical-align: middle;
            padding-top: 39px;
            padding-left: 53px;
          }
        }
        .article{

          .articleList{
            margin-bottom: 20px;
            .article-title{
              font-size: 24px;
              display: block;
            }
            .article-line{
              position: relative;
              display: inline-block;
              width: 95%;
              &::before{
                position: absolute;
                bottom: 0;
                content: "";
                width: 100%;
                height: 1px;
                background:#cccccc;
              }
            }
            .article-detail{
              display: inline-block;
              margin-top: 20px;
              font-size: 12px;
              padding-right: 5%;
            }
          }
        }
      }*/
}
#about-fcar .fcarcontent .content-header {
  text-align: center;
  margin: auto;
}
#about-fcar .fcarcontent .content-header > span {
  font-size: 24px;
  display: block;
}
#about-fcar .fcarcontent .content-header > span .line {
  color: #b3b3b3;
}
#about-fcar .fcarcontent .content-header .content-header-tab {
  margin-top: 70px;
  display: inline-block;
  font-size: 0px;
  text-align: center;
}
#about-fcar .fcarcontent .content-header .content-header-tab .content-header-left,
#about-fcar .fcarcontent .content-header .content-header-tab .content-header-right {
  cursor: pointer;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
  font-size: 14px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#about-fcar .fcarcontent .content-header .content-header-tab .content-header-left {
  border-left: 1px solid #cccccc;
}
#about-fcar .fcarcontent .content-header .content-header-tab .content-header-right {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#about-fcar .fcarcontent .content-header .content-header-tab .active {
  background: #2192E2;
  color: #fff;
}
#about-fcar .fcarcontent .content-main {
  margin-top: 77px;
  height: 100%;
}
#about-fcar .fcarcontent .content-main .content-body {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
#about-fcar .fcarcontent .content-main .content-body .container {
  display: inline-block;
  width: 32%;
  background: #2192e2;
}
#about-fcar .fcarcontent .content-main .content-body .container img {
  display: inline-block;
  width: 400px;
  height: 360px;
  vertical-align: middle;
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left: 53px;
}
#about-fcar .fcarcontent .content-main .content-body .article {
  margin-top: -403px;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  width: 47%;
  height: 100%;
  margin-left: 50%;
  line-height: 20px;
}
#about-fcar .fcarcontent .content-main .content-body .article .articleList {
  margin-bottom: 20px;
}
#about-fcar .fcarcontent .content-main .content-body .article .articleList .article-title {
  font-size: 24px;
  display: block;
}
#about-fcar .fcarcontent .content-main .content-body .article .articleList .article-line {
  position: relative;
  display: inline-block;
  width: 95%;
}
#about-fcar .fcarcontent .content-main .content-body .article .articleList .article-line::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#about-fcar .fcarcontent .content-main .content-body .article .articleList .article-detail {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  padding-right: 5%;
}
#about-fcar .timer-shaft {
  padding-bottom: 290px;
  width: 1126px;
  margin: auto;
  position: relative;
}
#about-fcar .timer-shaft > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  cursor: pointer;
  z-index: 99;
}
#about-fcar .timer-shaft > span.pre {
  left: 25px;
}
#about-fcar .timer-shaft > span.next {
  right: 25px;
}
#about-fcar .timer-shaft .adjust {
  margin: 0 auto;
  height: 64px;
  overflow: hidden;
  width: 90%;
  position: relative;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list {
  transition: .5s all;
  margin: 0 auto;
  width: 500%;
  position: absolute;
  vertical-align: middle;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list hr {
  position: relative;
  display: inline-block;
  width: 85px;
  border: 1px #ccc dashed;
  line-height: 30px;
  bottom: 5px;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list span {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list li {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list li img {
  display: inline-block;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list li span {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: -5px;
  font-size: 14px;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list li .adjust {
  width: 30px;
  height: 30px;
}
#about-fcar .timer-shaft .adjust .timer-shaft-list li .pitch-point {
  width: 20px;
  position: relative;
  top: 10px;
}
#employment {
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#employment .content-img {
  width: 100%;
  height: 400px;
  margin-top: 90px;
}
#employment .content {
  width: 1179px;
  margin: 0 auto;
}
#employment .content .bottom {
  display: block;
  margin-top: 33px;
  font-size: 12px;
}
#employment .content .bottom .bottom-right {
  color: #2192E2;
}
#employment .content .searchJob {
  margin: 40px auto;
  width: 410px;
  height: auto;
  font-size: 0;
}
#employment .content .searchJob input {
  border: 1px rgba(127, 127, 127, 0.625) solid;
  padding-left: 18px;
  font-size: 14px;
  width: 350px;
  height: 40px;
}
#employment .content .searchJob img {
  cursor: pointer;
  vertical-align: top;
}
#employment .content .jobTable {
  font-size: 14px;
  text-align: center;
}
#employment .content .jobTable .name {
  height: 60px;
  background: #ebebeb;
}
#employment .content .jobTable .name th {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#employment .content .jobTable .content {
  height: 50px;
}
#employment .content .jobTable .content td {
  vertical-align: middle;
}
#employment-detail {
  background: #fff;
  overflow: hidden;
}
#employment-detail .content {
  min-width: 1050px;
  width: 100%;
  height: 400px;
  margin-top: 90px;
}
#employment-detail .bottom {
  display: inline-block;
  margin-top: 33px;
  padding-left: 18.5%;
  font-size: 12px;
}
#employment-detail .bottom .bottom-right {
  color: #2192E2;
}
#employment-detail .employment-content {
  background: #fff;
  overflow: hidden;
  width: 62.5%;
  margin: 30px auto;
  border: 1px solid #7f7f7f;
  padding: 22px 29px;
}
#employment-detail .employment-content .jobTitle h1 {
  margin-bottom: 24px;
  color: #2192e2;
  font-size: 18px;
}
#employment-detail .employment-content .jobTitle h1 .icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #2192e2;
  margin-right: 6px;
}
#employment-detail .employment-content .jobTitle h3 {
  font-size: 16px;
  line-height: 30px;
}
#investor-relations {
  width: 100%;
}
#investor-relations .content12 {
  width: 100%;
  height: 400px;
  padding-top: 90px;
}
#investor-relations .content12 img {
  width: 100%;
}
#investor-relations .bottom {
  margin: 0 auto;
  width: 1179px;
  margin-top: 33px;
  display: block;
  font-size: 12px;
}
#investor-relations .bottom .bottom-right {
  color: #2192E2;
}
#investor-relations .investor-relations {
  margin: 0 auto;
  width: 1179px;
}
#investor-relations .investor-relations .news-content-table {
  padding-top: 40px;
  padding-bottom: 20px;
}
#investor-relations .investor-relations .news-content-table ul {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#investor-relations .investor-relations .news-content-table ul li {
  transition: .5s all;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  width: 8%;
  color: #000;
  background: lightgray;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 60px;
}
#investor-relations .investor-relations .news-content-table ul .news-content-table-active {
  color: #fff;
  background: #2192e2;
}
#investor-relations .investor-relations .news-content-detail {
  margin-bottom: 30px;
}
#investor-relations .investor-relations .news-content-detail > ul {
  width: 100%;
}
#investor-relations .investor-relations .news-content-detail > ul .news-content-detail-active {
  border: solid 1px rgba(128, 193, 239, 0.65);
  border-right: solid 1px rgba(128, 193, 239, 0.65);
  background: #F5FAFD;
}
#investor-relations .investor-relations .news-content-detail > ul li {
  box-sizing: border-box;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  padding-left: 10px;
  position: relative;
  float: left;
  width: 98%;
  height: 250px;
  display: inline-block;
  margin-bottom: 20px;
  /*.detail-left{
            margin-left: 2%;
            margin-top: 30px;

            display: inline-block;
            width: 25%;
            height: 220px;
            border: solid 1px rgba(204, 204, 204, 0.65);
            position: absolute;
            text-align: center;
            img{
              position: relative;
              top: 5%;
              display: inline-block;
              width: 90%;
              height: 90%;

            }
          }*/
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right {
  position: absolute;
  float: right;
  display: inline-block;
  width: 90%;
  margin-top: 32px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-title {
  display: inline-block;
  font-size: 18px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-time {
  position: absolute;
  right: 70px;
  display: inline-block;
  font-size: 10px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-line {
  display: inline-block;
  width: 92%;
  border: 1px dashed #d7d8d9;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 10px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-center {
  width: 78%;
  display: inline-block;
  font-size: 14px;
  color: #808080;
  margin-right: 20px;
  line-height: 21px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-more {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 142px;
  height: 40px;
  border: 1px solid #2192e2;
  text-align: center;
  line-height: 40px;
  color: #2192e2;
  top: 60px;
}
#investor-relations .investor-relations .news-content-detail > ul li .detail-right .detail-right-more:hover {
  background: #2192e2;
  color: #fff;
  transition: .5s all;
}
#investor-relations .investor-relations .news-content-detail > ul li::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#investor-relations .investor-relations .news-content-detail > ul li:hover {
  border-left: solid 1px rgba(128, 193, 239, 0.65);
  border-top: solid 1px rgba(128, 193, 239, 0.65);
  border-right: solid 1px rgba(128, 193, 239, 0.65);
  background: #F5FAFD;
}
#service-support {
  overflow: hidden;
}
#service-support .content {
  width: 100%;
  height: 400px;
  padding-top: 90px;
}
#service-support .bottom {
  margin: 0 auto;
  width: 1179px;
  margin-top: 33px;
  display: block;
  font-size: 12px;
}
#service-support .bottom .bottom-right {
  color: #2192E2;
}
#service-support .service-support {
  min-width: 1050px;
  overflow: hidden;
  width: 62.5%;
  margin: 0 auto;
}
#service-support .service-support .news-content-table {
  padding-top: 40px;
  padding-bottom: 20px;
}
#service-support .service-support .news-content-table ul {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#service-support .service-support .news-content-table ul li {
  transition: .5s all;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  color: #000;
  padding: 0 10px;
  background: lightgray;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 60px;
}
#service-support .service-support .news-content-table ul .news-content-table-active {
  background: #2192e2;
  color: #fff;
}
#service-support .service-support .news-content-detail > ul {
  width: 100%;
}
#service-support .service-support .news-content-detail > ul .news-content-detail-active {
  border: solid 1px rgba(128, 193, 239, 0.65);
  border-right: solid 1px rgba(128, 193, 239, 0.65);
  background: #F5FAFD;
}
#service-support .service-support .news-content-detail > ul li {
  box-sizing: border-box;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: relative;
  float: left;
  width: 98%;
  height: 280px;
  display: inline-block;
  margin-bottom: 20px;
}
#service-support .service-support .news-content-detail > ul li .detail-left {
  margin-left: 2%;
  margin-top: 30px;
  display: inline-block;
  width: 25%;
  height: 220px;
  border: solid 1px rgba(204, 204, 204, 0.65);
  position: absolute;
  text-align: center;
}
#service-support .service-support .news-content-detail > ul li .detail-left img {
  position: relative;
  top: 5%;
  display: inline-block;
  width: 90%;
  height: 90%;
}
#service-support .service-support .news-content-detail > ul li .detail-right {
  position: absolute;
  float: right;
  display: inline-block;
  margin-left: 35%;
  width: 65%;
  margin-top: 32px;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-title {
  display: inline-block;
  font-size: 18px;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-time {
  position: absolute;
  right: 6%;
  display: inline-block;
  font-size: 10px;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-line {
  display: inline-block;
  width: 92%;
  border: 1px dashed #d7d8d9;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 10px;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-center {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  margin-right: 20px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-more {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  width: 142px;
  right: 38px;
  height: 40px;
  border: 1px solid #2192e2;
  text-align: center;
  line-height: 40px;
  color: #2192e2;
  top: 180px;
}
#service-support .service-support .news-content-detail > ul li .detail-right .detail-right-more:hover {
  transition: .5s all;
  background: #2192e2;
  color: #fff;
}
#service-support .service-support .news-content-detail > ul li::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#service-support .service-support .news-content-detail > ul li:hover {
  border-left: solid 1px rgba(128, 193, 239, 0.65);
  border-top: solid 1px rgba(128, 193, 239, 0.65);
  border-right: solid 1px rgba(128, 193, 239, 0.65);
  background: #F5FAFD;
}
.news-wrap {
  padding-top: 90px;
  width: 100%;
  height: 100%;
}
.news-wrap .content {
  padding-top: 34px;
  width: 1179px;
  margin: 0 auto;
}
.news-wrap .content .news-inner {
  width: 100%;
  border: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 50px;
}
.news-wrap .content .news-inner .news-title {
  width: 100%;
  margin-bottom: 82px;
}
.news-wrap .content .news-inner .news-title .title {
  font-size: 22px;
  color: #191919;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px #ccc dashed;
  margin: 43px 50px 0 50px;
}
.news-wrap .content .news-inner .news-title .news-date {
  margin: 24px auto 0 auto;
  width: 210px;
}
.news-wrap .content .news-inner .news-title .news-date .time {
  background: url("../images/news-center/time.png") no-repeat;
  padding-left: 24px;
  margin-right: 41px;
  color: #7f7f7f;
  font-size: 14px;
}
.news-wrap .content .news-inner .news-title .news-date .view {
  background: url("../images/news-center/liulan.png") no-repeat;
  padding-left: 35px;
  color: #7f7f7f;
  font-size: 14px;
}
.news-wrap .content .news-inner .news-detail {
  line-height: 30px;
  margin: 49px;
}
#product-wrap {
  height: 100%;
  padding-top: 90px;
  background: #f5f5f5;
  width: 100%;
}
#product-wrap .product-content {
  width: 1179px;
  margin: 0 auto;
}
#product-wrap .product-content .header-title .header-title-location {
  display: inline-block;
  font-size: 12px;
  margin-top: 22px;
  margin-bottom: 11px;
}
#product-wrap .product-content .header-title .header-title-location .active {
  color: #2192e2;
}
#product-wrap .product-content .header-content {
  background: url("../images/product/productbg.png");
  height: 395px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#product-wrap .product-content .header-content img {
  width: 380px;
  height: 380px;
  vertical-align: middle;
  margin-left: 46px;
}
#product-wrap .product-content .header-content .headerWord {
  margin-left: 63px;
  display: inline-block;
  position: absolute;
  top: 83px;
  width: 586px;
}
#product-wrap .product-content .header-content .headerWord .title {
  color: #2192e2;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
#product-wrap .product-content .header-content .headerWord .intro {
  margin-top: 11px;
  margin-bottom: 24px;
  display: block;
  color: #2192e2;
  font-size: 16px;
}
#product-wrap .product-content .header-content .headerWord .detail {
  font-size: 12px;
  text-indent: 2em;
  line-height: 24px;
}
#product-wrap .product-content .product-table {
  width: 1159px;
}
#product-wrap .product-content .product-table .selectTable li {
  background: #cccccc;
  cursor: pointer;
  width: 96px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
#product-wrap .product-content .product-table .selectTable li.product-active {
  color: #fff;
  background: #2192e2;
}
#product-wrap .product-content .product-table .tableContent {
  line-height: 25px;
  font-size: 14px;
  width: 100%;
  background: #fff;
  border: 1px solid #8c8c8c;
  margin-bottom: 20px;
  /*.table{
          margin:21px;
          h2{
            font-size: 14px;
            line-height: 28px;
            color: #1a1a1a;
          }
          p{
            line-height: 20px;
            color: #7f7f7f;
            font-size: 12px;
            .icon{
              margin-right: 5px;
              width: 6px;
              height: 6px;
              background: #2192e2;
              border-radius: 5px;
              display: inline-block;
            }
          }
        }*/
}
#product-wrap .product-content .product-table .tableContent img {
  max-width: 100%;
}
#product-wrap .product-content .product-table .softwareContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
#product-wrap .product-content .product-table .softwareContent ul li span {
  font-size: 14px!important;
  line-height: 30px;
}
#product-wrap .product-content .product-table .relatedProduct {
  font-size: 0;
  padding-top: 14px;
  padding-left: 20px;
  position: relative;
  height: 260px;
}
#product-wrap .product-content .product-table .relatedProduct h2 {
  font-size: 14px;
  color: #1a1a1a;
}
#product-wrap .product-content .product-table .relatedProduct .productList .leftIcon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  background: url("../images/product/leftIcon.png") no-repeat;
  width: 50px;
  height: 50px;
  top: 112px;
  left: 39px;
}
#product-wrap .product-content .product-table .relatedProduct .productList .rightIcon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  background: url("../images/product/rightIcon.png") no-repeat;
  width: 50px;
  height: 50px;
  top: 112px;
  right: 39px;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp {
  overflow: hidden;
  position: relative;
  width: 1019px;
  height: 206px;
  left: 90px;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp .productUl {
  /*margin-left: 100px;
              margin-right: 60px;*/
  position: absolute;
  height: 193px;
  margin-top: 14px;
  overflow: hidden;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp .productUl li {
  float: left;
  margin-right: 30px;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp .productUl li .productImg {
  width: 220px;
  text-align: center;
  height: 156px;
  border: 1px solid #cccccf;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp .productUl li .productImg img {
  vertical-align: middle;
  width: 156px;
}
#product-wrap .product-content .product-table .relatedProduct .productList .productUlwarp .productUl li .productName {
  display: inline-block;
  width: 222px;
  height: 34px;
  background: #ccc;
  font-size: 12px;
  color: #191919;
  line-height: 34px;
  text-align: center;
}
#news-content {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
#news-content > img {
  padding-top: 90px;
}
#news-content .content {
  width: 1179px;
  margin: 0 auto;
  padding-top: 34px;
}
#news-content .content .news-content-table {
  padding-top: 41px;
  padding-bottom: 20px;
}
#news-content .content .news-content-table ul {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
#news-content .content .news-content-table ul li {
  transition: 0.5s background-color;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  color: #000;
  background: lightgray;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 60px;
}
#news-content .content .news-content-table ul .news-content-table-active {
  background: #2192e2;
  color: #fff;
}
#news-content .content .news-content-detail > ul {
  width: 100%;
}
#news-content .content .news-content-detail > ul li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  float: left;
  height: 300px;
  display: inline-block;
  margin-bottom: 20px;
}
#news-content .content .news-content-detail > ul li .detail-left {
  margin-left: 31px;
  display: inline-block;
  width: 340px;
  height: 259px;
  vertical-align: middle;
  top: 20.5px;
  border: solid 1px rgba(204, 204, 204, 0.65);
  position: absolute;
  text-align: center;
}
#news-content .content .news-content-detail > ul li .detail-left img {
  position: relative;
  top: 20px;
  width: 300px;
  height: 219px;
}
#news-content .content .news-content-detail > ul li .detail-right {
  position: absolute;
  float: right;
  height: 259px;
  display: inline-block;
  margin-left: 35%;
  width: 65%;
  top: 38px;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-title {
  display: inline-block;
  font-size: 18px;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-time {
  position: absolute;
  right: 6%;
  display: inline-block;
  font-size: 10px;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-line {
  display: inline-block;
  width: 92%;
  border: 1px dashed #d7d8d9;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 10px;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-center {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  margin-right: 39px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-more {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  width: 18%;
  height: 40px;
  border: 1px solid #2192e2;
  text-align: center;
  line-height: 40px;
  color: #2192e2;
  top: 180px;
}
#news-content .content .news-content-detail > ul li .detail-right .detail-right-more:hover {
  transition: 0.5s all;
  background: #2192e2;
  color: #fff;
}
#news-content .content .news-content-detail > ul li::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#news-content .content .news-content-detail > ul li:hover {
  border-left: solid 1px rgba(128, 193, 239, 0.65);
  border-top: solid 1px rgba(128, 193, 239, 0.65);
  border-right: solid 1px rgba(128, 193, 239, 0.65);
  background: #F5FAFD;
}
#product-list {
  padding-top: 90px;
  height: 100%;
}
#product-list > img {
  width: 100%;
}
#product-list .content .content-product {
  width: 1170px;
}
#product-list .content .content-product > ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
#product-list .content .content-product > ul > li {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  float: left;
  margin-left: 1px;
  width: 33.1%;
  height: 450px;
  margin-bottom: 52px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
#product-list .content .content-product > ul > li .product-wrap {
  border-left: 1px solid #cccccc;
}
#product-list .content .content-product > ul > li .product-wrap img {
  vertical-align: center;
  width: 260px;
  height: 260px;
}
#product-list .content .content-product > ul > li .product-wrap .title {
  display: block;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  color: #191919;
}
#product-list .content .content-product > ul > li .details {
  position: relative;
  color: #2192e2;
  text-align: center;
  border: 1px #2192e2 solid;
  display: inline-block;
  width: 38%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
#product-list .content .content-product > ul > li .details:hover {
  transition: .5s all;
  background: #2192e2;
  color: #fff;
}
#product-list .content .content-product > ul > li .particulars {
  overflow: hidden;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  text-align: left;
  line-height: 25px;
  color: #999999;
  padding-left: 11px;
  background: url(../images/jiantou.png) no-repeat;
  background-position: 0px 8px;
}
#product-list .content .content-product > ul :nth-child(3n+3) .product-wrap {
  border-right: 1px solid #cccccc;
}
#product-list .content .content-product .more {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 40px;
  width: 440px;
  height: 50px;
  border: 1px solid #cccccc;
  text-align: center;
}
#product-list .content .content-product .more span {
  line-height: 50px;
  font-size: 12px;
  color: #a9a9a9;
}
#login {
  padding-top: 90px;
  height: 100%;
}
#login .block {
  display: none;
}
#login .loginUI {
  display: block;
  width: 447px;
  margin: 0 auto;
  font-size: 14px;
}
#login .loginUI .inner {
  color: #1a1a1a;
  margin-bottom: 20px;
  display: inline-block;
  width: 500px;
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}
#login .loginUI .inner span {
  display: inline-block;
  width: 80px;
  height: 38px;
  line-height: 38px;
}
#login .loginUI .inner select[name='userType'] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #ccc;
  background: url("../images/loginType.jpg") no-repeat scroll right center transparent;
  background-position: 335px;
  width: 394px;
  height: 42px;
  padding-left: 10px;
}
#login .loginUI .inner select[name='userType']::-ms-expand {
  display: none;
}
#login .loginUI .inner input {
  display: inline-block;
  border: solid 1px #ccc;
  width: 382px;
  height: 38px;
  padding-left: 10px;
}
#login .loginUI p {
  line-height: 20px;
  margin-left: 89px;
}
#login .loginUI .sub {
  width: 305px;
  margin-top: 60px;
  margin-left: 108px;
}
#login .loginUI .sub input {
  cursor: pointer;
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #2192e2;
  color: #2192e2;
}
#login .loginUI .sub input[name="login"] {
  margin-right: 20px;
}
#login .loginUI .sub .activeInput {
  background-color: #2192e2;
  color: #fff;
  border: 1px solid #2192e2;
}
#login .loginUI .forgetPwd {
  float: right;
  margin: 20px auto;
}
#login .registerUI {
  display: none;
  width: 680px;
  margin: 0 auto;
  font-size: 14px;
}
#login .registerUI .fanhui {
  margin-left: 600px;
  margin-bottom: 20px;
}
#login .registerUI table {
  font-size: 14px;
}
#login .registerUI table tr .name {
  color: #666666;
  width: 155px;
  padding-right: 20px;
  padding-bottom: 35px;
}
#login .registerUI table tr .name span {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
#login .registerUI table tr .value input[name="user"],
#login .registerUI table tr .value input[name="password1"],
#login .registerUI table tr .value input[name="password2"],
#login .registerUI table tr .value input[name="email"],
#login .registerUI table tr .value input[name="phone"],
#login .registerUI table tr .value input[name="sms"] {
  border: solid 1px #ccc;
  width: 382px;
  height: 38px;
}
#login .registerUI table tr .value input[name="sn1"],
#login .registerUI table tr .value input[name="sn2"],
#login .registerUI table tr .value input[name="sn3"],
#login .registerUI table tr .value input[name="sn4"] {
  border: solid 1px #ccc;
  width: 83px;
  height: 38px;
}
#login .registerUI table tr .value input[name="Check"] {
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 2px;
  cursor: pointer;
  background: #fff;
}
#login .registerUI table tr .value input[name="address"] {
  border: solid 1px #ccc;
  width: 100px;
  height: 38px;
}
#login .registerUI .sub {
  width: 305px;
  margin: 0 auto 60px auto;
}
#login .registerUI .sub input {
  cursor: pointer;
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #2192e2;
  color: #2192e2;
}
#login .registerUI .sub input[name="ac"] {
  margin-right: 20px;
}
#login .registerUI .sub .activeInput {
  background-color: #2192e2;
  color: #fff;
  border: 1px solid #2192e2;
}
#login .psdUI .tableLeft {
  float: left;
  display: inline-block;
  background: #f0f0f0;
  padding-bottom: 40px;
}
#login .psdUI .tableLeft .activeRed {
  color: #FF0000;
}
#login .psdUI .tableLeft ul {
  width: 228px;
}
#login .psdUI .tableLeft ul .liActive {
  color: #FF0000;
}
#login .psdUI .tableLeft ul li {
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  width: 174px;
  height: 40px;
  border-bottom: 1px solid #2192e2;
}
#login .psdUI .tableLeft ul li:hover {
  color: #2192e2;
}
#login .psdUI .tableLeft ul li:first-of-type {
  cursor: default;
  height: 60px;
  width: 208px;
  line-height: 60px;
  font-size: 18px;
  background: #2192e2;
  color: #fff;
  padding-left: 20px;
}
#login .psdUI .tableRight {
  margin-left: 30px;
  width: 890px;
  display: inline-block;
}
#login .psdUI .tableRight .memberTitle {
  margin: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #2192e2;
  background: #f0f0f0;
}
#login .psdUI .tableRight .memberTitle span {
  margin-left: 10px;
  color: #2192e2;
}
#login .psdUI .tableRight .information input[type="button"] {
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  background: #ccc;
  cursor: pointer;
  margin: 20px auto;
}
#login .psdUI .tableRight .information .table {
  margin: 10px 33px;
  display: none;
}
#login .psdUI .tableRight .information .table table tr {
  line-height: 40px;
}
#login .psdUI .tableRight .information .table table tr td input {
  border: 1px solid #8c8c8c;
}
#login .psdUI .tableRight .information .table .sub input {
  width: 74px;
  height: 31px;
  cursor: pointer;
  background: #2192e2;
  color: #Fff;
  margin-top: 20px;
  border-radius: 4px;
}
#login .psdUI .tableRight .information .table:first-of-type {
  display: inline-block;
}
#login .psdUI .tableRight .information .emailway {
  width: 100%;
  text-align: center;
}
#login .psdUI .tableRight .information .emailway p:first-of-type {
  font-weight: bold;
  margin-bottom: 20px;
  color: #666666;
}
#login .psdUI .tableRight .information .emailway table {
  margin: 0 auto;
}
#login .psdUI .tableRight .information .emailway table th {
  color: #666666;
  line-height: 35px;
  padding-right: 10px;
}
#login .psdUI .tableRight .information .emailway table input {
  border: 1px solid #8c8c8c;
}
#login .psdUI .tableRight .information .emailway .ps {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
#login .psdUI .tableRight .information .telway {
  width: 100%;
  text-align: center;
}
#login .psdUI .tableRight .information .telway p:first-of-type {
  font-weight: bold;
  margin-bottom: 20px;
  color: #666666;
}
#login .psdUI .tableRight .information .telway table {
  margin: 0 auto;
}
#login .psdUI .tableRight .information .telway table th {
  color: #666666;
  line-height: 35px;
  padding-right: 10px;
}
#login .psdUI .tableRight .information .telway table input {
  border: 1px solid #8c8c8c;
}
#login .psdUI .tableRight .information .telway .ps {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
#login .psdUI .tableRight .information .dataway .tips {
  margin-bottom: 20px;
  line-height: 40px;
  color: #FF0000;
}
#download {
  padding-top: 90px;
  height: 100%;
}
#download .downloadUI .tableLeft {
  float: left;
  display: inline-block;
  width: 256px;
  background: #f0f0f0;
  padding-bottom: 40px;
}
#download .downloadUI .tableLeft .activeRed {
  color: #FF0000;
}
#download .downloadUI .tableLeft ul {
  width: 258px;
}
#download .downloadUI .tableLeft ul li {
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  width: 216px;
  height: 40px;
  border-bottom: 1px solid #2192e2;
}
#download .downloadUI .tableLeft ul li:first-of-type {
  height: 60px;
  width: 235px;
  line-height: 60px;
  font-size: 18px;
  background: #2192e2;
  color: #fff;
  padding-left: 20px;
}
#download .downloadUI .tableRight {
  margin-left: 30px;
  width: 890px;
  display: inline-block;
}
#download .downloadUI .tableRight .top {
  margin-bottom: 35px;
}
#download .downloadUI .tableRight .top input[name="searchName"] {
  border: solid 1px #ccc;
  width: 131px;
  margin-right: 10px;
}
#download .downloadUI .tableRight .top select {
  width: 131px;
  margin-right: 30px;
}
#download .downloadUI .tableRight .top input[name="search"] {
  background-color: #2192e2;
  color: #fff;
  border: 1px solid #2192e2;
  border-radius: 4px;
  width: 77px;
  height: 28px;
  cursor: pointer;
}
#download .downloadUI .tableRight .table table.carList {
  width: 882px;
}
#download .downloadUI .tableRight .table table.carList tr {
  text-align: center;
  border: 1px solid #2192e2;
  height: 40px;
  line-height: 40px;
}
#download .downloadUI .tableRight .table table.carList td {
  border: 1px solid #2192e2;
}
#download .downloadUI .tableRight .table table.carList td select {
  width: 70px;
}
#download .downloadUI .tableRight .table table.carList td .message {
  cursor: pointer;
  color: #2192e2;
}
#download .otherUI {
  display: none;
}
#download .otherUI table.f7 {
  margin-bottom: 20px;
  width: 100%;
}
#download .otherUI table.f7 tr {
  text-align: center;
  border: 1px solid #2192e2;
  height: 40px;
  line-height: 40px;
}
#download .otherUI table.f7 td {
  border: 1px solid #2192e2;
}
#download .otherUI table.f7 td select {
  width: 200px;
}
#download .otherUI table.f7 td .xiazai {
  cursor: pointer;
  color: #2192e2;
}
#memberUser {
  padding-top: 90px;
  height: 100%;
}
#memberUser .downloadUI .tableLeft {
  float: left;
  display: inline-block;
  background: #f0f0f0;
  padding-bottom: 40px;
}
#memberUser .downloadUI .tableLeft .activeRed {
  color: #FF0000;
}
#memberUser .downloadUI .tableLeft ul {
  width: 228px;
}
#memberUser .downloadUI .tableLeft ul .liActive {
  color: #FF0000;
}
#memberUser .downloadUI .tableLeft ul li {
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  width: 174px;
  height: 40px;
  border-bottom: 1px solid #2192e2;
}
#memberUser .downloadUI .tableLeft ul li:hover {
  color: #2192e2;
}
#memberUser .downloadUI .tableLeft ul li:first-of-type {
  cursor: default;
  height: 60px;
  width: 208px;
  line-height: 60px;
  font-size: 18px;
  background: #2192e2;
  color: #fff;
  padding-left: 20px;
}
#memberUser .downloadUI .tableRight {
  margin-left: 30px;
  width: 920px;
  display: inline-block;
}
#memberUser .downloadUI .tableRight .qingdan {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .memberTitle {
  margin: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #2192e2;
  background: #f0f0f0;
}
#memberUser .downloadUI .tableRight .memberTitle span {
  margin-left: 10px;
  color: #2192e2;
}
#memberUser .downloadUI .tableRight .information .name,
#memberUser .downloadUI .tableRight .information .value {
  vertical-align: middle;
}
#memberUser .downloadUI .tableRight .information .table {
  margin: 10px 33px;
  display: none;
}
#memberUser .downloadUI .tableRight .information .table table tr {
  line-height: 40px;
}
#memberUser .downloadUI .tableRight .information .table table tr td input {
  border: 1px solid #8c8c8c;
}
#memberUser .downloadUI .tableRight .information .table .sub input {
  width: 74px;
  height: 31px;
  cursor: pointer;
  background: #2192e2;
  color: #Fff;
  margin-top: 20px;
  border-radius: 4px;
}
#memberUser .downloadUI .tableRight .information .customer {
  line-height: 25px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .customer .productModel {
  display: none;
}
#memberUser .downloadUI .tableRight .information .customer a {
  color: #FF0000;
}
#memberUser .downloadUI .tableRight .information .customer a:hover {
  text-decoration: underline;
}
#memberUser .downloadUI .tableRight .information .customer img {
  width: 300px;
}
#memberUser .downloadUI .tableRight .information .salesman {
  line-height: 25px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .userdata .tips {
  margin-bottom: 20px;
  line-height: 40px;
  color: #FF0000;
}
#memberUser .downloadUI .tableRight .information .userdata .ssxsy {
  display: none;
}
#memberUser .downloadUI .tableRight .information .snState table td:first-of-type {
  padding-right: 30px;
}
#memberUser .downloadUI .tableRight .information .snState table td .qingdan {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .snManage {
  margin: 10px 0px;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn {
  margin-left: 20px;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn input[name="snValue"] {
  border: 1px solid #c0c0c0;
  margin-left: 10px;
  margin-right: 10px;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn input[name="snsearch"] {
  margin-right: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 0 5px;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 930px;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr td.tableSN {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr td.tableSN:hover {
  color: #FF0000;
  transition: 0.3s all;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr td,
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr th {
  font-size: 14px;
  border: 1px solid #8c8c8c;
  text-align: center;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr:nth-of-type(2n+1) {
  background: #f0f0f0;
}
#memberUser .downloadUI .tableRight .information .snManage .tablesn table tr:first-of-type {
  background: #2192e2;
}
#memberUser .downloadUI .tableRight .information .snManage .sndetail {
  margin-left: 20px;
  display: none;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table {
  margin-bottom: 10px;
  width: 930px;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr td.tableorder,
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr td.deDetail {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr td.tableorder:hover,
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr td.deDetail:hover {
  color: #FF0000;
  transition: 0.3s all;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr td,
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr th {
  font-size: 14px;
  border: 1px solid #8c8c8c;
  text-align: center;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr:nth-of-type(2n+1) {
  background: #f0f0f0;
}
#memberUser .downloadUI .tableRight .information .order .tableOrder table tr:first-of-type {
  background: #2192e2;
}
#memberUser .downloadUI .tableRight .information .order .orderDetail {
  display: none;
}
#memberUser .downloadUI .tableRight .information .order .repairFindSn {
  display: none;
}
#memberUser .downloadUI .tableRight .information .order .SNList {
  display: none;
}
#memberUser .downloadUI .tableRight .information .order .SNList table {
  margin-bottom: 10px;
  width: 930px;
}
#memberUser .downloadUI .tableRight .information .order .SNList table tr td.tableorder,
#memberUser .downloadUI .tableRight .information .order .SNList table tr td.deDetail {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .order .SNList table tr td.tableorder:hover,
#memberUser .downloadUI .tableRight .information .order .SNList table tr td.deDetail:hover {
  color: #FF0000;
  transition: 0.3s all;
}
#memberUser .downloadUI .tableRight .information .order .SNList table tr td,
#memberUser .downloadUI .tableRight .information .order .SNList table tr th {
  font-size: 14px;
  border: 1px solid #8c8c8c;
  text-align: center;
}
#memberUser .downloadUI .tableRight .information .order .SNList table tr:nth-of-type(2n+1) {
  background: #f0f0f0;
}
#memberUser .downloadUI .tableRight .information .order .SNList table tr:first-of-type {
  background: #2192e2;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table {
  margin-bottom: 10px;
  width: 930px;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table tr td.tableorder,
#memberUser .downloadUI .tableRight .information .software .softwareList table tr td.deDetail {
  text-decoration: underline;
  cursor: pointer;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table tr td.tableorder:hover,
#memberUser .downloadUI .tableRight .information .software .softwareList table tr td.deDetail:hover {
  color: #FF0000;
  transition: 0.3s all;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table tr td,
#memberUser .downloadUI .tableRight .information .software .softwareList table tr th {
  font-size: 14px;
  border: 1px solid #8c8c8c;
  text-align: center;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table tr:nth-of-type(2n+1) {
  background: #f0f0f0;
}
#memberUser .downloadUI .tableRight .information .software .softwareList table tr:first-of-type {
  background: #2192e2;
}
#memberUser .downloadUI .tableRight .information .bxxx table tr td {
  border: 1px solid #Ccc;
}
#memberUser .downloadUI .tableRight .information .bxxx table tr td span {
  margin: 0 70px;
}
#memberUser .downloadUI .tableRight .information .hardware table {
  width: 890px;
}
#memberUser .downloadUI .tableRight .information .hardware table tr td {
  border: 1px solid #Ccc;
}
#memberUser .downloadUI .tableRight .information .hardware table tr td.name {
  text-align: center;
  width: 100px;
}
#memberUser .downloadUI .tableRight .information .hardware table tr td.value {
  padding: 10px;
}
#memberUser .downloadUI .tableRight .information .activate {
  margin-left: 100px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .serial_number {
  position: relative;
  margin-top: 50px;
  /*datalist{
                position: relative;
                left: -295px;
                width: 240px;
                height: 21px;
                margin-right: 50px;
              }*/
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .serial_number span {
  margin-right: 20px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .serial_number input {
  z-index: 99;
  width: 200px;
  height: 21px;
  margin-right: 50px;
  border: 1px solid #c0c0c0;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .serial_number a {
  color: lightseagreen;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .condition_code {
  margin-top: 20px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .condition_code span {
  margin-right: 20px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .condition_code input {
  width: 50px;
  height: 21px;
  border: 1px solid #8c8c8c;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .active {
  margin-top: 20px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .active span {
  font-size: 14px;
  margin-right: 30px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .active form {
  display: inline-block;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .active form label {
  margin-right: 50px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .remark {
  margin-top: 20px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .remark span {
  color: #FF0000;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .remark .text {
  display: inline-block;
  line-height: 20px;
  margin-left: 40px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .post {
  margin-top: 20px;
  margin-left: 125px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .post button {
  width: 55px;
  margin-right: 10px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .tips {
  margin-top: 30px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .tips span {
  font-size: 14px;
  line-height: 30px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .key {
  font-size: 18px;
  color: #FF0000;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .explain {
  margin-top: 30px;
}
#memberUser .downloadUI .tableRight .information .activate .activate1 .explain span {
  color: #FF0000;
  line-height: 20px;
  font-size: 14px;
}
#memberUser .downloadUI .tableRight .information .activate .activate2 {
  display: none;
}
#memberUser .downloadUI .tableRight .information .appeal div {
  font-size: 14px;
  margin-bottom: 20px;
}
#memberUser .downloadUI .tableRight .information .appeal div span {
  display: inline-block;
  width: 120px;
}
#memberUser .downloadUI .tableRight .information .appeal div input {
  width: 200px;
  border: 1px solid #8c8c8c;
}
#memberUser .downloadUI .tableRight .information .appeal .des span {
  display: inline-block;
  position: relative;
  top: -20px;
}
#memberUser .downloadUI .tableRight .information .appeal button {
  margin-left: 120px;
}
#videoTeching {
  padding-top: 90px;
  height: 100%;
}
#videoTeching .downloadUI .tableLeft {
  float: left;
  display: inline-block;
  background: #f0f0f0;
  padding-bottom: 40px;
}
#videoTeching .downloadUI .tableLeft .activeRed {
  color: #FF0000;
}
#videoTeching .downloadUI .tableLeft ul {
  width: 228px;
}
#videoTeching .downloadUI .tableLeft ul .liActive {
  color: #FF0000;
}
#videoTeching .downloadUI .tableLeft ul li {
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  width: 174px;
  height: 40px;
  border-bottom: 1px solid #2192e2;
}
#videoTeching .downloadUI .tableLeft ul li:hover {
  color: #2192e2;
}
#videoTeching .downloadUI .tableLeft ul li:first-of-type {
  cursor: default;
  height: 60px;
  width: 208px;
  line-height: 60px;
  font-size: 18px;
  background: #2192e2;
  color: #fff;
  padding-left: 20px;
}
#videoTeching .downloadUI .tableRight {
  margin-left: 30px;
  width: 920px;
  display: inline-block;
}
#videoTeching .downloadUI .tableRight .memberTitle {
  margin: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #2192e2;
  background: #f0f0f0;
}
#videoTeching .downloadUI .tableRight .memberTitle span {
  margin-left: 10px;
  color: #2192e2;
}
#videoTeching .downloadUI .tableRight .information .table {
  display: none;
}
#videoTeching .downloadUI .tableRight .information .table table tr {
  line-height: 40px;
}
#videoTeching .downloadUI .tableRight .information .table table tr td input {
  border: 1px solid #8c8c8c;
}
#videoTeching .downloadUI .tableRight .information .fcar .title {
  font-size: 16px;
  line-height: 30px;
  color: #FF0000;
}
#videoTeching .downloadUI .tableRight .information .fcar ul li {
  display: inline-block;
  width: 200px;
  margin-right: 50px;
  padding-bottom: 50px;
}
#videoTeching .downloadUI .tableRight .information .fcar ul li video {
  width: 200px;
  height: 150px;
}
#videoTeching .downloadUI .tableRight .information .fcar ul li p {
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
#videoTeching .downloadUI .tableRight .information .activate {
  margin-left: 100px;
}
#videoTeching .downloadUI .tableRight .information .activate .serial_number {
  margin-top: 50px;
}
#videoTeching .downloadUI .tableRight .information .activate .serial_number span {
  margin-right: 20px;
  font-size: 14px;
}
#videoTeching .downloadUI .tableRight .information .activate .serial_number select {
  width: 240px;
  height: 21px;
  margin-right: 50px;
}
#videoTeching .downloadUI .tableRight .information .activate .serial_number a {
  color: lightseagreen;
  font-size: 14px;
}
#videoTeching .downloadUI .tableRight .information .activate .condition_code {
  margin-top: 20px;
}
#videoTeching .downloadUI .tableRight .information .activate .condition_code span {
  margin-right: 20px;
  font-size: 14px;
}
#videoTeching .downloadUI .tableRight .information .activate .condition_code input {
  width: 50px;
  height: 21px;
  border: 1px solid #8c8c8c;
}
#videoTeching .downloadUI .tableRight .information .activate .active {
  margin-top: 20px;
}
#videoTeching .downloadUI .tableRight .information .activate .active span {
  font-size: 14px;
  margin-right: 30px;
}
#videoTeching .downloadUI .tableRight .information .activate .active form {
  display: inline-block;
}
#videoTeching .downloadUI .tableRight .information .activate .active form label {
  margin-right: 50px;
}
#videoTeching .downloadUI .tableRight .information .activate .remark {
  margin-top: 20px;
  font-size: 14px;
}
#videoTeching .downloadUI .tableRight .information .activate .remark span {
  color: #FF0000;
}
#videoTeching .downloadUI .tableRight .information .activate .remark .text {
  display: inline-block;
  line-height: 20px;
  margin-left: 40px;
}
#videoTeching .downloadUI .tableRight .information .activate .post {
  margin-top: 20px;
  margin-left: 125px;
}
#videoTeching .downloadUI .tableRight .information .activate .post button {
  width: 55px;
  margin-right: 10px;
}
#videoTeching .downloadUI .tableRight .information .activate .tips {
  margin-top: 30px;
}
#videoTeching .downloadUI .tableRight .information .activate .tips span {
  font-size: 14px;
  line-height: 30px;
}
#videoTeching .downloadUI .tableRight .information .activate .key {
  font-size: 18px;
  color: #FF0000;
}
#videoTeching .downloadUI .tableRight .information .activate .explain {
  margin-top: 30px;
}
#videoTeching .downloadUI .tableRight .information .activate .explain span {
  color: #FF0000;
  line-height: 20px;
  font-size: 14px;
}
#videoTeching .downloadUI .tableRight .information .appeal div {
  font-size: 14px;
  margin-bottom: 20px;
}
#videoTeching .downloadUI .tableRight .information .appeal div span {
  display: inline-block;
  width: 120px;
}
#videoTeching .downloadUI .tableRight .information .appeal div input {
  width: 200px;
  border: 1px solid #8c8c8c;
}
#videoTeching .downloadUI .tableRight .information .appeal .des span {
  display: inline-block;
  position: relative;
  top: -20px;
}
#videoTeching .downloadUI .tableRight .information .appeal button {
  margin-left: 120px;
}
.downloadExplain:hover{
  color:pink!important;
}
