﻿.new_main .banner {}
a:focus{outline:none;}
.new_main .banner .swiper-slide .slogan .p1 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.new_main .banner .swiper-slide .slogan .p2 {
    line-height: 30px;
    font-size: 28px;
    color: #fff;
}

.new_main .banner .swiper-slide {
    height: 935px;
}

.new_main .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    opacity: 0.5;
    height: 4px;
    border-radius: 5px;
    background: #FFF;
}

.new_main .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.common_title {
    text-align: center;
}

.common_title .c {
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 30px;
    margin-bottom: 10px;
}

.common_title .e {
    height: 18px;
    line-height: 18px;
    color: #c4c4c4;
    font-size: 16px;
}

.new_main .chooseus {
    padding: 90px 0 125px;
}

.new_main .chooseus .slogan {
    text-align: center;
    color: #818181;
    font-size: 16px;
    margin-top: 20px;
}

.new_main .chooseus .list {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.new_main .chooseus .web_list{
    display: none;
}

.new_main .chooseus .list .item {
    margin: 0 35px;
    width: 325px;
    height: 325px;
    padding: 90px 30px 0 45px;
    background: url("../images/border_bg.png") no-repeat center;
    background-size: 100% 100%;
    transition: 0.3s;
    border-radius: 100%;
    cursor: pointer;
}

.new_main .chooseus .list .item .name {
    color: #818181;
    font-size: 24px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.new_main .chooseus .list .item .details {
    font-size: 16px;
    color: #818181;
    line-height: 28px;
    transition: 0.3s;
}

.new_main .chooseus .list .item:hover {
    background: #189FA7;
}

.new_main .chooseus .list .item:hover .name {
    color: #fff;
}

.new_main .chooseus .list .item:hover .details {
    color: #fff;
}

.new_main .about {
    height: 535px;
    background: url("../images/banner_bg1.png");
    position: relative;
    width: 100%;
    background-size: cover;
}

.new_main .about .after {
    height: 535px;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    max-width: 1226px;
    background: url("../images/banner_bg2.png") no-repeat right center;
    background-size: cover;
}

.new_main .about .content_gy {
    display: flex;
    align-items: center;
    height: 535px;
    position: relative;
    z-index: 2;
}

.new_main .about .item {
    display: flex;
    width: 600px;
    padding-left: 25px;
    margin-bottom: 40px;
}

.new_main .about .item b {
    color: #fff;
    display: block;
    font-size: 27px;
    margin-right: 20px;
    white-space: nowrap;
	 line-height: 44px;
}

.new_main .about .item span {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 44px;
}

.new_main .product {
    padding: 105px 0 0;
}

.new_main .product .common_title .b {
    text-align: center;
    color: #818181;
    font-size: 16px;
    margin-top: 20px;
}

.new_main .product .list {
    margin-top: 60px;
}

.new_main .product .list .item {
    float: left;
    margin-right: 55px;
    width: 363px;
    margin-bottom: 25px;
    cursor: pointer;
}

.new_main .product .list .item:nth-child(3n) {
    margin-right: 0;
}

.new_main .product .list .item .pic {
    overflow: hidden;
    width: 100%;
    max-height: 245px;
}

.new_main .product .list .item .pic img {
    transition: 0.3s;
}

.new_main .product .list .item:hover .pic img {
    transform: scale(1.1);
}

.new_main .product .list .item .name {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
}

.new_main .product .list .item:hover .name {
    color: #fff;
    font-size: 18px;
    color: #14878E;
}

.new_main .common_more {
    padding: 60px 0 70px;
    text-align: center;
}

.new_main .common_more a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #009fa7;
    border: 1px solid #009fa7;
    border-radius: 30px;
    transition: 0.3s;
    height: 50px;
    width: 225px;
    line-height: 50px;
}

.new_main .common_more a:hover {
    background: #009fa7;
    color: #fff;
}

.new_main .case {
    background: #F5F6FB;
    padding: 85px 0;
}

.new_main .case .content_gy {
    display: flex;
}

.new_main .case .content_gy .common_title {
    width: 185px;
    text-align: left;
}

.new_main .case .content_gy .content {
    flex: 1;
    display: flex;
}

.new_main .case .content_gy .content .left .swiper-container-case {
    width: 100%;
    height: 410px;
}

.new_main .case .content_gy .content .left .swiper-slide a {
    display: block;
    width: 100%;
}
.new_main .case .content_gy .content .left .swiper-slide img {
    float: left;
    height: 410px;
}

.new_main .case .content_gy .content .left {
    width: 625px;
}

.new_main .case .content_gy .content .left .title_list {
    display: flex;
    width: 100%;
}

.new_main .case .content_gy .content .left .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) url("../images/left_icon.png") no-repeat center;
    width: 38px;
    height: 38px;
    left: 0;
}

.new_main .case .content_gy .content .left .swiper-button-next {
    background: rgba(0, 0, 0, 0.5) url("../images/right_icon.png") no-repeat center;
    width: 38px;
    height: 38px;
    right: 0;
}

.new_main .case .content_gy .content .left .title_list .item {
    width: 33.3%;
    height: 75px;
    line-height: 75px;
    padding: 0 25px;
    font-size: 14px;
    color: #333333;
    border-bottom: 2px solid #dcdcdc;
    cursor: pointer;
}

.new_main .case .content_gy .content .left .title_list .item.active {
    color: #189fa7;
    border-bottom: 2px solid #189fa7;
}

.new_main .case .content_gy .content .details {
    width: 393px;
    background: #fff;
    padding: 55px;
}

.new_main .case .content_gy .content .details .box {
    display: none;
}

.new_main .case .content_gy .content .details .box0 {
    display: block;
}

.new_main .case .content_gy .content .details .box .name {
    padding: 30px 0;
    font-size: 22px;
    color: #333333;
    line-height: 35px;
    max-height: 60px;
    overflow: hidden;
    box-sizing: content-box;
    border-bottom: 1px solid #cccccc;
}

.new_main .case .content_gy .content .details .box .more {
    padding-top: 40px;
}

.new_main .case .content_gy .content .details .box .txt {
    padding: 30px 0;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    box-sizing: content-box;
}

.new_main .case .content_gy .content .common_more {
    display: none;
}

.new_main .case .content_gy .content .details .box .more a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #009fa7;
    border: 1px solid #009fa7;
    border-radius: 30px;
    transition: 0.3s;
    height: 50px;
    width: 225px;
    line-height: 50px;
}

.new_main .case .content_gy .content .details .box .more a:hover {
    background: #009fa7;
    color: #fff;
}

.new_main .cooperative {
    padding: 90px 0 0;
}

.new_main .cooperative .slogan {
    margin-top: 20px;
}

.new_main .cooperative .slogan p {
    color: #818181;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.new_main .cooperative .list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_main .cooperative .list .item {
    width: 225px;
    height: 100px;
    margin-bottom: 10px;
    transform: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.new_main .cooperative .list .item a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 100px;
}
.new_main .cooperative .list .item a img{
    max-width: 90%;
    max-height: 90%;
}
.new_main .cooperative .list .item:hover {
    box-shadow: 0 0 5px #ccc;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

.new_main .news {
    padding: 85px 0 0;
    background: #f5f6fb;
}

.new_main .news .tab_box {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 70px;
}

.new_main .news .tab_box span {
    transition: 0.3s;
    font-size: 16px;
    color: #818181;
    margin-right: 30px;
    cursor: pointer;
}

.new_main .news .tab_box span.active,
.new_main .news .tab_box span:hover {
    color: #189fa7;
}

.new_main .news .content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.new_main .news .content_box {
    display: none;
}

.new_main .news .content_box0 {
    display: block;
}

.new_main .news .content .one {
    width: 520px;
    margin-left: 10px;
}

.new_main .news .content .one .date {
    height: 50px;
    text-align: right;
    color: #189fa7;
    font-size: 16px;
    border-bottom: 2px solid #189fa7;
    margin-bottom: 20px;
    line-height: 50px;
}

.new_main .news .content .one .name {
    color: #189fa7;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 20px;
}

.new_main .news .content .one .details {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}

.new_main .news .content .one .pic {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.new_main .news .content .one:hover .pic img {
    transform: scale(1.1);
}
.new_main .news .content .one .pic img {
    width: 100%;
	height: 100%;
    transition: 0.3s;
}

.new_main .news .content .list {
    width: 520px;
    margin-left: 10px;
}

.new_main .news .content .list .item {
    padding: 18px 0;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.new_main .news .content .list .item:last-child {
    border-bottom: none;
}

.new_main .news .content .list .item .top {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.new_main .news .content .list .item .top span {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333;
}

.new_main .news .content .list .item .top i {
    width: 100px;
    display: block;
    color: #999999;
    font-size: 16px;
}

.new_main .news .content .list .item .bottom {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
}

.new_main .tag {
    background: #303438;
    height: 80px;
}

.new_main .tag .content_gy a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.new_main .tag .content_gy a img {
    margin-right: 15px;
}

.new_main .tag .content_gy {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.new_main .tag .content_gy::after {
    display: none;
}


.online {
    right: 2px;
    margin: -100px 0 0 0;
    position: absolute;
    bottom: -60px;
    z-index: 999;
    width: 140px;
    height: 50px;
    background: #139299;
    padding: 5px;
    border-radius: 10px;
    box-sizing: content-box;
    cursor: pointer;
}
.web_common_fix_contact{
    display: none;
}

/*------------------------------- 侧边栏 -------------------------------------*/
.aside-nav {
    position: fixed;
    right: 25px;
    top: 45%;
    /*transform:translateY(-50%);*/
    z-index: 10000;
}
.aside-nav-close {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    line-height: 52px;
    background: #189FA7;
    border-radius: 50%;
    text-align: center;
    visibility: visible;
    cursor: pointer;
}
.aside-nav-in{
}
.aside-nav-in.active{
}
.aside-nav-in.close {
    transform: translateX(100px);
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    height:54px;
    width:54px;
    line-height: 52px;
    text-align: right;
}

.aside-nav-one-img {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: .3s;
}
.aside-nav-one-img img{
    width: 22px;
}
.more-width:hover .aside-nav-one-img {
    left: -73px;
}
.more-width-call:hover .aside-nav-one-img {
    left: -102px;
}
.aside-nav-one-desc {
    position: absolute;
    right: 0;
    padding-right: 16px;
    width: 54px;
    height: 54px;
    font-size: 14px;
    line-height: 52px;
    background: #189FA7;
    color: #189FA7;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition: .3s, color .1s; */
}

.aside-nav-one-desc .qq-name{
    display: inline-block;
    margin-right: 15px;
}

.aside-nav-one-desc .qq-name i{
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.aside-nav-one-desc .qq-name span{
  font-size: 14px;
  color: #189FA7;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  line-height: 54px;
}

.qq-name-box{
    position: absolute;
    right: 0px;
}
.more-width:hover .aside-nav-one-desc {
    width: 125px;
    color: #fff;
    transition: .3s;
}
.more-width-call:hover .aside-nav-one-desc {
    width: 156px;
}

.more-width-qq:hover .aside-nav-one-desc {
    width: 136px;
}

.more-width-qq:hover .aside-nav-one-desc span{
    transition:.3s .1s;
    color: #fff;
}

.more-width-qq:hover .aside-nav-one-img{
    left: -86px;
}

.aside-nav-one-qrcode {
    position: absolute;
    left: -100px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
    left: -140px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.more-weixin a{
    width: 54px;
    height: 54px;
    background: #189FA7;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index:2;
    line-height: 54px;
}
.more-weixin .wx-code{
    position: absolute;
    top: 50%;
    right:110%;
    /* transition: .3s; */
    z-index:-1;
    width:100px;
    height: 100px;
    margin-top: -25px;
    transform: scale(0, 1);
    transform-origin: right;
}
.more-weixin .wx-code img{
    width:100px;
    height: 100px;
}
.more-weixin:hover .wx-code{
    transform: scale(1, 1);
    right:110%;
    transition: .45s;
}
/*------------------------------- 侧边栏end -------------------------------------*/
