@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #267dc0;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #cc2222;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(/statics/xinwangwei/images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #267dc0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 26px;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(/statics/xinwangwei/images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: calc(100vh + 100px);
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  background: #fff;
  padding: 22px 0;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 64px;
}
.header .logo img {
  height: 100%;
  display: block;
}
.header .slogan {
  float: left;
  line-height: 2rem;
  color: #666;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #dadada;
}
.header .tel {
  float: right;
  background: url(/statics/xinwangwei/images/tel.png) no-repeat left 0 bottom 4px;
  padding-left: 32px;
  color: #666;
  margin-top: 16px;
}
.header .tel a {
  display: block;
  font-size: 2.2rem;
  color: #267dc0;
  font-weight: bold;
}
.header .menu-btn {
  display: none;
}
.mainnav {
  width: 100%;
  z-index: 90;
}
.mainnav.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.mainnav .tit,
.mainnav .tel {
  display: none;
}
.mainnav > ul > li {
  float: left;
  position: relative;
  width: 12.5%;
  border-left: solid 1px #fff;
  text-align: center;
}
.mainnav > ul > li:first-child {
  padding-left: 0;
  border-left: none;
}
.mainnav > ul > li > a {
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  background: #060606;
  overflow: hidden;
}
.mainnav > ul > li .arrow {
  display: none;
}
.mainnav > ul > li.on > a,
.mainnav > ul > li a:hover {
  background: #cc2222;
}
.mainnav .sub {
  min-width: 100%;
  position: absolute;
  top: 44px;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: none;
}
.mainnav .sub li {
  border-top: solid 1px #fff;
}
.mainnav .sub li a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #267dc0;
  white-space: nowrap;
  padding: 0 10px;
}
.navbrace {
  height: 44px;
  display: none;
}
.footer {
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  padding: 0 12px;
}
.footer .wrap {
  width: 100%;
  background: #fff;
}
.footer .row {
  padding: 24px 22px 0 22px;
}
.footer .left {
  width: 34.3220339%;
  float: left;
}
.footer .logo {
  height: 53px;
}
.footer .logo img {
  height: 100%;
}
.footer .titll {
  font-size: 1.6rem;
  font-weight: bold;
  color: #267dc0;
  margin: 14px 0 30px 0;
}
.footer .service {
  overflow: hidden;
}
.footer .service .col {
  padding-left: 34px;
  background: no-repeat left 0 bottom 4px;
}
.footer .service .p2 a,
.footer .service .p2 {
  font-size: 1.6rem;
}
.footer .contact {
  width: 39.3220339%;
  float: left;
  border-left: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
  padding: 0 54px;
}
.footer .contact .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer .contact .cont {
  line-height: 24px;
  margin-top: 22px;
}
.footer .contact .cont a {
  color: #333;
}
.footer .contact .cont p {
  padding-left: 22px;
  min-height: 24px;
  background: no-repeat 0 4px;
  margin-bottom: 2px;
  display: flex;
}
.footer .contact .cont p:nth-child(4) {
  background-position: 0 6px;
}
.footer .contact .cont span {
  flex: 1;
}
.footer .qrcodebox {
  float: right;
  padding-top: 6px;
}
.footer .qrcodebox .qrcode {
  float: left;
  margin-left: 10px;
}
.footer .qrcodebox .qrcode:first-child {
  margin-left: 0;
}
.footer .qrcodebox .qrcode p {
  width: 20px;
  float: left;
  font-size: 12px;
  padding-top: 10px;
}
.footer .qrcodebox .qrcode i {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
}
.footer .qrcodebox .txt {
  line-height: 20px;
  padding-top: 10px;
  clear: both;
}
.footer .bottom {
  background: #267dc0;
  margin-top: 32px;
  line-height: 24px;
  padding: 8px 20px;
  overflow: hidden;
  color: #fff;
  margin-left: -12px;
  margin-right: -12px;
}
.footer .bottom a {
  color: #fff;
}
.footer .bottom .copy {
  float: left;
}
.footer .bottom .support {
  float: right;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner {
  margin-top: 1px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 14px;
  text-align: right;
  padding: 0 18px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #4dc1f7;
  margin: 0 4px;
  border-radius: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  width: 42px;
}
.layertop {
  overflow: hidden;
}
.layertop .search {
  float: right;
  margin-top: 8px;
}
.layertop .search input[type="text"] {
  width: 354px;
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  border: solid 1px #e7e2e4;
  padding: 0 10px;
  background: url(/statics/xinwangwei/images/search1.png) no-repeat right 5px center #ffffff;
  float: left;
}
.layertop .search input[type="text"]::-webkit-input-placeholder {
  color: #a9a9a9;
}
.layertop .search input[type="text"]:-moz-placeholder {
  color: #a9a9a9;
}
.layertop .search input[type="text"]::-moz-placeholder {
  color: #a9a9a9;
}
.layertop .search input[type="text"]:-ms-input-placeholder {
  color: #a9a9a9;
}
.layertop .search input[type="button"],
.layertop .search button {
  width: 86px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: url(/statics/xinwangwei/images/search2.png) no-repeat 12px center #cc2222;
  background-size: 20px auto;
  padding-left: 32px;
  font-size: 1.6rem;
  color: #fff;
  float: left;
  margin-left: 3px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.layertop .search input[type="button"]:hover,
.layertop .search button:hover {
  background-color: #b70000;
}
.layertop .carousel {
  max-width: 680px;
  float: left;
  height: 52px;
  line-height: 52px;
  padding-left: 36px;
  background: url(/statics/xinwangwei/images/broadcast.png) no-repeat 0 center;
}
.layertop .carousel .swiper-slide {
  height: 52px;
}
.layertop .carousel .swiper-slide a {
  height: 20px;
  line-height: 20px;
  margin-top: 16px;
  padding-left: 8px;
  position: relative;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.layertop .carousel .swiper-slide a:hover {
  color: #cc2222;
}
.layertop .carousel .swiper-slide a:hover::after {
  background: #cc2222;
}
.layertop .carousel .swiper-slide a::after {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9b9b9b;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
main,
.container,
.main {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 12px;
  display: block;
}
.brand-carousel {
  margin: 10px 0;
}
.brand-carousel img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.brand-carousel .swiper-slide {
  width: 180px;
}
.brand-carousel .swiper-slide a {
  overflow: hidden;
  display: block;
}
.brand-carousel .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.brf {
  background: #fff;
  border-radius: 4px;
}
.pcmore a {
  background: no-repeat right center;
  display: inline-block;
  padding-right: 0;
  color: #666;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcmore a:hover {
  color: #cc2222;
  background-image: url(/statics/xinwangwei/images/arrow1.png);
  padding-right: 24px;
}
.layer {
  margin: 10px 0;
}
.layer:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.pctitle {
  position: relative;
}
.pctitle .tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #267dc0;
}
.pctitle .en {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #11215d;
  opacity: .14;
  font-family: "Arial", arial;
  margin-top: 2px;
}
.pctitle .pcmore {
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 2;
  display: block;
}
.main .qualification {
  width: 60.50847458%;
  float: left;
  padding: 14px;
}
.main .qualification .text {
  height: 5.2rem;
  line-height: 2.6rem;
  margin: 18px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .qualification .swiper-slide a {
  display: block;
  text-align: center;
}
.main .qualification .swiper-slide a:hover {
  color: #267dc0;
}
.main .qualification .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .qualification .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .qualification .swiper-slide i {
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
.main .about {
  width: 38.6440678%;
  float: right;
}
.main .about .pic {
  border-radius: 4px;
  overflow: hidden;
}
.main .about img {
  width: 100%;
  display: block;
}
.main .about .cont {
  padding: 22px 18px 15px 18px;
}
.main .about .entit {
  text-transform: uppercase;
  font-family: "Arial", arial;
  font-size: 2.8rem;
  color: #11215d;
  opacity: .14;
}
.main .about .title {
  font-size: 2.4rem;
  color: #267dc0;
  font-weight: bold;
  z-index: 5;
  margin-top: -20px;
}
.main .about .text {
  height: 7.2rem;
  line-height: 2.4rem;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .guide {
  padding: 24px 14px;
}
.main .guide .title {
  width: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #267dc0;
  float: left;
}
.main .guide .entit {
  width: 24px;
  float: left;
  font-size: 1.8rem;
  color: #11215d;
  opacity: .14;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  padding-top: 6px;
}
.main .guide .list {
  padding-left: 56px;
}
.main .guide .list ul {
  margin-top: 6px;
}
.main .guide .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .guide .list li {
  float: left;
  width: 14.28571429%;
  text-align: center;
  font-size: 1.6rem;
  background: url(/statics/xinwangwei/images/guide_add.png) no-repeat 0 40px;
  padding-left: 16px;
}
.main .guide .list li:nth-child(1) {
  background: none;
}
.main .guide .list li:hover i {
  margin-top: -10px;
}
.main .guide .list li i {
  display: block;
  max-width: 95px;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .guide .list li p {
  margin-top: 16px;
}
.main .product {
  padding: 15px;
}
.main .product .head {
  overflow: hidden;
  position: relative;
}
.main .product .head .pctitle {
  float: left;
}
.main .product .head .pcmore {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 2;
}
.main .product .tab {
  padding: 0 120px 0 224px;
  margin-top: 24px;
  height: 28px;
}
.main .product .tab .swiper-slide {
  width: auto;
  margin-left: 44px;
}
.main .product .tab .swiper-slide:first-child {
  margin-left: 0;
}
.main .product .tab span {
  font-size: 1.6rem;
  line-height: 28px;
  cursor: pointer;
  display: block;
}
.main .product .tab span.on {
  color: #cc2222;
  font-weight: bold;
  border-bottom: solid 1px #cc2222;
}
.main .product .tab .swiper-container {
  width: 100%;
  overflow-x: auto !important;
  display: block;
  text-align: right;
}
.main .product .tab .swiper-wrapper {
  width: auto;
  display: block;
  white-space: nowrap;
}
.main .product .tab .swiper-slide {
  display: inline-block;
  float: none;
}
.main .product .tabbox {
  margin-top: 30px;
}
.main .product .photo {
  width: 32.63525305%;
  float: left;
}
.main .product .photo img {
  width: 100%;
  display: block;
}
.main .product .photo a {
  display: block;
  border-radius: 9px;
  overflow: hidden;
}
.main .product .photo .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
.main .product .photo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  opacity: 1;
  border: solid 1px #fff;
  background: none;
}
.main .product .photo .swiper-pagination-bullet-active {
  background: #cc2222;
  border: solid 1px #cc2222;
}
.main .product .list1 {
  width: 66.4921466%;
  float: right;
}
.main .product .list1 ul {
  margin: 0 -6px;
}
.main .product .list1 li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 10px;
}
.main .product .list1 li a:hover .filter {
  height: 105%;
}
.main .product .list1 li .filter {
  height: 30px;
}
.main .product .list1 li .tit {
  height: 30px;
  line-height: 30px;
}
.main .product .list2 {
  clear: both;
  margin-top: 12px;
  padding-top: 2px;
}
.main .product .list2 ul {
  margin: 0 -6px;
}
.main .product .list2 li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 0px;
}
.main .service {
  background: url(/statics/xinwangwei/images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 40px;
}
.main .service .slogan {
  float: left;
}
.main .service .slogan .p1 {
  font-size: 2.2rem;
  color: #ffbf00;
}
.main .service .slogan .p1 span {
  font-size: 2.8rem;
}
.main .service .slogan .p2 {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 10px;
}
.main .service .tel {
  background: url(/statics/xinwangwei/images/tel2.png) no-repeat 0 center;
  padding-left: 46px;
  color: #fff;
  float: right;
  margin-top: 20px;
}
.main .service .tel a {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}
.main .keywords ul {
  overflow: hidden;
  padding: 10px 0;
}
.main .keywords li {
  width: 11.11111111%;
  float: left;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.main .keywords li:hover i {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.main .keywords li::after {
  content: " ";
  width: 1px;
  height: 32px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}
.main .keywords li:nth-child(1)::after {
  display: none;
}
.main .keywords li i {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .keywords li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .keywords li p {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 6px;
}
.main .friendship .tab {
  overflow: hidden;
  position: relative;
}
.main .friendship .tab::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #e1e1e1;
}
.main .friendship .tab span {
  height: 3.4rem;
  line-height: 3.2rem;
  color: #fff;
  float: left;
  padding: 0 18px;
  cursor: pointer;
  border-top: solid 2px #267dc0;
  border-bottom: solid 1px #c8d4dd;
  border-left: solid 1px #e8e8e8;
  background: #267dc0;
  position: relative;
  z-index: 5;
}
.main .friendship .tab span.on {
  background: #fff;
  color: #267dc0;
  border-bottom: solid 1px #fff;
}
.main .friendship .tabbox {
  padding: 10px 6px;
}
.main .friendship .list {
  display: none;
}
.main .friendship .list ul {
  overflow: hidden;
}
.main .friendship .list li {
  float: left;
  margin: 16px;
}
.newslayer {
  margin-left: -5px;
  margin-right: -5px;
}
.newslayer .col {
  padding: 0 5px;
}
.newslayer .list {
  padding: 16px;
}
.newslayer .hot {
  margin: 16px 0 10px 0;
}
.newslayer .hot a {
  display: block;
}
.newslayer .hot a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newslayer .hot a:hover .tit {
  color: #267dc0;
}
.newslayer .hot .picc {
  border-radius: 8px;
}
.newslayer .hot .tit,
.newslayer .hot .txt {
  height: 2rem;
  line-height: 2rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newslayer .hot .tit {
  font-weight: bold;
  margin: 16px 0 6px 0;
}
.newslayer .hot .txt {
  height: 4rem;
  -webkit-line-clamp: 2;
}
.newslayer ul li a {
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 100px 0 12px;
  position: relative;
  color: #333;
}
.newslayer ul li a:hover {
  color: #267dc0;
}
.newslayer ul li a:hover::after {
  background: #267dc0;
}
.newslayer ul li a::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #747474;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
}
.newslayer ul li span {
  display: block;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newslayer ul li .d {
  position: absolute;
  top: 0;
  right: 0;
}
.crumbs {
  height: 36px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.crumbs a {
  color: #666;
}
.crumbs a:hover {
  color: #267dc0;
}
.paging {
  text-align: center;
  margin: 20px 0;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li.on a,
.paging a:hover {
  background: #267dc0;
  border: solid 1px #267dc0;
  color: #fff;
}
.paging a,
.paging span {
  min-width: 38px;
  display: block;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  padding: 0 10px;
  color: #666;
}
.contentlr {
  clear: both;
  margin: 0 0 10px 0;
}
.contentlr:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.sidebar {
  width: 246px;
  float: left;
}
.sidebar > div {
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
}
.sidebar > div:last-child {
  margin-bottom: 0;
}
.sidebar .title {
  background: url(/statics/xinwangwei/images/sidebar_title.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 14px 20px;
}
.sidebar .title .tit {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.sidebar .title .en {
  font-family: "Arial", arial;
  color: #fff;
  text-transform: uppercase;
  margin-top: 6px;
}
.sidebar .recommend .product-list {
  margin: 0;
  padding: 10px 10px 4px 10px;
}
.sidebar .recommend .product-list ul {
  margin: 0;
}
.sidebar .recommend .product-list li {
  width: 100%;
  padding: 0;
  margin-bottom: 6px;
}
.sidebar .recommend .product-list li a:hover .filter {
  height: 105%;
}
.sidebar .recommend .product-list li .filter {
  height: 36px;
}
.sidebar .recommend .product-list li .tit {
  height: 36px;
  line-height: 36px;
}
.sidebar .product-scroll {
  padding: 10px;
}
.sidebar .product-scroll .swiper-container {
  height: 696px;
}
.sidebar .product-scroll .swiper-slide a {
  display: block;
  border: solid 1px #e1e1e1;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.sidebar .product-scroll .swiper-slide a:hover .filter {
  background: url(/statics/xinwangwei/images/product_filter2.png);
  height: 105%;
  bottom: -5px;
}
.sidebar .product-scroll .swiper-slide a:hover .more {
  padding-top: 38px;
  height: auto;
}
.sidebar .product-scroll .swiper-slide a:hover .tit {
  margin-top: 12px;
  color: #fff;
}
.sidebar .product-scroll .swiper-slide .filter,
.sidebar .product-scroll .swiper-slide .more,
.sidebar .product-scroll .swiper-slide .tit {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .product-scroll .swiper-slide .filter {
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(/statics/xinwangwei/images/product_filter1.png);
}
.sidebar .product-scroll .swiper-slide .more {
  background: url(/statics/xinwangwei/images/product_add.png) no-repeat center 0;
  color: #fff;
  height: 0;
  overflow: hidden;
}
.sidebar .product-scroll .swiper-slide .tit {
  height: 36px;
  line-height: 36px;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .contact .cont {
  padding: 14px 18px;
  line-height: 24px;
}
.sidebar .contact a {
  color: #333;
}
.sidebar .contact img {
  width: 100%;
  display: block;
}
.sidebar .contact .pic {
  margin-top: 6px;
}
.column-menu .btn {
  display: none;
}
.column-menu li {
  position: relative;
}
.column-menu li.now > a,
.column-menu li.on > a,
.column-menu li > a:hover {
  color: #267dc0;
}
.column-menu li a {
  display: block;
  position: relative;
}
.column-menu li .arrow {
  width: 14px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  background: url(/statics/xinwangwei/images/arrow4.png) no-repeat center;
}
.column-menu li.now > .arrow {
  background-image: url(/statics/xinwangwei/images/arrow5.png);
}
.column-menu li.on > .arrow {
  background-image: url(/statics/xinwangwei/images/arrow10.png);
}
.column-menu > ul > li {
  padding: 0 20px;
}
.column-menu > ul > li.now > a,
.column-menu > ul > li.on > a,
.column-menu > ul > li > a:hover {
  font-weight: bold;
}
.column-menu > ul > li.on > a::after,
.column-menu > ul > li.now > a::after {
  background: #267dc0;
}
.column-menu > ul > li > a {
  height: 45px;
  line-height: 44px;
  background: url(/statics/xinwangwei/images/column-menu-line.png) repeat-x 0 bottom;
  font-size: 1.6rem;
}
.column-menu > ul > li > a::after {
  content: " ";
  width: 3px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -14px;
  z-index: 2;
}
.column-menu > ul > li > .arrow {
  right: 20px;
  height: 45px;
}
.column-menu > ul > li > ul {
  background: url(/statics/xinwangwei/images/column-menu-line.png) repeat-x 0 bottom;
  padding: 4px 0;
  display: none;
}
.column-menu > ul > li > ul li a {
  height: 36px;
  line-height: 36px;
}
.column-menu > ul > li:last-child > a,
.column-menu > ul > li:last-child > ul {
  background: none;
}
.column-menu > ul > li > ul > li ul {
  text-indent: 20px;
  display: none;
}
.column-menu > ul > li > ul > li ul li > a::before {
  content: "- ";
}
.contentrbox {
  padding-left: 255px;
}
.contentrbox .contentr {
  padding: 14px;
}
.contentrbox .columntitle {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 10px;
  position: relative;
}
.contentrbox .columntitle::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #267dc0;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.contentrbox .columntitle .tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #267dc0;
}
.contentrbox .columntitle .en {
  text-transform: uppercase;
  color: #666;
  margin-top: 4px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -8px;
}
.product-list li {
  width: 33.33333%;
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
}
.product-list li a {
  display: block;
  border: solid 1px #e1e1e1;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-list li a:hover .filter {
  background: url(/statics/xinwangwei/images/product_filter2.png);
  height: 104%;
  bottom: -5px;
}
.product-list li a:hover .more {
  padding-top: 38px;
  height: auto;
}
.product-list li a:hover .tit {
  margin-top: 12px;
  color: #fff;
}
.product-list li .filter,
.product-list li .more,
.product-list li .tit {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .filter {
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(/statics/xinwangwei/images/product_filter1.png);
}
.product-list li .more {
  background: url(/statics/xinwangwei/images/product_add.png) no-repeat center 0;
  color: #fff;
  height: 0;
  overflow: hidden;
}
.product-list li .tit {
  height: 44px;
  line-height: 44px;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-page .product-list {
  margin-top: 16px;
}
.product-page .introduction {
  overflow: hidden;
}
.product-page .introduction .content {
  width: 61.92609183%;
  float: right;
}
.product-page .introduction .content .title {
  font-size: 2.6rem;
}
.product-page .introduction .content .titl {
  font-size: 1.6rem;
  margin: 12px 0;
}
.product-page .introduction .content .text {
  line-height: 24px;
  color: #666;
}
.product-page .introduction .content .text p {
  margin-bottom: 6px;
}
.product-page .introduction .content .text a {
  color: #666;
}
.product-page .introduction .content .text .advisory {
  color: #fff;
}
.product-page .introduction .content .advisory {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  padding: 0 10px 0 28px;
  background: url(/statics/xinwangwei/images/qq_icon.png) no-repeat 8px center #267dc0;
  margin: -2px 0 0 10px;
  color: #fff;
}
.product-page .introduction .content .advisory:hover {
  background-color: #cc2222;
}
.product-page .introduction .content .download {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 0 0 10px;
  background: url(/statics/xinwangwei/images/download_icon.png) no-repeat center;
}
.product-page .introduction .content .download:hover {
  -webkit-filter: brightness(140%);
  -moz-filter: brightness(140%);
  -ms-filter: brightness(140%);
  -o-filter: brightness(140%);
  filter: brightness(140%);
}
.product-page .introduction .content .share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .introduction .content .share .tit {
  float: left;
}
.product-page .introduction .content .share a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(/statics/xinwangwei/images/share2.png) no-repeat 0 0;
  float: left;
  margin-right: 10px;
}
.product-page .introduction .content .share .icon-qq {
  background-position: 0 0;
}
.product-page .introduction .content .share .icon-weibo {
  background-position: -20px 0;
}
.product-page .introduction .content .share .icon-wechat {
  background-position: -42px 0;
}
.product-page .photo {
  float: left;
  width: 34.71444569%;
}
.product-page .photo img {
  width: 100%;
  display: block;
}
.product-page .photo .gallery-top {
  border: solid 1px #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
.product-page .photo .gallery-thumbs {
  margin-top: 12px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .photo .gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.product-page .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #e1e1e1;
}
.product-page .photo .bottom {
  position: relative;
  padding: 0 16px;
}
.product-page .photo .swiper-button-next,
.product-page .photo .swiper-button-prev {
  width: 14px;
  height: 100%;
  position: absolute;
  margin: 0;
  background: no-repeat center #e8e8e8;
  top: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product-page .photo .swiper-button-prev {
  left: 0;
  background-image: url(/statics/xinwangwei/images/arrow6.png);
}
.product-page .photo .swiper-button-prev:hover {
  background-color: #267dc0;
  background-image: url(/statics/xinwangwei/images/arrow8.png);
}
.product-page .photo .swiper-button-next {
  right: 0;
  background-image: url(/statics/xinwangwei/images/arrow7.png);
}
.product-page .photo .swiper-button-next:hover {
  background-color: #267dc0;
  background-image: url(/statics/xinwangwei/images/arrow9.png);
}
.product-page .details {
  margin-top: 16px;
}
.product-page .details .tab {
  overflow: hidden;
  background: #f4f4f4;
  border-bottom: solid 1px #267dc0;
}
.product-page .details .tab span {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 20px;
  font-size: 1.6rem;
  color: #555;
  cursor: pointer;
}
.product-page .details .tab span.on {
  background: #267dc0;
  color: #fff;
}
.product-page .details .article {
  padding: 26px 0 40px 0;
  color: #777;
}
.product-page .details .article .tit {
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
.product-page .details .download {
  padding: 20px 0;
}
.product-page .label {
  border-bottom: solid 1px #e4e4e4;
}
.product-page .hotlist {
  padding-top: 16px;
}
.product-page .hotlist .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.product-page .hotlist .product-list ul {
  margin: 0 -6px;
}
.product-page .hotlist .product-list li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 6px;
}
.product-page .hotlist .product-list li a:hover .filter {
  height: 105%;
}
.product-page .hotlist .product-list li .filter {
  height: 34px;
}
.product-page .hotlist .product-list li .tit {
  height: 34px;
  line-height: 34px;
}
.label {
  color: #666;
  line-height: 4rem;
  overflow: hidden;
}
.label .tit,
.label a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
.label a {
  padding: 0 6px;
  height: 2.4rem;
  line-height: 2.2rem;
  border-radius: 4px;
  border: solid 1px #d0d0d0;
  margin-right: 4px;
}
.label a:hover {
  background: #267dc0;
  border-color: #267dc0;
  color: #fff;
}
.problem-page .contentlr,
.download-page .contentlr {
  margin-bottom: 10;
}
.problem-page .paging,
.download-page .paging {
  margin: 28px 0 10px 0;
}
.download-page .contentr .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6px 0 20px 0;
}
.download-list li {
  margin-bottom: 4px;
}
.download-list li a {
  display: block;
  padding: 0 80px 0 40px;
  height: 36px;
  line-height: 36px;
  color: #666;
  position: relative;
  border-radius: 3px;
  background: url(/statics/xinwangwei/images/download1.png) no-repeat right 14px center #f5f5f5;
}
.download-list li a:hover {
  background-image: url(/statics/xinwangwei/images/download2.png);
  background-color: #267dc0;
  color: #fff;
}
.download-list li a:hover .i1 {
  display: none;
}
.download-list li a:hover .i2 {
  display: block;
}
.download-list li a .i2 {
  display: none;
}
.download-list li a i {
  width: 20px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}
.download-list li a i img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}
.download-list li a span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.problem-list li {
  margin-bottom: 5px;
}
.problem-list li a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #666;
  position: relative;
  border-radius: 3px;
  padding: 0 100px 0 40px;
  background: url(/statics/xinwangwei/images/problem1.png) no-repeat 10px center #f5f5f5;
}
.problem-list li a:hover {
  background-image: url(/statics/xinwangwei/images/problem2.png);
  background-color: #267dc0;
  color: #fff;
}
.problem-list li a:hover .more {
  padding-right: 24px;
  background-image: url(/statics/xinwangwei/images/arrow11.png);
  color: #fff;
}
.problem-list li a span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.problem-list li a .more {
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 2;
  font-size: 1.2rem;
  background: no-repeat right center;
  padding-right: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.news-list li:first-child a {
  padding-top: 0;
}
.news-list li a {
  display: block;
  padding: 16px 0;
  background: url(/statics/xinwangwei/images/column-menu-line.png) repeat-x 0 bottom;
  overflow: hidden;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .tit,
.news-list li a:hover .more {
  color: #267dc0;
}
.news-list li a:hover .more span {
  padding-right: 26px;
  background-image: url(/statics/xinwangwei/images/arrow12.png);
}
.news-list li .picc {
  width: 282px;
  height: 152px;
  border-radius: 6px;
  float: left;
}
.news-list li .text {
  padding: 14px 0 0 304px;
}
.news-list li .date,
.news-list li .tit,
.news-list li .more,
.news-list li .txt {
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .date {
  color: #666;
  padding-left: 18px;
  background: url(/statics/xinwangwei/images/date.png) no-repeat 0 center;
}
.news-list li .tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 12px 0 8px 0;
}
.news-list li .txt {
  height: 4rem;
  -webkit-line-clamp: 2;
  color: #333;
}
.news-list li .more {
  color: #666;
  margin-top: 16px;
}
.news-list li .more span {
  display: inline-block;
  padding-right: 10px;
  background: no-repeat right center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.news-page .paging {
  margin: 18px 0 0 0;
}
.news-page .hotlist {
  padding: 12px;
  margin-bottom: 0;
  clear: both;
}
.news-page .hotlist .title {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.news-page .hotlist .product-list {
  margin-top: 12px;
}
.news-page .hotlist .product-list ul {
  margin: 0 -5px;
}
.news-page .hotlist .product-list li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.news-page .hotlist .product-list li a:hover .filter {
  height: 105%;
}
.news-page .details {
  padding-top: 20px;
}
.news-page .details .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.news-page .details .info {
  text-align: center;
  color: #666;
  margin: 12px 0 16px 0;
}
.news-page .details .article {
  background: url(/statics/xinwangwei/images/column-menu-line.png) repeat-x 0 0;
  padding: 16px 0 40px 0;
}
.news-page .prevnext {
  overflow: hidden;
  margin: 12px 0;
}
.news-page .prevnext a {
  width: 380px;
  height: 24px;
  line-height: 24px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .prevnext .prev {
  padding-left: 15px;
  background: url(/statics/xinwangwei/images/arrow13.png) no-repeat 0 center;
}
.news-page .prevnext .prev:hover {
  color: #267dc0;
  background-image: url(/statics/xinwangwei/images/arrow15.png);
}
.news-page .prevnext .next {
  float: right;
  text-align: right;
  padding-right: 15px;
  color: #666;
  background: url(/statics/xinwangwei/images/arrow14.png) no-repeat right center;
}
.news-page .prevnext .next:hover {
  color: #267dc0;
  background-image: url(/statics/xinwangwei/images/arrow16.png);
}
.news-page .related-news .title {
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 10px;
  border-radius: 3px;
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: bold;
}
.news-page .related-news ul {
  overflow: hidden;
  margin: 10px -80px 0 -80px;
}
.news-page .related-news ul li {
  width: 50%;
  float: left;
  padding: 5px 80px;
}
.news-page .related-news ul li:nth-child(2n+1) {
  clear: left;
}
.news-page .related-news ul li a {
  display: block;
  height: 2.4rem;
  line-height: 2.4rem;
  position: relative;
  padding: 0 120px 0 15px;
}
.news-page .related-news ul li a:hover {
  color: #267dc0;
}
.news-page .related-news ul li a:hover::after {
  background: #267dc0;
}
.news-page .related-news ul li a::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #747474;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
}
.news-page .related-news ul li a span {
  height: 2.4rem;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .related-news ul li a .d {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.apps-list ul {
  margin: 0 -15px;
}
.apps-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.apps-list li {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.apps-list li a {
  display: block;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
}
.apps-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.apps-list li a:hover .tit,
.apps-list li a:hover .more {
  color: #cc2222;
}
.apps-list li a:hover .more span {
  background-image: url(/statics/xinwangwei/images/arrow17.png);
  padding-right: 24px;
}
.apps-list li .picc {
  border-radius: 8px;
}
.apps-list li .text {
  padding: 12px 8px;
}
.apps-list li .tit,
.apps-list li .txt,
.apps-list li .more {
  height: 2rem;
  line-height: 2rem;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.apps-list li .tit {
  font-weight: bold;
}
.apps-list li .txt {
  height: 4rem;
  -webkit-line-clamp: 2;
  margin: 6px 0;
}
.apps-list li .more span {
  display: inline-block;
  padding-right: 10px;
  background: no-repeat right center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.apps-page .apps-content {
  padding: 10px 28px;
}
.apps-page .apps-list-row {
  border-bottom: solid 1px #f7edf3;
  padding-top: 24px;
}
.apps-page .apps-list-row:last-child {
  border-bottom: none;
}
.apps-page .apps-list-row .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.apps-page .apps-list-row .description {
  margin: 14px 0 26px 0;
}
.apps-page .details {
  padding: 20px 0;
}
.apps-page .details .title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.apps-page .details .title::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 2;
}
.apps-page .details .title span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 5;
  padding-right: 6px;
}
.apps-page .details .article {
  overflow: auto;
}
.apps-page .introduction {
  overflow: hidden;
  margin: 18px 0 24px 0;
}
.apps-page .introduction .pic {
  width: 353px;
  float: left;
  overflow: hidden;
}
.apps-page .introduction .text {
  padding: 16px 0 0 374px;
}
.apps-page .introduction .tit {
  font-size: 1.6rem;
  font-weight: bold;
}
.apps-page .introduction .txt {
  line-height: 2.6rem;
  margin-top: 10px;
}
.related-apps {
  padding: 0 26px;
}
.related-apps .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 4px;
}
.certificate-list ul {
  overflow: hidden;
  margin: 0 -6px;
}
.certificate-list li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 6px;
  margin-bottom: 2px;
}
.certificate-list li:nth-child(5n+1) {
  clear: left;
}
.certificate-list li a {
  display: block;
}
.certificate-list li a:hover {
  color: #267dc0;
}
.certificate-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.certificate-list li .pic {
  border: solid 1px #eaeaea;
  padding: 12px;
  overflow: hidden;
}
.certificate-list li .pic span {
  display: block;
}
.certificate-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.certificate-list li .txt {
  height: 4.8rem;
  line-height: 4.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.recruitment-list .head,
.recruitment-list .top {
  line-height: 22px;
  padding: 4px 100px 4px 8px;
  overflow: hidden;
}
.recruitment-list .head {
  margin-bottom: 1px;
  background: #267dc0;
  color: #fff;
  font-weight: bold;
}
.recruitment-list .top {
  background: url(/statics/xinwangwei/images/recruitment-list1.png) no-repeat right 15px center #f3f3f3;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.recruitment-list .cont {
  border: solid 1px #267dc0;
  background: #fff;
  padding: 16px;
  color: #666;
  line-height: 28px;
  display: none;
}
.recruitment-list .cont .tit {
  font-weight: bold;
}
.recruitment-list .list li {
  margin-bottom: 3px;
}
.recruitment-list .list li.now .top {
  background-image: url(/statics/xinwangwei/images/recruitment-list2.png);
}
.about-page .about .headpic {
  border-radius: 4px;
  overflow: hidden;
}
.about-page .about .headpic img {
  width: 100%;
  display: block;
}
.about-page .about .title {
  font-size: 2rem;
  font-weight: bold;
  color: #267dc0;
  margin: 16px 0 10px 0;
}
.about-page .certificate .paging {
  margin: 6px 0;
}
.about-page .recruitment {
  padding: 10px;
}
.about-page .recruitment .paging {
  margin: 20px 0 0 0;
}
.about-page .recruitment .slogan {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.marketing-page .marketing {
  padding: 20px;
  line-height: 2.2rem;
}
.marketing-page .marketing .picleft {
  float: left;
  margin: 0 26px 10px 0;
}
.marketing-page .marketing .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}
.pcmessage {
  padding: 24px 96px;
}
.pcmessage .title {
  text-align: center;
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 28px;
}
.pcmessage .row {
  margin: 0 -15px;
}
.pcmessage .row .col {
  padding: 0 15px;
  margin-bottom: 18px;
}
.pcmessage .tit {
  min-width: 80px;
  float: left;
  line-height: 56px;
  text-align: right;
  padding-right: 10px;
}
.pcmessage .tit span {
  color: #fe1212;
}
.pcmessage .inpu,
.pcmessage .verification {
  padding-left: 80px;
}
.pcmessage textarea,
.pcmessage input[type="text"] {
  width: 100%;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  padding: 1.5rem 1.6rem;
  line-height: 2.4rem;
}
.pcmessage textarea::-webkit-input-placeholder,
.pcmessage input[type="text"]::-webkit-input-placeholder {
  color: #929292;
}
.pcmessage textarea:-moz-placeholder,
.pcmessage input[type="text"]:-moz-placeholder {
  color: #929292;
}
.pcmessage textarea::-moz-placeholder,
.pcmessage input[type="text"]::-moz-placeholder {
  color: #929292;
}
.pcmessage textarea:-ms-input-placeholder,
.pcmessage input[type="text"]:-ms-input-placeholder {
  color: #929292;
}
.pcmessage textarea {
  height: 5.6rem;
  resize: vertical;
}
.pcmessage .verification input[type="text"] {
  width: 140px;
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pcmessage .verification .pic {
  width: 126px;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  height: 4.6rem;
  overflow: hidden;
  float: left;
  margin: 0 10px;
  cursor: pointer;
}
.pcmessage .verification img {
  width: 100%;
  display: block;
}
.pcmessage .verification input[type="button"],
.pcmessage .verification button {
  float: left;
  width: 124px;
  height: 4.6rem;
  line-height: 4.4rem;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 5px;
  background: #267dc0;
  text-align: center;
  cursor: pointer;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.pcmessage .verification input[type="button"]:hover,
.pcmessage .verification button:hover {
  background: #0664ac;
}
.sample-page .download {
  padding: 14px 26px;
}
.sample-page .download .title {
  font-size: 2.4rem;
  color: #222;
}
.sample-page .download ul {
  overflow: hidden;
  margin: 16px -20px 0 -20px;
}
.sample-page .download li {
  width: 50%;
  float: left;
  margin-bottom: 22px;
  padding: 0 20px;
}
.sample-page .download li:nth-child(2n+1) {
  clear: left;
}
.sample-page .download li a {
  display: block;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  padding: 16px 70px 10px 98px;
  position: relative;
  background: url(/statics/xinwangwei/images/arrow18.png) no-repeat right 25px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sample-page .download li a:hover {
  border-color: #267dc0;
  background-position: right 15px center;
  background-image: url(/statics/xinwangwei/images/arrow19.png);
}
.sample-page .download li a:hover .icon {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.sample-page .download li a:hover .tit {
  color: #267dc0;
}
.sample-page .download li a .icon {
  width: 52px;
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sample-page .download li a .tit,
.sample-page .download li a .txt {
  line-height: 2rem;
  margin: 1rem 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sample-page .download li a .tit {
  font-size: 1.8rem;
  color: #222;
}
.sample-page .download li a .txt {
  color: #666;
}
.contact-page .contact-content {
  padding: 12px;
  padding-top: 20px;
  background: #fff;
}
.contact-page .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-page .contact {
  float: left;
  width: 33.85416667%;
}
.contact-page .contact .cont {
  margin-top: 20px;
  line-height: 2.4rem;
  color: #666;
}
.contact-page .contact p {
  display: flex;
}
.contact-page .contact span {
  display: inline-block;
}
.contact-page .contact .txt {
  flex: 1;
}
.contact-page .message {
  float: right;
  width: 60.59027778%;
}
.contact-page .message .text {
  color: #888;
  margin: 24px 0 20px 0;
}
.contact-page .message .tips {
  color: #555;
  padding: 4px 0 4px 30px;
  background: url(/statics/xinwangwei/images/tips.png) no-repeat 0 center;
  margin: 0 0 10px 0;
}
.contact-page .message .row {
  margin: 0 -6px;
}
.contact-page .message .col {
  padding: 0 6px;
  margin-bottom: 12px;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
  padding: 7px 10px;
  line-height: 22px;
}
.contact-page .message textarea::-webkit-input-placeholder,
.contact-page .message input[type="text"]::-webkit-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea:-moz-placeholder,
.contact-page .message input[type="text"]:-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea::-moz-placeholder,
.contact-page .message input[type="text"]::-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea:-ms-input-placeholder,
.contact-page .message input[type="text"]:-ms-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea {
  height: 110px;
}
.contact-page .message .verification {
  overflow: hidden;
}
.contact-page .message .verification input[type="text"] {
  width: 140px;
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact-page .message .verification .pic {
  width: 126px;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  height: 4.4rem;
  overflow: hidden;
  float: left;
  margin: 0 10px;
  cursor: pointer;
}
.contact-page .message .verification .pic img {
  height: 100%;
}
.contact-page .message .verification img {
  width: 100%;
  display: block;
}
.contact-page .message .verification input[type="button"],
.contact-page .message .verification button {
  float: right;
  width: 124px;
  height: 4.6rem;
  line-height: 4.4rem;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 5px;
  background: #267dc0;
  text-align: center;
  cursor: pointer;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.contact-page .message .verification input[type="button"]:hover,
.contact-page .message .verification button:hover {
  background: #0664ac;
}
.contact-page .map {
  margin-top: 30px;
}
.contact-page .map #allmap {
  height: 368px;
  border: solid 1px #e7e7e7;
}
.map-content {
  background: #fff;
  margin-bottom: 8px;
}
.map-content .row {
  padding: 20px;
}
.map-content .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 16px;
  color: #267dc0;
}
.map-content .row ul {
  margin-top: 10px;
}
.map-content .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.map-content .row ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
}
.map-content .row ul li a:hover {
  color: #267dc0;
}
.fixed-sidebar {
  width: 68px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0, -51%);
  -webkit-transform: translate(0, -51%);
  -moz-transform: translate(0, -51%);
  -ms-transform: translate(0, -51%);
  -o-transform: translate(0, -51%);
  z-index: 90;
  text-align: center;
}
.fixed-sidebar li {
  margin-top: 1px;
  position: relative;
}
.fixed-sidebar li:first-child a {
  border-radius: 4px 4px 0 0;
}
.fixed-sidebar li:last-child a {
  border-radius: 0 0 4px 4px;
}
.fixed-sidebar li:hover a {
  background: #cc2222;
}
.fixed-sidebar li a {
  height: 60px;
  display: block;
  background: #267dc0;
  padding-top: 8px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar li a i {
  height: 22px;
  line-height: 22px;
  display: block;
  margin-bottom: 4px;
}
.fixed-sidebar li a i img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a p {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
.fixed-sidebar li .hide {
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 69px;
  z-index: 5;
  background: #267dc0;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  background: #cc2222;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 140px;
  height: 140px;
  padding: 8px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .fixed-sidebar {
    width: 58px;
    right: 0;
  }
  .fixed-sidebar li .hide {
    right: 59px;
  }
}
.popup-reservation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
}
.popup-reservation .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  background: url(/statics/xinwangwei/images/mainFilter.png);
}
.popup-reservation .table {
  width: 100%;
  position: relative;
  z-index: 205;
}
.popup-reservation .reservation {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.popup-reservation .reservation .close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  background: url(/statics/xinwangwei/images/close2.png) no-repeat center;
  background-size: 14px auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-reservation .reservation .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popup-reservation .reservation .title {
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 2.2rem;
  color: #fff;
  background: #267dc0;
}
.popup-reservation .reservation .content {
  padding: 30px;
}
.popup-reservation .reservation .tips {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.popup-reservation .reservation .tips a {
  color: #cc2222;
  font-size: 1.8rem;
}
.popup-reservation .reservation .row {
  margin-bottom: 16px;
}
.popup-reservation .reservation .row .tit {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 10px;
  line-height: 30px;
}
.popup-reservation .reservation .row .inpu {
  padding-left: 30%;
  padding-right: 16%;
  position: relative;
}
.popup-reservation .reservation .row .inpu span {
  color: #cc2222;
  position: absolute;
  top: 0;
  right: 12%;
  font-size: 2rem;
  line-height: 30px;
}
.popup-reservation .reservation .row input[type="text"],
.popup-reservation .reservation .row select {
  width: 100%;
  height: 30px;
  line-height: 28px;
  line-height: 6px;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  padding: 0 10px;
}
.popup-reservation .reservation button,
.popup-reservation .reservation input[type="button"],
.popup-reservation .reservation input[type="submit"] {
  width: 130px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  text-align: center;
  background: #267dc0;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-reservation .reservation button:hover,
.popup-reservation .reservation input[type="button"]:hover,
.popup-reservation .reservation input[type="submit"]:hover {
  background: #cc2222;
}
.label-content {
  padding: 14px;
}
.label-content .paging {
  margin-top: 30px;
}
.label-list li {
  margin-bottom: 10px;
  padding: 18px;
  background: #fff;
  border: solid 1px #eee;
  overflow: hidden;
}
.label-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.label-list li .tit,
.label-list li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.label-list li .tit,
.label-list li .tit a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.label-list li .tit a:hover {
  color: #267dc0;
}
.label-list li .txt {
  height: 40px;
  color: #999;
  -webkit-line-clamp: 2;
  margin: 8px 0 22px 0;
}
.label-list li .kword a {
  float: left;
  margin: 0 10px 10px 0;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f5f6f7;
  color: #666;
}
.label-list li .kword a.on,
.label-list li .kword a:hover {
  background: #fdf2f1;
  color: #267dc0;
}
.label-list li .info {
  line-height: 28px;
  font-size: 12px;
  color: #999;
  float: right;
}
.label-list li .info span {
  margin-left: 36px;
}
.label-list li .info span:first-child {
  margin-left: 0;
}
