.index-banner {
  width: 100%;
  height: 490px;
  position: relative;
}

.banner-search {
  width: 1200px;
  height: 110px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  z-index: 20;
  padding-left: 20px;
}

.count {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 20px;
}

.count-num {
  font-size: 24px;
  color: #fe8431;
  font-weight: normal;
  font-style: italic;
}

.banner-input {
  margin-top: 15px;
}

.banner-input>.el-input {
  width: 800px;

}

.banner-input>.el-input>.el-input__inner {
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 16px;
  padding-left: 15px;
  outline: none;
  border: none;
}

.banner-input .el-input__inner:focus {
  border-color: #DCDFE6;
}

.banner-input .el-input-group__append {
  width: 100px;
  font-size: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #eee;
}

.banner-input .el-input-group__append .el-input__inner {
  padding: 0 15px;
}

.banner-input .banner-search-btn {
  width: 190px;
  height: 50px;
  background: #ff6700;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  border-color: #ff6700;
}


.mask {
  height: 110px;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.domain-wrapper {
  padding: 14px 0;
  overflow: hidden;
  clear: both;
}

.kuang {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
}

.kuang .icon {
  background-image: url(/statics/epower/img/nick.png);
  display: none;
  width: 100%;
  height: 100%;
}

.show .icon {
  display: block;
}

.domain-wrapper li {
  float: left;
  height: 20px;
  line-height: 20px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}

.domain-wrapper li+li {
  margin-left: 20px;
}

.domain-wrapper li span {
  padding-left: 4px;
  color: #fff;
  float: left;
}



.is-hot,.is-promotion{
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 15px;
  font-size: 12px;
  margin-top: 2px;
  color: #fff;
  text-align: center;
  padding-left: 0 !important;
  margin-left: 2px;
}
.is-hot{
  background: #ff541f;
}
.is-promotion{
  background: #f7a833;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 116px;
}

.notice-wrapper .center {
  width: 1200px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 40px;
  -moz-box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59),
    0 0 0 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59);
  -webkit-box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59),
    0 0 0 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59);
  box-shadow: 0 1px 8px 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59),
    0 0 0 0 rgba(195, 195, 195, .59),
    0 1px 8px 0 rgba(195, 195, 195, .59);
}

.notice-btn {
  padding-left: 5px;
  border-bottom-left-radius: 4px;
}

.notice-btn a {
  display: inline-block;
  line-height: 40px;

  color: #666666;
  padding: 0 15px;
  position: relative;
}

.notice-btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 0;
  width: 1px;
  height: 18px;
  background: #e6e6e6;
  color: #000;
}
.notice-btn a:hover{
  color: #3c7ee5;
}
.notice-btn a:last-child:after{
  display: none;
}
.notice-list>a{
  color: #333333;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
}
.notice-wrapper .swiper-wrapper{
  height: 40px;
  line-height: 40px;
  width: 640px;
}
.notice-wrapper .swiper-wrapper a{
  width: 50%;
  float: left;
}
.section-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title h3 {
  line-height: 36px;
  color: #333;
  font-size: 32px;
  position: relative;
  margin-bottom: 12px;
}

.section-title h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  left: 50%;
  bottom: -12px;
  margin-left: -24px;
  background: #3c7ee5;
}

.section-title p {
  color: #999;
  line-height: 24px;
  margin-top: 18px;
}

.index-advantage {
  background: #fff;
}

.index-advantage .advantage-content {
  position: relative;
  padding-top: 40px;
}

.index-advantage .advantage-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 276px;
  width: 100%;
  background: url('../../../img/quxian.png') no-repeat center bottom;
  background-size: 100% 276px;
}

.index-advantage .advantage-card-wrapper:nth-child(3) .advantage-card-btn {
  margin-top: 80px;
}

.index-advantage .advantage-card-wrapper:nth-child(4) .advantage-card-btn {
  margin-top: 46px;
}

.index-advantage .advantage-card {
  overflow: visible;
  height: 400px;
  text-align: center;
}

.index-advantage .advantage-card-icon {
  width: 90px;
  height: 90px;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E6EDFF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  text-align: center;
  line-height: 90px;
  margin-bottom: 20px;
  color: #3c7ee5;
  font-size: 40px;
}

.index-advantage .advantage-card-title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

.index-advantage .advantage-card-span {
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

.index-advantage .advantage-card-btn {
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.index-advantage .advantage-card-btn a {
  padding: 2px 0;
  text-align: center;
  color: #3c7ee5;
  font-size: 14px;
  border: solid 1px #3c7ee5;
  margin-bottom: 16px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  display: block;
  position: relative;
}

.index-advantage .advantage-card-btn a:hover,
.index-advantage .advantage-card-btn a.active {
  color: #fff;
  background: #3c7ee5;
}

.index-advantage .advantage-card-btn a:first-child {
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  background: #3c7ee5;
}

.index-advantage .advantage-card-btn a:first-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 14px;
  height: 12px;
  margin-left: -7px;
  background: url('../../../img/arrow-down.png') no-repeat center center;
}

.index-brand {
  height: 1515px;
  background: #fff url('../../../img/bg1.png') no-repeat center bottom;
  background-size: 100% 1020px;
}

.index-brand .brand-content .brand-tab {
  height: 48px;
  border-top: 1px solid #DFE3F1;
  border-bottom: 1px solid #DFE3F1;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 40px;
}

.index-brand .brand-content .brand-tab .brand-tab-btn {
  padding: 10px 30px;
  background: transparent;
  color: #666;
  border-color: transparent;
}

.index-brand .brand-content .brand-tab .brand-tab-btn.active {
  padding: 10px 30px;
  background: #F85252;
  border-color: #F85252;
  color: #fff;
}

.index-brand .brand-content .brand-tab-btn:hover {
  background: #F85252;
  border-color: #F85252;
  color: #fff;
}

.index-brand .brand-content .brand-product {
  height: 498px;
}

.index-brand .brand-content .brand-product .patent-left {
  background: url("../../../img/tm-service-bg0.png") no-repeat center center;
}

.index-brand .brand-content .brand-product-right {
  background: #fff;
  width: 1000px;
}

.index-brand .brand-content .brand-product-right .trade-type {
  border-bottom: 1px solid #DFE3F1;
  text-align: center;
}

.index-brand .brand-content .brand-product-right .trade-type .el-col {
  height: 280px;
  border-top: 1px solid #DFE3F1;
  border-right: 1px solid #DFE3F1;
}

.index-brand .brand-content .brand-product-right .trade-type .el-col:hover{
  box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}
.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: #E6EDFF;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.putong {
  background-image: url('../../../img/putong.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.baomu {
  background-image: url('../../../img/baomu.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.danbao {
  background-image: url('../../../img/danbao.png');
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-icon.guojishangbiao {
  background-image: url('../../../img/guojishangbiao.png');
}
.index-brand .brand-content .brand-product-right .el-col:hover .trade-type-name{
  color: #3c7ee5;
}
.index-brand .brand-content .brand-product-right .trade-type .trade-type-name {
  line-height: 24px;
  color: #333;
  margin-bottom: 8px;
  font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-info {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 168px;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-price {
  font-size: 14px;
  color: #666;
}

.index-brand .brand-content .brand-product-right .trade-type .trade-type-price b {
  color: #F85252;
  font-size: 16px;
  font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service .el-col {
  height: 110px;
  border-right: 1px solid #DFE3F1;
  border-bottom: 1px solid #DFE3F1;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 40px;
  padding-right: 52px;
}

.index-brand .brand-content .brand-product-right .trade-service .el-col:hover {
  box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .brand-content .brand-product-right .trade-service-icon {
  width: 64px;
  height: 64px;
  background: #E6EDFF;
  border-radius: 50px;
  margin-right: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px;
}

.index-brand .brand-content .brand-product-right .trade-service-icon.xuzhan {
  background-image: url('../../../img/tm-xuzhan.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.zhuanrang {
  background-image: url('../../../img/tm-zhuanrang.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.biangeng {
  background-image: url('../../../img/tm-biangeng.png');
}

.index-brand .brand-content .brand-product-right .trade-service-icon.chexiao {
  background-image: url('../../../img/tm-chexiao.png');
}

.index-brand .brand-content .brand-product-right .trade-service-content {
  width: 320px;
  padding-top: 5px;
}
.index-brand .brand-content .brand-product-right .trade-service .el-col:hover .service-name{
  color: #3c7ee5;
}
.index-brand .brand-content .brand-product-right .trade-service-content .service-name {
  line-height: 30px;
  color: #333;
  font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-price {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-price b {
  color: #F85252;
  font-size: 16px;
  font-weight: bold;
}

.index-brand .brand-content .brand-product-right .trade-service-content .service-info {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}

.index-brand .brand-content .brand-tm {
  height: 500px;
}

.index-brand .brand-content .brand-tm .tm-left {
  width: 162px;
  height: 500px;
  background: url("../../../img/tm-bg01.png") no-repeat center center;
  padding-top: 30px;
  padding-left: 20px;
}

.index-brand .brand-content .brand-tm .tm-left li {
  margin-bottom: 10px;
  width: 142px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  /* text-align: center; */
  cursor: pointer;
  padding-left: 20px;
  text-align: left;
}

.index-brand .brand-content .brand-tm .tm-left li.active,
.index-brand .brand-content .brand-tm .tm-left li:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px 0px 0px 4px;
  color: #fff;
}

.index-brand .brand-content .brand-tm .tm-center {
  width: 750px;
  background: #fff;
  border-bottom: 1px solid #dfe3f1;
}

.index-brand .brand-content .brand-tm .tm-center li {
  float: left;
  width: 33.33%;
  height: 249px;
  /* background: #ffffff; */
  border-top: 1px solid #dfe3f1;
  text-align: center;
  border-right: 1px solid #dfe3f1;
}

.index-brand .brand-content .brand-tm .tm-center li:hover {
  box-shadow: 0px 0px 10px 2px rgba(139, 146, 165, 0.3);
}

.index-brand .brand-content .brand-tm .tm-center li .img-wrapper {
  height: 170px;
  line-height: 170px;
  padding-top: 5px;
}
.index-brand .brand-content .brand-tm .tm-center li:hover h3{
  color: #3c7ee5;
}
.index-brand .brand-content .brand-tm .tm-center li h3 {
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}

.index-brand .brand-content .brand-tm .tm-center li p {
  height: 19px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  padding-left: 10px;
  margin-bottom: 8px;
  padding-right: 10px;
}

.index-brand .brand-content .brand-tm .tm-center li .tm-price {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #f85252;
  line-height: 21px;
}

.index-brand .brand-content .brand-tm .tm-right {
  width: 270px;
  height: 500px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top {
  width: 270px;
  height: 140px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 29px;
  background: url("../../../img/tm-qiugou.png") no-repeat center center;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-top p {
  width: 182px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content {
  padding-top: 20px;
  padding-right: 24px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .el-form-item__label {
  padding-right: 5px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .el-form-item--small.el-form-item {
  margin-bottom: 12px;
}

.index-brand .brand-content .brand-tm .tm-right .tmr-content .submit-btn-red {
  width: 126px;
  height: 36px;
  background: #f85252;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin-top: 18px;
  display: block;
}

.index-brand .brand-content .brand-tm .tm-right .tm-textarea {
  width: 180px;
  height: 60px;
  resize: none;
}

.index-brand .brand-content .brand-tm .tm-right .tm-code {
  width: 90px;
}

.index-brand .brand-content .brand-tm .tm-right .tm-code-img {
  width: 76px;
  float: right;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  cursor: pointer;
}

.index-brand .brand-content .brand-patent {
  height: 500px;
}

.index-brand .brand-content .brand-patent .patent-left {
  background: url("../../../img/zhuanlibanquan.png") no-repeat center center;
}

.index-brand .brand-content .patent-left {
  width: 200px;
  height: 500px;
  padding-top: 23px;
  padding-left: 22px;
  position: relative;
}

.index-brand .brand-content .patent-left h3 {
  width: 112px;
  height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 37px;
  margin-bottom: 10px;
}

.index-brand .brand-content .patent-left p {
  width: 171px;
  height: 38px;
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
}

.index-brand .brand-content .patent-left a {
  width: 126px;
  /* height: 32px; */
  border-radius: 2px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  /* line-height: 32px; */
  text-align: center;
  padding: 5px 0;
}
.index-brand .brand-content .patent-right{
  background: #fff;
}
.index-brand .brand-content .patent-right .patent-top li {
  float: left;
  width: 250px;
  height: 299px;
  /* background: #ffffff; */
  border: 1px solid #dfe3f1;
  padding-top: 30px;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.index-brand .brand-content .patent-right .patent-top li:hover,.index-brand .brand-content .patent-right .patent-bot li:hover{
  box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}
.index-brand .brand-content .patent-right .patent-top li .img-container {
  width: 90px;
  height: 90px;
  border: 1px solid #668ffe;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 27px;
}

.index-brand .brand-content .patent-right .patent-top li .img-container .img-wrapper {
  width: 80px;
  height: 80px;
  background: #e6edff;
  border-radius: 50%;
  margin: 4px;
  line-height: 80px;
}
.index-brand .brand-content .patent-right .patent-top li:hover h3{
  color: #3c7ee5;
}
.index-brand .brand-content .patent-right .patent-top li h3 {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
}

.index-brand .brand-content .patent-right .patent-top li p {
  width: 205px;
  height: 38px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  margin-bottom: 23px;
}

.index-brand .brand-content .patent-right .patent-top li .patent-price b {
  color: #f85252;
  font-weight: bold;
  font-size: 16px;
}

.index-brand .brand-content .patent-right .patent-top li .patent-price span {
  font-size: 14px;
  color: #666666;
}

.index-brand .brand-content .patent-right .patent-bot li {
  float: left;
  margin-right: -1px;
  width: 333px;
  height: 200px;
  /* background: #ffffff; */
  border: 1px solid #dfe3f1;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.index-brand .brand-content .patent-right .patent-bot li.meishu {
  background-image: url('../../../img/tm-icon-meishu.png');
}

.index-brand .brand-content .patent-right .patent-bot li.wenzi {
  background-image: url('../../../img/tm-icon-wenzi.png');
}

.index-brand .brand-content .patent-right .patent-bot li.ruanjian {
  background-image: url('../../../img/tm-icon-ruanjian.png');
}

.index-brand .brand-content .patent-right .patent-bot li .li-top {
  padding-top: 28px;
  overflow: hidden;
  margin-bottom: 25px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top .li-title {
  width: 60%;
}
.index-brand .brand-content .patent-right .patent-bot li:hover .li-top h4{
  color:#3c7ee5
}
.index-brand .brand-content .patent-right .patent-bot li .li-top h4 {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 5px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top p {
  width: 112px;
  height: 19px;
  font-size: 14px;
  color: #666666;
  line-height: 19px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top .li-price {
  width: 40%;
  text-align: right;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top b {
  color: #f85252;
  font-size: 16px;
  font-weight: bold;
}

.index-brand .brand-content .patent-right .patent-bot li .li-top span {
  font-size: 14px;
  color: #666666;
}

.index-brand .brand-content .patent-right .patent-bot li .li-bot h4 {
  width: 56px;
  height: 19px;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 12px;
}

.index-brand .brand-content .patent-right .patent-bot li .li-bot p {
  width: 179px;
  height: 44px;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  display: inline-block;
  margin: 0 5px;
}

.index-brand .domain-content {
  text-align: center;
}

.index-brand .domain-content-left {
  width: 270px;
}

.index-brand .domain-content-left .domain-top {
  width: 100%;
  height: 140px;
  color: #fff;
  background: url('../../../img/yuming.png') no-repeat center center;
  padding-top: 36px;
}

.index-brand .domain-content-left .domain-top .domain-publish {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 32px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.index-brand .domain-content-left .domain-top .domain-info {
  font-size: 14px;
}

.index-brand .domain-content-left .domain-suffix {
  background: #fff;
  padding: 0 20px;
  overflow: hidden;
  height: 358px;
}

.index-brand .domain-content-left .domain-suffix-title {
  overflow: hidden;
  margin-top: 10px;
  line-height: 32px;
  border-bottom: 1px solid #E5E5E5;
}

.index-brand .domain-content-left .domain-suffix-title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3c7ee5;
  margin-right: 5px;
}

.index-brand .domain-content-left .domain-suffix-title span {
  color: #999;
  font-size: 12px;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list {
  margin-bottom: 30px;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col {
  margin-top: 20px;
  height: 24px;
  font-size: 14px;
  color: #666;
  padding: 0 3%;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col a {
  width: 94%;
  height: 24px;
  line-height: 24px;
  display: block;
  background: #F7F7F7;
  color: #666;
}

.index-brand .domain-content-left .domain-suffix .domain-suffix-list .el-col a:hover {
  color: #3c7ee5;
}

.index-brand .domain-content-left .domain-suffix .domain-more {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 35px;
  border-radius: 2px;
  background: #F85252;
  width: auto;
}

.index-brand .domain-content-right {
  width: 920px;
  margin-left: 10px;
}
.domain-sale-list{
  background: #fff;
  border-left: 1px solid #DFE3F1;
  border-bottom: 1px solid #DFE3F1;
}
.index-brand .domain-content-right .domain-sale-list li {
  width: 25%;
  height: 248px;
  /* background: #fff; */
  float: left;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  /* margin-right: 2px; */
  /* margin-bottom: 2px; */
  border-top: 1px solid #DFE3F1;
  border-right: 1px solid #DFE3F1;
}

.index-brand .domain-content-right .domain-sale-list li:hover {
  box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.index-brand .domain-content-right .domain-sale-list li .sale-title {
  height: 80px;
  line-height: 80px;
  background: #2dbcd0 url(../../../img/beijing.png) no-repeat center center;
  color: #fff;
  font-size: 24px;
}
.index-brand .domain-content-right .domain-sale-list li:hover .sale-name{
  color:#3c7ee5
}
.index-brand .domain-content-right .domain-sale-list li .sale-name {
  margin-top: 15px;
  margin-bottom: 7px;
  line-height: 24px;
  font-size: 20px;
  color: #333;
}

.index-brand .domain-content-right .domain-sale-list li .sale-time {
  line-height: 16px;
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}

.index-brand .domain-content-right .domain-sale-list li .sale-price {
  font-weight: bold;
  font-size: 16px;
  color: #F85252;
  margin-bottom: 8px;
}

.index-brand .domain-content-right .domain-sale-list li .sale-detail-icon {
  width: 16px;
  height: 16px;
  background: url('../../../img/arrow-right.png') no-repeat center center;
  display: block;
  margin: 0 auto;
}

.index-company {
  height: 868px;
  background: #fff url('../../../img/bg2.png') no-repeat center bottom;
  background-size: 100% 591px;
}

.index-company .company-content {
  height: 671px;
  position: relative;
}

.index-company .company-content .company-service>.el-col {
  margin-right: 20px;
  height: 440px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 5px;
}

.index-company .company-content .company-service>.el-col:hover {
  height: 480px;
}

.index-company .company-content .company-service>.el-col .el-card {
  border: 0;
  width: 380px;
}

.index-company .company-content .company-service>.el-col .company-problem {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.index-company .company-content .company-service>.el-col .company-problem.yun01 {
  background: url('../../../img/yun01.png') no-repeat center center;
  background-size: contain;
}

.index-company .company-content .company-service>.el-col .company-problem.yun02 {
  background: url('../../../img/yun02.png') no-repeat center center;
  background-size: contain;
}

.index-company .company-content .company-service>.el-col .company-problem.yun03 {
  background: url('../../../img/yun03.png') no-repeat center center;
  background-size: contain;
}

.index-company .company-content .company-service>.el-col .service-advantage-list {
  background: #fff;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li {
  border-bottom: 1px solid #DFE3F1;
  overflow: hidden;
  height: 120px;
  transition: all 0.3s;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li:hover {
  height: 160px;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li:hover .service-li-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-advantage-list li:hover h3 {
  color: #3c7ee5 !important;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-li-top {
  padding: 30px;
  overflow: hidden;
  transition: all 0.3s;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li:last-child {
  border-bottom: 0;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: #F1F6FE;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-icon .iconfont {
  font-size: 32px;
  color: #3c7ee5;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info {
  text-align: left;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info h3 {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-bottom: 3px;
  font-weight: bold;
  margin-top: 6px;
  position: relative;
}

.index-company .company-content .company-service>.el-col .service-advantage-list>li .service-advantage-info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.index-company .company-content .company-service>.el-col .service-buy {
  display: block;
  width: 126px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #F85252;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #F85252;
  cursor: pointer;
  margin-left: 111px;
  margin-bottom: 24px;
}

.index-company .company-content .company-service>.el-col:last-child {
  margin-right: 0;
}

.index-company .company-content .company-bg {
  cursor: pointer;
  height: 230px;
  background: url('../../../img/service-bg.png') no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-hotspot {
  height: 990px;
  background: #fff url('../../../img/bg3.png') no-repeat center top;
  background-size: 100% 688px;
}

.index-hotspot .hotspot-content {
  margin-bottom: 43px;
}

.index-hotspot .hotspot-content .hotspot-li {
  min-width: 390px;
  margin-right: 20px;
}

.index-hotspot .hotspot-content .hotspot-li h3 {
  font-weight: bold;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #DFE3F1;
}

.index-hotspot .hotspot-content .hotspot-li h3 span {
  color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li h3 .hotspot-icon {
  /* width: 24px; */
  /* height: 24px; */
  /* vertical-align: -2px; */
  display: inline-block;
  margin-right: 5px;
  color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li h3 a {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  float: right;
}

.index-hotspot .hotspot-content .hotspot-li h3 a:hover {
  color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul {
  padding: 0 20px;
  height: 222px;
}

.index-hotspot .hotspot-content .hotspot-li ul .list-dot {
  width: 6px;
  height: 6px;
  margin: 20px 10px 0 0;
  float: left;
  border-radius: 50%;
  background: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul a {
  float: left;
  width: 250px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-hotspot .hotspot-content .hotspot-li ul a:hover {
  color: #3c7ee5;
}

.index-hotspot .hotspot-content .hotspot-li ul .time {
  float: right;
  color: #9b9b9b;
}

.index-hotspot .hotspot-content .hotspot-li ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted #E5E5E5;
  font-size: 12px;
}

.index-hotspot .hotspot-content .hotspot-li:last-child {
  margin-right: 0;
}

.index-hotspot .demand-content {
  background: #fff;
  padding: 0 42px;
  padding-top: 33px;
  height: 300px;
  margin-bottom: 50px;
  box-shadow: 0px 3px 8px 0px rgba(182, 192, 219, 0.4);
  background: #fff url(../../../img/Bitmap.png) no-repeat right top;
  background-size: contain;
}

.index-hotspot .demand-content h3 {
  font-size: 28px;
  color: #333;
  line-height: 36px;
  margin-bottom: 27px;
}

.index-hotspot .demand-content h3 span {
  color: #999;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}

.index-hotspot .demand-content .demand-form .el-image__inner {
  vertical-align: middle;
}

.index-hotspot .demand-content .demand-form .el-textarea__inner {
  height: 102px;
  border-radius: 0;
  resize: none;
  text-indent: 20px;
  font-size: 14px;
  background: #fff url('../../../img/demand.png') no-repeat 8px 8px;
  background-size: 16px 18px;
  font-weight: normal;
}

.index-hotspot .demand-advantage .advantage-icon {
  width: 68px;
  height: 68px;
  border-radius: 50px;
  background-color: #E6EDFF;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-hotspot .demand-advantage .advantage-icon.youshi01 {
  background-image: url('../../../img/youshi01.png');
  background-size: 48px 43px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi02 {
  background-image: url('../../../img/youshi02.png');
  background-size: 48px 41px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi03 {
  background-image: url('../../../img/youshi03.png');
  background-size: 40px 43px;
}

.index-hotspot .demand-advantage .advantage-icon.youshi04 {
  background-image: url('../../../img/youshi04.png');
  background-size: 47px 41px;
}

.index-hotspot .demand-advantage .advantage-info {
  text-align: left;
  margin-left: 10px;
}

.index-hotspot .demand-advantage .advantage-info h3 {
  margin-top: 10px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #3c7ee5;
}

.index-hotspot .demand-advantage .advantage-info p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.notice-swiper{
  width: 85%;
}