body {
  font-family: "MontserratLight" !important;
}

@font-face {
  font-family: DINAlternate-Bold;
  src: url(../fonts/DIN-Alternate-Bold.woff2) format("woff2"),
    url(../fonts/DIN-Alternate-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2"),
    url(../fonts/OpenSans-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "MontserratSemi";
  font-weight: Bold;
  src: url(../css/Montserrat\ Semi\ Bold.otf);
}

@font-face {
  font-family: "MontserratLight";
  src: url(../css/Montserrat-Light.otf);
}

.tc {
  color: #333;
}

.tcbg {
  background: #494949;
}

/* .mauto {
    max-width: 1300px
}

body {
    background: #F5F5F5;
}

.banner,
.header-m,
.i-banner,
footer,
header,
main {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

body {
    padding-top: 144px
}

header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.header .logo {
    max-width: 172px;
    height: 80px;
    line-height: 80px;
    overflow: hidden
}

.header nav ul li {
    margin: 0 25px;
    font-family: "MontserratLight";

}

.header nav ul li .link2:nth-child(10) .sub3,
.header nav ul li .link2:nth-child(11) .sub3,
.header nav ul li .link2:nth-child(12) .sub3,
.header nav ul li .link2:nth-child(13) .sub3,
.header nav ul li .link2:nth-child(14) .sub3 {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.header nav ul li.cur>a,
.header nav ul li:hover>a {
    color: #494949;
}

.header nav ul li.cur .sub2,
.header nav ul li.cur .sub22,
.header nav ul li.cur .sub23,
.header nav ul li:hover .sub2,
.header nav ul li:hover .sub22,
.header nav ul li:hover .sub23 {
    display: block
}

.header nav ul li a {
    display: block
}

.header nav ul li>a {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    font-family: MontserratSemi;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header nav ul li:hover>a.wxcur::after {
    background: url(../images/icon-nav1.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.header nav ul li>a.wxcur::after {
    width: 11px;
    height: 6px;
    display: inline-block;
    content: '';
    float: right;
    margin-left: 5px;
    background: url(../images/icon-nav1.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.header nav .sub2 {
    z-index: 1;
    width: 200px;
    padding: 18px 0;
    background: #494949
}

.header nav .sub2 .link2 {
    position: relative
}

.header nav .sub2 .link2>a {
    text-align: left;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    height: auto;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header nav .sub2 .link2:hover>a.wxcur::after {
    background: url(../images/icon-nav2.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.header nav .sub2 .link2>a.wxcur::after {
    width: 5px;
    height: 8px;
    display: inline-block;
    content: '';
    margin-left: 5px;
    background: url(../images/icon-nav02.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.header nav .sub2 .link2:hover>a {
    color: #494949;
    background: #fff
}

.header nav .sub2 .link2:hover .sub3 {
    display: block
}

.header nav .sub3 {
    top: -.2rem;
    left: 200px;
    width: 817px;
    padding: 20px;
    background: #f4f4f4;
    -webkit-box-shadow: 0 0 5px #dae2e5;
    box-shadow: 0 0 5px #dae2e5
}

.header nav .sub3 .row {
    width: 100%;
    margin-left: -.4rem
}

.header nav .sub3 .lg-4 {
    width: 25%;
    padding-left: .4rem
}

.header nav .sub3 a {
    display: block;
    font-size: 13px;
    font-weight: 700
}

.header nav .sub3 .info {
    float: right
}

.header nav .link3 {
    font-size: 16px;
    line-height: 36px;
    color: #3c3c3c;
    text-align: left;
    border-bottom: 1px solid #dbdce0
}

.header nav .link3:hover {
    color: #494949
}

.header nav .link4 {
    font-size: 15px;
    padding: 5px 0;
    line-height: 22px;
    color: #666;
    text-align: left
}

.header nav .link4:hover {
    color: #494949
}

.header nav .info .con-l {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    margin-top: 2.3%;
    display: none
}

.header nav .info .con-l em {
    font-size: 18px;
    text-align: left
}

.header nav .info .con-l .row {
    margin-left: -.11rem
}

.header nav .info .con-l .row .lg-4 {
    padding-left: .11rem
}

.header nav .info .con-l .imgs {
    padding-bottom: 85%
}

.header nav .info .con-r {
    width: 220px;
    margin-top: -20px
}

.header nav .info .con-r .ing {
    width: 185px;
    height: 128px
}

.header nav .sub22 {
    z-index: 1;
    left: 0;
    top: 80px;
    width: 100%;
    background: #eef3f6
}

.header nav .sub22 .con-l {
    width: 54%;
    text-align: left
}

.header nav .sub22 .con-l .row {
    margin-left: -.3rem
}

.header nav .sub22 .con-l .row .lg-3 {
    padding-left: .3rem;
    margin-bottom: .3rem
}

.header nav .sub22 .con-l em {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eff1f1
}

.header nav .sub22 .con-l .link {
    color: #777
}

.header nav .sub22 .con-l .link a:hover {
    color: #494949
}

.header nav .sub22 .con-r {
    width: 43%
}

.header nav .sub23 {
    top: 80px;
    left: 50%;
    width: 180px;
    background: #fff;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.header nav .sub23 a {
    padding: 0 10px;
    line-height: 22px
}

.header nav .sub23 a:hover {
    color: #fff;
    background: #494949
}

.header nav .sub23 i {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header .item2 {
    background: #fff
}

.header .item2 .c6 a {
    margin: 5px .1rem 0 .1rem
}

.header .item2 .btn {
    color: #3c3c3c
}

.header .item2 .btn a {
    margin: 0 25px
}

.header .item2 .btn .icon {
    height: 30px;
    line-height: 30px
}

.header .item2 .btn .CarNum {
    display: block;
    position: absolute;
    top: -6px;
    right: -16px;
    background: #fc7a7a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%
} */

/* .cart-btn-w:hover .cart-con {
    visibility: visible;
    opacity: 1
}

.cart-con {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 36px;
    right: 0;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .12)
}

.cart-con .con {
    width: 400px
}

.cart-con .head span {
    font-size: 20px;
    color: #000
}

.cart-con .btn1 {
    height: 30px;
    line-height: 30px;
    background: #494949;
    border-radius: 3px
}

.cart-con .list {
    padding: 0 20px;
    max-height: 380px;
    overflow-y: auto
}

.cart-con .list li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1
}

.cart-con .list li:last-child {
    border-bottom: 0 solid #f1f1f1
}

.cart-con .list .img {
    width: 65px;
    height: 65px
}

.cart-con .list .info {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 0 0 0 12px
}

.cart-con .list .els2 {
    height: 48px;
    line-height: 24px;
    color: #494949;
    width: 60%
}

.cart-con .list i {
    color: #000;
    font-weight: bolder;
    position: relative;
    left: -15%;
    top: -10px
}

.cart-con .bazaar-notice {
    font-size: 12px;
    line-height: 22px;
    color: #494949;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.cart-con .list input {
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #e1e1e1
}

.in-header .btn a {
    margin: 0 10px;
    position: relative
}

.in-header .btn a span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fc7a7a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.in-header .nav li {
    display: inline-block;
    margin: 0 15px
}

.in-header .nav li a {
    position: relative;
    font-size: 22px;
    color: #003c61;
    padding-bottom: 10px
}

.in-header .nav li a::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 70%;
    height: 2px;
    background: #003c61;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.search-w {
    height: 90px
}

.search {
    width: 617px;
    height: 44px;
    line-height: 44px;
    background: rgba(243, 243, 243, 0);
    border: 2px solid #777;
    border-radius: 10px;
}

.search .txt {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: 0 0
}

.search .btn {
    width: 42px;
    height: 100%;
    background: transparent url(../images/icon-search.png) no-repeat center
}

.search-btn {
    width: 80px;
    height: 80px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat center;
    -o-background-size: 23px;
    background-size: 23px
}

.hot-search {
    top: 44px;
    right: 0;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    z-index: 5;
}

.hot-search em {
    height: 36px;
    line-height: 36px;
    color: rgba(56, 56, 56, .61);
    background: #eee
}

.hot-search a {
    font-size: 13px;
    margin: 0 3px 7px 0;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #494949;
    color: #494949;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transition: all 0s
}

.hot-search a:hover {
    color: #fff;
    background: #494949
}

.search-result {
    top: 43px;
    right: 0;
    width: 100%;
    max-height: 60vh;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    overflow: auto;
    z-index: 10;
}

.search-result .item {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.search-result .item a:hover h3 {
    color: #494949
}

.search-result .img {
    width: 40px;
    height: 40px;
    border: 1px solid #eff1f1
}

.search-result h3 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 0 10px
}

.m-hot-search {
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1)
}

.m-hot-search em {
    height: 36px;
    line-height: 36px;
    color: rgba(56, 56, 56, .61);
    background: #eee
}

.m-hot-search a {
    margin: 0 6px 10px 0;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #494949;
    color: #494949;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transition: all 0s
}

.m-hot-search a:hover {
    color: #fff;
    background: #494949
}

.m-search-result {
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
    max-height: 60vh;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    overflow: auto
}

.m-search-result .item {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.m-search-result .item a:hover h3 {
    color: #494949
}

.m-search-result .img {
    width: 40px;
    height: 40px;
    border: 1px solid #eff1f1
}

.m-search-result h3 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 0 10px
}

.m-search {
    top: 80px;
    left: 0;
    padding: 0 4%
}

footer {
    background: #fff
}

footer .item2 {
    background: #494949
}

footer .item2 .form {
    max-width: 482px;
    margin: .2rem auto;
    border-radius: 3px
}

footer .item2 .form .txt {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 46px;
    line-height: 46px;
    padding: 0 15px
}

footer .item2 .form .btn {
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #257eb8
}

footer .item3 {
    color: #888
}

footer .item3 .lg-6 {
    width: 66%
}

footer .item3 .dfcc {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .item3 .btn a {
    float: left;
    margin: 0 7px
}

footer .item4 .mauto {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

footer .item4 .dflc {
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

footer .item4 em {
    color: #3c3c3c
}

footer .item4 .link a {
    color: #888;
    font-size: 14px
}

footer .item4 .link a:hover {
    color: #494949
} */

.in-footer {
  color: #00223b;
}

.in-footer .item1 {
  background: #def1ff;
}

.in-footer .item1 .con-l {
  width: 46%;
}

.in-footer .item1 .con-r {
  width: 640px;
}

.in-footer .item1 .con-r .txt-w,
.in-footer .item1 .con-r h3 {
  color: #04273b;
}

.in-footer .item1 .form input {
  height: 53px;
  line-height: 53px;
  border-radius: 5px;
}

.in-footer .item1 .form .txt {
  max-width: 478px;
  width: 75%;
  padding: 0 15px;
  border: 1px solid #83aac7;
}

.in-footer .item1 .form .btn {
  padding: 0 0.44rem;
  background: #0d354f;
}

.in-footer .item2 {
  background: url(../images/in_footer.jpg) no-repeat center/100% 100%;
  padding: 1.3rem 0;
}

.in-footer .item2 li a {
  font-size: 18px;
  line-height: 30px;
}

.in-footer .item2 li a:hover {
  color: #494949;
  text-decoration: underline;
}

.in-footer .item3 {
  background: #b4daf1;
}

.i-banner .slick-arrow {
  width: 0.46rem;
  height: 0.46rem;
}

.i-banner {
  margin-top: 64px;
}

.i-banner .slick-prev {
  left: 4%;
  background: url(../images/banner_l.png) no-repeat center/cover;
}

.i-banner .slick-next {
  right: 4%;
  background: url(../images/banner_r.png) no-repeat center/cover;
}

.i-banner .slick-dots {
  bottom: 0.2rem;
}

.i-banner .slick-dots div {
  width: 13px;
  height: 13px;
  border-radius: inherit;
  margin: 0 15px;
  background: url(../images/s2.png) no-repeat;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:focus,
.i-banner .slick-dots div:hover {
  border-radius: 50%;
  background: #ffffff url(../images/s11.png) no-repeat;
}

.i-banner a {
  display: block;
  min-height: 85px;
}

.i-banner .dn {
  display: none !important;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.i-main {
  background: #f5f5f5;
}

.i-title {
  font-size: 24px;
  font-weight: bolder;
  color: #3c3c3c;
  padding-bottom: 15px;
  font-family: MontserratSemi;
}

.i-title em {
  padding-left: 17px;
}

.i-title em::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 56px;
  height: 56px;
  background: url(../images/menuBg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.i-title i {
  font-size: 18px;
}

.i-business ul {
  margin-left: -0.35rem;
}

.i-business li {
  padding-left: 0.35rem;
  margin-bottom: 0.35rem;
}

.i-business .imgs {
  padding-bottom: 67.56097561%;
}

.i-business .info {
  left: 0;
  bottom: 0;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000000eb)
  );

  background-image: -webkit-linear-gradient(transparent, #000000eb);

  background-image: -moz-linear-gradient(transparent, #000000eb);

  background-image: -o-linear-gradient(transparent, #000000eb);

  background-image: linear-gradient(transparent, #000000eb);
  width: 100%;
}

.i-business h3 {
  font-size: 20px;
}

/* .i-pro .head{border-bottom:1px solid #ebebeb} */
.i-pro .head em {
  height: 60px;
  line-height: 60px;
}

.i-pro .head .btn .btn-in {
  overflow-x: auto;
}

.i-pro .head .btn a {
  position: relative;
  margin-right: 32px;
  color: #020301;
  font-weight: normal;
  font-family: MontserratLight;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}

.i-pro .head .btn a .ti {
  opacity: 0;
  font-size: 26px;
  font-weight: 700;
}

.i-pro .head .btn a .t {
  width: 100%;
  height: 100%;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.i-pro .head .btn a .t-l {
  width: 100%;
  height: 2px;
  background-color: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.i-pro .head .btn a .t-l1 {
  width: 2px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: -12px;
  background-color: #dbdbdb;
}

.i-pro .head .btn a:last-child .t-l1 {
  display: none;
}

/* .i-pro .head .btn a::after,
.i-pro .head .btn a::before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
} */

.i-pro .head .btn a::before {
  /* left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background: rgb(69, 170, 231, 0.1);
    position: absolute; */
}

.i-pro .head .btn a.cur {
  color: #171717;
  font-size: 26px;
  font-weight: 700;
  font-family: MontserratSemi;
}

.i-pro .head .btn a.cur .t-l {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.font-bold {
  font-weight: bold !important;
  font-family: MontserratSemi !important;
}

.font-light {
  font-weight: normal !important;
  font-family: MontserratLight !important;
}

.i-pro .head .btn a.cur::after,
.i-pro .head .btn a.cur::before {
  visibility: visible;
  opacity: 1;
}

/* .i-pro .head .more:hover{color:#fff} */
.i-pro .head .tag-menu-i:hover {
  color: #171717;
  font-weight: 700;
}

.i-pro .head .tag-menu-i:hover .t-l {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.i-pro ul {
  margin-left: -0.12rem;
  margin-right: -0.12rem;
}

.sourcing-b .i-pro ul {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.i-pro ul.cur {
  display: block;
}

.i-pro li {
  width: 20%;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  margin-bottom: 0.36rem;
  position: relative;
}

.i-pro li .con {
  padding: 34px 30px 20px;
  border: 1px solid transparent;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.i-pro li .con .add-car {
  border-radius: 0 0 8px 8px;
  transform: translateY(200%);
  visibility: hidden;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.i-pro li .con:hover .add-car {
  transform: translateY(0);
  visibility: visible;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.i-pro li .con::after {
  /* width: 100%;
    height: 2px;
    background: #46ABE6;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: none; */
}

.i-pro li .con:hover::after {
  display: block;
  /* border-top: 2px solid #46ABE6; */
  /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08); */
}

.i-pro li .pic {
  padding-bottom: 65%;
}

.i-pro li h3 {
  height: 44px;
  line-height: 22px;
  font-size: 15px;
  color: #020301;
  font-weight: 300 !important;
  margin-top: 40px;
  /*word-break: break-all;*/
}

.i-pro li em {
  font-size: 22px;
  color: #000;
}

.i-pro li i {
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 0.12rem;
  border: 1px solid #494949;
  color: #494949;
  cursor: pointer;
  font-weight: 700;
}

.i-pro li i:hover {
  color: #fff;
  background: #494949;
}

.i-pro li span {
  top: 0.13rem;
  left: 0.13rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  background: #fe5252;
}

.i-pro li span.cur {
  background: #33be1d;
}

.i-pro li .collection-btn {
  top: 0.13rem;
  right: 0.13rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../images/collection_icon1.png) no-repeat center;
}

.i-pro li .collection-btn.cur {
  background: url(../images/collection_icon2.png) no-repeat center;
}

/* .i-pro .more{width:144px;height:40px;line-height:38px;border:1px solid #ebebeb;background:#fff} */
/* .i-pro .more:hover{color:#fff;background:#494949} */
.i-pro .more {
  font-size: 14px;
  font-weight: 300;
  color: #666666 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i-head {
  padding: 0.1rem 0;
  border-bottom: 1px solid #ebebeb;
}

.i-head a:hover {
  color: #494949;
}

.i-blog ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.36rem;
  margin-bottom: -0.36rem;
}

.i-blog li {
  padding-left: 0.36rem !important;
  margin-bottom: 0.36rem !important;
}

.i-ProductSourcing {
  padding-bottom: 80px;
}

.i-ProductSourcing ul {
  margin-left: -50px;
  margin-bottom: -50px;
}

.i-ProductSourcing-others {
}

.i-ProductSourcing .ProductSourcing-items {
  padding-left: 50px;
  margin-bottom: 50px;
}

/* .i-blog li a {
    border-bottom: 1px solid #e6e5e5
} */

/* .i-blog li a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #494949;
    transition: all .3s;
    -webkit-transition: all .3s
} */

.i-blog li a:hover::after {
  width: 100%;
}

.i-blog .imgs {
  padding-bottom: 67.54098361%;
}

.i-blog h3 {
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  color: #3c3c3c;
}

.i-blog li a:hover h3 {
  color: #494949;
}

.i-blog h3 img {
  vertical-align: -2px;
  margin-right: 5px;
}

.i-blog .date {
  color: #888;
  font-family: MontserratLight;
}

.i-blog .more {
  font-size: 14px;
  font-weight: 300;
  color: #666666 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.i-blog .more:hover {
    color: #fff;
    background: #494949
}*/

.i-catalogue li {
  margin: 0 4% 1% 0;
  width: 22%;
}

.i-catalogue li img {
  width: 36px;
  float: right;
}

.i-catalogue li:nth-child(4n) {
  margin-right: 0;
}

.i-catalogue li a {
  width: 100%;
  height: 67px;
  line-height: 30px;
  font-size: 15px;
  color: #494949;
  padding: 0 0.1rem;
  border: 1px solid #494949;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i-catalogue li {
  margin: 0 4% 1% 0;
  width: 22%;
}

.clearfix-info {
  font-family: MontserratLight;
}

.clearfix-info .t1 {
  font-size: 24px;
  font-weight: 400;
  color: #44ace7;
  font-family: MontserratLight;
}

.clearfix-info .t2 {
  font-size: 17px;
  font-weight: 300;
  font-family: MontserratLight;
  color: #44ace7;
}

.i-catalogue2 li img {
  float: right;
  margin-top: 6px;
}

.i-catalogue2 li:nth-child(4n) {
  margin-right: 0;
}

.i-catalogue2 li a {
  width: 100%;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  color: #494949;
  padding: 0 0.08rem;
  border: 1px solid #494949;
  border-radius: 2px;
}

.banner {
  height: 350px;
}

.main-nav-p {
  background: #ebebeb;
}

.main-nav-p ul {
  font-size: 0;
}

.main-nav-p li {
  display: inline-block;
}

.main-nav-p li.cur a,
.main-nav-p li:hover a {
  color: #494949;
}

.main-nav-p li.cur a::after,
.main-nav-p li:hover a::after {
  width: 100%;
}

.main-nav-p li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
}

.main-nav-p li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #494949;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.main-home i {
  font-family: "MontserratLight";
}

.main-home a:hover {
  color: #494949;
  text-decoration: underline;
}

.content {
  min-height: 400px;
}

.in-title {
  font-size: 30px;
  /*font-weight:bold;*/
  border-bottom: 1px solid #e9e9e9;
}

.about .title {
  max-width: 440px;
  font-size: 32px;
  padding: 3px 0.1rem;
  border-radius: 5px;
  margin: 0 auto;
  background: #33add2;
}

.item5 .title {
  max-width: 100%;
  font-size: 28px;
  color: #46aae8;
  font-family: "MontserratLight";
}

.about .item1 h3 {
  font-size: 50px;
}

.about .link a {
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 0 0.4rem;
  margin: 0 2%;
}

.about .link a.cur,
.about .link a:hover {
  color: #fff;
  border-color: #494949;
  background: #494949;
}

.about .item3 .mauto {
  border-top: 2px solid #14a3cf;
}

.about .item3 h3 {
  font-size: 60px;
}

.about .item3 ul {
  margin-left: -0.48rem;
}

.about .item3 li {
  padding-left: 0.48rem;
  margin-bottom: 0.48rem;
}

.about .item3 .info {
  padding: 0.15rem;
  border-radius: 3px;
  color: #024558;
  background: #e8f3f7;
}

.about .item3 .txt {
  height: 160px;
  overflow-y: auto;
}

.about .item5 .list1 a {
  /*min-width:15.7%;*/
  height: 33px;
  line-height: 31px;
  padding: 0 0.14rem;
  border-radius: 3px;
  margin: 5px 4px;
  border: 1px solid #494949;
  color: #494949;
}

.about .item5 .list1 a:hover {
  color: #fff;
  background: #494949;
}

.item5 .list1 a {
  /*min-width:15.7%;*/
  height: 33px;
  line-height: 31px;
  padding: 0 0.14rem;
  border-radius: 3px;
  margin: 5px 4px;
  border: 1px solid #494949;
  color: #494949;
}

.item5 .list1 a:hover {
  color: #fff;
  background: #494949;
}

.about .item5 .list2 li {
  min-width: 15.7%;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.about .item5 .list2 li a {
  padding: 0 0.14rem;
  height: 38px;
  line-height: 38px;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
}

.about .item5 .list2 li a:hover {
  color: #494949;
}

.about .item5 .list2 li img {
  margin-left: 5px;
  vertical-align: -5px;
}

.about .item6 h3 {
  font-size: 60px;
}

.about .item6 h3::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 247px;
  height: 2px;
  background: #494949;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.about .item6 .slider {
  padding-bottom: 10%;
}

.about .item6 .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: #6c98a5;
}

.about .item6 .slider .slick-list {
  z-index: 1;
}

.about .item6 .slider .slick-slide {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.about .item6 .slider .slick-slide em {
  display: none;
}

.about .item6 .slider .slick-current {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
}

.about .item6 .slider .slick-current em {
  display: block;
}

.about .item6 .slider .slick-dots {
  z-index: 1;
  bottom: 8%;
}

.about .item6 .slider .slick-dots div {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 0 0.16rem;
  background: 0 0;
}

.about .item6 .slider .slick-dots div.slick-active,
.about .item6 .slider .slick-dots div:focus,
.about .item6 .slider .slick-dots div:hover {
  color: #494949;
  background: #fff;
}

.about .item7 li {
  padding: 0 13px;
  margin-bottom: 26px;
}

.about .item7 .imgs {
  padding-bottom: 108.77192982%;
}

.about .item7 .con {
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about .item7 .info1-w:hover .info1 {
  visibility: visible;
  opacity: 1;
}

.about .item7 .info1 {
  visibility: hidden;
  opacity: 0;
  bottom: 25%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.about .item7 .info1 .cons {
  font-size: 16px;
  text-align: left;
  background: #e8f7fc;
}

.about .item7 .info1 img {
  margin-right: 10px;
}

.about .item7 .b-more {
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #0b566d;
}

.about .item7 .b-more i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 99px;
  margin-left: 15px;
  background: #494949;
}

.about .item7 .b-more i::after {
  position: absolute;
  content: "+";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about .item7 .b-more:hover i::after {
  content: "-";
  top: -6%;
}

.about .item7 .b-more:hover .info2 {
  visibility: visible;
  opacity: 1;
}

.about .item7 .info2 {
  visibility: hidden;
  opacity: 0;
  left: 0;
  bottom: 74px;
}

.pro-guide .con-l {
  width: 262px;
}

.pro-guide .pro-nav {
  border: 1px solid #eff1f1;
}

.pro-guide .pro-nav h3 {
  border-bottom: 2px solid #ebebeb;
}

.pro-guide .pro-nav {
  border: 1px solid #eff1f1;
}

.pro-guide .pro-nav h3 {
  border-bottom: 2px solid #ebebeb;
}

.pro-guide .pro-nav h3 em {
  padding: 10px 0;
  border-bottom: 2px solid #494949;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
}

.pro-guide .pro-nav li.cur > a,
.pro-guide .pro-nav li:hover > a {
  color: #494949;
}

.pro-guide .pro-nav li.cur .sub2,
.pro-guide .pro-nav li:hover .sub2 {
  display: block;
}

.pro-guide .pro-nav li a {
  line-height: 22px;
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
}

.pro-guide .pro-nav li a:hover {
  color: #494949;
}

.pro-guide .pro-nav li .sub2.cur > a {
  color: #494949;
}

.pro-guide .pro-nav li .sub2.cur .sub3,
.pro-guide .pro-nav li .sub2:hover .sub3 {
  display: block;
}

.pro-guide .pro-nav li .sub2 > a {
  padding-left: 15px;
}

.pro-guide .pro-nav li .sub3 > a {
  padding-left: 30px;
}

.pro-guide .pro-nav2 li > a {
  position: relative;
  padding-left: 15px;
}

.pro-guide .pro-nav2 li > a::after {
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: #494949;
}

.pro-guide .pro-nav3 li {
  border: none;
}

.pro-guide .pro-nav3 li > a {
  padding: 0.05rem 0;
}

.pro-guide .pro-nav3 .img {
  width: 75px;
  height: 75px;
}

.pro-guide .pro-nav3 .info {
  width: -webkit-calc(100% - 84px);
  width: -moz-calc(100% - 84px);
  width: calc(100% - 84px);
}

.pro-guide .pro-nav3 i {
  color: #000;
}

.add-min {
  width: 32px;
  height: 38px;
  background: 0 0;
  cursor: pointer;
  border: 1px solid #ebebeb !important;
  font-family: "MontserratLight";
  font-size: 21px;
}

.add-inp {
  width: 70px;
  height: 38px;
  text-align: center;
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 0;
  border-right: 0;
}

.pro-guide .con-r {
  width: -webkit-calc(100% - 295px);
  width: -moz-calc(100% - 295px);
  width: calc(100% - 295px);
}

.pro-guide .con-r select {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #eff1f1;
}

.pro-guide .con-r .sort-price input {
  padding: 0 10px;
  width: 84px;
  height: 26px;
  line-height: 24px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #eff1f1;
}

.pro-guide .con-r .form {
  width: 300px;
}

.pro-guide .con-r .form .txt {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
  height: 27px;
  line-height: 27px;
  border: 1px solid #eff1f1;
  padding: 0 10px;
  border-radius: 5px;
}

.pro-guide .con-r .form .btn {
  width: 54px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  background: #494949;
}

.pro-guide .con-r .sort {
  color: #666;
}

.pro-guide .con-r .sort a {
  padding-right: 17px;
  margin: 0 0.1rem 0.1rem 0.1rem;
  background: url(../images/sort_icon.png) no-repeat right center;
}

.pro-guide .con-r .page a {
  padding: 0 11px;
  margin: 0 5px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  background: #494949;
  border-radius: 3px;
  font-size: 14px;
}

.pro-info .sj {
  width: -webkit-calc(100% - 325px);
  width: -moz-calc(100% - 325px);
  width: calc(100% - 325px);
  float: left;
}

.pro-info .sj2 {
  float: right;
  width: 312px;
}

.pro-info .sj2.cur .infos {
  position: fixed;
  top: 140px;
}

.pro-info .sj2 .cont {
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 30px;
}

.pro-info .sj2 .cont span {
  float: right;
}

.pro-info .sj2 .cont i {
  font-size: 18px;
  color: #098901;
  font-weight: bold;
}

.pro-info .sj2 .cont2 p {
  font-size: 14px;
  padding: 0.2rem 0;
  color: #2aaad1;
}

.pro-info .sj2 .cont2 .btn1 {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  background: #494949;
}

.pro-info .pro-pic {
  padding-bottom: 57%;
}

.pro-info .pro-pic-list {
  max-width: 380px;
  margin: 0 auto;
}

.pro-info .pro-pic-list li {
  padding: 0 5px;
}

.pro-info .pic-hover {
  padding-bottom: 100%;
  border: 1px solid #eff1f1;
  cursor: pointer;
}

.pro-info .pic-hover.cur {
  border-color: #494949;
}

.pro-info .pic-hover img {
  max-width: 100%;
  max-height: 100%;
}

.pro-info .pic-hover:hover em {
  display: block;
}

.pro-info .pic-hover em {
  height: 20px;
  line-height: 20px;
  left: 0;
  bottom: -25px;
  border: 1px solid #eff1f1;
  padding: 0 5px;
  background: #fff;
}

.pro-info .con-l {
  width: -webkit-calc(100% - 470px);
  width: -moz-calc(100% - 470px);
  width: calc(100% - 470px);
}

.pro-info .consj {
  border: 1px solid #eff1f1;
}

.pro-info .con-l .slider-w .t-slider .pic {
  padding-bottom: 50%;
}

.pro-info .con-l .slider-w .t-slider .pic img {
  width: auto;
}

.pro-info .con-l .slider-w .b-slider {
  max-width: 434px;
  margin: 0 auto;
  padding: 0 40px;
}

.pro-info .con-l .slider-w .b-slider .pic {
  padding-bottom: 100%;
  cursor: pointer;
}

.pro-info .con-l .slider-w .b-slider .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eceff0;
}

.pro-info .con-l .slider-w .b-slider .slick-slide {
  padding: 0 5px;
}

.pro-info .con-l .slider-w .b-slider .slick-current .pic::after {
  border-color: #494949;
}

.pro-info .con-l .slider-w .b-slider .slick-next,
.pro-info .con-l .slider-w .b-slider .slick-prev {
  width: 30px;
  height: 100%;
  background: #333 !important;
}

.pro-info .con-l .slider-w .b-slider .slick-prev {
  background: url(../images/b_slider_l.png) no-repeat center;
}

.pro-info .con-l .slider-w .b-slider .slick-next {
  background: url(../images/b_slider_r.png) no-repeat center;
}

.pro-info .con-l .slider-w .po-auto {
  max-width: 100%;
  max-height: 100%;
}

.pro-info .con-r {
  width: 440px;
}

.pro-info .con-r.cur .infos {
  z-index: 1;
  position: fixed;
  top: 140px;
  width: 440px;
  overflow-y: auto;
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px);
}

.pro-info .con-r .txt-w {
  border-top: 1px solid #e9ece8;
}

.pro-info .con-r .txt-w i {
  color: #000;
}

.pro-info .con-r .txt-w .txt {
  width: 75px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #eff1f1;
}

.pro-info .con-r .btn a {
  width: 173px;
  height: 45px;
  line-height: 45px;
  background: #494949;
}

.pro-info .con-r .btn a:last-child {
  background: #ee9d2a;
}

.pro-info .con-r .pro-share-btn a {
  width: 28px;
  height: 28px;
}

.pro-info .txt-info {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
}

.pro-info .txt-info .baf {
  border: 1px solid #eff1f1;
  word-break: break-word;
}

.pro-info .txt-info h3 {
  background: #f0f1f3;
}

.pro-info .txt-info h3 em {
  padding-left: 20px;
}

.pro-info .txt-info h3 em::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 4px;
  height: 16px;
  background: #494949;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pro-info .b-info .head {
  padding: 0 28px;
}

.pro-info .b-info .head .dflr {
  border-bottom: 1px solid #ebebeb;
}

.pro-info .b-info .slider {
  padding: 0 22px;
}

.pro-info .b-info li {
  padding: 0 6px;
  margin-bottom: 0.12rem;
}

.pro-info .b-info li a {
  padding: 0 0.1rem 0.25rem 0.1rem;
  border: 1px solid #ebebeb;
}

.pro-info .b-info li a:hover i {
  color: #fff;
  background: #494949;
  border-color: #494949;
}

.pro-info .b-info li .pic {
  padding-bottom: 76%;
}

.pro-info .b-info li h3 {
  height: 60px;
  line-height: 30px;
  font-size: 15px;
}

.pro-info .b-info li em {
  font-size: 18px;
  color: #000;
}

.pro-info .b-info li i {
  width: 144px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  border: 1px solid #bebebe;
  color: #666;
}

.pro-info .b-info li span {
  top: 0.13rem;
  left: 0.13rem;
  width: 52px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  background: #f69729;
}

.pro-info .b-info li span.cur {
  background: #33be1d;
}

.pro-info .b-info li .collection-btn {
  top: 0.13rem;
  right: 0.13rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../images/collection_icon1.png) no-repeat center;
}

.pro-info .b-info li .collection-btn.cur {
  background: url(../images/collection_icon2.png) no-repeat center;
}

.pro-info .b-info .slick-arrow {
  width: 10px;
  height: 18px;
}

.pro-info .b-info .slick-prev {
  background: url(../images/pro_info_l.png) no-repeat center;
}

.pro-info .b-info .slick-next {
  background: url(../images/pro_info_r.png) no-repeat center;
}

.pro-info .b-info .slick-dots {
  display: none !important;
}

.pro-info .t-btn a {
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  /*border-radius:99px;border:1px solid #e4e6e6*/
}

.pro-info .shopping-cart td {
  border-bottom: 1px solid #ebebeb;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #eff1f1;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomMask {
  position: absolute;
  z-index: 99;
  cursor: move;
  background: rgba(255, 255, 255, 0.4);
}

.zoomDiv img {
  max-width: inherit;
}

.login {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 4%;
  background: rgba(0, 0, 0, 0.5);
}

.login .con {
  max-width: 626px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: left;
  padding: 0.35rem 4%;
}

.login .txt {
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  border-radius: 5px;
  background: #e8f1f8;
}

.login .btn {
  width: 108px;
  padding: 7px 0;
  border-radius: 99px;
}

.login .hide {
  top: 0;
  right: 0;
  padding: 0 2vh;
  cursor: pointer;
  font-size: 5vh;
  font-family: "MontserratLight";
}

.register .mauto {
  max-width: 1330px;
  min-height: 100vh;
  padding: 0.3rem 0;
}

.register .sliders {
  max-width: 516px;
  margin: 0 auto;
  padding: 0 1.05rem;
}

.register .sliders .pic {
  padding-bottom: 100%;
  border: 1px solid #e1e8ee;
}

.register .sliders .pic img {
  max-width: 100%;
}

.register .sliders .slick-arrow {
  width: 49px;
  height: 100%;
}

.register .sliders .slick-prev {
  background: url(../images/register_l.png) no-repeat center;
}

.register .sliders .slick-next {
  background: url(../images/register_r.png) no-repeat center;
}

.register .sliders .slick-dots {
  display: none !important;
}

.register .form {
  max-width: 580px;
  margin: 0 auto;
}

.register em {
  width: 188px;
}

.register .txt {
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e0e2e2;
}

.register .txt2 {
  padding: 0;
}

.register .txt2 .input1 {
  width: 65%;
  padding: 0 10px;
  background: 0 0;
}

.register .btn-w a {
  height: 40px;
  line-height: 40px;
}

.register .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 0.64rem;
}

.register .b-txt a {
  text-decoration: underline;
}

.personal .con-l {
  width: 300px;
  background: #f5f5f5;
}

.personal .con-l h2 {
  border-bottom: 0px solid #dbdbdd;
}

.personal .con-l h2 em {
  font-size: 28px;
  line-height: 110px;
}

.personal .con-l li {
  padding: 0.2rem 0;
}

.personal .con-l li:last-child {
}

.personal .con-l li.cur,
.personal .con-l li:hover {
  color: #494949;
}

.personal .con-l li.cur a::after,
.personal .con-l li:hover a::after {
  height: 100%;
}

.personal .con-l li.cur .icon img,
.personal .con-l li:hover .icon img {
  margin: 0 auto;
}

.personal .con-l li.cur .icon img:first-child,
.personal .con-l li:hover .icon img:first-child {
  display: none;
}

.personal .con-l li.cur .icon img:last-child,
.personal .con-l li:hover .icon img:last-child {
  display: inherit;
}

.personal .con-l li a {
  position: relative;
  padding: 0px 0;
  font-size: 18px;
}

.personal .con-l li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -2px;
  width: 3px;
  height: 0;
  background: #494949;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.personal .con-l li .icon {
  width: 42px;
  text-align: center;
  margin: 0 10px 0 15%;
}

.personal .con-r {
  width: -webkit-calc(100% - 367px);
  width: -moz-calc(100% - 367px);
  width: calc(100% - 367px);
}

.personal .con-r .t-btn a {
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  border-radius: 99px;
  border: 1px solid #e4e6e6;
}

.tal {
  text-align: left;
}

.personal-info .address-item {
  border-bottom: 0px solid #dbdbdd;
}

.personal-info .sj2 {
  line-height: 40px;
}

.shopping-cart .table-w {
  overflow-x: auto;
  background: #fff;
}

.shopping-cart .table-w thead {
  line-height: 40px;
  border-bottom: 1px solid #f1f1f1;
}

.shopping-cart .table-w tr {
  border-bottom: 1px solid #f1f1f1;
}

.shopping-cart .f16 {
}

.shopping-cart .table-w .item a {
  width: 100%;
  display: flex;
  align-items: center;
}

.personal-info .sj a {
  padding: 0.1rem 0.3rem;
  background: #bfbebe;
  border-radius: 5px;
}

.personal-info .sj3 a {
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
}

.shopping-cart td {
  /*padding:.2rem 0*/
}

.shopping-cart i {
  color: #000;
  font-weight: bold;
}

.shopping-cart .info .pics {
  width: 108px;
  float: left;
  height: 108px;
}

.shopping-cart .info .txt {
  float: left;
  width: 320px;
}

.shopping-cart .btn {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  border-radius: 5px;
}

.calculation {
  max-width: 148px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #eff1f1;
  margin: 0 auto;
}

.calculation em {
  width: 30px;
  cursor: pointer;
}

.calculation input {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  background: 0 0;
}

.order .info-w {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
}

.order i {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.order .head {
  padding: 5px 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eff1f1;
  line-height: 40px;
}

.order .item {
  float: left;
  width: 10%;
  padding: 0 0.12rem 0.12rem;
}

.order .item em {
  font-size: 20px;
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
}

.order .pic {
  padding-bottom: 100%;
}

.order .btn {
  border-radius: 3px;
  padding: 2px 5px;
  color: #494949;
}

.order .info-in .pics {
  width: 82px;
  height: 82px;
}

.order .info-in .txt {
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
  line-height: 22px;
}

.order .info-in .info {
  width: -webkit-calc(100% - 82px);
  width: -moz-calc(100% - 82px);
  width: calc(100% - 82px);
}

.order .mb30 {
  border: 1px solid #eff1f1;
  background: #fff;
}

.place-order .sjtit {
  background: #494949;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.place-order .sjtit img {
  margin-right: 10px;
  display: inline-block;
}

.place-order .bg {
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  left: auto !important;
  right: 0;
  background: #d9eaf4;
}

.place-order .mauto {
  min-height: 100vh;
}

.place-order .con-l .mb10 {
  margin-bottom: 10px;
}

.place-order .con-l .mb15 {
  margin-bottom: 15px;
}

.place-order .con-l .mb15 {
  margin-bottom: 10px;
}

.place-order .con-l .txt {
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 15px;
  border: 1px solid #e4e6e6;
  background: 0 0;
}

.place-order .con-l .row1 {
  margin-left: -0.3rem;
}

.place-order .con-l .row1 .lg-6 {
  padding-left: 0.3rem;
}

.place-order .con-l .row2 {
  margin-left: -0.17rem;
}

.place-order .con-l .row2 .lg-4 {
  padding-left: 0.17rem;
}

.place-order .con-l .row3 .lg-3 {
  padding: 0.2rem 0;
}

.place-order .con-l .row3 .icon {
  width: 100%;
  height: 43px;
  line-height: 43px;
  margin-lefft: 5px;
}

.place-order .con-l .row3 input {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  margin-right: 10px;
}

.place-order .con-l .row3 .word {
  width: 100%;
}

.place-order .con-l .btn {
  padding: 0.04rem 0.08rem;
  border-radius: 6px;
}

.place-order .con-r .btn {
  padding: 0.1rem 0.38rem;
  border-radius: 3px;
  font-weight: bold;
}

.place-order .back {
  padding: 0.1rem 0.2rem;
  color: #494949;
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid #494949;
}

.place-order .con-r .head .top {
  border-bottom: 1px solid #fff;
}

.place-order .con-r .head .pics {
  width: 82px;
  height: 82px;
}

.place-order .con-r .head .pics span {
  top: -5px;
  left: -5px;
  width: auto;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: #fc7a7a;
  border-radius: 3px;
}

.place-order .con-r .head .txt {
  width: -webkit-calc(100% - 224px);
  width: -moz-calc(100% - 224px);
  width: calc(100% - 224px);
  padding: 0 6% 0 20px;
}

.place-order .con-r i {
  color: #000;
}

.place-order .con-r .textarea-w {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.place-order .con-r textarea {
  height: 125px;
  padding: 10px;
  border-radius: 5px;
}

/*.history ul{margin-left:-.12rem}
.history ul.cur{display:block}
.history li{padding-left:.12rem;margin-bottom:.12rem}
.history li a{padding:0 .1rem .25rem .1rem;border:1px solid #ebebeb}
.history li a:hover i{color:#fff;background:#494949;border-color:#494949}
.history li .pic{padding-bottom:76%}
.history li h3{height:60px;line-height:30px;font-size:15px}
.history li em{font-size:18px;color:#000}
.history li i{width:144px;height:35px;line-height:33px;border-radius:5px;border:1px solid #bebebe;color:#666}
.history li span{top:.13rem;left:.13rem;width:52px;height:25px;line-height:25px;border-radius:5px;background:#f69729}
.history li span.cur{background:#33be1d}
.history li .collection-btn{top:.13rem;right:.13rem;width:26px;height:26px;cursor:pointer;background:url(../images/collection_icon1.png) no-repeat center}
.history li .collection-btn.cur{background:url(../images/collection_icon2.png) no-repeat center}*/
.history ul {
  margin-left: -0.12rem;
}

.history ul.cur {
  display: block;
}

.history li {
  width: 25%;
  padding-left: 0.12rem;
  margin-bottom: 0.12rem;
}

.history li .con {
  padding: 0 0.1rem 0.15rem 0.1rem;
  border: 1px solid #ebebeb;
}

.history li .pic {
  padding-bottom: 76%;
}

.history li h3 {
  height: 44px;
  line-height: 22px;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: bold;
}

.history li em {
  font-size: 22px;
  color: #000;
}

.history li i {
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 0.12rem;
  border: 1px solid #494949;
  color: #494949;
  cursor: pointer;
  font-weight: 700;
}

.history li i:hover {
  color: #fff;
  background: #494949;
}

.history li span {
  top: 0.13rem;
  left: 0.13rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  background: #fe5252;
}

.history li span.cur {
  background: #33be1d;
}

.history li .collection-btn {
  top: 0.13rem;
  left: auto !important;
  right: 0.13rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../images/collection_icon1.png) no-repeat center;
}

.history li .collection-btn.cur {
  background: url(../images/collection_icon2.png) no-repeat center;
}

.history .more {
  width: 144px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  background: #fff;
}

.history .more:hover {
  color: #fff;
  background: #494949;
}

.receiving .form {
  max-width: 720px;
}

.receiving .form em {
  font-weight: 700;
  margin-bottom: 5px;
}

.receiving .form .row1 {
  margin-left: -0.3rem;
}

.receiving .form .row1 > div {
  padding-left: 0.3rem;
}

.receiving .form .row2 {
  margin-left: -0.3rem;
}

.receiving .form .row2 .lg-4 {
  padding-left: 0.3rem;
}

.receiving .form .txt {
  padding: 0 10px;
  height: 38px;
  line-height: 36px;
  border-radius: 5px;
  border: 1px solid #e4e6e6;
  margin-bottom: 17px;
  background: 0 0;
}

.receiving .form .btn {
  width: 122px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: #494949;
}

.message .head {
  border-bottom: 1px solid #dadbdd;
}

.message2 textarea {
  height: 188px;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #fff;
  background: #fff;
}

.message2 .btn {
  margin-top: 15px;
}

.message2 .btn input {
  width: 97px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  background: #494949;
}

.message2 .item {
  padding: 0.2rem;
  border-radius: 5px;
  margin-bottom: 0.2rem;
  background: #fff;
}

.message2 .item .pic-w {
  margin-left: -0.2rem;
}

.message2 .item .pic-w .lg-3 {
  width: 20%;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.message2 .item .pic-w .pic {
  border-radius: 3px;
  padding-bottom: 100%;
  background: #f7f7f7;
}

.message2 .item i {
  height: 1px;
  margin: 10px 0;
  background: #ccc;
  display: none;
}

.sitemap h3 {
  display: inline-block;
}

.sitemap .mb30:nth-child(1) {
  height: 1390px;
  overflow: hidden;
}

.sitemap .mb30 .row .lg-3 {
  width: 25%;
  position: relative;
}

.sitemap .mb30 .row .lg-3:nth-child(5) {
  top: -385px;
}

.sitemap .mb30 .row .lg-3:nth-child(6) {
  top: -25px;
}

.sitemap .mb30 .row .lg-3:nth-child(7) {
  top: -50px;
}

.sitemap .mb30 .row .lg-3:nth-child(11) {
  top: -285px;
}

.sitemap .mb30 .row .lg-3:nth-child(12) {
  top: -345px;
}

.sitemap .link a {
  display: block;
  line-height: 30px;
}

.sitemap .link a:hover {
  color: #494949;
  text-decoration: underline;
}

.sitemap .link2 a {
  border-radius: 5px;
  padding: 2px 5px;
  margin: 2px 2px;
  border: 1px solid #dcdcdc;
}

.terms li h3 {
  display: inline-block;
  padding: 5px 0;
  color: #333;
  font-size: 26px;
}

.in-title2 {
  max-width: 410px;
  font-size: 72px;
}

.in-title2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #bcddf0;
}

.in-title2 em {
  z-index: 1;
}

.blog-list .head {
  display: flex;
  border-bottom: 0px solid #ccc;
}

.blog-list .head span {
  font-weight: bold;
  background: #fff;
  color: #111;
  text-align: center;
  display: block;
  border-radius: 3px;
  float: left;
  width: 160px;
  height: 44px;
  line-height: 44px;
}

.blog-list .head .tc {
  background: #494949;
  color: #fff;
}

.blog-list .link {
  padding: 7px 10px;
  border: 1px solid #494949;
  border-radius: 3px;
  position: relative;
}

.blog-list .link:after {
  content: "";
  background: url(../images/sku.png) center center no-repeat;
  width: 19px;
  height: 10px;
  position: absolute;
  top: -10px;

  z-index: 9;
}

.blog-list .link a {
  margin: 0.1rem;
}

.blog-list .link a.cur,
.blog-list .link a:hover {
  color: #494949;
}

.blog-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0rem;
}

.blog-list li {
  margin-right: 0.17rem;
  margin-bottom: 0.26rem;
  width: 24%;
}

.blog-list li:nth-child(4n) {
  margin-right: 0;
}

.blog-list li a {
  border-bottom: 1px solid #e6e5e5;
}

.blog-list li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #494949;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.blog-list li a:hover h3 {
  color: #494949;
}

.blog-list li a:hover::after {
  width: 100%;
}

.blog-list .imgs {
  padding-bottom: 67.54098361%;
}

.blog-list h3 {
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  color: #3c3c3c;
}

.blog-list h3 img {
  vertical-align: -2px;
  margin-right: 5px;
}

.blog-list .date {
  color: #888;
}

/*
.blog-list ul{margin-left:-12px}
.blog-list li{padding-left:12px;margin-bottom:15px}
.blog-list li a{padding:7px}
.blog-list li .imgs{padding-bottom:63.78737542%}
.blog-list li h3{line-height:24px;height:48px}
.blog-list li i{height:26px;line-height:26px;padding:0 18px;border-radius:99px;margin-right:7px;background:#d4e6f2}*/

.blog-info .con-l {
  width: -webkit-calc(100% - 410px);
  width: -moz-calc(100% - 410px);
  width: calc(100% - 410px);
  background: #fff;
  border: 1px solid #eff1f1;
}

.blog-info .con-r {
  background: #fff;
  border: 1px solid #eff1f1;
  padding: 30px;
  width: 358px;
}

.blog-info .return {
  border-top: 1px solid #e5e5e5;
}

.blog-info .return a {
  width: 94px;
  height: 32px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #494949;
}

.blog-info .return a:hover {
  color: #fff;
  background: #494949;
}

.blog-info .sjbod {
  background: #f7f7f7;
  border-bottom: 1px solid #eff1f1;
  padding: 30px 30px 0 30px;
}

.break-text {
  word-break: break-word;
}

.in-nav li {
  width: 20%;
  margin: 0.2rem 0;
}

.in-nav li a {
  padding: 0 0.1rem;
  color: #000;
}

.in-nav li a.cur em,
.in-nav li a:hover em {
  color: #494949;
}

.in-nav li a.cur em::after,
.in-nav li a:hover em::after {
  visibility: visible;
  opacity: 1;
}

.in-nav .icon {
  /*height:110px;line-height:110px*/
}

.in-nav em {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
  color: #999;
}

.in-nav em::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #494949;
}

.return em {
  padding: 0 0.36rem;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #646464;
  font-weight: 700;
}

.return img {
  margin-right: 10px;
  display: none;
}

.faq .form {
  max-width: 780px;
  margin: 0 auto;
}

.faq .form .txt {
  width: -webkit-calc(100% - 162px);
  width: -moz-calc(100% - 162px);
  width: calc(100% - 162px);
  height: 61px;
  line-height: 61px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 0 15px;
  background: #fff;
}

.faq .form .btn {
  width: 152px;
  height: 63px;
  background: url(../images/faq_search.jpg) no-repeat center;
}

.faq ul {
  margin-left: -0.77rem;
}

.faq li {
  padding-left: 0.77rem;
  margin-bottom: 0.6rem;
}

.faq li .top {
  padding: 10px 0;
  border-bottom: 1px solid #ebeaea;
}

.faq li h3 {
  font-size: 28px;
  color: #333;
}

.faq li a:hover {
  color: #494949;
  text-decoration: none;
}

.faq-info h3 {
  font-size: 28px;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.faq-info .f16 {
  background: url(../images/a2.jpg) top left no-repeat;
  width: 100%;
  padding-left: 37px;
}

.payment-info li.cur .hhh {
  color: #d15e01;
}

.payment-info li .hhh {
  padding-left: 30px;
}

.payment-info li .hhh::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/59.png") no-repeat center center;
  background-size: 100% 100%;
}

.payment-info li.cur .hhh::after {
  background: url("../images/58.png") no-repeat center center;
  background-size: 100% 100%;
}

.payment-info li .txt {
  padding-left: 34px;
}

.faq-info .mb10 {
  margin-bottom: 0.7rem;
}

.contact li {
  margin: 0.25rem 0;
}

.contact .icon {
  width: 145px;
  height: 147px;
  line-height: 147px;
}

.contact .info {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
  padding: 0 6%;
}

.praise .item1 {
  padding: 1.3rem 0;
}

.praise .item1 h2 {
  font-size: 50px;
}

.praise .item1 em {
  font-size: 75px;
  color: #51e2c3;
}

.praise .item1 span {
  font-size: 34px;
}

.praise .item1 .item:hover .txt-w {
  visibility: visible;
  opacity: 1;
}

.praise .item1 .item:nth-child(1) {
  top: 10%;
  left: 60%;
}

.praise .item1 .item:nth-child(2) {
  top: 24%;
  left: 45%;
}

.praise .item1 .item:nth-child(3) {
  top: 23%;
  left: 5%;
}

.praise .item1 .item:nth-child(4) {
  top: 75%;
  left: 25%;
}

.praise .item1 .item:nth-child(5) {
  top: 70%;
  left: 20%;
}

.praise .item1 .item:nth-child(6) {
  bottom: 5%;
  left: 22%;
}

.praise .item1 .item:nth-child(7) {
  top: 19%;
  left: 50%;
}

.praise .item1 .item:nth-child(8) {
  top: 38%;
  left: 50.4%;
}

.praise .item1 .item:nth-child(9) {
  top: 53%;
  left: 15.5%;
}

.praise .item1 .item:nth-child(10) {
  top: 10%;
  left: 45%;
}

.praise .item1 .item:nth-child(11) {
  top: 16%;
  right: 50.3%;
}

.praise .item1 .item:nth-child(12) {
  top: 30%;
  right: 46%;
}

.praise .item1 .item:nth-child(13) {
  bottom: 35%;
  right: 13%;
}

.praise .item1 .item:nth-child(14) {
  bottom: 15%;
  right: 6%;
}

.praise .item1 .item:nth-child(13) .txt-w,
.praise .item1 .item:nth-child(14) .txt-w {
  left: inherit;
  right: 140%;
}

.praise .item1 .item .txt-w {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  left: 140%;
  top: 50%;
  width: 500px;
  border-radius: 6px;
  text-align: left;
  font-size: 14px;
  padding: 15px 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.praise .item1 .item .icon img {
  width: 36px;
}

.praise .item2 {
  padding: 1rem 0;
}

.praise .item2 h2 {
  font-size: 58px;
}

.praise .item2 .row {
  margin-left: -0.2rem;
}

.praise .item2 .row .lg-6 {
  padding-left: 0.2rem;
}

.praise .item2 .row a {
  padding: 0.1rem 0;
}

.praise .item2 h3 {
  padding-left: 35px;
}

.praise .item2 h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  background: #1e374a;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.praise .item2 h3:hover {
  color: #494949;
}

.praise .item2 h3:hover::after {
  background: #494949;
}

.praise .item2 .sliders {
  padding: 0.5rem 0;
}

.praise .item2 .slick-dots {
  bottom: 0;
}

.praise .item2 .slick-dots div {
  width: 0.53rem;
  height: 4px;
  border-radius: inherit;
  margin: 0 4px;
  background: #e4ebf1;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.praise .item2 .slick-dots div.slick-active,
.praise .item2 .slick-dots div:focus,
.praise .item2 .slick-dots div:hover {
  background: #0a2e46;
}

.sale-header .btn a {
  margin: 0 10px;
  position: relative;
}

.sale-header .btn a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fc7a7a;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.sale-header .nav li {
  display: inline-block;
  margin: 0 15px;
}

.sale-header .nav li a {
  font-size: 22px;
  color: #047fa5;
  padding-bottom: 10px;
}

.sale-footer .link a {
  margin: 0 0.18rem;
}

.sale-footer .b-txt {
  border-top: 3px solid #fff;
}

.sale-title {
  padding: 0.23rem 0;
  font-size: 52px;
}

.in-sale1 {
  background: #f4f8f9;
}

.in-sale1 .item1 {
  color: #5bcdf1;
}

.in-sale1 .item1 .con-l {
  width: 40%;
}

.in-sale1 .item1 .con-l .img {
  background: 0 0;
}

.in-sale1 .item1 .con-l .txt {
  background: #dfeef3;
}

.in-sale1 .item1 .con-r {
  width: 57%;
}

.in-sale1 .item2 li {
  padding: 0.32rem 0;
}

.in-sale1 .item2 li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.in-sale1 .item2 .img {
  width: 47%;
  -webkit-box-shadow: 4px 4px 10px #e2f0f3;
  box-shadow: 4px 4px 10px #e2f0f3;
}

.in-sale1 .item2 .info {
  width: 49%;
  color: #6d8994;
}

.in-sale1 .item2 h3 {
  height: 63px;
  line-height: 63px;
  font-size: 42px;
  color: #0eaee0;
  padding-left: 83px;
}

.in-sale1 .item2 h3::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 1px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 2px;
  background: #79d3ee;
}

.in-sale2 {
  background: #fffdee;
}

.in-sale3 {
  color: #3f970c;
}

.in-sale3 .list .item {
  padding: 0.3rem 0;
}

.in-sale3 .list h3 {
  padding-left: 45px;
  height: 77px;
  line-height: 77px;
  background: url(../images/in-sale3_title.png) no-repeat left center;
}

.in-sale3 .list .con-l {
  width: 47%;
}

.f42 {
  font-size: 0.42rem;
}

.pro-info2 .baf {
  border: 1px solid #eff1f1;
}

.pro-info2 .con-l {
  width: -webkit-calc(100% - 470px);
  width: -moz-calc(100% - 470px);
  width: calc(100% - 470px);
}

.pro-info2 .con-l .slider .item {
  padding: 0 3px;
}

.pro-info2 .con-l .slider a:hover h3 {
  color: #494949;
}

.pro-info2 .con-l .slider .pic {
  border: 1px solid #f0f2f2;
  padding-bottom: 100%;
}

.pro-info2 .con-l .slider h3 {
  height: 35px;
  line-height: 35px;
}

.pro-info2 .con-l .slider .slick-arrow {
  width: 28px;
  height: 43px;
}

.pro-info2 .con-l .slider .slick-prev {
  left: 2px;
  background: url(../images/pro_info_l2.png) no-repeat center/cover;
}

.pro-info2 .con-l .slider .slick-next {
  right: 2px;
  background: url(../images/pro_info_r2.png) no-repeat center/cover;
}

.pro-info2 .con-l .slider .slick-dots {
  display: none !important;
}

.pro-info2 .pic-slider-w2 {
  border-bottom: 1px solid #eff1f1;
}

.pro-info2 .pic-slider-w2 .po-auto {
  max-width: 100%;
  max-height: 100%;
}

.pro-info2 .pic-slider-w2 .b-slider {
  width: 98px;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-list {
  padding: 20px 0;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-slide li {
  position: relative;
  margin: 5px 0;
  height: 73px;
  border: 1px solid #eff1f1;
  cursor: pointer;
  padding: 2px 0;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-current li {
  border-color: #494949;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next,
.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
  width: 100%;
  height: 20px;
  top: inherit;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
  left: inherit;
  background: #697378 url(../images/pro_info_t2.png) no-repeat center;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next {
  right: inherit;
  bottom: 0;
  background: #697378 url(../images/pro_info_b2.png) no-repeat center;
}

.pro-info2 .pic-slider-w2 .t-slider {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-bottom: 5px;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-slide li {
  height: 3.92rem;
}

.pro-info2 .pic-slider-w2 .t-slider img {
  width: auto;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots {
  bottom: -10px;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div {
  width: 5px;
  height: 5px;
  background: #ccc;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div.slick-active,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:focus,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:hover {
  background: #494949;
}

.pro-info2 .con-r {
  width: 440px;
}

.pro-info2 .con-r.cur .infos {
  position: fixed;
  width: 440px;
  top: 90px;
}

.pro-info2 .con-r.cur .item3 ul {
  height: 90px;
  padding-right: 10px;
  overflow: auto;
}

.pro-info2 .con-r .item2 {
  border-top: 1px solid #e9ece8;
  border-bottom: 1px solid #e9ece8;
}

.pro-info2 .con-r .item2 em {
  font-size: 40px;
  color: #000;
  font-family: "Myriad Pro";
}

.pro-info2 .con-r .item2 .txt {
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #ebe9e4;
  background: #fffbf0;
}

.pro-info2 .con-r .item3 ul {
  margin-left: -0.1rem;
}

.pro-info2 .con-r .item3 li {
  /*min-width:32%;*/
  padding-left: 0.12rem;
  margin-top: 0.1rem;
}

.pro-info2 .con-r .item3 li.cur {
  border: 1px solid #494949;
}

.pro-info2 .con-r .item3 li.cur a {
  color: #494949;
  border-color: #494949;
}

.pro-info2 .con-r .item3 li a {
  /*padding:8px;border:1px solid #eff1f1;border-radius:5px;background:#fbfbfb*/
}

.pro-info2 .con-r .calculations {
  max-width: 164px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.pro-info2 .con-r .calculations em {
  width: 42px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.pro-info2 .con-r .calculations input {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  background: 0 0;
}

.pro-info2 .con-r .item5 .btn1,
.pro-info2 .con-r .item5 .btn2 {
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
}

.pro-info2 .con-r .item5 .btn1 {
  width: 44px;
}

.pro-info2 .con-r .item5 .btn2 {
  width: -webkit-calc(100% - 54px);
  width: -moz-calc(100% - 54px);
  width: calc(100% - 54px);
  background: #494949;
}

.channel1 .item1 .con-l {
  width: 39.7%;
}

.channel1 .item1 .con-l h3 {
  border-radius: 5px;
  padding: 15px;
}

.channel1 .item1 .con-r {
  width: 52%;
}

.channel1 .item1 .con-r h3 {
  font-size: 0.46rem;
}

.channel1 .item2 .tab-head li {
  float: left;
  padding: 6px;
}

.channel1 .item2 .tab-head li.cur i {
  color: #fff;
  background: #494949;
}

.channel1 .item2 .tab-head i {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  background: #fff;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.channel1 .item2 .tab-body {
  padding: 6px;
}

.channel1 .item3 .sliders {
  padding-bottom: 0.95rem;
}

.channel1 .item3 .sliders .pic {
  width: 66%;
}

.channel1 .item3 .sliders .imgs {
  padding-bottom: 62.48534584%;
}

.channel1 .item3 .sliders .info {
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 6% 4%;
}

.channel1 .item3 .sliders .info h3 {
  font-size: 0.4rem;
  font-family: '"MontserratLight"';
  font-weight: bold;
}

.channel1 .item3 .sliders .slick-arrow {
  width: 0.49rem;
  height: 0.49rem;
  top: inherit;
  bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.channel1 .item3 .sliders .slick-prev {
  left: 0;
  background: url(../images/banner_l.png) no-repeat center/cover;
}

.channel1 .item3 .sliders .slick-next {
  right: 0;
  background: url(../images/banner_r.png) no-repeat center/cover;
}

.channel1 .item3 .sliders .slick-dots {
  bottom: 0.19rem;
}

.channel1 .item3 .sliders .slick-dots div {
  width: 0.12rem;
  height: 0.12rem;
  background: #e0e0e0;
  margin: 0 0.2rem;
}

.channel1 .item3 .sliders .slick-dots div.slick-active,
.channel1 .item3 .sliders .slick-dots div:focus,
.channel1 .item3 .sliders .slick-dots div:hover {
  background: #494949;
}

.channel1 .item4 .txt {
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
}

.channel1 .item5 {
  background: #d5edfc;
}

.channel1 .item5 h3 {
  font-size: 0.46rem;
}

.channel1 .item6 h3 {
  max-width: 490px;
  margin: 0 auto;
  border-left: 7px solid #494949;
  font-size: 22px;
  padding-left: 0.4rem;
}

.in-nav2 li {
  width: 20%;
  margin: 0.2rem 0;
}

.in-nav2 li a {
  padding: 0 0.1rem;
}

.in-nav2 li a.cur em,
.in-nav2 li a:hover em {
  color: #494949;
}

.in-nav2 li a.cur em::after,
.in-nav2 li a:hover em::after {
  visibility: visible;
  opacity: 1;
}

.in-nav2 em {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
}

.in-nav2 em::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #494949;
}

.channel3 .item1 {
  background: #f4f5f7;
}

.channel3 .item1 h3 {
  font-size: 0.56rem;
  font-weight: bolder;
}

.channel3 .item1 em {
  font-size: 0.3rem;
  font-weight: bolder;
}

.channel3 .item1 .btn a {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-size: 0.24rem;
  background: #fff;
}

.channel3 .item1 .btn a.cur {
  color: #fff;
  background: #494949;
}

.channel3 .item2 h2 {
  font-size: 42px;
  font-weight: bolder;
}

.channel3 .item2 li {
  margin: 20px 0;
}

.channel3 .item2 li .lg-6 {
  float: right;
  padding-left: 25px;
}

.channel3 .item2 li h3 {
  z-index: 1;
  color: #3c3c3c;
  font-size: 20px;
}

.channel3 .item2 li h3::after {
  position: absolute;
  content: "";
  left: -35px;
  top: 50%;
  width: 21px;
  height: 21px;
  border-radius: 99px;
  border: 2px solid #494949;
  background: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.channel3 .item3 h2 {
  font-size: 42px;
  font-weight: bolder;
}

.channel3 .item3 ul {
  margin-left: -0.38rem;
}

.channel3 .item3 li {
  padding-left: 0.38rem;
  margin: 0.21rem 0;
}

.channel3 .item3 li:nth-child(3) .con {
  background: #e3ecfb;
}

.channel3 .item3 li:nth-child(4) .con {
  background: #fff !important;
}

.channel3 .item3 li:nth-child(even) .con {
  background: #e3ecfb;
}

.channel3 .item3 li .con {
  padding: 0.3rem;
  border-radius: 5px;
  background: #fff;
}

.channel3 .item3 li .icon {
  width: 100px;
}

.channel3 .item3 li .info {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.channel3 .item3 li h3 {
  font-size: 22px;
}

.channel3 .item3 li .els2 {
  height: 78px;
  line-height: 26px;
  -webkit-line-clamp: 3;
}

.channel3 .item4 h2 {
  font-size: 42px;
}

.channel3 .item4 .slider {
  padding-bottom: 77px;
}

.channel3 .item4 .slider .item {
  padding: 0 0.2rem;
}

.channel3 .item4 .slider .item a:hover .info {
  border-color: #494949;
}

.channel3 .item4 .slider .imgs {
  padding-bottom: 57.45721271%;
}

.channel3 .item4 .slider .info {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eff1f1;
}

.channel3 .item4 .slider h3 {
  height: 60px;
  line-height: 30px;
}

.channel3 .item4 .slider .slick-dots {
  display: none !important;
}

.channel3 .item4 .slider .slick-arrow {
  width: 39px;
  height: 23px;
  top: initial;
  left: 50%;
  bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.channel3 .item4 .slider .slick-prev {
  margin-left: -60px;
  background: url(../images/channel3_l.png) no-repeat center/cover;
}

.channel3 .item4 .slider .slick-prev:hover {
  background: url(../images/channel3_ls.png) no-repeat center/cover;
}

.channel3 .item4 .slider .slick-next {
  margin-right: -60px;
  background: url(../images/channel3_r.png) no-repeat center/cover;
}

.channel3 .item4 .slider .slick-next:hover {
  background: url(../images/channel3_rs.png) no-repeat center/cover;
}

.channel3 .item5 {
  background: #f4f5f7;
}

.channel3 .item5 h2 {
  font-size: 38px;
}

.channel3 .item5 ul {
  margin-left: -0.14rem;
}

.channel3 .item5 li {
  padding-left: 0.14rem;
  margin-bottom: 0.14rem;
}

.channel3 .item5 li .baf {
  padding: 0.18rem;
}

.channel3 .item5 li .baf:hover .info {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.channel3 .item5 li .head {
  border-bottom: 1px solid #efefef;
}

.channel3 .item5 li .head h3 {
  font-size: 20px;
  color: #3c3c3c;
}

.channel3 .item5 li .head span {
  color: #888;
}

.channel3 .item5 li .imgs {
  padding-bottom: 108.92857143%;
}

.channel3 .item5 .info {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: -100%;
  overflow-y: auto;
  background: rgba(73, 171, 234, 0.99);
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 59%;
}

@media (min-width: 768px) {
  .channel3 .item2 ul::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #f4f5f7;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .channel3 .item2 li:nth-child(even) .lg-6 {
    float: left;
    padding-right: 25px;
    text-align: right;
  }

  .channel3 .item2 li:nth-child(even) h3::after {
    left: initial;
    right: -35px;
  }
}

.channel4 .item1 {
  background: #494949;
  padding: 0.7rem 0;
}

.channel4 .item1 h2 {
  font-size: 50px;
}

.channel4 .item1 li {
  margin-bottom: 0.3rem;
}

.channel4 .item1 em {
  font-size: 40px;
}

.channel4 .item1 .item:hover .txt-w {
  visibility: visible;
  opacity: 1;
}

.channel4 .item1 .item:nth-child(1) {
  top: 4%;
  left: 31%;
}

.channel4 .item1 .item:nth-child(2) {
  top: 15%;
  left: 14%;
}

.channel4 .item1 .item:nth-child(3) {
  top: 23%;
  left: 5%;
}

.channel4 .item1 .item:nth-child(4) {
  top: 33%;
  left: 15%;
}

.channel4 .item1 .item:nth-child(5) {
  top: 60%;
  left: 20%;
}

.channel4 .item1 .item:nth-child(6) {
  bottom: 5%;
  left: 22%;
}

.channel4 .item1 .item:nth-child(7) {
  top: 19%;
  left: 50%;
}

.channel4 .item1 .item:nth-child(8) {
  top: 38%;
  left: 47.4%;
}

.channel4 .item1 .item:nth-child(9) {
  top: 51%;
  left: 55.5%;
}

.channel4 .item1 .item:nth-child(10) {
  top: 17%;
  left: 1%;
}

.channel4 .item1 .item:nth-child(11) {
  top: 30%;
  right: 10%;
}

.channel4 .item1 .item:nth-child(12) {
  top: 37%;
  right: 17%;
}

.channel4 .item1 .item:nth-child(13) {
  bottom: 35%;
  right: 13%;
}

.channel4 .item1 .item:nth-child(14) {
  bottom: 15%;
  right: 6%;
}

.channel4 .item1 .item:nth-child(13) .txt-w,
.channel4 .item1 .item:nth-child(14) .txt-w {
  left: inherit;
  right: 110%;
}

.channel4 .item1 .item .txt-w {
  text-align: left;
  border-radius: 6px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  left: 110%;
  top: 50%;
  width: 400px;
  padding: 15px 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.channel4 .item2 {
  padding: 0.8rem 0;
}

.channel4 .item2 h2 {
  font-size: 50px;
}

.channel4 .item2 .row {
  margin-left: -0.4rem;
}

.channel4 .item2 .row .lg-6 {
  padding-left: 0.4rem;
  margin: 2px 0;
}

.channel4 .item2 .row a {
  padding: 0.14rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.channel4 .item2 .row a:hover {
  border-color: #494949;
  background: #494949;
}

.channel4 .item2 h3 {
  padding-left: 35px;
  font-size: 18px;
}

.channel4 .item2 h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(../images/channel4_icon5.png) no-repeat center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.channel4 .item2 h3:hover::after {
  background: url(../images/channel4_icon6.png) no-repeat center;
}

.channel4 .item2 .sliders {
  padding: 0.5rem 0 0.8rem 0;
}

.channel4 .item2 .slick-arrow {
  top: initial;
  bottom: 0;
  width: 0.49rem;
  height: 0.49rem;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.channel4 .item2 .slick-prev {
  left: 50%;
  margin-left: -0.6rem;
  background: url(../images/banner_l.png) no-repeat center/cover;
}

.channel4 .item2 .slick-next {
  right: 50%;
  margin-right: -0.6rem;
  background: url(../images/banner_r.png) no-repeat center/cover;
}

.channel4 .item2 .slick-dots {
  display: none !important;
}

.fix-bar {
  position: fixed;
  right: 2%;
  bottom: 6%;
  z-index: 3;
}

.fix-bar .item {
  margin: 2px 0;
  /* background: #888889; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fix-bar .item:hover .info {
  visibility: visible;
  opacity: 1;
}

.fix-bar .item:hover .info3 {
  visibility: visible;
  opacity: 1;
  right: 60px;
}

.fix-bar .btn {
  width: 47px;
  height: 47px;
  cursor: pointer;
}

.fix-bar .info {
  top: 50%;
  right: 56px;
  background: #494949;
  min-width: 100px;
  padding: 7px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

.fix-bar .info2 {
  padding: 0;
}

.fix-bar .info2 em {
  width: 32px;
  height: 90px;
  border-right: 1px solid #fff;
}

.fix-bar .info2 em span {
  top: 29px;
  left: -37px;
  width: 90px;
  height: 32px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.fix-bar .info2 .txt {
  width: 120px;
}

.fix-bar .info3 {
  visibility: hidden;
  opacity: 0;
  top: 50%;
  right: 80px;
  padding: 10px;
  min-width: 180px;
  border-radius: 5px;
  background: #eee;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.fix-bar .info3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -6px;
  border-left: 6px solid #eee;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: -5px;
}

.slick-dots div.slick-active,
.slick-dots div:focus,
.slick-dots div:hover {
  background: #494949;
}

.in-page {
  color: #888;
  margin: auto;
  display: block;
}

.in-page a,
.in-page span {
  padding: 0.08rem 0.15rem;
  border: 1px solid #e8e8e8;
}

.in-page a {
  margin-bottom: 5px;
}

.in-page a.cur,
.in-page a:hover {
  color: #fff;
  border-color: #494949;
  background: #494949;
}

.tab-head li {
  cursor: pointer;
}

.tab-body li {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.tab-body li.cur {
  visibility: visible;
  opacity: 1;
  height: inherit;
}

.edit {
  overflow: hidden;
}

.edit span {
  display: inline;
}

.edit img {
  width: auto !important;
  height: auto !important;
}

.edit td,
.edit th {
  border: 1px solid;
}

.fix-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.fix-wrap,
.fix-wrap svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fix-wrap .hide,
.fix-wrap circle {
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.fix-wrap .hide {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
}

.fix-wrap .hide::after,
.fix-wrap .hide::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  margin-top: -25%;
  background: #fff;
}

.fix-wrap .hide::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fix-wrap .hide::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.fix-wrap .hide:hover {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.fix-wrap .hide:hover circle {
  fill: none;
  stroke-dasharray: 145;
}

.fix-wrap svg {
  position: absolute;
}

.fix-wrap circle {
  stroke-dasharray: 0 145;
}

.fix-video .video-wrap {
  min-width: 55%;
  max-width: 55%;
  margin: 0 auto;
}

.fix-video video {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #2d2d2d;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-animation: ReturnToNormal 0.5s both;
  -o-animation: ReturnToNormal 0.5s both;
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}

.fix-pic {
  overflow: auto;
}

.fix-pic img {
  max-height: 100%;
  -moz-animation: zoomIn 0.5s both;
  -o-animation: zoomIn 0.5s both;
  animation: zoomIn 0.5s both;
  -webkit-animation: zoomIn 0.5s both;
}

.fix-pics {
  background: rgba(0, 0, 0, 0.7);
}

.fix-pic-slider {
  color: #fff;
}

.fix-pic-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: -moz-grab;
  cursor: grab;
  cursor: -webkit-grab;
  background-color: transparent;
}

.fix-pic-slider .item:active {
  cursor: -moz-grabbing;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.fix-pic-slider .item::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.fix-pic-slider em,
.fix-pic-slider img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fix-pic-slider img {
  top: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.fix-pic-slider em {
  width: 100%;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
}

.fix-pic-slider .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.fix-pic-slider .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid #fff;
  padding: 6px;
}

.fix-pic-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.fix-pic-slider .slick-prev {
  left: 1%;
  -moz-animation: slideInLeft 0.5s both;
  -o-animation: slideInLeft 0.5s both;
  animation: slideInLeft 0.5s both;
  -webkit-animation: slideInLeft 0.5s both;
}

.fix-pic-slider .slick-prev::after {
  left: 50%;
  border-width: 0 1px 1px 0;
  -moz-transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-25%) translateY(-50%) rotate(135deg);
  transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg);
}

.fix-pic-slider .slick-next {
  right: 1%;
  -moz-animation: slideInRight 0.5s both;
  -o-animation: slideInRight 0.5s both;
  animation: slideInRight 0.5s both;
  -webkit-animation: slideInRight 0.5s both;
}

.fix-pic-slider .slick-next::after {
  right: 50%;
  border-width: 1px 0 0 1px;
  -moz-transform: translateX(25%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(25%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(25%) translateY(-50%) rotate(135deg);
  transform: translateX(25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg);
}

.fix-pic-slider .slick_page {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
}

.fix-pic-slider .slick_page i {
  font-size: 22px;
}

.fix-pic-slider .slick_page div {
  display: none;
}

.fix-pic-slider .slick_page div.slick-active {
  display: block;
}

.hotsell-box .i-banner a,
.hotsell-box .i-banner .slick-slide > div,
.hotsell-box .i-banner .slick-slide,
.hotsell-box .service-list-i .slick-list .slick-track,
.hotsell-box .service-list-i .slick-list {
  height: 100% !important;
}

@media (max-width: 1300px) {
  .clearfix-info .t1 {
    font-size: 18px;
  }

  .clearfix-info .t2 {
    font-size: 16px;
  }

  .mauto {
    max-width: 92% !important;
  }

  .header .mauto {
    max-width: 96% !important;
  }

  .header nav ul li {
    margin: 0 20px;
  }

  .search {
    width: 240px;
  }
}

@media (max-width: 1200px) {
  .header nav ul li {
    margin: 0 15px;
  }

  .search {
    width: 160px;
  }

  .clearfix-info .t1 {
    font-size: 16px;
  }

  .clearfix-info .t2 {
    font-size: 14px;
  }

  .i-catalogue li img {
    width: 30px;
  }
}

/* @media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        position: fixed;
        height: 70px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        line-height: 70px;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }

    .header-m .logo img {
        max-height: 32px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::after,
    .header-m .m-menu-b::before {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 82px);
        height: -moz-calc(100% - 82px);
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #999;
        border-radius: 50%;
        background: 0 0;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4e4e4e
    }

    .header-m .nav>li .sub-nav a::after,
    .header-m .nav>li .sub-nav a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #494949
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        float: left;
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-bottom: 1px solid #ebebeb;
        -moz-animation: slideInUp 1.5s both;
        -o-animation: slideInUp 1.5s both;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-language a img {
        height: 18px;
        vertical-align: -2px;
        margin: 0 5px 0 0
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::after,
    html.active .header-m .m-menu-b::before {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active .banner,
    html.active .i-banner,
    html.active footer,
    html.active main {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

    .enroll-i {
        display: block !important;
    }

    .enroll-l {
        padding: 0.2rem !important;
        width: 100% !important;
    }

    .loginSwiper-item .t1 {
        margin-top: 20px !important;
    }

    .loginSwiper {
        margin-top: 0.3rem !important;
    }

    .foot-menus {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .after-items-li:nth-child(3) .after-items-line {
        display: unset !important;
    }
} */

@media (max-width: 767px) {
  .loginSwiper-img {
    height: auto !important;
  }

  .after-items-li:nth-child(3) .after-items-line {
    display: none !important;
  }

  .channel1 .item1 .con-r h3 {
    font-size: 22px;
  }

  .channel1 .item4 .txt {
    font-size: 20px;
  }

  .channel1 .item5 h3 {
    font-size: 20px;
  }

  .channel1 .item6 h3 {
    font-size: 20px;
  }

  .i-title {
    font-size: 17px;
  }

  footer .item2 {
    font-size: 12px;
  }

  footer .item2 .f34 {
    font-size: 18px;
  }

  footer .item2 .form .txt {
    height: 42px;
    line-height: 42px;
  }

  footer .item2 .form .btn {
    height: 42px;
    line-height: 42px;
  }

  footer .item3 {
    color: #888;
  }

  footer .item3 .dfcc {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .item3 .btn a {
    float: left;
    margin: 0 2px;
  }

  footer .item4 .mauto {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .item4 .dflc {
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  footer .item4 em {
    color: #3c3c3c;
  }

  footer .item4 .link a:hover {
    color: #494949;
  }

  .in-header .logo {
    max-width: 55%;
  }

  .in-header .nav li {
    display: block;
    margin: 20px 0;
    text-align: center;
  }

  .in-header .nav li a {
    display: block;
    width: 100%;
  }

  .in-header .nav li a::after {
    width: 100%;
  }

  .in-footer .item1 .form .txt {
    width: 66%;
  }

  .in-footer .item1 .f30 {
    font-size: 28px;
  }

  .in-footer .item2 .tac {
    text-align: left;
  }

  .in-footer .item3 {
    padding: 0.2rem 0;
  }

  .sale-footer ul {
    text-align: center;
  }

  .return em {
    font-size: 18px;
    padding: 0 0.2rem;
    height: 40px;
    line-height: 40px;
  }

  .return img {
    width: 50px;
  }

  .terms li h3 {
    font-size: 24px;
  }

  .faq li h3 {
    font-size: 28px;
  }

  .faq li a {
    font-size: 16px;
  }

  .payment-info li h3 {
    font-size: 28px;
  }

  .about .item1 h3 {
    font-size: 30px;
  }

  .about .item1 em {
    font-size: 26px;
  }

  .about .link a {
    padding: 0 0.2rem;
    margin: 0 0.1rem;
  }

  .about .item3 h3 {
    font-size: 26px;
  }

  .about .item6 h3 {
    font-size: 50px;
  }

  .about .item6 .f26 {
    font-size: 24px;
  }

  .about .item6 .slider .slick-dots {
    bottom: 4%;
  }

  .about .item7 .f34 {
    font-size: 28px;
  }

  .praise .item1 {
    padding: 1rem 0;
  }

  .praise .item1 h2 {
    font-size: 26px;
  }

  .praise .item1 li {
    margin-top: 0.4rem;
  }

  .praise .item1 em {
    font-size: 45px;
  }

  .praise .item1 span {
    font-size: 26px;
  }

  .praise .item2 {
    padding: 0.7rem 0;
  }

  .praise .item2 h2 {
    font-size: 34px;
  }

  .praise .item2 h3 {
    font-size: 20px;
    padding-left: 25px;
  }

  .praise .item2 .sliders {
    padding: 0.5rem 0;
  }

  .i-banner .sm-db {
    display: block !important;
  }

  .i-pro .head em {
    height: 24px;
    line-height: 24px;
  }

  .i-pro .head .btn a {
    /* height: 50px; */
    /* line-height: 50px; */
    margin-bottom: 12px;
  }

  .i-pro .head .btn a .t {
    font-size: 17px;
  }

  .i-pro .head .btn a .ti {
    font-size: 17px;
  }

  .i-pro .head .btn a .t-l1 {
    top: 3px;
    right: -14px;
  }

  .i-business h3 {
    font-size: 16px;
  }

  .i-pro .head .f24 {
    font-size: 17px;
  }

  .i-pro li h3 {
    font-size: 13px;
  }

  .i-pro li em {
    font-size: 16px;
  }

  .personal .con-l li a::after {
    right: -2px;
  }

  .order .item {
    width: 20%;
    margin-bottom: 5px;
  }

  .sale-header .logo {
    max-width: 55%;
  }

  .sale-header .nav {
    padding: 0.3rem 0;
  }

  .sale-header .nav li {
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .sale-header .nav li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #003c61;
  }

  .sale-title {
    font-size: 24px;
  }

  .in-sale1 .item2 h3 {
    padding-left: 70px;
    font-size: 26px;
  }

  .in-sale3 .list h3 {
    height: 60px;
    line-height: 60px;
    padding-left: 36px;
    font-size: 25px;
  }

  .banner {
    height: 3rem;
  }

  .main-nav-p {
    display: none;
  }

  .main-nav-m {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #494949;
  }

  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .main-nav-m .title i {
    position: absolute;
    content: "";
    width: 45px;
    height: 100%;
    right: 0;
  }

  .main-nav-m .title i::after,
  .main-nav-m .title i::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .main-nav-m .title i::before {
    left: 46%;
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }

  .main-nav-m .title i::after {
    right: 46%;
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }

  .main-nav-m .title.active i::before {
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }

  .main-nav-m .title.active i::after {
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }

  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: rgba(73, 171, 234, 0.8);
    color: #fff;
  }

  .main-nav-m ul li {
    -moz-animation: ReturnToNormal 0.5s both;
    -o-animation: ReturnToNormal 0.5s both;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }

  .fix-video .video-wrap {
    max-width: 90%;
  }
}

@-moz-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -moz-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -o-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
    -o-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transform: none;
    transform: none;
  }
}

@keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -webkit-transform: none;
  }
}

/*
    fooer
*/
footer {
  position: relative;
  background-color: #ffffff;
}

.foot-menus {
  position: relative;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  margin-top: 70px;
}

.footer-box {
  padding-bottom: 64px;
  background-color: #ffffff;
  /* margin-top: -30px; */
}

.fheader {
  height: 120px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.fheader-item {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftitle {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #020301;
  line-height: 103px;
}

.fimg {
  margin-right: 10px;
}

.fbody {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fbody > .fbody-item:last-child,
.fbody > .fbody-item:first-child {
  width: 22%;
}

.fbody > .fbody-item:first-child {
  margin-right: 3%;
}

.fbody-item {
  width: 15%;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: bold;
  line-height: 24px;
}

.fbody-item:first-child > .fbody-con:hover,
.fbody-item:last-child > .fbody-con:hover {
  color: #6e6e6e !important;
}

.fbody-item > .fbody-con:hover {
  color: #000 !important;
  text-decoration: underline;
}

.fbody-title {
  color: #000;
  margin-bottom: 30px;
  font-weight: 700 !important;
  font-family: MontserratSemi !important;
}

.fbody-con,
.fbody-con1 {
  width: 100%;
  font-weight: normal;
  white-space: normal;
  color: #6e6e6e;
  font-family: MontserratLight;
  cursor: pointer;
  line-height: 30px;
}

.fbody-con-img {
  /*width: 155px;*/
  height: 42px;
  margin-top: 15px;
}

.fbody-input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #e4e4e4 !important;
  padding: 0 20px 0;
  background-color: #ffffff;
}

.fbody-item > .fbody-input::-webkit-input-placeholder {
  font-size: 15px;
}

.fbody-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  background-color: #000;
  margin-top: 15px;
  cursor: pointer;
}

.fmsg-b {
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 60px;
}

.fmsg {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fmsg-title {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 24px;
  margin-right: 24px;
}

.fmsg-img > img {
  width: auto;
}

.h-car1-b {
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.h-car2 {
  display: none;
  padding: 7px 10px;
  background-color: #494949;
  color: #ffffff;
}

.h-car2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .h-car2 a img {
    width: 20px;
    height: 20px;
} */

.car-item-i:hover .h-car1 {
  display: none;
}

.car-item-i:hover .h-car2 {
  display: block;
}

.enroll-box {
  padding-bottom: 0.6rem;
}

.enroll-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  margin-top: 0.2rem;
}

.enroll-l {
  padding: 0.5rem;
  width: 50%;
  overflow: hidden;
}

.enroll-l-input > .t1,
.enroll-l > .t1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #494949;
  font-family: "MontserratSemi";
}

.enroll-l-input {
  margin-bottom: 0.37rem;
}

.enroll-l-input > .i1 {
  width: 100%;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #e8e8e8;
  border-radius: 0.05rem;
  padding: 0 20px;
  margin-top: 0.25rem;
}

.enroll-l-btn {
  width: 100%;
  height: 0.6rem;
  background: #494949;
  border-radius: 0.03rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.6rem;
  font-family: "MontserratSemi";
}

.enroll-l-btn:hover {
  color: #ffffff !important;
}

.enroll-l-info {
  margin-top: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  font-family: "MontserratLight";
}

.enroll-l-info > .t1 {
  font-size: 0.16rem;
  font-weight: 300;
  color: #3c3c3c;
}

.enroll-l-info-i > a {
  color: #494949 !important;
  text-decoration: underline;
}

.enroll-l-info-i > span {
  margin: 0 5px;
}

.public-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MontserratLight";
  color: #939393;
}

.public-nav img {
  margin-right: 7px;
}

.enroll-l-return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.71rem;
  height: 0.49rem;
  background: rgba(194, 162, 132, 0);
  border: 0.01px solid #494949;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #494949;
  margin: auto;
  margin-top: 0.4rem;
  font-family: "MontserratSemi";
}

.enroll-l-return > img {
  margin-right: 0.11rem;
}

.loginSwiper {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding-bottom: 0.9rem !important;
}

.loginSwiper-img {
  width: 100%;
  height: 435px;
}

.loginSwiper-item {
  text-align: center;
}

.loginSwiper-item .t1 {
  font-size: 16px;
  font-weight: 300;
  color: #3c3c3c;
  margin-top: 22px;
  font-family: "MontserratLight";
}

.loginSwiper .swiper-pagination-bullet,
.loginSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  background-color: transparent !important;
  border: 2px solid #494949;
}

.loginSwiper .swiper-pagination-bullet {
  border: 2px solid #cacaca;
}

.how-i {
  width: 48%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 42px 50px;
  position: relative;
}

.how-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.how-menu::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #e2e2e2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.how-menu .how-i:nth-child(odd) {
  background: url(../images/how1.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.how-menu .how-i:nth-child(even) {
  background: url(../images/how2.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.how-i .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  font-family: "MontserratSemi";
}

.how-i .t2 {
  font-size: 18px;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
  margin-top: 28px;
  font-family: "MontserratLight";
}

.how-menu-b {
  padding: 72px 0;
}

.how-photo {
  width: 48px;
  height: 48px;
}

.how-menu .how-i:nth-child(even) .how-photo,
.how-menu .how-i:nth-child(odd) .how-photo {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -8%;
  z-index: 3;
  background-color: #ffffff;
}

.how-menu .how-i:nth-child(even) {
  margin-top: 81px;
}

.how-menu .how-i:nth-child(even) .how-photo {
  position: absolute;
  top: 8%;
  left: 0;
  margin-left: -8%;
  right: auto;
}

/**/
@media (max-width: 1024px) {
  .warp1688 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .warp1688 li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .clearfix::after {
    display: none;
  }

  .how-menu .how-i:nth-child(even) .how-photo,
  .how-menu .how-i:nth-child(odd) .how-photo {
    position: absolute;
    top: 0;
    z-index: 3;
    margin-right: -10%;
    background-color: #ffffff;
  }

  .how-menu .how-i:nth-child(even) .how-photo {
    position: absolute;
    top: 8%;
    margin-left: -10%;
  }

  .how-i .t2 {
    line-height: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 1200px) {
  .how-menu-b {
    padding: 20px 0;
  }

  .how-menu {
    display: block;
  }

  .how-i {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .how-menu::after {
    display: none;
  }

  .how-menu .how-i:nth-child(even) {
    margin-top: 20px;
  }

  .how-menu .how-i:nth-child(odd) .how-photo,
  .how-menu .how-i:nth-child(even) .how-photo,
  .how-photo {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .how-menu .how-i:nth-child(odd) {
    background: #f9f9f9;
    border-radius: 10px;
  }

  .how-menu .how-i:nth-child(even) {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(11, 3, 6, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(11, 3, 6, 0.08);
  }

  .how-photo {
    margin-bottom: 15px;
    background: transparent !important;
  }

  .how-i .t2 {
    font-size: 16px;
  }
}

/**/
@media (max-width: 1150px) {
  .foot-menus {
    max-width: 100% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0;
  }

  .menus-box {
    padding-top: 0 !important;
  }

  .menus-item {
    padding: 40px 0 0 0 !important;
  }

  .fbody {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .fmsg-b {
    margin-top: 0px;
  }

  .fbody > .fbody-item:last-child,
  .fbody > .fbody-item:first-child,
  .fbody-item {
    width: 100%;
  }

  .fheader-item {
    display: block;
  }

  .fheader-item .fimg {
    margin-left: 0;
  }

  .fheader-item .ftitle {
    line-height: 50px !important;
    margin-left: 0px !important;
  }

  .fbody-title {
    margin-bottom: 10px;
  }

  .fbody-item {
    margin-bottom: 20px;
  }

  .fmsg {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .fmsg .fmsg-img {
    margin-top: 20px;
  }

  .footer-box {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .i-title em {
    padding-left: 17px;
    margin-bottom: 20px;
  }

  .fmsg-b {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.menu-top-item {
  position: relative;
  overflow: hidden;
}

.menu-top-item::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -100%) rotate(45deg);
  -moz-transform: translate(-50%, -100%) rotate(45deg);
  -ms-transform: translate(-50%, -100%) rotate(45deg);
  -o-transform: translate(-50%, -100%) rotate(45deg);
  transform: translate(-50%, -100%) rotate(45deg);
}

.menu-top-item::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 100%) rotate(45deg);
  -moz-transform: translate(50%, 100%) rotate(45deg);
  -ms-transform: translate(50%, 100%) rotate(45deg);
  -o-transform: translate(50%, 100%) rotate(45deg);
  transform: translate(50%, 100%) rotate(45deg);
}

.menu-top-item::before,
.menu-top-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  padding-top: 50%;
  background-color: #2c8dcd;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -o-transition: -o-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -moz-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -moz-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -o-transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: 2;
}

.menu-top-item:hover::after {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}

.menu-top-item:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-img {
  height: 0px;
  line-height: normal;
}

.menu-img > img {
  visibility: hidden;
}

/* 11.18  */
.info1688 {
  font-size: 14px;
  font-family: "MontserratLight";
  font-weight: 400;
  color: #333;
  line-height: 26px;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .warp1688 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.map-tobody {
  width: 100%;
  background-color: #ffffff;
}

.map-con-item {
  padding: 30px 0;
}

.map-con-item > .news-tobody-second > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #000;
}

.map-shadow {
  padding: 30px 0px;
  background-color: #f6f6f6;
}

.map-con-item > .news-tobody-second > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #4f5062;
  margin-top: 37px;
  display: inline-block;
  margin-right: 50px;
}

.map-title-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: MontserratLight;
  font-weight: normal;
  margin: 15px 0 37px 0;
  line-height: 36px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}

.map-title-item > span {
  font-size: 15px;
  color: #4f5062;
}

.map-title-item > i {
  color: #d9d9d9;
  margin: 0 10px 0;
}

.map-position {
  width: 132px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(11, 3, 6, 0.13);
  box-shadow: 0px 0px 8px 0px rgba(11, 3, 6, 0.13);
  border-radius: 3px;
  position: fixed;
  top: 20%;
  left: 0;
  padding: 10px 0 10px 0;
}

.map-position > ul > li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2f2f2f;
  padding: 0 18px 0;
  cursor: pointer;
}

.map-position-active {
  background-color: #c2a284;
  color: #ffffff !important;
}

.map-con-item > .news-tobody-second > h3:hover a,
.map-title-item span:hover a {
  color: #47abe7;
}

.news-header {
  height: 167px;
  line-height: 167px;
  background-color: #f6f6f6;
}

.news-tobody-second {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

.news-header-title {
  max-width: 1300px;
  margin: auto;
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #2c2c2c;
}

/* 2013/1/31 */
@media (max-width: 1400px) {
  .news-header-title,
  .news-tobody {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  .header-menus {
    padding-left: 0rem !important;
  }

  .home-team-con-i {
    width: 53% !important;
  }

  .map-con-item {
    padding: 20px 20px 0;
  }

  .news-header {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 50px 20px;
    margin-top: 0;
    font-size: 32px;
  }

  .search {
    width: 600px !important;
  }

  .header nav ul li {
    /* margin: 0 5px !important; */
  }
}

@media (max-width: 1260px) {
  .header .mauto > a img {
    width: 210px !important;
  }

  .header nav ul li > a {
    font-size: 15px !important;
  }

  .home-team-con-i > .t2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1200px) {
  .search {
    width: 170px !important;
  }

  .header .item2 .btn a {
    margin: 0 7px;
  }

  .company-news-i > .service-list-l {
    width: 60% !important;
    height: 100% !important;
    margin: auto;
  }

  .company-news-i > .service-list-r {
    height: 100% !important;
  }

  .company-news-i {
    display: block;
  }

  .service-list-l,
  .service-list-r {
    width: 100% !important;
  }

  .company-news {
    padding: 0.3rem 0 !important;
  }

  .service-list-r {
    padding: 2% 20px !important;
  }

  .service-list-r > .t1 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .service-list-i {
    background: #ffffff;
  }
}

@media (max-width: 1180px) {
  .header nav ul li > a {
    font-size: 14px !important;
  }

  .header-menus {
    padding-left: 0.05rem !important;
  }
}

@media (max-width: 1100px) {
  .header .mauto {
    max-width: 98% !important;
  }

  .header nav ul li {
    /* margin: 0 2px !important; */
  }

  .search {
    width: 150px !important;
  }

  .header nav .sub233 {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 800px) {
  .news-header-title {
    font-size: 28px;
  }

  .news-header {
    padding: 35px 20px;
    line-height: normal;
  }
}

/* 2023/4  */
.public-header {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.public-body {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.header-right-menu .t1 {
  font-size: 14px;
  font-weight: 300;
  color: #2f2f2f;
  font-family: "MontserratLight";
}

.h-car1 {
  padding: 7px 10px;
  background-color: #f0f0f0;
  color: #ffffff;
}

.h-car1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .h-car1 a img {
    width: 20px;
    height: 20px;
} */

.car-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.car-item-i {
  margin-right: 11px;
}

.tag-menu-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.tag-menu-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tag-menu-i img {
  margin-right: 11px;
}

.tag-menu-i .i1,
.tag-menu-i.cur .i2 {
  display: none;
}

.tag-menu-i.cur .i1 {
  display: block;
}

.h-product-list {
}

.h-product-list-i {
  background: #f7f8f9;
  text-align: center;
  padding: 29px 0 35px 0;
}

.h-product-list-i .t1 {
  margin-top: 28px;
}

.h-product-list-i img {
  width: 44px;
  height: 52px;
  margin: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.h-product-list-i:hover .i1,
.h-product-list-i .i2 {
  display: none;
}

.h-product-list-i:hover .i2 {
  display: block;
}

.h-product-list-i:hover {
  background: #4aace6;
  color: #ffffff;
}

.service-list-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  /* border-radius: 8px; */
  overflow: hidden;
}

.service-list-i:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wordss-w:nth-child(even) {
  flex-direction: row;
}

.service-list-l,
.service-list-r {
  width: 50%;
  height: 415px;
}

.service-list-l {
  margin-top: 0;
}

.service-list-r {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5%;
}

.service-list-r > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.service-list-r > .t2 {
  width: 100%;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 32px;
}

.service-list-r .stock-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px;
}

.service-list-r .stock-i-btn {
  height: 61px;
  background: #494949;
  border-radius: 31px;
  padding: 0 9px 0 39px;
  cursor: pointer;
}

.service-list-r .stock-i-btn > span {
  margin-right: 21px;
  font-size: 14px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.service-list-r .stock-i > img {
  margin-top: 5px;
  margin-right: 11px;
}

.service-list-r .stock-i > .t1 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
}

/* .service-list-i .i-banner .slick-prev {
    left: 4%;
    background: url(../images/banner_l.png) no-repeat center/cover
}

.service-list-i .i-banner .slick-next {
    right: 4%;
    background: url(../images/banner_r.png) no-repeat center/cover
} */

.contact-banner,
.banner-chirld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-chirld .span {
  width: 50%;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
}

.contact-banner {
  text-align: center;
  font-family: MontserratSemi;
  color: #000;
}

.contact-banner .t1 {
  font-size: 36px;
  font-weight: 700;
}

.contact-banner .t2 {
  font-size: 24px;
  margin-top: 26px;
  font-weight: 400;
}

.contact-info {
}

.contact-info-item {
  width: 40%;
}

.contact-info-item .name {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.contact-info-item .info {
  margin-top: 0;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.contact-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-title .t1 {
  font-size: 36px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.contact-title .t2 {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-top: 12px;
  line-height: 30px;
}

.contact-info-item-info .i-img {
  width: 50px;
  display: block;
  margin-top: 12px;
  margin-right: 30px;
  text-align: center;
}

.contact-info-item-info .i-img > img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display: block;
}

.contact-info-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-info-item-info .con .t1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.contact-info-item-info .con .t2 {
  /* margin-top: 15px; */
  font-size: 24px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
}

.contact-info-item-info .con .i1 {
  margin-top: 20px;
}

.contact-info-item .input-i {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.contact-info-item-info:last-child,
.contact-info-item .input-i:last-child {
  margin-bottom: 0;
}

.contact-info-item .input-i em {
  color: #ff0000;
}

.contact-info-item .input-i .title {
  margin-bottom: 19px;
}

.contact-info-item .input-i .inputs {
  width: 100%;
  height: 53px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.contact-info-item .input-i .text-con {
  width: 100%;
  height: 214px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.contact-info-item .input-i .checkbox-b {
  margin-top: 16px;
}

.contact-info-item .input-i .checkbox-b > .checkbox-i {
  border: 1px solid #eeeeee;
  margin-right: 15px;
}

.contact-btn {
  width: 100%;
  height: 62px;
  background: #3c3c3c;
  border-radius: 8px;
  font-size: 24px;
  font-family: MontserratSemi;
  font-weight: 700;
  color: #fff;
}

.contact-map-i {
  display: flex;
  flex-direction: row !important;
  height: 537px;
}

.contact-map {
  background: url(../images/contact-map-bg.png) no-repeat;
}

.contact-map-i-l {
  width: 30%;
}

.contact-map-i-r {
  width: 70%;
}

.contacts-map {
  height: 537px;
}

.contact-map-i-l .swiper-slide {
  height: 179px !important;
}

/* .swiper-slide img {
  border-radius: 8px !important;
}

.swiper-slide .img-scale-other img {
  border-radius: 0 !important;
}

.swiper-slide .img-scale-others img {
  border-radius: 8px 8px 0 0 !important;
} */

.contact-map-i-l-item {
  height: 179px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}

.contact-map-i-l-item:hover .t2,
.contact-map-i-l-item:hover .t1,
.contact-map-i-l-item.cur .t2,
.contact-map-i-l-item.cur .t1 {
  color: #ffffff;
}

.contact-map-i-l-item:hover,
.contact-map-i-l-item.cur {
  background: #494949;
}

.contact-map-i-l-item .t1 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.contact-map-i-l-item .t2 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
  margin-top: 21px;
}

.stock-list-i {
  width: 23%;
  height: 214px;
  background: #ffffff;
  padding: 27px;
}

.stock-list {
  position: relative;
  top: -107px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stock-list-i .title > .name {
  font-family: MontserratSemi;
  font-weight: bold;
  font-size: 18px;
  color: #494949;
}

.stock-list-i .title > .add {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  margin: 9px 0 15px 0;
}

.stock-list-i .info {
  font-size: 14px;
  color: #3c3c3c;
  font-family: MontserratLight;
  font-weight: 300;
  line-height: 24px;
}

.company-left-top {
  position: relative;
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #000;
}

.company-right > .company-left-top::after,
.company-left-top::after {
  background: url("../images/icon-company1.png") no-repeat;
  content: "";
  display: block;
  height: 54px;
}

.company-right > .company-left-top::after {
  background: url("../images/icon-company2.png") no-repeat;
}

.company-left-top span {
  position: absolute;
  top: 50%;
  left: 54px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-left-info-i-title {
  position: relative;
}

.company-left-info-i-title span {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 25px;
  font-family: MontserratSemi;
  font-weight: 700;
  color: #000;
}

.company-left-info-i-title::after {
  background: url("../images/icon-company3.png") no-repeat;
  content: "";
  display: block;
  height: 14px;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.company-box {
}

.company-left-info {
  padding: 20px 0;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}

.company-left,
.company-right {
  width: 48%;
}

.company-left-info-i {
  margin-top: 10px;
}

.company-right-con {
  margin-left: 20px;
  border-left: 1px dashed #c4c4c4;
  padding: 20px 0;
}

.company-right-con > .company-left-info {
  margin-left: 54px;
}

.company-right-info-con,
.company-right-info-con > .time {
  font-size: 18px;
  font-family: MontserratLight;
  font-weight: 700;
}

.company-right-info-con > .time {
  color: #000;
}

.company-right-info-con > .info {
  color: #000;
  font-size: 16px;
  font-family: MontserratLight;
  line-height: 30px;
  font-weight: 300;
}

.company-right-info-con {
  position: relative;
}

.company-right-info-con::after {
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  background: url("../images/icon-company4.png") no-repeat;
  position: absolute;
  top: 32px;
  left: -7px;
}

.company-right-info-con {
  padding-left: 54px;
  margin-bottom: 30px;
}

.company-right-info-con:last-child {
  margin-bottom: 0;
}

.company-news-i > .service-list-l,
.company-news-i > .service-list-r {
  height: 352px;
  border-radius: 8px;
}

.company-news-i > .service-list-r > .name {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.company-news-i > .service-list-r .stock-i {
  margin-bottom: 15px;
}

.company-news-i > .i-banner > .slick-dots {
  display: none;
}

.company-news-list {
  text-align: center;
}

.company-news-list > .title {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.company-news-list-swiper4,
.company-news-list-swiper3,
.company-news-list-swiper2,
.company-news-list-swiper1 {
  height: 232px !important;
  /*margin-bottom: 30px;*/
}

.company-news-list-swiper5 .swiper-slide,
.company-news-list-swiper4 .swiper-slide,
.company-news-list-swiper3 .swiper-slide,
.company-news-list-swiper2 .swiper-slide,
.company-news-list-swiper1 .swiper-slide {
  overflow: hidden;
}

.company-news-list-swiper5 .swiper-slide {
  height: unset;
  background-color: #fff;
  border-radius: 8px;
}

.company-news-list .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #bababa !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.company-news-list .swiper-pagination-bullet-active {
  background: #bababa !important;
}

.company-news-list:nth-child(even) {
  background: #ffffff;
}

.company-news-list:last-child {
  margin-bottom: 0 !important;
}

.sourcing-title {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

.sourcing-title > .t1 {
  font-size: 36px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.sourcing-title > .t2 {
  margin-top: 40px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 30px;
}

.sourcing-list {
}

.sourcing-list-i {
  width: 18% !important;
  text-align: center;
  margin-bottom: 25px;
  background: #ffffff;
  position: relative;
  padding: 30px;
  margin-left: 0.25rem;
}

.sourcing-list-i:hover .sourcing-list-i-shadow {
  visibility: visible;
  opacity: 1;
}

.sourcing-list-img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.sourcing-list-i .t1 {
  font-size: 16px;
  font-weight: 300;
  color: #3c3c3c;
  margin-top: 20px;
}

.sourcing-list-i-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.sourcing-list-i-shadow-i {
  width: 80%;
  height: 61px;
  min-height: auto !important;
  background: #494949;
  border-radius: 31px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 0 50px;
}

.sourcing-list-i-shadow-i > span {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background: transparent !important;
  margin-right: 30px !important;
  font-size: 14px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.choose-b-nums-title {
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
  margin-right: 10px;
}

.choose-b-nums-info {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 30px;
}

.choose-list-b > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 0.4rem;
  text-align: center;
}

.choose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.12rem;
  margin-right: -0.1rem;
}

.choose-list-i {
  width: 24%;
  margin-left: 0.12rem;
  margin-bottom: 23px;
}

.choose-list-img {
  position: relative;
  height: 182px;
  overflow: hidden;
}

.choose-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-list-icon {
  position: absolute;
  top: 163px;
  left: 35px;
  z-index: 2;
}

.choose-list-con {
  background: #ffffff;
  padding: 30px;
}

.choose-list-con .t1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #454545;
  margin: 10px 0 15px 0;
}

.choose-list-con .t2 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
  word-break: break-word;
}

.choose-clients-i > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  text-align: center;
}

.clients-swiper-i {
  text-align: center;
}

.popular-swiper .swiper-wrapper,
.clients-swiper .swiper-wrapper {
  margin-bottom: 50px;
}

.popular-swiper .swiper-pagination-bullet,
.clients-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #bababa;
  border-radius: 50%;
  background: transparent;
}

.popular-swiper .swiper-pagination-bullet-active,
.clients-swiper .swiper-pagination-bullet-active {
  background: #bababa;
}

.clients-swiper-prev,
.clients-swiper-next {
  width: 47px;
  height: 47px;
  background: #b2b2b2;
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
}

.clients-swiper-next {
  left: auto;
  right: 0 !important;
}

.clients-swiper-prev:hover,
.clients-swiper-next:hover {
  background: #494949 !important;
}

.clients-swiper {
  width: 90%;
}

.choose-popular {
  background: url(../images/choose-bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.choose-popular > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.popular-swiper-list-i {
  width: 49%;
  height: 61px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 25px;
  margin-bottom: 22px;
}

.popular-swiper-list-i img {
  margin-right: 16px;
}

.home-team {
  height: 100%;
  margin-top: 18px;
  position: relative;
}

.home-team-i {
  position: relative;
  height: 100%;
}

.home-team-swiper-menu-b {
  z-index: 3;
  padding: 39px;
  width: 80%;
  position: relative;
  margin: auto;
  border-radius: 50px;
  margin-top: -50px;
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
}

.home-team-swiper-menu-prev {
  margin-right: 25px;
}

.home-team-swiper-menu-prev,
.home-team-swiper-menu-next {
  width: 22px;
}

.home-team-swiper-menu-prev:hover .i2,
.home-team-swiper-menu-next:hover .i2 {
  display: block;
}

.home-team-swiper-menu-prev:hover .i1,
.home-team-swiper-menu-next:hover .i1,
.home-team-swiper-menu-prev .i2,
.home-team-swiper-menu-next .i2 {
  display: none;
}

.home-team-i .home-team-con {
  width: 100%;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-team-con-i {
  width: 40%;
}

.home-team-i .home-team-con-i > .t1 {
  font-family: MontserratSemi;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}

.home-team-img {
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
}

.home-team-img img {
  width: 65%;
  height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-team-img::after {
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#065c8f),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(left, #065c8f, #ffffff);
  background: -moz-linear-gradient(left, #065c8f, #ffffff);
  background: -o-linear-gradient(left, #065c8f, #ffffff);
  background: linear-gradient(90deg, #065c8f, #ffffff);
}

.home-team-con-i-btn {
  width: 152px;
  height: 42px;
  background: rgba(74, 172, 230, 0);
  border: 1px solid #ffffff;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.home-team-swiper-menu {
  width: 80%;
}

.home-team-swiper-menu .swiper-slide {
  font-size: 17px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  white-space: nowrap;
}

.home-team-swiper-menu .swiper-slide.swiper-slide-thumb-active {
  color: #2f8fde;
}

.p01-cen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p01-cen-video {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-swiper {
  height: 100%;
}

.product-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-swiper-thumb-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.product-swiper-thumb {
  width: 100%;
  height: 100%;
}

.product-swiper-thumb .swiper-slide {
  background: rgba(0, 0, 0, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-swiper-thumb .swiper-slide:hover {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.product-swiper-thumb .swiper-slide:hover .show-title,
.product-swiper-thumb .swiper-slide .show-con {
  display: none;
}

.product-swiper-thumb .swiper-slide .show-con {
  width: 80%;
}

.product-swiper-thumb .swiper-slide .show-con > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.product-swiper-thumb .swiper-slide .show-con > p {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
}

.product-swiper-thumb .swiper-slide:hover .show-con {
  display: block;
}

.product-swiper-thumb .swiper-slide .show-title > p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-top: 31px;
}

.product-swiper-thumb .swiper-slide .show-title > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.p05-wrap .map {
  width: 100%;
}

.contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-map {
  width: 100%;
  height: 300px;
}

.contacts-way,
.contacts-form,
.contacts-form-bwrap {
  width: 100%;
  margin-top: 5%;
}

.contacts-form {
  margin-top: 0;
}

.contacts-way-bwrap {
  width: 100%;
  margin-top: 0;
}

.contacts-form-bwrap {
  margin-bottom: 5%;
}

.contacts-way-value.tel {
  font-size: 22px;
}

.contacts-way-icon {
  width: 30px;
  height: 30px;
}

.contacts-way-value.address {
  margin-top: 0;
}

.p01-cen-item {
  width: 100%;
  height: 240px;
  position: relative;
}

.p01-cen-item img {
  width: 100%;
  height: 100%;
}

.p01-cen-item-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p01-cen-item-txt .show-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p01-cen-item-txt .show-title > p {
  margin-top: 20px;
}

.p01-cen-item-txt .show-title > p img {
  width: 40px;
  height: 40px;
}

.p01-cen-item-txt .show-con > p {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.p01-cen-item-txt .show-con > h1 {
  font-size: 18px !important;
}

.p01-cen-item-txt .show-con > h1 {
  margin-bottom: 15px;
}

.p01-cen-item-txt .show-con > h1,
.p01-cen-item-txt .show-title > h1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.p01-cen-item-txt .show-con {
  width: 90%;
}

.p01-cen-item-txt:hover .show-title,
.p01-cen-item-txt .show-con {
  display: none;
}

.p01-cen-item-txt:hover .show-con {
  display: block;
}

.p01-cen.h5 {
  display: none;
}

.contact-map-i-r-img {
  height: 100%;
  display: none;
}

.contact-map-i-r-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  .public-header {
    width: 97%;
  }

  .header nav ul li {
    /* margin: 0 10px; */
  }
}

@media (max-width: 1550px) {
  .header nav ul li {
    /* margin: 0 8px; */
  }
}

@media (max-width: 1500px) {
  .header-menus {
    padding-left: 0.1rem;
  }

  .header nav ul li {
    /* margin: 0 5px; */
  }

  .search {
    width: 617px;
  }
}

@media (max-width: 1400px) {
  .header nav ul li {
    /* margin: 0 3px; */
  }

  .public-body {
    padding: 0 20px;
  }

  .h-b-r {
    right: -12px !important;
  }

  .service-list-l,
  .service-list-r {
    height: auto;
  }

  .company-news-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-list-b,
  .choose-b,
  .company-box {
    padding: 20px;
  }

  .fmsg-b,
  .fbody {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sourcing {
    padding: 0.3rem 20px !important;
  }

  .p01-cen {
    padding: 0 !important;
  }
}

@media (max-width: 1440px) {
  .header .item2 .btn a {
    margin: 0 20px;
  }

  .search {
    /* width: 230px !important; */
  }

  .header-menus {
    padding-left: 0.1rem;
  }
}

@media (max-width: 1350px) {
  .search {
    /* width: 180px !important; */
  }

  .header .item2 .btn a {
    margin: 0 10px;
  }
}

@media (max-width: 1280px) {
  .public-header > a > img {
    width: 190px !important;
  }

  .header nav ul li {
    margin: 0 20px !important;
  }

  .company-news-list-swiper5,
  .company-news-list-swiper4,
  .company-news-list-swiper3,
  .company-news-list-swiper2,
  .company-news-list-swiper1,
  .company-news-i > .service-list-r {
    height: auto !important;
  }

  .sourcing-title > .t1 {
    font-size: 26px;
  }

  .sourcing-title > .t2 {
    margin-top: 20px;
  }

  .sourcing-title {
    margin-bottom: 20px;
  }

  .sourcing-list-i {
    width: 23% !important;
  }

  .sourcing-list-i {
    margin-left: 0.2rem;
  }

  .choose-list-i {
    width: 23%;
    margin-left: 0.2rem;
  }
}

@media (max-width: 1230px) {
  .search {
    width: 500px !important;
  }

  .search .txt {
    padding: 0 5px;
  }
}

@media (max-width: 1200px) {
  .public-header > a > img {
    width: 170px !important;
  }

  .stock-list {
    top: 0 !important;
    margin: 20px 0;
  }

  .i-main {
    margin-top: 0 !important;
  }

  .service-list-r .stock-i {
    margin-bottom: 15px;
  }

  .stock-list-i {
    height: 200px;
    padding: 20px;
  }

  .choose-list-i {
    width: 31% !important;
    margin-left: 0.2rem;
  }

  .choose-popular > .t1,
  .choose-clients-i > .t1,
  .choose-list-b > .t1 {
    margin-bottom: 0.2rem !important;
  }

  .choose-b-nums-title {
    font-size: 36px;
  }

  .choose-popular,
  .choose-clients {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
}

@media (max-width: 1180px) {
  .header nav ul li > a::after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .search-bb {
    padding-left: 20px;
  }

  .search {
    width: 450px !important;
  }

  .header .item2 .btn a {
    margin: 0 10px !important;
  }

  .search .txt {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: 0 0;
  }

  .header nav ul li {
    /* margin: 0 4px !important; */
  }

  .stock-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stock-list-i {
    width: 49%;
    margin-bottom: 20px;
  }

  .product-swiper-thumb .swiper-slide .show-con > h1,
  .product-swiper-thumb .swiper-slide .show-title > h1 {
    font-size: 24px;
  }

  .product-swiper-thumb .swiper-slide .show-title > p {
    margin-top: 20px;
  }

  .product-swiper-thumb .swiper-slide .show-con > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1024px) {
  .i-banner {
    margin-top: 0;
  }

  .i-pro .head .btn a {
    font-size: 20px;
  }

  .i-title em::after {
    width: 50px;
    height: 50px;
  }

  .i-title {
    font-size: 20px;
  }

  .i-blog li {
    margin-bottom: 0.26rem;
  }

  /* .home-team-img {
        padding: 30px 0;
    } */

  .home-team-swiper-menu-b {
    padding: 25px;
  }

  .home-team-con-i-btn {
    margin-top: 10px;
  }

  .home-team-i .home-team-con-i > .t1 {
    margin-bottom: 10px;
  }

  .home-team-i .home-team-con {
    line-height: 30px;
  }

  .service-list-r > .t1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .service-list-r > .t2 {
    font-size: 14px;
    line-height: 26px;
  }

  .banner-chirld .span {
    width: 60%;
    line-height: 20px;
  }

  .contact-info-item {
    width: 49%;
  }

  .contact-title .t1 {
    font-size: 30px;
  }

  .contact-title .t2 {
    margin-top: 20px;
    line-height: 26px;
  }

  .contact-title {
    padding: 0.2rem 0;
  }

  .contact-banner .t1 {
    font-size: 30px;
  }

  .contact-banner .t2 {
    font-size: 26px;
    margin-top: 20px;
  }

  .contact-info-item-info .con .t1 {
    font-size: 30px;
  }

  .contact-info-item .info,
  .contact-info-item-info {
    margin-bottom: 40px;
  }

  .choose-popular > .t1,
  .choose-clients-i > .t1,
  .choose-list-b > .t1,
  .company-news-list > .title,
  .company-news-i > .service-list-r > .name,
  .company-left-info-i-title span,
  .company-left-top {
    font-size: 24px;
  }

  .hotsell-box {
    padding-bottom: 0 !important;
  }

  .sourcing-list-i {
    width: 30% !important;
    margin-left: 0.25rem;
  }

  .popular-swiper .swiper-wrapper,
  .clients-swiper .swiper-wrapper {
    margin-bottom: 30px;
  }

  .product-swiper-thumb .swiper-slide .show-con > h1,
  .product-swiper-thumb .swiper-slide .show-title > h1 {
    font-size: 20px;
  }

  .car-item {
    opacity: 1;
  }

  .i-pro li .con .add-car {
    display: none;
  }

  .car-item .car-item-i:nth-child(2n-2) {
    display: none;
  }

  .i-pro li .con {
    padding: 24px 20px 16px;
  }
}

@media (max-width: 980px) {
  .wordss-w {
    flex-direction: column-reverse;
  }

  .home-team-i .home-team-con-i > .t1 {
    font-size: 24px;
  }

  .home-team-con-i {
    width: 100% !important;
  }

  .home-team-con-i > .t2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .banner-chirld .span {
    width: 90%;
  }

  .service-list-i:nth-child(even),
  .service-list-i {
    display: block;
  }

  .ww-ww {
    background: #fff !important;
  }

  .ww-w {
    margin-bottom: 0 !important;
    padding: 20px;
  }

  .wordss-ww {
    padding: 0 20px;
  }

  .wordss-w {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .wordss-l {
    padding: 16px 20px;
    max-width: unset;
  }

  .ww-l {
    width: 100% !important;
  }

  .ww-l {
    width: 100% !important;
  }

  .service-list-l,
  .service-list-r {
    width: 100%;
  }

  .service-list-r {
    padding: 20px;
  }

  .service-list-i {
    margin-bottom: 20px;
  }

  .company-news-i > .service-list-l {
    width: 100% !important;
  }

  .choose-list-i {
    width: 30% !important;
    margin-left: 0.21rem;
  }

  .choose-b-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .count-wrap {
    width: 31%;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .home-team-swiper-menu-b {
    width: 100%;
    position: static;
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .contact-map-i {
    height: auto !important;
  }

  .home-team-i .home-team-con-i > .t1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .home-team-i .home-team-con {
    line-height: 26px;
  }

  .choose-list-i {
    width: 46% !important;
    margin-left: 0.2rem;
  }
}

@media (max-width: 768px) {
  .contact-map-i{
    display: block !important;
  }
  .search {
    width: 150px !important;
    background-color: #fff;
  }

  .tag-menu-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tag-menu-i {
    height: 30px !important;
  }

  .tag-menu-i span {
    /* font-size: 16px !important; */
  }

  .contact-info-item,
  .home-team-con-i {
    width: 100%;
  }

  .contact-info {
    display: block;
  }

  .contact-info-item {
    margin-bottom: 20px;
  }

  .contact-info-item:last-child {
    margin-bottom: 0;
  }

  .contact-banner .t2,
  .contact-banner .t1,
  .contact-info-item-info .con .t1,
  .contact-info-item .name,
  .contact-title .t1 {
    font-size: 24px;
  }

  .contact-info-item .info {
    margin: 20px 0;
  }

  .contact-info-item-info .i-img {
    width: 30px;
    margin-top: 3px;
    margin-right: 20px;
  }

  .contact-info-item-info .con .t2 {
    font-size: 20px;
  }

  .contact-info-item .input-i,
  .contact-info-item-info {
    margin-bottom: 20px;
  }

  .contact-map-i {
    display: block;
  }

  .contact-map-i-l {
    width: 100%;
    height: auto;
  }

  .contact-map-i-r {
    width: 100%;
  }

  .contact-map {
    padding: 0.2rem 0;
  }

  .contact-map {
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .contact-title .t2 {
    margin-top: 10px;
    line-height: 24px;
  }

  .company-box {
    display: block;
  }

  .company-left,
  .company-right {
    width: 100%;
  }

  .choose-popular > .t1,
  .choose-clients-i > .t1,
  .choose-list-b > .t1,
  .company-news-list > .title,
  .company-news-i > .service-list-r > .name,
  .company-left-info-i-title span,
  .company-left-top,
  .company-news-list > .title,
  .company-news-i > .service-list-r > .name,
  .company-left-info-i-title span,
  .company-left-top {
    font-size: 20px;
  }

  .service-list-r {
    margin: 0;
  }

  .company-news-list {
    padding: 20px !important;
  }

  .company-news-list-swiper5,
  .company-news-list-swiper4,
  .company-news-list-swiper3,
  .company-news-list-swiper2,
  .company-news-list-swiper1,
  .company-news-list > .title {
    margin-bottom: 20px;
  }

  .company-left-info {
    padding-top: 0px;
  }

  .service-list-r {
    margin-top: 20px;
  }

  .stock-list-i {
    height: auto;
  }

  .service-list-r > .t1 {
    font-size: 20px !important;
  }

  .sourcing-list-i {
    width: 48% !important;
    margin-left: 0.1rem;
  }

  .choose-b-nums {
    padding: 0;
  }

  .popular-swiper-list-i {
    width: 100%;
  }

  .choose-popular {
    -o-background-size: cover;
    background-size: cover;
  }

  .p01-cen.pc {
    display: none;
  }

  .p01-cen.h5 {
    display: block;
  }

  .home-team-swiper {
    height: 300px;
  }

  .suspension {
    width: 85% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto !important;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
  }

  .suspension-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .stock-list {
    display: block;
  }

  .stock-list-i {
    width: 100%;
    margin-bottom: 20px;
  }

  .tag-menu-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tag-menu-i {
    margin-bottom: 10px;
  }

  .banner-chirld .span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .sourcing-list-i:last-child {
    margin-bottom: 0 !important;
  }

  .count-wrap {
    width: 48%;
  }

  .i-pro li .con {
    padding: 17px 15px 10px;
  }
}

@media (max-width: 580px) {
  .contact-banner .t2 {
    margin-top: 10px;
  }

  .banner-chirld .span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .contact-banner .t2,
  .contact-banner .t1,
  .contact-info-item-info .con .t1,
  .contact-info-item .name,
  .contact-title .t1 {
    font-size: 20px;
  }

  .sourcing-list-i {
    width: 98% !important;
  }

  .choose-list-i {
    width: 100% !important;
    margin-left: 0;
  }

  .choose-list {
    margin: 0;
  }

  .count-wrap,
  .sourcing-title {
    width: 100% !important;
  }
}

@media (max-width: 425px) {
  .contacts-map {
    height: 450px;
  }

  .banner-chirld .span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.suspension {
  position: fixed;
  right: 6%;
  bottom: 2%;
  width: 672px;
  height: 61px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

.suspension-title {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #000000;
  margin-right: 20px;
}

.suspension-email {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.suspension-email img {
  margin-right: 6px;
  flex-shrink: 0;
}

.img-boxss {
  width: 50%;
  max-height: 516px;
  overflow: hidden;
  object-fit: cover;
}

.img-boxss:nth-child(2n-1) {
  margin-right: 26px;
}

.img-boxss:nth-child(2n-2) {
  margin-left: 26px;
}

.s-text {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18px;
  color: #020301;
  text-align: center;
  margin-top: -12px;
}

.i-bg-w {
  width: 100%;
  height: 100%;
  background: url("../images/127.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  object-fit: cover;
}

.i-bg-w1 {
  width: 100%;
  height: 100%;
  background: url("../images/128.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  object-fit: cover;
}

.ask-items.ask-items-active {
  background: url("../images/line1.png") repeat-y;
  background-size: 100% 100%;
}

.sales-s-list .sales-s-item:nth-child(2n - 2) {
  flex-direction: row-reverse;
}

.sales-s-list .sales-s-item:nth-child(2n - 2) .sales-s-img {
  margin-left: 0;
  margin-right: 20px;
}

.online-service {
  width: 100%;
  height: 100%;
  min-height: 291px;
  background: url("../images/102.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  object-fit: cover;
  display: flex;
  flex-wrap: wrap;
}

.online-service .online-service-item {
  width: 25%;
  padding-left: 30px;
  padding-right: 40px;
  border-right: 1px solid #d8d8d8;
}

.online-service .online-service-item:last-child {
  border-right: 1px solid transparent;
}

.online-step-list {
  display: flex;
  padding-bottom: 36px;
  justify-content: space-between;
}

.online-step-list .online-step-items {
  width: calc(33.33% - 14px);
}

.news-product-list {
  margin-bottom: -30px;
}

.news-product-list .news-product-items {
  margin-bottom: 30px;
}

.news-product-list .news-product-items:nth-child(2n - 2) {
  flex-direction: row-reverse;
  padding-right: 20px;
}

.imgsss-list .imgsss-list-item:nth-child(1) {
  /* width: calc(22% - 16px); */
  width: calc(33.33% - 16px);
}

.imgsss-list .imgsss-list-item:nth-child(2) {
  /* width: calc(50% - 16px); */
  width: calc(33.33% - 16px);
}

.imgsss-list .imgsss-list-item:nth-child(3) {
  /* width: calc(28% - 16px); */
  width: calc(33.33% - 16px);
}

.common-items-ul .common-items-li .need-more-a {
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.common-items-ul .common-items-li .need-more-a:hover {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.help-nav-items-boxs {
  background: rgba(255, 255, 255, 0.3);
}

.help-nav-items-boxs.cur {
  background: rgba(255, 255, 255, 1);
}

.help-nav-items:hover .help-nav-items-boxs {
  background: rgba(255, 255, 255, 1);
}

.i-pross li .add-car {
  transform: translateY(200%);
  visibility: hidden;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.i-pross li:hover .add-car {
  transform: translateY(0);
  visibility: visible;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.banner-text-words-lh {
  line-height: 26px;
}

.c-contct-line-l1 {
  padding-bottom: 30px;
}

.after-items-li:nth-child(3) .after-items-line {
  display: none;
}

.after-items-li:last-child .after-items-line {
  display: none;
}

.img-wwwww {
  width: 43%;
  padding: 30px;
}
