@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, "PingFang SC", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  background: #F5F5F5;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0px;
}

a {
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

input {
  outline: none;
  -webkit-appearance: none;
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AEAEAE;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEAEAE;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEAEAE;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AEAEAE;
}

@media screen and (min-width: 640px) {
  .pc-fl {
    float: left;
  }
  .pc-fr {
    float: right;
  }
  .pc-clearfix:after,
  .pc-clearfix:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .pc-clearfix {
    zoom: 1;
  }
  .pc-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .pc-hide {
    display: none;
  }
  .header {
    height: 100px;
    background-color: #fff;
  }
  .header .logo {
    width: 402px;
    height: 41px;
    align-self: auto;
    margin-top: 30px;
  }
  .header .logo .logo-pic {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .slogn {
    width: 712px;
    height: 21px;
    margin-top: 40px;
    background: url("../images/slogn.png") center no-repeat;
  }
  .nav {
    width: 100%;
    height: 40px;
    background: #D82618;
  }
  .nav .nav-item {
    width: 110px;
    height: 40px;
  }
  .nav .nav-item.active {
    background-color: #AB0802;
  }
  .nav .nav-item.last {
    width: 54px;
  }
  .nav .nav-item.last a {
    text-align: right;
  }
  .nav .nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
  }
  .search-box {
    background-color: #fff;
  }
  .search-box form {
    padding-top: 29px;
  }
  .search-box .product-select-type,
  .search-box .product-select-principle {
    position: relative;
    width: 358px;
    height: 36px;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    cursor: pointer;
    background: url("../images/arrow.png") 330px 10px no-repeat;
  }
  .search-box .product-select-type .select,
  .search-box .product-select-principle .select {
    cursor: pointer;
    display: block;
    height: 36px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding-left: 21px;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 312px;
  }

  .search-box .product-select-type .select-item-wrap,
  .search-box .product-select-principle .select-item-wrap {
    position: absolute;
    width: 358px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    border-top: none;
    top: 37px;
    left: -1px;
    z-index: 5000;
    padding: 5px 0;
  }
  .search-box .product-select-type .select-item-wrap .select-item,
  .search-box .product-select-principle .select-item-wrap .select-item {
    cursor: pointer;
    text-align: left;
    padding-left: 21px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
  }
  .search-box .product-select-type .select-item-wrap .select-item:hover,
  .search-box .product-select-principle .select-item-wrap .select-item:hover {
    background-color: #f5f5f5;
  }
  .search-box .pc-search {
    width: 438px;
    height: 36px;
    border: 1px solid #e4e4e4;
    position: relative;
  }
  .search-box .pc-search input {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 21px;
    width: 357px;
    height: 36px;
    font-size: 14px;
    color:#666;
  }
  .search-box .pc-search input::-webkit-input-placeholder {
    color: #666;
  }
  .search-box .pc-search input:-moz-placeholder {
    color: #666;
  }
  .search-box .pc-search input::-moz-placeholder {
    color: #666;
  }
  .search-box .pc-search input:-ms-input-placeholder {
    color: #666;
  }
  .search-box .pc-search .search-button {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 38px;
    top: -1px;
    right: 0px;
    background-color: #E33333;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .search-box .pc-search .search-button img {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 7px;
  }
  .keywords {
    background-color: #fff;
    padding: 22px 0;
  }
  .keywords .hot {
    font-style: normal;
    color: #262626;
  }
  .keywords .item {
    font-size: 14px;
    margin-right: 32px;
    line-height: 2;
    white-space: nowrap;
  }
  .keywords .item.first {
    color: #E33333;
  }
  .keywords .item a {
    color: #262626;
  }
  .keywords .item a:hover {
    color: #E33333;
  }
  .banner {
    margin-top: 30px;
  }
  .banner-left {
    background-color: #fff;
    width: 203px;
    height: 372px;
    padding-left: 19px;
    padding-right: 18px;
    padding-top: 8px;
  }
  .banner-left .product-item a {
    display: block;
    height: 23px;
    font-size: 14px;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 23px;
  }
  .banner-left .product-item a:hover {
    color: #E33333;
  }
  .banner-middle {
    position: relative;
    width: 726px;
    height: 380px;
    margin-left: 17px;
    overflow: hidden;
  }
  .banner-middle .swiper-container {
    width: 728px;
    height: 380px;
  }
  .banner-middle .pagination {
    position: absolute;
    z-index: 100;
    bottom: 21px;
    height: 12px;
    right: 36px;
  }
  .banner-middle .pagination .swiper-pagination-bullet {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    background: #606060;
    margin-right: 10px;
    border: 1px solid #606060;
    border-radius: 50%;
  }
  .banner-middle .pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .banner-middle a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .banner-middle a img {
    height: 100%;
  }
  .banner-middle .swiper-button-prev {
    width: 24px;
    height: 40px;
    background: url("../images/banner-arrow-left.png") center no-repeat;
    left: 0px;
  }
  .banner-middle .swiper-button-next {
    width: 24px;
    height: 40px;
    background: url("../images/banner-arrow-right.png") center no-repeat;
    right: 0px;
  }
  .banner-right {
    width: 200px;
  }
  .banner-right .show-item {
    width: 200px;
    height: 120px;
    position: relative;
    margin-bottom: 10px;
  }
  .banner-right .show-item.last {
    margin-bottom: 0;
  }
  .banner-right .show-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner-right .show-item a img {
    width: 100%;
    height: 100%;
  }
  .banner-right .show-item .show-mask {
    position: absolute;
    width: 200px;
    height: 28px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .banner-right .show-item .show-mask p {
    line-height: 28px;
    text-align: center;
    color: #ffffff;
  }
  .news-layout-one {
    margin-top: 20px;
  }
  .news-layout-one .recommend {
    background-color: #fff;
    width: 860px;
    height: 310px;
  }
  .news-layout-one .recommend .title {
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #262626;
    line-height: 1;
    text-align: left;
    text-indent: 46px;
    background: url('../images/recommand-icon.png') 20px center no-repeat;
  }
  .news-layout-one .recommend .recommend-item {
    border-top: 1px solid #e6e6e6;
    width: 184px;
    height: 258px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #e6e6e6;
  }
  .news-layout-one .recommend .recommend-item:last-child{
    border-right: none;
  }
  .news-layout-one .recommend .recommend-item.last {
    border-right: none;
  }
  .news-layout-one .recommend .recommend-item a {
    display: block;
  }
  .news-layout-one .recommend .recommend-item a .pic {
    height: 188px;
    display: table-cell;
    /* IE8+及标准浏览器识别，让div以表格元素的方式呈现，目的在于配合vertical-align*/
    vertical-align: middle;
    /* IE8+及标准浏览器识别，内容垂直居中 */
    text-align: center;
    /* 内容水平居中 */
    *display: block;
  }
  .news-layout-one .recommend .recommend-item a .pic img {
    width: 100%;
    vertical-align: middle;
  }
  .news-layout-one .recommend .recommend-item a .product-info {
    text-align: center;
    font-size: 14px;
    color: #262626;
    line-height: 1.5;
    height: 63px;
    overflow: hidden;
  }
  .news-layout-one .industry-info {
    width: 279px;
    height: 288px;
    margin-left: 21px;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 22px;
  }
  .news-layout-one .industry-info-title {
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news-layout-one .industry-info-title .title {
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-indent: 26px;
  }
  .news-layout-one .industry-info-title .title .info-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../images/info-icon.png") center no-repeat;
    left: 0;
    top: -1px;
  }
  .news-layout-one .industry-info-title .more {
    font-size: 16px;
    line-height: 1;
  }
  .news-layout-one .industry-info-title .more a {
    color: #E33333;
  }
  .news-layout-one .industry-info-title .more a:hover{
    text-decoration: underline !important;
  }
  .news-layout-one .industry-info-content {
    padding-top: 14px;
  }
  .news-layout-one .industry-info-content .industry-info-content-item a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #262626;
    line-height: 35px;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-layout-one .industry-info-content .industry-info-content-item a .info-text-icon {
    position: absolute;
    width: 6px;
    height: 8px;
    background: url("../images/info-text-icon.png") center no-repeat;
    left: 0px;
    top: 15px;
  }
  .news-layout-one .industry-info-content .industry-info-content-item a:hover {
    color: #E33333;
  }
  .news-layout-two {
    margin-top: 20px;
  }
  .news-layout-two .pc-wrap {
    position: relative;
  }
  .news-layout-two .company-news {
    background-color: #fff;
    width: 820px;
    height: 480px;
    padding: 0 20px;
    padding-top: 21px;
  }
  .news-layout-two .company-news .company-news-title {
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news-layout-two .company-news .company-news-title .title {
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-indent: 26px;
  }
  .news-layout-two .company-news .company-news-title .title .info-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../images/company-news-icon.png") center no-repeat;
    left: 0;
    top: -1px;
  }
  .news-layout-two .company-news .company-news-title .more {
    font-size: 16px;
    line-height: 1;
  }
  .news-layout-two .company-news .company-news-title .more a {
    color: #E33333;
  }
  .news-layout-two .company-news .company-news-title .more a:hover{
   text-decoration: underline !important;
  }
  .news-layout-two .solution {
    width: 279px;
    height: 218px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 22px;
  }
  .news-layout-two .solution .solution-info {
    width: 279px;
    height: 315px;
    margin-left: 21px;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 25px;
  }
  .news-layout-two .solution .solution-title {
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news-layout-two .solution .solution-title .title {
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-indent: 26px;
  }
  .news-layout-two .solution .solution-title .title .info-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../images/solution-icon.png") center no-repeat;
    left: 0;
    top: -1px;
  }
  .news-layout-two .solution .solution-title .more {
    font-size: 16px;
    line-height: 1;
  }
  .news-layout-two .solution .solution-title .more a {
    color: #E33333;
  }
  .news-layout-two .solution .solution-title .more a:hover{
    text-decoration: underline !important;
  }
  .news-layout-two .solution .solution-info-content {
    padding-top: 14px;
  }
  .news-layout-two .solution .solution-info-content .solution-info-content-item a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #262626;
    line-height: 35px;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-layout-two .solution .solution-info-content .solution-info-content-item a .info-text-icon {
    position: absolute;
    width: 6px;
    height: 8px;
    background: url("../images/info-text-icon.png") center no-repeat;
    left: 0px;
    top: 15px;
  }
  .news-layout-two .solution .solution-info-content .solution-info-content-item a:hover {
    color: #E33333;
  }
  .news-layout-two .product-application {
    width: 279px;
    height: 218px;
    position: absolute;
    right: 0px;
    top: 260px;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 22px;
  }
  .news-layout-two .product-application .product-application-info {
    width: 279px;
    height: 315px;
    margin-left: 21px;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 25px;
  }
  .news-layout-two .product-application .product-application-title {
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news-layout-two .product-application .product-application-title .title {
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-indent: 26px;
  }
  .news-layout-two .product-application .product-application-title .title .info-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../images/product-application-icon.png") center no-repeat;
    left: 0;
    top: -1px;
  }
  .news-layout-two .product-application .product-application-title .more {
    font-size: 16px;
    line-height: 1;
  }
  .news-layout-two .product-application .product-application-title .more a {
    color: #E33333;
  }
  .news-layout-two .product-application .product-application-title .more a:hover{
    text-decoration: underline !important;
  }
  .news-layout-two .product-application .product-application-info-content {
    padding-top: 14px;
  }
  .news-layout-two .product-application .product-application-info-content .product-application-info-content-item a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #262626;
    line-height: 35px;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .news-layout-two .product-application .product-application-info-content .product-application-info-content-item a .info-text-icon {
    position: absolute;
    width: 6px;
    height: 8px;
    background: url("../images/info-text-icon.png") center no-repeat;
    left: 0px;
    top: 15px;
  }
  .news-layout-two .product-application .product-application-info-content .product-application-info-content-item a:hover {
    color: #E33333;
  }
  .company-news .company-news-content{
    padding-top: 14px;
  }
  .company-news-content-item {
    position: relative;
    height: 35px;
    /* border-bottom: 1px dashed #e6e6e6; */
    line-height: 35px;
  }
  .company-news-content-item .info-text-icon {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e5e5e5;
    border-radius: 50%;
    left: 0px;
    top: 16px;
  }
  .company-news-content-item a {
    display: block;
    height: 35px;
    width: 650px;
    text-indent: 20px;
    font-size: 16px;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .company-news-content-item a:hover {
    color: #E33333;
  }
  .company-news-content-item .time {
    font-size: 16px;
    color: #b3b3b3;
  }
  .hot-product {
    margin-top: 31px;
  }
  .hot-product .hot-product-title {
    color: #262626;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 22px;
    padding-left: 13px;
    font-weight: bold;
    border-left: 6px solid #E33333;
  }
  .hot-product .hot-product-content .hot-product-item {
    width: 163px;
    height: 231px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .hot-product .hot-product-content .hot-product-item:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    /* transform: translate3d(0, -2px, 0); */
  }
  .hot-product .hot-product-content .hot-product-item:hover .product-info{
    color:#E33333;
  }
  .hot-product .hot-product-content .hot-product-item.line-last {
    margin-right: 0px;
  }
  .hot-product .hot-product-content .hot-product-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hot-product .hot-product-content .hot-product-item a .pic {
     /* height: 178px; */
     height: 158px;
     width: 163px;
     position: relative;
    
  }
  .hot-product .hot-product-content .hot-product-item a .pic img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin: auto;
  }
  .hot-product .hot-product-content .hot-product-item a .product-info {
    text-align: center;
    font-size: 14px;
    color: #262626;
    line-height: 1.5;
    overflow:hidden;
  height: 63px;
/* text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical; */
  }
  .partner {
    margin-top: 14px;
  }
  .partner .pc-wrap {
    background-color: #fff;
    width: 1150px;
    padding: 0 25px;
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .partner .partner-title {
    font-size: 16px;
    color: #262626;
    line-height: 1;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
  }
  .partner .partner-title .apply {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 16px;
    margin-left: 14px;
  }
  .partner .partner-title .apply:hover {
    color: #E33333;
  }
  .partner-logo {
    margin-bottom: 26px;
  }
  .partner-logo-item {
    display: inline-block;
    width: 174px;
    height: 62px;
    border: 1px solid #e6e6e6;
    margin-top: 19px;
    margin-right: 15px;
  }
  .partner-logo-item:hover {
    box-shadow: 2px 2px 8px rgba(201, 201, 201, 0.6);
  }
  .partner-logo-item.pc-last {
    margin-right: 0;
  }
  .partner-logo-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .partner-logo-item a .pic {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .partner-logo-item a .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width:100%;
    max-height:100%;
  }
  .website {
    padding-top: 23px;
    color: #999999;
  }
  .website a {
    font-size: 12px;
    color: #999999;
    line-height: 1;
  }
  .website a:hover {
    color: #E33333;
  }
  .website span {
    margin: 0 10px;
  }
  .pc-footer {
    height: 130px;
    background-color: #AB0802;
    margin-top: 116px;
  }
  .pc-footer .pc-wrap {
    position: relative;
  }
  .pc-footer .footer-logo {
    position: absolute;
    width: 134px;
    height: 41px;
    top: 45px;
    left: 186px;
  }
  .pc-footer .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/footer-logo.png?v=12313") center no-repeat;
  }
  .pc-footer .about-us {
    padding-top: 43px;
    padding-left: 372px;
  }
  .pc-footer .about-us a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
  }
  .pc-footer .about-us a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .pc-footer .copyright {
    padding-left: 372px;
    padding-top: 17px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
  }
  .pc-footer .copyright a {
    color: #fff;
  }
  .rightWidget {
    width: 120px;
    height: 92px;
    position: fixed;
    right: 0;
    top: 70%;
  }
  .rightWidget .consult {
    width: 120px;
    height: 38px;
    margin-bottom: 20px;
  }
  .rightWidget .consult img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .rightWidget .scrollTop {
    cursor: pointer;
    width: 120px;
    height: 38px;
  }
  .rightWidget .scrollTop img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .share {
    position: fixed;
    right: 0;
    top: 360px;
    width: 24px;
    height: 66px;
    padding-top: 22px;
    background-color: #84C0F2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
    color: white;
    line-height: 1.2;
    text-align: center;
    z-index: 100;
  }
  .share .social-share {
    display: none;
    position: absolute;
    left: -200px;
    width: 200px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dedede;
    border-right: 1px solid #84C0F2;
  }
  .share:hover .social-share {
    display: block;
  }
  .erweima {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 15px;
    right: 118px;
    z-index: 0;
  }
}
/*# sourceMappingURL=index-pc.css.map */