@charset "UTF-8";
.clear::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.clear-float::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

html body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header .greeting-wrap {
    background-color: #F3F3F3;
}

.header .greeting-wrap .content {
    font-size: 14px;
    color: #666666;
    padding: 14px 0;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.header .greeting-wrap .content a {
    color: #666666;
}

.header .greeting-wrap .content .t-nav-wrap {
    float: right;
}

.header .greeting-wrap .content .t-nav-wrap a {
    padding: 0 14px;
    border-right: 1px solid #CDCDCD;
}

.header .greeting-wrap .content .t-nav-wrap a:nth-last-child(1) {
    border-right: 0;
}

.header .top {
    height: 120px;
}

.header .top .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.header .top .content .logo {
    float: left;
    margin-top: 26px;
}

.header .top .content .descr-wrap {
    display: inline-block;
    padding-left: 40px;
    border-left: 1px solid #DBDBDB;
    margin-top: 30px;
    margin-left: 38px;
}

.header .top .content .descr-wrap .text-1 {
    color: #168FD4;
    font-size: 20px;
}

.header .top .content .descr-wrap .text-2 {
    color: #333333;
    font-size: 16px;
    margin-top: 8px;
}

.header .top .content .call-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .top .content .call-wrap .icon {
    margin-right: 15px;
}

.header .top .content .call-wrap .call {
    display: inline-block;
}

.header .top .content .call-wrap .call .label {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.header .top .content .call-wrap .call .value {
    font-size: 26px;
    font-weight: bold;
    color: #FFA200;
    margin-top: 10px;
}

.header .top .content .call-wrap .call .value span {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.header .nav-wrap {
    height: 50px;
    background-color: #168FD4;
}

.header .nav-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    height: 50px;
    font-size: 0;
}

.header .nav-wrap .content a {
    width: 160px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

.header .nav-wrap .content a:hover {
    background-color: #FF6C00;
}

.header .nav-wrap .content .active {
    background-color: #FF6C00;
}

.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.container .banner-wrap {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.container .banner-wrap .banner-swiper-container {
    width: 100%;
    height: 100%;
}

.container .banner-wrap .banner-swiper-container .swiper-slide {
    position: relative;
}

.container .banner-wrap .banner-swiper-container .swiper-slide .banner {
    width: 100%;
    height: 100%;
}

.container .goods-wrap {
    margin-top: 40px;
}

.container .goods-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .goods-wrap .content .item-wrap {
    width: 590px;
    float: left;
}

.container .goods-wrap .content .item-wrap:nth-last-child(1) {
    float: right;
}

.container .goods-wrap .content .item-wrap .title-wrap {
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 22px 0 52px;
    color: #FFFFFF;
    background: url(../images/icon_new.png) center center no-repeat;
}

.container .goods-wrap .content .item-wrap .title-wrap .title {
    font-size: 20px;
    font-weight: bold;
}

.container .goods-wrap .content .item-wrap .title-wrap .more-btn {
    font-size: 16px;
    color: #FFFFFF;
    float: right;
    text-transform: uppercase;
}

.container .goods-wrap .content .item-wrap .block {
    height: 312px;
    box-sizing: border-box;
    padding: 25px 25px 0 25px;
    background-color: #F3F3F3;
    font-size: 0;
}

.container .goods-wrap .content .item-wrap .block .goods {
    width: 257px;
    text-align: center;
    display: inline-block;
	position: relative;
	z-index: 1;
}

.container .goods-wrap .content .item-wrap .block .goods::before {
	content: '';
	width: 100%;
	height: 236px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.container .goods-wrap .content .item-wrap .block .goods:nth-child(1) {
    margin-right: 25px;
}

.container .goods-wrap .content .item-wrap .block .goods .img {
    max-width: 100%;
    max-height: 236px;
}

.container .goods-wrap .content .item-wrap .block .goods .name {
    font-size: 14px;
    color: #555555;
    margin-top: 16px;
    text-transform: uppercase;
}

.container .product-series-wrap {
    margin-top: 45px;
}

.container .product-series-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .product-series-wrap .content .li {
    width: 290px;
    height: 200px;
    background: url(../images/1.png) center center no-repeat;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0 0;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: calc((1200px - (290px * 4)) / 3);
}

.container .product-series-wrap .content .li:nth-last-child(1) {
    margin-right: 0;
}

.container .product-series-wrap .content .li:nth-child(2) {
    background: url(../images/3.png) center center no-repeat;
}

.container .product-series-wrap .content .li:nth-child(3) {
    background: url(../images/4.png) center center no-repeat;
}

.container .product-series-wrap .content .li:nth-child(4) {
    background: url(../images/5.png) center center no-repeat;
}

.container .product-series-wrap .content .li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(22, 98, 212, 0.75);
    transition: transform 0.5s;
    transform: scale(0);
}

.container .product-series-wrap .content .li:hover::after {
    transform: scaleX(1);
}

.container .product-series-wrap .content .li .text-1 {
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
}

.container .product-series-wrap .content .li .text-1 span {
    position: relative;
}

.container .product-series-wrap .content .li .text-1 span::before,
.container .product-series-wrap .content .li .text-1 span::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.container .product-series-wrap .content .li .text-1 span::before {
    left: -40px;
}

.container .product-series-wrap .content .li .text-1 span::after {
    right: -40px;
}

.container .product-series-wrap .content .li .en {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.container .product-center-wrap {
    margin-top: 55px;
}

.container .product-center-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .product-center-wrap .content .title-wrap {
    text-align: center;
}

.container .product-center-wrap .content .title-wrap .zh {
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    display: inline-block;
    position: relative;
    top: -20px;
}

.container .product-center-wrap .content .title-wrap .zh::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    height: 4px;
    background-color: #FCDE1A;
}

.container .product-center-wrap .content .title-wrap .zh .blue {
    color: #168FD4;
}

.container .product-center-wrap .content .title-wrap .descr {
    margin-top: 20px;
    font-size: 15px;
    color: #888888;
}

.container .product-center-wrap .content .tab-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 45px;
    line-height: 65px;
}

.container .product-center-wrap .content .tab-wrap .tab {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-right: 14px;
}

.container .product-center-wrap .content .tab-wrap .tab:hover {
    background-color: #168FD4;
    color: #fff;
}

.container .product-center-wrap .content .tab-wrap .tab-active {
    background-color: #168FD4;
    color: #fff;
}

/* .container .product-center-wrap .content .block-wrap {
    margin-top: 45px;
}

.container .product-center-wrap .content .block-wrap .block {
    display: none;
}

.container .product-center-wrap .content .block-wrap .block:nth-child(1) {
    display: block;
}

.container .product-center-wrap .content .block-wrap .block .left-wrap {
    display: inline-block;
    font-size: 0;
    width: 476px;
    height: 385px;
    margin-right: 8px;
}

.container .product-center-wrap .content .block-wrap .block .left-wrap .img {
    width: 100%;
    height: 100%;
}

.container .product-center-wrap .content .block-wrap .block .right-wrap {
    width: 710px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.container .product-center-wrap .content .block-wrap .block .right-wrap .img-wrap {
    display: inline-block;
    width: 225px;
    height: 182px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 182px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.container .product-center-wrap .content .block-wrap .block .right-wrap .img-wrap:nth-child(3n+3) {
    margin-right: 0;
}

.container .product-center-wrap .content .block-wrap .block .right-wrap .img-wrap .img {
    max-width: 100%;
    max-height: 182px;
    vertical-align: middle;
} */



.container .product-center-wrap .content .block-wrap {
  margin-top: 45px;
}
.container .product-center-wrap .content .block-wrap .block {
  display: none;
  position: relative;
}
.container .product-center-wrap .content .block-wrap .block::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.container .product-center-wrap .content .block-wrap .block:nth-child(1) {
  display: block;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap {
  float: left;
  width: 225px;
  height: 182px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-align: center;
  line-height: 182px;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap:nth-child(1) {
  width: 476px;
  height: 385px;
  margin-right: 8px;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap .img {
  max-width: 100%;
  max-height: 100%;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap:not(.container .product-center-wrap .content .block-wrap .block .img-wrap:nth-child(1)) {
  margin-right: 15px;
  margin-bottom: 20px;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap:not(.container .product-center-wrap .content .block-wrap .block .img-wrap:nth-child(1)):nth-child(4) {
  margin-right: 0;
}
.container .product-center-wrap .content .block-wrap .block .img-wrap:not(.container .product-center-wrap .content .block-wrap .block .img-wrap:nth-child(1)):nth-child(7) {
  margin-right: 0;
}





.container .advantage-wrap {
    height: 1000px;
    background: url(../images/bg_1.jpg) center top no-repeat;
    margin-top: 60px;
    box-sizing: border-box;
}

.container .advantage-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 60px 0 0;
}

.container .advantage-wrap .content .title-wrap {
    text-align: center;
}

.container .advantage-wrap .content .title-wrap .en {
    font-size: 55px;
    font-weight: bold;
    color: #A6A6A6;
    opacity: 0.2;
    text-transform: uppercase;
}

.container .advantage-wrap .content .title-wrap .zh {
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    display: inline-block;
    position: relative;
    top: -45px;
}

.container .advantage-wrap .content .title-wrap .zh::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    height: 4px;
    background-color: #FCDE1A;
}

.container .advantage-wrap .content .title-wrap .zh .number {
    font-size: 50px;
    font-weight: bold;
    color: #FF6C00;
    font-family: "039-CAI978";
}

.container .advantage-wrap .content .title-wrap .zh .blue {
    color: #168FD4;
}

.container .advantage-wrap .content .title-wrap .descr {
    margin-top: 0;
    font-size: 15px;
    color: #888888;
}

.container .advantage-wrap .content .text-wrap {
    width: 200px;
    position: absolute;
}

.container .advantage-wrap .content .text-wrap .text-1 {
    font-size: 22px;
    color: #0068C1;
}

.container .advantage-wrap .content .text-wrap .text-2 {
    font-size: 14px;
    color: #343434;
    line-height: 24px;
    margin-top: 10px;
}

.container .advantage-wrap .content .text-wrap .orange {
    color: #FF6C00;
}

.container .advantage-wrap .content .text-1-wrap {
    top: 270px;
    left: 110px;
}

.container .advantage-wrap .content .text-2-wrap {
    top: 405px;
    left: 418px;
}

.container .advantage-wrap .content .text-3-wrap {
    top: 285px;
    left: 645px;
}

.container .advantage-wrap .content .text-4-wrap {
    top: 300px;
    left: 1005px;
}

.container .advantage-wrap .content .call-btn {
    display: block;
    width: 938px;
    height: 70px;
    background-color: #FFF335;
    border-radius: 35px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 70px;
}

.container .advantage-wrap .content .call-btn .icon {
    vertical-align: middle;
    margin-right: 27px;
}

.container .advantage-wrap .content .call-btn span {
    vertical-align: middle;
}

.container .advantage-wrap .content .call-btn .text {
    font-size: 22px;
    color: #292929;
}

.container .advantage-wrap .content .call-btn .phone {
    font-size: 33px;
    font-weight: bold;
    color: #FF6C00;
}

.container .case-wrap {
    margin-top: 100px;
    padding-bottom: 35px;
    position: relative;
}

.container .case-wrap::after {
    content: "";
    width: 100%;
    height: 520px;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.container .case-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .case-wrap .content .title-wrap {
    text-align: center;
}

.container .case-wrap .content .title-wrap .zh {
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    display: inline-block;
    position: relative;
    top: -20px;
}

.container .case-wrap .content .title-wrap .zh::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    height: 4px;
    background-color: #FCDE1A;
}

.container .case-wrap .content .title-wrap .zh .blue {
    color: #168FD4;
}

.container .case-wrap .content .title-wrap .descr {
    margin-top: 20px;
    font-size: 15px;
    color: #888888;
}

.container .case-wrap .content .carousel-wrap {
    margin-top: 75px;
    /* height: 234px; */
}

.container .case-wrap .content .carousel-wrap .swiper-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .case-swiper-container {
    width: 100%;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .case-swiper-container .swiper-slide {
    /* width: 580px !important; */
    height: 420px;
    display: block;
    box-sizing: border-box;
    line-height: 234px;
	background-color: #fff;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .case-swiper-container .swiper-slide img {
    max-width: 100%;
    height: 100%;
        /* display: block; */
    vertical-align: middle;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    cursor: pointer;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .swiper-btn-prev {
    left: -30px;
    transform: rotateZ(180deg);
    transform-origin: center;
    background: url(../images/arrow_r.png) center center no-repeat;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .swiper-btn-prev:hover {
    transform: rotateZ(0);
    transform-origin: center;
    background: url(../images/arrow_l_a.png) center center no-repeat;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .swiper-btn-next {
    right: -30px;
    transform: rotateZ(0);
    transform-origin: center;
    background: url(../images/arrow_r.png) center center no-repeat;
}

.container .case-wrap .content .carousel-wrap .swiper-wrap .swiper-btn-next:hover {
    transform: rotateZ(180deg);
    transform-origin: center;
    background: url(../images/arrow_l_a.png) center center no-repeat;
}

.container .about-us-wrap {
    padding-top: 70px;
}

.container .about-us-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .about-us-wrap .content .side-wrap {
    width: 248px;
    margin-right: 55px;
    display: inline-block;
    vertical-align: top;
}

.container .about-us-wrap .content .side-wrap .title-wrap {
    width: 248px;
    height: 46px;
    background-color: #168FD4;
    line-height: 46px;
    position: relative;
    box-sizing: border-box;
    padding: 0 14px 0 28px;
}

.container .about-us-wrap .content .side-wrap .title-wrap::after {
    content: "";
    background-color: #27A2E8;
}

.container .about-us-wrap .content .side-wrap .title-wrap .zh {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.container .about-us-wrap .content .side-wrap .title-wrap .zh::before {
    content: "";
    width: 17px;
    height: 3px;
    background-color: #FFF335;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.container .about-us-wrap .content .side-wrap .title-wrap .more-btn {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    float: right;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap {
    text-align: center;
    padding: 30px 0;
    background-color: #F2F2F2;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap {
    width: 195px;
    display: inline-block;
    position: relative;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .workshop-swiper-container {
    width: 100%;
    height: 453px;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .workshop-swiper-container .swiper-slide {
    width: 195px;
    height: 141px !important;
    display: block;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .workshop-swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    /* display: block; */
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    z-index: 2;
    cursor: pointer;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .swiper-btn-prev {
    top: -23px;
    transform: rotateZ(-90deg);
    transform-origin: center;
    background: url(../images/arrow_r.png) center center no-repeat;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .swiper-btn-prev:hover {
    transform: rotateZ(90deg);
    transform-origin: center;
    background: url(../images/arrow_l_a.png) center center no-repeat;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .swiper-btn-next {
    bottom: -23px;
    transform: rotateZ(90deg);
    transform-origin: center;
    background: url(../images/arrow_r.png) center center no-repeat;
}

.container .about-us-wrap .content .side-wrap .workshop-carousel-wrap .swiper-wrap .swiper-btn-next:hover {
    transform: rotateZ(-90deg);
    transform-origin: center;
    background: url(../images/arrow_l_a.png) center center no-repeat;
}

.container .about-us-wrap .content .cont-wrap {
    width: 890px;
    display: inline-block;
}

.container .about-us-wrap .content .cont-wrap .title-wrap {
    padding-left: 37px;
    padding-bottom: 29px;
    border-bottom: 1px dashed #DCDCDC;
}

.container .about-us-wrap .content .cont-wrap .title-wrap .zh {
    font-size: 30px;
    font-weight: bold;
    color: #363636;
    position: relative;
    vertical-align: middle;
}

.container .about-us-wrap .content .cont-wrap .title-wrap .zh::before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #168FD4;
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
}

.container .about-us-wrap .content .cont-wrap .title-wrap .en {
    font-size: 30px;
    color: #EAEAEA;
    text-transform: uppercase;
    margin-left: 20px;
    vertical-align: middle;
}

.container .about-us-wrap .content .cont-wrap .title-wrap .more-btn {
    font-size: 16px;
    color: #B4B4B4;
    float: right;
    margin-top: 20px;
}

.container .about-us-wrap .content .cont-wrap .text {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    text-indent: 26px;
    margin-top: 40px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .about-us-wrap .content .cont-wrap .img {
    max-width: 100;
    display: block;
    margin: 60px auto 0;
}

.container .news-wrap {
    margin-top: 80px;
}

.container .news-wrap .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .news-wrap .content .title-wrap {
    padding-left: 37px;
    padding-bottom: 29px;
    border-bottom: 1px dashed #DCDCDC;
}

.container .news-wrap .content .title-wrap .zh {
    font-size: 30px;
    font-weight: bold;
    color: #363636;
    position: relative;
    vertical-align: middle;
}

.container .news-wrap .content .title-wrap .zh::before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #168FD4;
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
}

.container .news-wrap .content .title-wrap .en {
    font-size: 30px;
    color: #EAEAEA;
    text-transform: uppercase;
    margin-left: 20px;
    vertical-align: middle;
}

.container .news-wrap .content .title-wrap .more-btn {
    font-size: 16px;
    color: #B4B4B4;
    float: right;
    margin-top: 20px;
}

.container .news-wrap .content .list-wrap .li {
    display: inline-block;
    font-size: 0;
    width: 567px;
    padding: 43px 0;
    border-bottom: 1px dashed #DCDCDC;
    margin-right: 60px;
}

.container .news-wrap .content .list-wrap .li:nth-child(2n+2) {
    margin-right: 0;
}

.container .news-wrap .content .list-wrap .li:hover .time-wrap {
    color: #fff;
    background-color: #168FD4;
}

.container .news-wrap .content .list-wrap .li:hover .text-wrap .title {
    color: #168FD4;
}

.container .news-wrap .content .list-wrap .li .time-wrap {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 80px;
    background-color: #EFEFEF;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 0 0;
    margin-right: 20px;
}

.container .news-wrap .content .list-wrap .li .time-wrap .day {
    font-size: 24px;
}

.container .news-wrap .content .list-wrap .li .time-wrap .month {
    font-size: 14px;
}

.container .news-wrap .content .list-wrap .li .text-wrap {
    width: 477px;
    display: inline-block;
}

.container .news-wrap .content .list-wrap .li .text-wrap .title {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .news-wrap .content .list-wrap .li .text-wrap .text {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    background-color: #3B3B3B;
}

.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 60px 0;
}

.footer .content .left-wrap {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

.footer .content .left-wrap .title {
    font-size: 24px;
}

.footer .content .left-wrap .title .zh {
    color: #fff;
}

.footer .content .left-wrap .title .en {
    color: #6a6a6a;
}

.footer .content .left-wrap .block {
    margin-top: 40px;
    color: #ABABAB;
    font-size: 13px;
}

.footer .content .left-wrap .block .phone .value {
    color: #FFCF2C;
    font-size: 20px;
}

.footer .content .left-wrap .block .address {
    margin-top: 16px;
}

.footer .content .middle-wrap {
    width: 400px;
    display: inline-block;
    margin-left: 130px;
}

.footer .content .middle-wrap .bottom-nav-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
}

.footer .content .middle-wrap .bottom-nav-wrap a {
    font-size: 18px;
    color: #fff;
    margin-right: 85px;
    line-height: 36px;
}

.footer .content .middle-wrap .bottom-nav-wrap a:nth-child(3n+3) {
    margin-right: 0;
}

.footer .content .middle-wrap .bottom-nav-wrap a:hover {
    color: #48B3F0;
}

.footer .content .middle-wrap .copyright {
    font-size: 14px;
    color: #808080;
    line-height: 36px;
    margin-top: 24px;
}

.footer .content .middle-wrap .copyright a {
    color: #808080;
}

.footer .content .right-wrap {
    width: 137px;
    height: 156px;
    background-color: #FFFFFF;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 120px;
    box-sizing: border-box;
    padding: 12px 0 0;
}

.footer .content .right-wrap .qrcode {
    width: 120px;
    height: 120px;
}

.footer .content .right-wrap .text {
    font-size: 12px;
}


/*悬浮*/

.float {
    width: 200px;
    position: fixed;
    left: -150px;
    transition: all 0.5s;
    top: 20%;
    z-index: 100;
}

.float ul li {
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background: #168FD4;
    border-radius: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.float ul li span {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    /* margin-right: 10px; */
}

.float ul li .iconfont {
    color: #FFFFFF;
    font-size: 30px;
}

.float ul li .icon-huidingbu {
    font-size: 20px !important;
}

.float ul li p {
    font-size: 18px;
    color: #FFFFFF;
	text-align: center;
}

.float ul li .wx {
    width: 90px;
    height: 0px;
    margin-left: 60px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.float:hover {
    left: 0;
}

.float:hover .wx {
    height: 90px;
    padding-bottom: 10px;
}