.clearfix{
    zoom: 1;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
}
.p_top_60{
    padding-top: 60px !important;
}
@media screen and (max-width: 766px) {
    .p_top_60{
        padding-top: 30px !important;
    }
}
/*top*/
.top {
    position: relative;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}
.top_white{
    background-color: #fff;
    transition: .2s;
}
.top.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05)
}
.top.top_white.fixed {
    box-shadow: none ;
    border-bottom: 1px solid #ccc;
    top: 0!important;
}
.top .fixed-logo {
    display: none;
}
.top.fixed .fixed-logo ,
.top.top_white .fixed-logo {
    /* max-height: 28px; */
    display: block;
}
.top.fixed .normal,
.top.top_white .normal{
    display: none;
}
.top.fixed .mask {
    background-color: #fff;
}
.top.fixed .p-nav .n-item > a ,
.top.top_white .p-nav .n-item > a{
    color: #333;
}
.top > div {
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .logo {
    flex-shrink: 0;
    position: relative;
    z-index: 100;
    height: 60px;
}
.top .logo img {
    position: relative;
    top: 7px;
    height: 48px;
}
.top .mask {
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.7);*/
    display: none;
}
.top.hover .mask {
    display: block;
}
.top .p-nav {
    display: flex;
    z-index: 100;
}
.top .p-nav .n-item {
    width: 120px;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
/*    opacity: .95;
*/
}
.top .p-nav .n-item .arrow {
    width: 8px;
    height: 8px;
    position: relative;
    left: 6px;
    top: 0;
    display: inline-block;
    background: url(../images/down.png) no-repeat;
}
.top.fixed .p-nav .n-item .arrow,
.top.top_white .p-nav .n-item .arrow{
    width: 8px;
    height: 8px;
    position: relative;
    left: 6px;
    top: 0;
    display: inline-block;
    background: url(../images/down-fixed.png) no-repeat;
}
.top .p-nav .n-item > a {
    font-size: 16px;
    color: #fff;
    height: 60px;
}
.top .p-nav .n-item:hover > a {
    color: #0086cd;
}
.top .p-nav .n-item:hover .arrow {
    background-image: url(../images/down_hover.png);
}
.top .sub-nav {
    display: none;
    background-color: rgba(255,255,255,0.95);;
    /*background-color: #333;*/
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 40px 0;
    border-top: 1px solid #666;
    box-shadow: 0 2px 6px -1px #666;
/*    opacity: .95;*/
}
.top .p-nav .n-item.down .sub-nav {
    display: block;
}
.top .sub-nav > ul {
    display: flex;
    justify-content: space-around;
}
.top .sub-nav > ul li {
    padding: 0 30px;
    box-sizing: border-box;
}
.top .sub-nav > ul li h3 {
    font-weight: bold;
    font-size: 14px;
    color:#000;
}
.top .sub-nav > ul li img {
    width: 120px;
    height: 80px;
    display: block;
    margin: 10px auto;
}
.top .sub-nav > ul li a {
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: 22px;
    display: block;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.top .sub-nav > ul li:hover a {
    color: #0086cd;
}
.top .sub-nav > div {
    display: flex;
    padding: 0;
}
.top .sub-nav .sub-left {
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 0 30px;
}
.top .sub-nav .sub-left .sub-name {
    display: flex;
    align-items: center;
    height: 40px;
    width: 160px;
    justify-content: flex-start;
    padding-left: 10px;
    cursor: pointer;
}
.top .sub-nav .sub-left .sub-name:hover,
.top .sub-nav .sub-left .sub-name.on {
    color: #fff;
    background-color: #0086cd;
}
.top .sub-nav .sub-left .sub-name:not(:last-child) {
    margin-bottom: 30px;
}
.top .sub-nav .sub-left .sub-name img {
    margin-right: 10px;
}
.top .sub-nav .sub-left .sub-name img:first-child{
    display: none;
}
.top .sub-nav .sub-left .sub-name img:nth-child(2){
    display: block;
}
.top .sub-nav .sub-left .sub-name.on img:first-child,
.top .sub-nav .sub-left .sub-name:hover img:first-child{
    display: block;
}
.top .sub-nav .sub-left .sub-name.on img:nth-child(2),
.top .sub-nav .sub-left .sub-name:hover img:nth-child(2){
    display: none;
}
.top .sub-nav .sub-left .sub-name span{
    color:#000;
}
.top .sub-nav .sub-left .sub-name:hover span{
    color:#fff;
}
.top .sub-nav .sub-left .sub-name.on span{
    color:#fff;
}
.top .sub-nav .sub-right {
    width: 75%;
    padding-left: 50px;
}
.top .sub-nav .sub-right .sub-content {
    float: left;
    width: 28%;
    margin-right: 4%;
    margin-bottom: 1%;
    padding: 20px 30px;
    text-align: left;
}
.top .sub-nav .sub-right .sub-content:hover {
    background-color: #0086cd;
}
.top .sub-nav .sub-right .sub-content:hover h3{
    color: #fff;
}
.top .sub-nav .sub-right .sub-content:hover p {
    color: #fff;
}
.top .sub-nav .sub-right .sub-content h3,
.top .sub-nav .sub-right .sub-content-pic h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    height: 20px;
}
.top .sub-nav .sub-right .sub-content p,
.top .sub-nav .sub-right .sub-content-pic p {
    width: 100%;
    font-size: 12px;
    color: #333;
    margin: 0;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top .sub-nav .sub-right .sub-content-pic {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 1%;
/*    padding: 20px 30px;*/
	padding: 0 30px;
    text-align: center;
}
.top .sub-nav .sub-right .sub-content-pic .sub-content-pic-img{
	width: 100%;
	min-height: 125px;
	background: #fff;
	/*border: 1px solid #999;*/
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.top .sub-nav .sub-right .sub-content-pic img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
/*    padding: 10px;*/
}
.top .sub-nav .sub-right .sub-content-pic p {
    height: 24px;
}
/*.top .sub-nav .sub-right .sub-content-pic:hover {
    background-color: #0086cd;
    color: #fff;
}
.top .sub-nav .sub-right .sub-content-pic:hover h3{
    color:#fff;
}
.top .sub-nav .sub-right .sub-content-pic:hover p {
    color: #fff;
}*/
.top .sub-nav .sub-right .sub-content-pic:hover .sub-content-pic-img{
	/*border: 3px solid #0090FF;*/
	box-shadow: 0 0 0 3px #0090FF;
}

.top .n-item .dropdown {
    width: 100%;
    display: none;
}
.top .n-item .dropdown a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 16px;
}
.top .n-item.down .dropdown {
    display: block;
}
.top .n-item.down .dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #666;
}
.top .n-item .dropdown a:hover {
    background-color: #0086cd;
    color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1220px) {
    .top .logo {
        width: 160px;
    }
    .top .p-nav {
        width: calc(100% - 160px);
    }
    .top .p-nav .n-item {
        width: 12.5%;
    }
    .top .sub-nav .sub-left .sub-name:not(:last-child) {
        margin-bottom: 30px;
    }
    .top .logo img {
        top: 20px;
        height: 20px;
    }
}


/*mobile-nav*/
@media screen and (min-width: 767px) {
    .m_img, .m_nav{
        display: none;
    }
}
@media screen and (max-width: 766px) {
    .head, .top {
        display: none;
    }
    .m_img{
        display:flex;
        align-items: center;
        justify-content: space-between;
        height:44px;
        /*position:fixed;*/
        top:0px;
        left:0px;
        width:100%;
        z-index:9999;
        overflow: hidden;
        padding: 0 .3rem;
        background-color: rgba(0,0,0,1);
    }
    .m_img .headlf .m_logo{
        display: block;
        width: 2.3rem;
    }
    .m_img .headrg a .m_menuimg{
        height:16px;
        vertical-align:top;
        display: block;
    }
    /*.m_nav {
        display:block;
        position:fixed;
        top:0px;
        left:0px;
        width:0px;
        height:0px;
        overflow:hidden;
        z-index:10000;
    }
    .m_nav .closecover{
        position:absolute;
        width:100%;
        height:100%;
        background:#0b0d19;
        filter:alpha(opacity=0);
        opacity:0;
        left:0px;
        top:0px;
        z-index:1;
    }
    .m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
    .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
    .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
    .m_nav .m_navList ul li{border-bottom:1px solid #232530}
    .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
    .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
    .m_nav .m_navList ul li .m_f_a a{flex: 1;}
    .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
    .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
    .m_nav .m_navList ul li .m_s_nav a{
        display: block;
        height:40px;
        line-height:40px;
        font-size:14px;
        padding-left:10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }*/
}

/*banner*/
.banner {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}
.banner .banner-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .2s linear;
    cursor: pointer;
    opacity: 1;
}
.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0086cd;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner {
        top: 0;
    }
}

/*hotnews*/
.hot-news {
    background-color: #f4f4f5;
    padding: 12px 0;
    margin-bottom: 60px;
}
.hot-news > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background-color: #fff;
    padding: 0 20px;
}
.hot-news .news-title {
    max-width: 80%;
    display: flex;
    align-items: center;
}
.hot-news .news-title span {
    flex-shrink: 0;
}
.hot-news .news-title a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-news .news-title .red {
    color: #ef1b1b;
    font-weight: bold;
}
.hot-news .more {
    font-size: 14px;
    flex-shrink: 0;
    color: #333;
}
.hot-news .more:hover {
    color: #0086cd;
}
@media (max-width: 766px) {
    .hot-news .news-title span {
        font-size: .32rem;
    }
    .hot-news .news-title a {
        font-size: .3rem;
    }
    .hot-news .more {
        font-size: .3rem;
    }
}

/*product*/
.product {
    margin-bottom: 60px;
}
.product ul {
    display: flex;
    flex-wrap: wrap;
}
.product ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    background: #faf8f8;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all .2s linear;
}
.product ul li .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.product ul li .desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product ul li .more {
    font-size: 16px;
    color: #333;
}
.product ul li:hover {
    box-shadow: 0 0 12px 3px #d5d5d5;
}
@media screen and (min-width: 992px){
    .product ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .product {
        margin-bottom: 30px;
    }
    .product ul li:nth-child(3n) {
        margin-right: 0;
    }
    .product ul li .name {
        margin-bottom: 10px;
    }
    .product ul li .desc {
        margin-bottom: 10px;
        line-height: 22px;
    }
}
@media (max-width: 766px) {
    .product {
        margin-bottom: .5rem;
    }
    .product ul li {
        width: 49%;
        margin-right: 2%;
        padding: .2rem;
    }
    .product ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product ul li .name {
        font-size: .4rem;
        margin-bottom: .1rem;
    }
    .product ul li .desc {
        font-size: .34rem;
        line-height: .48rem;
        margin-bottom: .1rem;
    }
    .product ul li .more {
        font-size: .34rem;
    }
}
/*service*/
.service {
    margin-bottom: 60px;
}
.service .hd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #a7a6a6;
    margin-bottom: 30px;
}
.service .hd li {
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 16.67%;
}
.service .hd li.on,
.service .hd li:hover {
    background: #0086cd;
    color: #fff;
    cursor: pointer;
}
.service .bd ul li {
    display: flex;
    justify-content: space-between;
}
.service .bd ul li .left {
    width: 45%;
    padding-right: 50px;
}
.service .bd ul li .left .name {
    font-size: 22px;
    color: #333;
    margin: 35px 0;
    color: #0086cd;
}
.service .bd ul li .left .desc {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.service .bd ul li .left .more-btn {
    margin: 60px 0 0 0;
}
.service .bd ul li .right {
    width: 50%;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .service .bd ul li .left {
        width: 40%;
        padding-right: 30px;
    }
    .service .bd ul li .left .name {
        margin: 10px 0px 20px;
    }
    .service .bd ul li .left .more-btn {
        margin-top: 30px;
    }
    .service .bd ul li .right {
        width: 60%;
    }
}
@media (max-width: 766px) {
    .service {
        margin-bottom: .5rem;
    }
    .service .hd ul {
        flex-wrap: wrap;
        margin-bottom: .3rem;
        border-bottom-color: #ededed;
    }
    .service .hd li {
        width: 33.33%;
        font-size: .34rem;
        height: .9rem;
        line-height: .9rem;
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
    }
    .service .hd li:nth-child(3n) {
        border-right: 1px solid #ededed;
    }
    .service .bd ul li {
        flex-wrap: wrap-reverse;
    }
    .service .bd ul li .left {
        width: 100%;
        padding-right: 0;
    }
    .service .bd ul li .left .name {
        font-size: .4rem;
        margin: .2rem 0 .2rem;
    }
    .service .bd ul li .left .desc {
        font-size: .34rem;
        line-height: .52rem;
    }
    .service .bd ul li .left .more-btn {
        margin: .3rem auto 0;
        font-size: .34rem;
    }
    .service .bd ul li .right {
        width: 100%;
    }
}

/*solution*/
.solution {
    background-color: #252844;
    padding: 30px 0;
    margin-bottom: 60px;
}
.solution .common-title h3,
.solution .common-title p {
    color: #fff;
}
.swiper-solution {
    position: relative;
    padding-bottom: 60px;
}
.swiper-solution .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 8px !important;
}
.swiper-solution .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0086cd;
}
.swiper-solution .prev,
.swiper-solution .next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1000;
    cursor: pointer;
    top: 37%;
}
.swiper-solution .prev {
    left: 9%;
    background-image: url(../images/left.png);
}
.swiper-solution .prev:hover {
    background-image: url(../images/left_hover.png);
}
.swiper-solution .next {
    right: 9%;
    background-image: url(../images/right.png);
}
.swiper-solution .next:hover {
    background-image: url(../images/right_hover.png);
}
.swiper-solution .swiper-slide {
    max-width: 70%;
    display: flex;
    align-items: stretch;
    background-color: #fff;
}
.swiper-solution .pic {
    width: 50%;
}
.swiper-solution .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-solution .right {
    width: 50%;
    font-size: 20px;
    color: #333;
    padding: 85px 60px 60px 40px;
}
.swiper-solution .right .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-solution .right .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
}
.swiper-solution .right .detail {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #0086cd;
    display: block;
    margin-top: 42px;
    font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .swiper-solution .prev,
    .swiper-solution .next {
        top: 37%;
    }
    .swiper-solution .prev {
        left: 9%;
    }
    .swiper-solution .next {
        right: 9%;
    }
    .swiper-solution .right {
        padding: 40px 40px 40px 20px;
    }
    .swiper-solution .right .title{
        margin-bottom: 20px;
    }
    .swiper-solution .right .detail {
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin-top: 30px;
    }
}
@media (max-width: 766px) {
    .solution {
        padding: .3rem 0;
        margin-bottom: .6rem;
    }
    .swiper-solution {
        padding-bottom: 1rem;
    }
    .swiper-solution .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 4px !important;
    }
    .swiper-solution .prev,
    .swiper-solution .next {
        display: none;
    }
    .swiper-solution .prev {
        left: 9%;
    }
    .swiper-solution .next {
        right: 9%;
    }
    .swiper-solution .swiper-slide {
        max-width: 95%;
    }
    .swiper-solution .right {
        padding: .3rem .2rem;
    }
    .swiper-solution .right .title {
        font-size: .4rem;
        color: #333;
        margin-bottom: .1rem;
    }
    .swiper-solution .right .desc {
        font-size: .32rem;
        line-height: .58rem;
        height: auto;
    }
    .swiper-solution .right .detail {
        width: 2.4rem;
        line-height: .62rem;
        height: .62rem;
        margin-top: .2rem;
        font-size: .32rem;
    }
}

/*case*/
.case {
    margin-bottom: 60px;
    display: none;
}
.case ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}
.case ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.case ul li .pic {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.case ul li .pic img {
    display: block;
    width: 100%;
}
.case li .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s linear;
    text-align: center;
    padding: 15% 20px 0;
}
.case ul li .info .case-name {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.case ul li .info .case-desc {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case ul li .info .more {
    display: block;
    width: 100px;
    background: #0086cd;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 35px auto 0;
    border-radius: 4px;
}
.case ul li:hover .info {
    opacity: 1;
}
@media screen and (min-width: 992px){
    .case ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .case {
        margin-bottom: 30px;
    }
    .case ul {
        margin-bottom: 20px;
    }
    .case ul li:nth-child(3n) {
        margin-right: 0;
    }
    .case li .info {
        padding-top: 13%;
    }
    .case ul li .info .case-name {
        margin-bottom: 15px;
    }
    .case ul li .info .more {
        margin-top: 15px;
    }
}
@media (max-width: 766px) {
    .case {
        margin-bottom: .5rem;
    }
    .case ul {
        margin-bottom: .3rem;
    }
    .case ul li {
        width: 49%;
        margin-right: 2%;
    }
    .case ul li:nth-child(2n) {
        margin-right: 0;
    }
    .case li .info {
        display: none;
    }
}
/*news*/
.news {
    margin-bottom: 60px;
}
.news-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px !important;
}
.news-left {
    width: 40%;
}
.news-left .news-item .title {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-left .news-item .desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-left .news-item .bottom {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.news-left img {
    display: block;
    max-width: 100%;
}
.news-right {
    width: 55%;
}
.news-right li {
    padding: 10px 10px 15px 10px;
    border: 1px solid transparent;
    border-left-width: 8px;
    transition: all .2s linear;
}
.news-right li .title {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 10px 0 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right li .desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-right li .bottom {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 4px 0;
}
.news-right li:hover {
    border-color: #0086cd;
}
.news-right li:hover a {
    color: #0086cd;
}
@media screen and (min-width: 992px){
    .case ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .news-left {
        width: 45%;
    }
    .news-right {
        width: 50%;
    }
    .news-right li {
        padding: 0 10px;
    }
    .news-right li .title {
        padding: 5px 0 10px;
    }
}
@media (max-width: 766px) {
    .news {
        margin-bottom: .5rem;
    }
    .news-body {
        flex-wrap: wrap;
        margin-bottom: .4rem !important;
    }
    .news-left {
        width: 100%;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ededed;
    }
    .news-right {
        width: 100%;
    }
    .news-right li {
        padding: 0 0 .3rem;
        border: none;
        border-bottom: 1px solid #ededed;
    }
    .news-left .news-item .title,
    .news-right li .title {
        padding: .2rem 0;
    }
    .news-left .news-item .desc,
    .news-right li .desc {
        margin-bottom: .2rem;
    }
    .news-right li:hover {
        border: none;
    }
    .news-right li:hover a {
        color: #333;
    }
}
/*partner*/
.partner {
    margin-bottom: 50px;
}
.partner ul {
    display: flex;
    flex-wrap: wrap;
		justify-content: space-between;
}
.partner ul li {
    /* width: 18%; */
    margin-right: 2%;
    margin-bottom: 2%;
		text-align: center;
}
.partner ul li a {
    display: block;
    /* width: 100%; */
}
.partner ul li a img {
    display: block;
    height: 97px;
		margin: auto;
}
@media screen and (min-width: 992px){
 
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .partner ul li {
        width: 24%;
        margin-right: 1.3%;
    }
    .partner ul li:nth-child(4n) {
        margin-right: 0%;
    }
}
@media (max-width: 766px) {
    .partner {
        margin-bottom: .3rem;
    }
    .partner ul li {
        width: 32%;
        margin-right: 2%;
    }
    .partner ul li:nth-child(3n) {
        margin-right: 0%;
    }
}
/*footer*/
.footer {
    background-color: #333;
    color: #c2c1c1;
    padding-top: 60px;
}
.footer-body {
    display: flex;
    align-items: flex-start;
    /*align-items: center;*/
    margin-bottom: 30px !important;
}
.footer-body .navs {
    flex-grow: 1;
    display: flex;
    width: 18%;
    padding-left: 0%;
		justify-content: space-around;
        flex-wrap: wrap;
}
.footer-body .navs li {
     width: 100%; 
     text-align: center; 

}
.footer-body .navs li p {
    font-size: 16px;
    color: #c2c1c1;
    margin-bottom: 15px;
}
.footer-body .navs li a {
    font-size: 16px;
    color: #fefefe;
    display: block;
    margin-bottom: 10px;
    transition: all .2s linear;
}
.footer-body .navs li a:hover {
    color: #c2c1c1;
}
.footer-body .contact {
    flex-shrink: 0;
    padding-right: 25px;
    width: 40%;
    padding-left: 0;
}
.footer-body .contact h2{
    font-size: 24px;
    margin-bottom: 35px;
}
.footer-body .contact > div {
    margin-bottom: 10px;
}
.footer-body .contact span{
    font-size: 14px;
    color: #c2c1c1;
		line-height: 1.4;
}
.footer .box{
    padding: 0 0%!important;
}
.footer .ewm {
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer .ewm li {
    font-size: 14px;
    text-align: center;
}
.footer .ewm li img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.footer .ewm li p {
    margin-top: 20px;
}
.footer .ewm li:first-child {
    margin-right: 30px;
}
.footer .copy {
    height: 60px;
    line-height: 60px;
    color: #c2c1c1;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #4b5054;
}
@media screen and (min-width: 992px){
    .case ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .news-left {
        width: 45%;
    }
    .news-right {
        width: 50%;
    }
    .news-right li {
        padding: 0 10px;
    }
    .news-right li .title {
        padding: 5px 0 10px;
    }
}
@media (max-width: 766px) {
    .footer {
        padding-top: .3rem;
    }
    .footer-body .navs {
        display: none;
    }
    .footer-body .contact > div {
        margin-bottom: .3rem;
    }
    .footer-body .contact p {
        font-size: .34rem;
    }
    .footer-body .contact h3 {
        font-size: .5rem;
    }
    .footer .ewm li:first-child {
        margin-right: 0!important;
    }
    .footer .ewm li p {
        margin-top: .2rem;
        font-size: .3rem;
    }
    .footer .ewm li img{
        width: 40%;
    }
    .footer .copy {
        height: auto;
        line-height: 1rem;
        font-size: .28rem;
        padding: 0 1.2rem!important;
    }
}

.common-title {
    text-align: center;
}
.common-title h3 {
    font-size: 28px;
    color: #333;
    margin: 0 0 20px;
}
.common-title p {
    font-size: 16px;
    color: #666;
    margin: 0 0 50px;
}
.more-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #0086cd;
    border: 1px solid #0086cd;
    border-radius: 4px;
    transition: all .2s linear;
    font-size: 14px;
}
.more-btn:hover {
    background: #0086cd;
    color: #fff;
}

@media screen and (min-width: 1441px){
    .box {
        width: 1400px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1440px){
    .box {
        /*padding: 0 10px;*/
        padding: 0 10%;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .box {
        padding: 0 10px;
    }
    .common-title h3 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .common-title p {
        font-size: 16px;
        margin: 0 0 30px;
    }
}
@media (max-width: 766px) {
    .box {
        padding: 0 .3rem;
    }
    .footer-body .contact{
        display: none;
    }
    .footer .ewm{
        width: 100%;
        margin: 20px 0 0;
        padding-right: .3rem;
    }
    .common-title h3 {
        font-size: .4rem;
        margin: 0 .2rem .1rem;
        font-weight: bold;
    }
    .common-title p {
        font-size: .34rem;
        margin: 0 .2rem .4rem;
    }
    .more-btn {
        width: 4rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .34rem;
    }
}
.page-bg {
    /*top: -60px;*/
    position: relative;
    z-index: 100;
}
.page-bg img{
    display: block;
    width: 100%;
}
.page-bg .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    text-align: center;
    color: #fff;
}
.page-bg .system-info{
    top: 12%;
}
.page-bg .info .title {
    font-size: 40px;
    margin-bottom: 30px;
}
.page-bg .info .desc {
    font-size: 18px;
    line-height: 28px;
}
.page {
    text-align: center;
}
.page .pagination {
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    .page-bg {
        top: 0;
        z-index: 100;
    }
    .page-bg .info {
        top: 20%;
    }
    .page-bg .info .title {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .page-bg .info .desc {
        font-size: .34rem;
        line-height: .56rem;
    }
    .page .pagination {
        margin: .2rem 0;
    }
}
/*culture*/
.cul-info {
    margin-bottom: 60px;
}
.cul-info  > img {
    display: block;
    margin: 0 auto 50px;
}
.cul-info .content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 30px;
    margin-bottom: 30px;
}
.cul-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.cul-list li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cul-list li .data {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.cul-list li .name {
    font-size: 16px;
    color: #333;
}
.cul-wenhua {
    background-image: url(../images/wenhua-bg.jpg);
    background-size: 100% 100%;
    padding: 50px 0 30px;
}
.cul-wenhua .wenhua-list {
    display: flex;
    flex-wrap: wrap;
}
.cul-wenhua .wenhua-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-bottom: 60px;
}
.cul-wenhua .wenhua-list .pic {
    position: relative;
    width: 120px;
    height: 120px;
}
.cul-wenhua .wenhua-list .pic img {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
}
.cul-wenhua .wenhua-list .pic .normal {

}
.cul-wenhua .wenhua-list .pic .hover {
    display: none;
}
.cul-wenhua .wenhua-list li:hover .normal {
    display: none;
}
.cul-wenhua .wenhua-list li:hover .hover {
    display: block;
}
.cul-wenhua .wenhua-list .name {
    color: #333;
    font-size: 20px;
    margin: 10px 0 15px;
}
.cul-wenhua .wenhua-list .desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: center;
}
.cul-youshi {
    padding-top: 50px;
    margin-bottom: 60px;
}
.youshi-list .hd{
    margin-bottom: 30px;
}
.youshi-list .hd ul {
    display: flex;
    justify-content: space-around;
}
.youshi-list .hd ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.youshi-list .hd ul li .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    transition: all .2s linear;
    margin-bottom: 10px;
}
.youshi-list .hd ul li .pic img {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
}
.youshi-list .hd ul li .pic .hover {
    display: none;
}
.youshi-list .hd ul li.on .pic,
.youshi-list .hd ul li:hover .pic {
    background-color: #0086cd;
}
.youshi-list .hd ul li.on .normal,
.youshi-list .hd ul li:hover .normal {
    display: none;
}
.youshi-list .hd ul li.on .hover,
.youshi-list .hd ul li:hover .hover {
    display: block;
}
.youshi-list .bd li {
    background-color: #ebf2f9;
    padding: 30px 80px 30px 30px;
    display: flex;
    align-items: center;
}
.youshi-list .bd li .left {
    flex-shrink: 0;
    width: 100px;
    text-align: center;
    margin-right: 30px;
}
.youshi-list .bd li .left h3 {
    font-size: 32px;
    color: #333;
}
.youshi-list .bd li .left p {
    font-size: 21px;
    color: #333;
}
.youshi-list .bd li .right {
    flex-grow: 1;
    line-height: 26px;
    color: #666;
    font-size: 16px;
}
.cul-zizhi {
    margin-bottom: 50px;
}
.cul-zizhi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cul-zizhi ul li {
    width: 14%;
    text-align: center;
    margin-bottom: 30px;
}
.cul-zizhi ul li:first-child {
    margin-left: 15%;
}
.cul-zizhi ul li:nth-child(5) {
    margin-right: 15%;
}
@media screen and (max-width: 767px) {
    .cul-info {
        margin-bottom: .4rem;
        padding-top: .4rem;
    }
    .cul-info  > img {
        max-width: 50%;
        margin: 0 auto .3rem;
    }
    .cul-info .content p {
        font-size: .34rem;
        line-height: .54rem;
        text-indent: .3rem;
        margin-bottom: .2rem;
    }
    .cul-list {
        margin-top: .3rem;
    }
    .cul-list li img {
        max-width: 30%;
    }
    .cul-list li .data {
        margin: .1rem 0;
        font-size: .38rem;
    }
    .cul-list li .name {
        font-size: .34rem;
    }
    .cul-wenhua {
        padding: .3rem 0 .2rem;
    }
    .cul-wenhua .wenhua-list li {
        width: 32%;
        margin-bottom: .4rem;
    }
    .cul-wenhua .wenhua-list .pic {
        width: 1.4rem;
        height: 2.2rem;
    }
    .cul-wenhua .wenhua-list .pic img {
        position: absolute;
        left: 50%;
        margin-left: -0.7rem;
        top: 50%;
        margin-top: -0.7rem;
        width: 1.4rem;
    }
    .cul-wenhua .wenhua-list li .pic img {
        max-width: 100%;
    }
    .cul-wenhua .wenhua-list .name {
        font-size: .36rem;
        margin: .1rem 0;
    }
    .cul-wenhua .wenhua-list .desc {
        font-size: .32rem;
    }
    .cul-youshi {
        padding-top: .4rem;
        margin-bottom: .4rem;
    }
    .youshi-list .hd{
        margin-bottom: .3rem;
    }
    .youshi-list .hd ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .youshi-list .hd ul li .name {
        font-size: .28rem;
        text-align: center;
        padding: 0;
    }
    .youshi-list .hd ul li .pic {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        margin-bottom: .1rem;
    }
    .youshi-list .hd ul li .pic img {
        margin-left: -0.6rem;
        margin-top: -0.6rem;
        width: 1.2rem;
    }
    .youshi-list .bd li {
        padding: .2rem;
    }
    .youshi-list .bd li .left {
        width: 1.4rem;
        margin-right: .2rem;
    }
    .youshi-list .bd li .left h3 {
        font-size: .4rem;
    }
    .youshi-list .bd li .left p {
        font-size: .34rem;
    }
    .youshi-list .bd li .right {
        line-height: .52rem;
        font-size: .34rem;
    }
    .cul-zizhi {
        margin-bottom: .4rem;
    }
    .cul-zizhi ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cul-zizhi ul li {
        width: 32%;
        text-align: center;
        margin-bottom: .2rem;
        margin-right: 2%;
    }
    .cul-zizhi ul li:nth-child(3n) {
        margin-right: 0;
    }
    .cul-zizhi ul li img {
        max-width: 100%;
    }
    .cul-zizhi ul li:first-child {
        margin-left: 0;
    }
    .cul-zizhi ul li:nth-child(5) {
        margin-right: 0;
    }
}

/*service.html*/
.ser-cn {
    padding-bottom: 50px;
}
.ser-cn p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-indent: 30px;
}
.ser-cn ul {
    display: flex;
    padding: 30px 0;
}
.ser-cn ul li {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ser-cn ul li img {
    display: block;
    max-width: 100%;
}
.ser-cn ul li h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.ser-cn .fw {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.ser-cn .fw-item {
    width: 40%;
}
.ser-cn .fw-item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.ser-cn .fw-item .title img {
    margin-right: 10px;
}
.ser-cn .fw-item .title span {
    font-size: 24px;
    color: #333;
}
.ser-cn .fw-item > .desc {
    font-size: 14px;
    color: #333;
    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ser-cn .fw-item > .desc p {
    text-indent: 0;
}
.ser-cn .fw-item > .desc p:first-child {
    margin-bottom: 20px;
}
.ser-cn .fw-item > .desc p img {
    display: inline-block;
    width: 12px;
}
.ser-cn .list {
    margin-top: 30px;
}
.ser-cn .list .first {

}
.ser-cn .list .first .name {
    background-color: #e5e5e5;

}
.ser-cn .list .first .desc {
    background-color: #eee;
}
.ser-cn .list .second .name {
    background-color: #d4d4d4;

}
.ser-cn .list .second .desc {
    background-color: #dddddd;
}
.ser-cn .list .second {

}
.ser-cn .list .name {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser-cn .list .name img {
    margin-right: 10px;
    max-width: 18px;
}
.ser-cn .list .name span {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}
.ser-cn .list .name .arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
}
.ser-cn .list .desc {
    padding: 20px 30px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.ser .common-title {
    padding-bottom: 30px;
}
.ser-lc {
    padding-bottom: 120px;
    padding-top: 30px;
}
.ser-lc ul {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ser-lc ul:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 140px;
    left: 40px;
    border-top: 1px dashed #ccc;
}
.ser-lc ul li {
    display: flex;
    position: relative;
}
.ser-lc ul li:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 100%;
    height: 40px;
    border-left: 1px dashed #ccc;
}
.ser-lc ul li .left {
    width: 80px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed #ccc;
    margin-right: 20px;
    font-size: 32px;
    color: #0086cd;
    position: relative;
    box-sizing: border-box;
}
.ser-lc ul li .left::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 20px;
    width: 40px;
    height: 3px;
    background-color: #0086cd;
}
.ser-lc ul li .right {
    padding-top: 10px;
}
.ser-lc ul li .right h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.ser-lc ul li .right p {
    font-size: 16px;
    color: #666;
}
.ser-hot-line {
    padding: 50px 0;
    background-color: #f7f7f7;
    margin-bottom: 60px;
}
.ser-hot-line ul {
    display: flex;
    justify-content: space-around;
}
.ser-hot-line li {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333;
    width: 33.33%;
    position: relative;
}
.ser-hot-line li:not(:last-child):after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background-color: #e1e1e1;
}
.ser-hot-line li h3 {
    font-size: 18px;
}
.ser-hot-line li .num {
    font-size: 28px;
    font-weight: bold;
}
.ser-hot-line li p {
    font-size: 14px;
}
.ser-hot-line li .medium {
    height: 110px;
    line-height: 70px;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 20px 0;
}
.ser-hot-line li .zixun {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    display: inline-block;
}
.ser-zc {
    margin-bottom: 80px;
}
.zc-content .zc-item {
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.zc-content .zc-item  h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}
.zc-content .zc-item p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    position: relative;
    padding-left: 10px;
}
.zc-content .zc-item p:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    top: 12px;
    left: 0;
}
.zc-content img{
	max-width: 100%;
}
@media screen and (max-width: 1025px) {
    .ser-cn .fw-item {
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    .ser-cn {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .ser-cn p {
        font-size: .36rem;
        line-height: .52rem;
        text-indent: .3rem;
    }
    .ser-cn ul {
        padding: .3rem 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ser-cn ul li {
        width: 32%;
        text-align: center;
        margin-bottom: .3rem;
    }
    .ser-cn ul li img {
        max-width: 45%;
    }
    .ser-cn ul li h3 {
        font-size: .36rem;
        margin-top: .2rem;
        padding: 0 .2rem;
    }
    .ser-cn .fw {
        margin-top: .4rem;
    }
    .ser-cn .fw-item {
        width: 48%;
    }
    .ser-cn .fw-item .title {
        margin-bottom: .3rem;
    }
    .ser-cn .fw-item .title img {
        margin-right: .1rem;
        width: .4rem;
    }
    .ser-cn .fw-item .title span {
        font-size: .38rem;
    }
    .ser-cn .fw-item > .desc {
        font-size: .32rem;
        padding: .2rem;
    }
    .ser-cn .fw-item > .desc p {
        text-indent: 0;
    }
    .ser-cn .fw-item > .desc p:first-child {
        margin-bottom: .2rem;
    }
    .ser-cn .fw-item > .desc p img {
        display: inline-block;
        width: .4rem;
    }
    .ser-cn .list {
        margin-top: .3rem;
    }
    .ser-cn .list .name {
        height: .8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ser-cn .list .name img {
        margin-right: .2rem;
        max-width: .4rem;
    }
    .ser-cn .list .name span {
        font-size: .36rem;
        color: #333;
        margin-right: .2rem;
    }
    .ser-cn .list .name .arrow {
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        transform: rotate(45deg);
        position: relative;
        top: 2px;
    }
    .ser-cn .list .desc {
        padding: .2rem;
        font-size: .34rem;
        color: #666;
        line-height: .52rem;
        height: 3rem;
    }
    .ser-lc {
        padding-bottom: .4rem;
        padding-top: 0;
    }
    .ser-lc ul {
        padding-top: .3rem;
        flex-wrap: wrap;
    }
    .ser-lc ul:after {
        display: none;
    }
    .ser-lc ul li {
        width: 100%;
        margin-bottom: .3rem;
        padding-left: .4rem;
        display: flex;
        position: relative;
    }
    .ser-lc ul li:after {
        display: none;
    }
    .ser-lc ul li .left {
        width: 1.2rem;
        height: 1.4rem;
        line-height: 1.4rem;
        margin-right: .6rem;
        font-size: .46rem;
    }
    .ser-lc ul li .left::after {
        bottom: -2px;
        left: .3rem;
        width: .6rem;
        height: 3px;
    }
    .ser-lc ul li .right {
        padding-top: .1rem;
    }
    .ser-lc ul li .right h3 {
        font-size: .38rem;
        margin-bottom: .1rem;
    }
    .ser-lc ul li .right p {
        font-size: .32rem;
    }
    .ser .common-title {
        padding-bottom: .3rem;
    }
    .ser-hot-line {
        padding: .4rem 0;
        background-color: #f7f7f7;
        margin-bottom: .4rem;
    }
    .ser-hot-line ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .ser-hot-line li {
        width: 100%;
        margin-top: .3rem;
    }
    .ser-hot-line li:not(:last-child):after {
        display: none;
    }
    .ser-hot-line li h3 {
        font-size: .32rem;
    }
    .ser-hot-line li .num {
        font-size: .4rem;
    }
    .ser-hot-line li p {
        font-size: .3rem;
    }
    .ser-hot-line li .medium {
        height: auto;
        line-height: 1;
        box-sizing: border-box;
        flex-shrink: 0;
        padding: .2rem 0;
    }
    .ser-hot-line li .zixun {
        width: 2rem;
        height: .8rem;
        line-height: .8rem;
    }
    .ser-zc {
        margin-bottom: 80px;
    }
    .zc-content .zc-item {
        margin-bottom: .3rem;
        font-size: .34rem;
        line-height: .66rem;
    }
    .zc-content .zc-item  h3 {
        font-size: .34rem;
        color: #333;
        font-weight: bold;
        margin-bottom: .3rem;
    }
    .zc-content .zc-item p {
        font-size: .34rem;
        color: #666;
        line-height: .56rem;
        position: relative;
        padding-left: .26rem;
    }
    .zc-content .zc-item p:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #333;
        top: 10px;
        left: 0;
    }

}


/*product*/
.pro {

}
.pro .pro-title {
    font-size: 40px;
    color: #333;
    margin-bottom: 40px;
}
.pro .pro-content {
    font-size: 25px;
    line-height: 40px;
    color: #333;
    margin-bottom: 50px;
}
.pro .pro-more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #0086cd;
    border: 1px solid #0086cd;
    display: block;
    margin: 0 auto 30px;
    transition: all .2s linear;
    text-align: center;
}
.pro .pro-more:hover {
    color: #fff;
    background-color: #0086cd;
}
.pro-box1 {
    text-align: center;
    margin-bottom: 60px;
}
.pro-box2 {
    background-color: #fafafa;
    padding: 50px 0;
}
.pro-box3 {
    padding: 50px 0;
}
.pro-box > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-box .left {
    width: 50%;
}
.pro-box .left.text {
    padding-right: 50px;
    width: 45%;
}
.pro-box .right {
    text-align: right;
    width: 45%;
    padding-left: 50px;
}
.pro-box .right.pic {
    width: 50%;
    padding-left: 0;
}
.pro-box .right .pro-more {
    margin-right: 0;
}
.pro-box .left .pro-more {
    margin-left: 0;
}
.pro-box .right .pro-content,
.pro-box .left .pro-content {
    text-align: left;
}
.pro-box4 {
    text-align: center;
    background-color: #fafafa;
    padding: 50px 0;
}
.pro-box4 ul {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-box4 ul li {
    font-size: 26px;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.pro-box4 ul li:not(:last-child) {
    margin-right: 60px;
}
.pro-box4 ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
}
.pro-box5 {
    padding: 60px 0;
}
/*product-list*/
.pro-list-box {
    margin-top: -60px;
    padding-bottom: 60px;
}
.pro-list-box .hd {
    box-shadow: 0 0 10px 3px #f1f1f1;
    margin-bottom: 50px;
}
.pro-list-box .hd ul{
    display: flex;
    align-items: center;
    height: 60px;
}
.pro-list-box .hd li {
    width: 14.28%;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.pro-list-box .hd li.on,
.pro-list-box .hd li:hover {
    color: #0086cd;
}
.pro-list-box .bd .bd-item {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.pro-list-box .bd .bd-item .pitem {
    width: 32%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.pro-list-box .bd .bd-item .pitem:hover{
	/* background-color: #f7f7f7; */
	 box-shadow: 0 0 12px 3px #d5d5d5;
}
.pro-list-box .bd .bd-item .pitem:not(:nth-child(3n)){
	margin-right: 2%;
}
.pro-list-box .bd .bd-item .pitem a{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
}
.pro-list-box .bd .bd-item .pitem:hover {
    border-color: #0086cd;
}
.pro-list-box .bd .bd-item .pitem h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.pro-list-box .bd .bd-item .pitem .more {
    font-size: 14px;
    color: #666;
}
.pro-list-box .bd .bd-item .pitem .more:hover {
    color: #0086cd;
}
@media screen and (max-width: 767px) {
    .pro-list-box {
        margin-top: -60px;
        padding-bottom: .5rem;
    }
    .pro-list-box .hd {
        margin-bottom: .6rem;
    }
    .pro-list-box .hd ul{
        flex-wrap: wrap;
    }
    .pro-list-box .hd li {
        width: 32%;
        font-size: .32rem;
    }
		.pro-list-box .bd .bd-item{
			justify-content: space-between;
		}
    .pro-list-box .bd .bd-item .pitem {
        width: 48%;
        margin-bottom: .3rem;
        padding: .3rem 0;
    }
		.pro-list-box .bd .bd-item .pitem:not(:nth-child(3n)){
			margin-right: 0;
		}
    .pro-list-box .bd .bd-item .pitem h3 {
        font-size: .37rem;
        margin: .2rem 0;
        padding: 0 .2rem;
    }
    .pro-list-box .bd .bd-item .pitem .more {
        font-size: .32rem;
    }
}
/*product-news-detail.html*/



/*news.html*/
.news-list {
    margin-top: -20px;
    padding-bottom: 60px;
		min-height: 500px;
}
.news-list .news-item {
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 30px;
    margin-bottom: 10px;
    transition: all .2s linear;
}
.news-list .news-item:hover {
    background-color: #f7f7f7;
		box-shadow: 0 0 12px 3px #d5d5d5;
}
.news-list .news-item .left {
    width: 20%;
    flex-shrink: 0;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 30px;
}
.news-list .news-item .right {
    flex-grow: 1;
    width: calc(100% - 230px);
}
.news-list .news-item .right a {
    font-size: 24px;
    color: #333;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: all .2s linear;
}
.news-list .news-item .right a:hover {
    color: #0086cd;
}
.news-list .news-item .right .news_time{
    margin-bottom: 16px;
}
.news-list .news-item .right .news_time img{
    width: 18px;
    vertical-align:top;
}
.news-list .news-item .right .news_time span{
    font-size: 14px;
    color: #9e9e9e;
}
.news-list .news-item .right .desc {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 767px)  {
    .news-list {
        margin-top: 0;
        padding-bottom: .5rem;
    }
    .news-list .news-item {
        padding: .8rem .2rem 0 0;
        margin-bottom: 0;
    }
    .news-list .news-item .left {
        width: 1.6rem;
        margin-right: .3rem;
        display: none;
    }
    .news-list .news-item .left .date {
        font-size: .4rem;
    }
    .news-list .news-item .left .year {
        font-size: .32rem;
    }
    .news-list .news-item .right {
        width: calc(100% - 1.6rem);
    }
    .news-list .news-item .right a {
        font-size: 18px;
        margin-bottom: .1rem;
    }
    .news-list .news-item .right .news_time{margin-bottom: 5px}
    .news-list .news-item .right .news_time img{width: 12px;    vertical-align: middle;}
    .news-list .news-item .right .news_time span{font-size: 12px}
    .news-list .news-item .right .desc {
        font-size: 14px;
        line-height: .7rem;
        -webkit-line-clamp: 3;
    }
}

/*news-detail.html*/
.detail-container {
    padding-bottom: 60px;
}
.detail-top {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
}
.detail-top h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}
.detail-top .detail-top-info span{
    font-size: 14px;
}
.detail-top .detail-top-info span:first-child {
    margin-right: 30px;
    color: #666;
}
.detail-content {
    padding: 30px 50px 60px;
}
.detail-content .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.detail-content .sub-title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}
.detail-content p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;
    text-indent: 20px;
}
.detail-content img {
    display: block;
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
    .detail-container {
        padding-bottom: .4rem;
    }
    .detail-top {
        padding-top: .4rem;
        padding-bottom: .3rem;
    }
    .detail-top h3 {
        font-size: .38rem;
        margin-bottom: .1rem;
        line-height: .56rem;
    }
    .detail-top .detail-top-info span {
        font-size: .3rem;
    }
    .detail-top .detail-top-info span:first-child {
        margin-right: .5rem;
    }
    .detail-content {
        padding: .3rem 10px;
    }
    .detail-content .title {
        font-size: .36rem;
        margin-bottom: .3rem;
    }
    .detail-content .sub-title {
        font-size: .34rem;
        margin-bottom: .3rem;
    }
    .detail-content p {
        font-size: .34rem;
        color: #333;
        line-height: .56rem;
        margin-bottom: .2rem;
        text-indent: .4rem;
    }
    .detail-content img {
        display: block;
        margin: 10px auto;
    }
}
/*product-detail.html*/
.pd-box1 {
    padding-bottom: 60px;
}
.pd-box1 .box {
    display: flex;
    justify-content: space-between;
}
.pd-box1 .box .left {
    width: 58%;
}
.pd-box1 .box .left #gallery {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.pd-box1 .box .left #gallery .swiper-slide {
    padding: 20px;
}
.pd-box1 .box .left #gallery .swiper-slide img {
    display: block;
    margin: 20px auto;
}
.pd-box1 .box .left #thumbs {
    max-width: 90%;
}
.pd-box1 .box .left #thumbs .swiper-slide {
    padding: 0 20px;
    border: 1px solid #ccc;
}
.pd-box1 .box .left #thumbs .swiper-slide img {
    display: block;
    margin: 10px auto;
}
.pd-box1 .box .left #thumbs .swiper-slide.swiper-slide-thumb-active{
    border-color: #0086cd;
}
.pd-box1 .box .right {
    width: 42%;
    padding-left: 50px;
}
.pd-box1 .box .right .title {
    font-size: 24px;
    color: #333;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dadada;
}
.pd-box1 .box .right .content {
    padding-top: 20px;
}
.pd-box1 .box .right .content .sub-title {
    font-size: 18px;
    color: #333;
}
.pd-box1 .box .right .content ul {
    padding-top: 20px;
}
.pd-box1 .box .right .content li {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.pd-box1 .box .right .zixun {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #0086cd;
    margin-top: 30px;
}
.pd-box2 {
    padding: 60px 0;
    background-color: #f7f7f7;
}
.pd-box2 ul {
    display: flex;
    flex-wrap: wrap;
}
.pd-box2 li {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.pd-box2 li:nth-child(4n) {
    border-right: none;
}
.pd-box2 li:nth-child(5),
.pd-box2 li:nth-child(6),
.pd-box2 li:nth-child(7),
.pd-box2 li:nth-child(8) {
    border-bottom: none;
}
.pd-box2 li img {
    display: block;
    height: 90px;
}
.pd-box2 li  h3 {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
}
.pd-box2 li p {
    font-size: 16px;
    color: #666;
}
.pd-box3 {
    padding: 60px 0;
}
.pd-box3 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd-box3 .box .left {
    width: 50%;
    padding-top: 50px;
    padding-right: 50px;
}
.pd-box3 .box .left .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 50px;
}
.pd-box3 .box .left .desc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.pd-box3 .box .left .zixun {
    margin-top: 50px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #0086cd;
    border-radius: 20px;
    color: #fff;
    display: block;
}
.pd-box3 .box .right {
    width: 50%;
    padding-left: 50px;
}
.pd-box4 {
    position: relative;
}
.pd-box4 img {
    display: block;
    width: 100%;
}
.pd-box4 .info {
    position: absolute;
    text-align: center;
    top: 50px;
    left: 0;
    right: 0;
}
.pd-box4 .info h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
}
.pd-box4 .info p {
    margin-bottom: 10px;
}
.pd-box4 .info p span {
    font-size: 16px;
    color: #333;
    margin-right: 50px;
    position: relative;
    padding-left: 10px;
}
.pd-box4 .info p span:nth-child(2n) {
    margin-right: 0;
}
.pd-box4 .info p span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}
.pd-ctitle {
    position: relative;
    font-size: 26px;
    color: #333;
    padding-left: 30px;
    margin-bottom: 50px;
}
.pd-ctitle:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 28px;
    background-color: #3388ff;
    left: 0;
    top: 6px;
}
.pd-box5 {
    padding: 60px 0;
}
.pd-box5 table {
    width: 100%;
    text-align: center;
}
.pd-box5 table td,
.pd-box5 table th {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 50%;
    border: 1px solid #ccc;
}
.pd-box5 table th {
    background-color: #f0f0f0;
}
.pd-box6 {
    padding: 0 0 30px;
}
.pd-box6 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd-box6 ul li {
    width: 48%;
}
.pd-box6 ul li img {
    display: block;
    width: 100%;
}
.pd-box6 ul li h3 {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.pd-box7 {
    padding-bottom: 60px;
}
.pd-box7 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd-box7 ul li {
    width: 24%;
    position: relative;
    margin-bottom: 30px;
}
.pd-box7 ul li img {
    display: block;
    width: 100%;
}
.pd-box7 ul li .info {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    height: 0;
    transition: all .2s linear;
}
.pd-box7 ul li .info a {
    color: #fff;
    font-size: 16px;
}
.pd-box7 ul li:hover .info {
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .pd-box1 {
        padding-bottom: .4rem;
        padding-top: .3rem;
    }
    .pd-box1 .box {
        flex-wrap: wrap;
    }
    .pd-box1 .box .left {
        width: 100%;
    }
    .pd-box1 .box .left #gallery {
        margin-bottom: .3rem;
    }
    .pd-box1 .box .left #gallery .swiper-slide {
        padding: .2rem;
    }
    .pd-box1 .box .left #gallery .swiper-slide img {
        margin: .2rem auto;
    }
    .pd-box1 .box .left #thumbs .swiper-slide {
        padding: 0 .2rem;
    }
    .pd-box1 .box .left #thumbs .swiper-slide img {
        margin: .1rem auto;
    }
    .pd-box1 .box .right {
        margin-top: .5rem;
        width: 100%;
        padding-left: 0;
    }
    .pd-box1 .box .right .title {
        font-size: .4rem;
        height: 1rem;
        line-height: 1rem;
    }
    .pd-box1 .box .right .content {
        padding-top: .2rem;
    }
    .pd-box1 .box .right .content .sub-title {
        font-size: .37rem;
    }
    .pd-box1 .box .right .content ul {
        padding-top: .2rem;
    }
    .pd-box1 .box .right .content li {
        font-size: .34rem;
        line-height: .52rem;
        margin-bottom: .1rem;
    }
    .pd-box1 .box .right .zixun {
        width: 3rem;
        height: .7rem;
        line-height: .7rem;
        margin-top: .3rem;
        font-size: .32rem;
    }
    .pd-box2 {
        padding: .4rem 0;
        text-align: center;
    }
    .pd-box2 li {
        width: 25%;
        padding: .2rem 0;
    }
    .pd-box2 li img {
        height: .8rem;
    }
    .pd-box2 li  h3 {
        font-size: .32rem;
        margin: .2rem 0;
    }
    .pd-box2 li p {
        font-size: .32rem;
    }
    .pd-box3 {
        padding: .4rem 0;
    }
    .pd-box3 .box .left {
        width: 100%;
        padding-top: .2rem;
        padding-right: 0;
        margin-bottom: .2rem;
    }
    .pd-box3 .box .left .title {
        font-size: .36rem;
        margin-bottom: .2rem;
    }
    .pd-box3 .box .left .desc {
        font-size: .32rem;
        line-height: .56rem;
    }
    .pd-box3 .box .left .zixun {
        margin-top: .2rem;
        width: 3rem;
        height: .7rem;
        line-height: .7rem;
        text-align: center;
        background-color: #0086cd;
        border-radius: 20px;
        color: #fff;
        display: block;
        font-size: .32rem;
    }
    .pd-box3 .box .right {
        width: 100%;
        padding-left: 0;
    }
    .pd-box3 .box .right img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    .pd-box4 .info {
        top: .2rem;
    }
    .pd-box4 .info h3 {
        font-size: .36rem;
        color: #333;
        margin-bottom: .1rem;
    }
    .pd-box4 .info p {
        margin-bottom: 0;
    }
    .pd-box4 .info p span {
        font-size: .32rem;
        margin-right: .4rem;
        padding-left: 10px;
    }
    .pd-box4 .info p span:before {
        top: 5px;
    }
    .pd-ctitle {
        font-size: .38rem;
        padding-left: .3rem;
        margin-bottom: .3rem;
    }
    .pd-ctitle:before {
        width: 3px;
        height: .46rem;
        top: 3px;
    }
    .pd-box5 {
        padding: .3rem 0;
    }
    .pd-box5 table td,
    .pd-box5 table th {
        height: .8rem;
        line-height: .8rem;
        font-size: .34rem;
    }
    .pd-box6 {
        padding: 0 0 .2rem;
    }
    .pd-box6 ul li h3 {
        height: .8rem;
        line-height: .8rem;
        font-size: .36rem;
    }
    .pd-box7 {
        padding-bottom: .4rem;
    }
    .pd-box7 ul li {
        width: 48%;
        margin-bottom: .2rem;
    }
    .pd-box7 ul li .info {
        height: .8rem;
    }
    .pd-box7 ul li .info a {
        font-size: .32rem;
    }
}

/*case.html*/
.case-list {
    padding-bottom: 60px;
}
.case-tab{
    text-align: center;
    margin-bottom: 50px;
}
.case-tab li{
    display: inline-block;
    font-size: 0;
}
.case-tab li a{
    font-size: 16px;
    color:#333;
    line-height: 40px;
    padding: 0 40px;
}
.case-tab li.active,
.case-tab li:hover{
    background: #0086cd;
}
.case-tab li.active a,
.case-tab li:hover a{
    color: #fff;
}
.case-list > .box > ul {
    display: flex;
    flex-wrap: wrap;
}
.case-item {
    width: 32%;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .2s linear;
    margin-right: 2%;
}
.case-item:hover {
    box-shadow: 0 0 15px 4px #cdcdcd;
}
.case-item:hover img{
    transform: scale(1.1);
}
.case-item-img{
    width: 100%;
    height: 284px;
    overflow: hidden;
}
.case-item img {
    display: block;
    width: 100%;
    transition: .3s;
}
.case-item .name {
    font-size: 18px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 10px;
    box-sizing: border-box;
    display: block;
    transition: all .2s linear;
}
.case-list ul li .name:hover {
    color: #0086cd;
}
.case-item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin: 0 10px 15px;
    box-sizing: border-box;
}
.case-item .more {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 20px;
    transition: all .2s linear;
}
.case-item .more:hover {
    color: #0086cd;
}
@media screen and (min-width: 766px) {
    .case-item:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .case-list {
        padding-bottom: .5rem;
        padding-top: .4rem;
    }
    .case-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: .4rem;
    }
    .case-item:nth-child(2n) {
        margin-right: 0;
    }
    .case-item:hover {
        box-shadow: 0 0 15px 4px #cdcdcd;
    }
    .case-item-img{height: 100px}
    .case-item .name {
        font-size: .38rem;
        padding: .2rem;
    }
    .case-list ul li .name:hover {
        color: #0086cd;
    }
    .case-item .desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: .32rem;
        padding: 0;
        margin: 0 .2rem .2rem;
    }
    .case-item .more {
        font-size: .32rem;
        margin-bottom: .2rem;
    }
}

/*stystem-detail.html*/
.system-detail .top.fixed{
}
.system-nav-tab{
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #ddd;
    transition: .2s;
}
.system-nav-tab.fixed{
    position: fixed;
    top:60px;
    z-index: 999;
}
.system-nav-tab-content{
    max-width: 1200px;
    margin: 0 auto;
		background: rgba(255,255,255,.9);
}
.system-name{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    float: left;
    margin-left: 39px;
}
.system-nav-tab-tab{
    float: right;
}
.system-nav-tab-tab li{
    font-size: 14px;
    color: #333;
    line-height: 50px;
    padding: 0 23px;
    cursor: pointer;
    display: inline-block;
}
.system-nav-tab-tab li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.system-nav-tab-tab li.active{
    color: #0086cd;
}
.system-nav-tab-tab li:hover{
    color: #0086cd;
}
.system-content>div{
    display: none;
}
@media (min-width: 1080px) and (max-width: 1920px){
  .system-content{
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 766px){
  .system-content{
    width: 100%;
  }
}
.system-content .system-characteristic{
    display: block;
    padding:50px 10px;
    width: 100%;
}
.system-content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
		vertical-align: middle;
		/* border: 1px solid #ddd; */
}
.system-content table,
.system-content tbody,
.system-content tr,
.system-content td{
	border-collapse: collapse;
	/* border-color:#ddd;
	border: 1px solid #ddd; */
}
.system-content tr,
.system-content td{
	padding: 1px;
}
.system-content td,
.system-content th{
	padding: 5px 10px;
	 /*border: 1px solid #DDD; */
}
.system-content td span{
    font-size: 16px;
}
.list-paddingleft-2{
	padding-left: 40px;
}
.system-content table ul,
.system-content table li{
	list-style:disc;
}
.system-content strong{
	font-weight: 600;
}
.system-characteristic>div:nth-child(even){
    background: #f5f5f5;
}
.system-characteristic img{
    display: block;
    margin: 0 auto;
    height: auto;
}
.system-characteristic-title{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}
.system-characteristic-title h2{
    font-size: 34px;
    color: #333;
}
.system-characteristic-title p{
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.system-characteristic-1{
    padding: 20px 0 24px;
}
.system-characteristic-2{
    padding: 7px 0 40px;
}
.system-characteristic-3{
    padding: 1px 0 50px;
}
.system-characteristic-4{
    padding: 7px 0 40px;
}
.system-characteristic-5{
    padding: 1px 0 96px;
}
.system-parameter{
    padding: 50px 10px 88px;
}
.system-parameter-title{
    text-align: center;
    font-size: 34px;
    color: #333;
    margin-bottom: 50px;
}
.system-parameter>div{
    padding-top: 60px;
}
.system-parameter ul{
    max-width: 1200px;
    margin: 0  auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.system-parameter ul li{
    width: 25%;
}
.system-parameter ul li div{
    display: inline-block;
}
.system-parameter ul p{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 52px;
}
.system-parameter>div.system-parameter-2{
    padding-top: 40px;
}
.system-parameter-2 img,
.system-parameter-3 img{
    display: block;
    margin: 0 auto;
}
.system-diagram{
    padding: 60px 0 137px;
}
.system-diagram img{
    display: block;
    margin: 0 auto;
}
.system-data{
    padding-top: 60px;
}
.system-data h2{
    font-size: 34px;
    color: #333;
    text-align: center;
}
.system-data ul{
    max-width: 1200px;
    margin: 50px auto;
}
.system-data ul li a{
    display: flex;
}
.system-data ul li span{
    font-size: 14px;
    color: #333;
    line-height: 65px;
    display: block;
    width: 25%;
    text-align: center;
}
.system-data ul li:hover{
    background: #eaeaea;
}
.system-data ul li:hover span:last-child{
    color: #0086cd;
}

@media (max-width: 766px){
    .system-nav-tab{margin-top: 0;}
    .system-nav-tab.fixed{top:44px;height: auto;}
    .system-parameter ul li{width: 50%;}
    .system-name{margin-left: 10px;font-size: 14px;display: none;}
    .system-nav-tab-tab li{padding: 0 5px;font-size: 14px}
}


/*solution.html*/
.solution-list{
    padding-bottom: 60px;
}
.solution-list .page{
    margin-top: 35px;
}
.solution-list .case-box ul li a {
    padding: 24px 0;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    display: block;
    text-decoration: none;
}
.solution-list .case-box ul li a .pgm-w {
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    width: 1280px;
    margin: 0 auto;
}
.solution-list .case-box ul li a .pgm-w .pgm-fl {
    float: left;
    width: 310px;
    height: 172px;
}
.solution-list .case-box ul li a .pgm-w .pgm-fl img {
    width: 100%;
    height: 100%;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr {
    margin: 0 20px 0 340px;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-t-1 {
    line-height: 30px;
    height: 30px;
    padding: 31px 0 0 0;
    overflow: hidden;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-t-1 .fl-1 {
    float: left;
    font-size: 14px;
    color: #000;
    position: relative;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-t-1 .fl-1 b {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-t-1 .fl-2 {
    color: #000;
    font-size: 14px;
    float: left;
    margin: 0 0 0 8px;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-c {
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-d {
    line-height: 25px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}
.solution-list .case-box ul li a:hover {
    background: #f0f0f0;
}
.solution-list .case-box ul li a:hover .pgm-w {
    /*-webkit-transform: translate3d(35px, 0, 0);*/
    /*-moz-transform: translate3d(35px, 0, 0);*/
    /*transform: translate3d(35px, 0, 0);*/
}
@media screen and (max-width: 766px) {
    .solution-list .case-box ul li a .pgm-w{width: 100%}
    .solution-list .case-box ul li a .pgm-w .pgm-fl{width: 30%;height: 120px;display: none}
    .solution-list .case-box ul li a .pgm-w .pgm-fr{width: 90%; margin: 0 auto;}
    .solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-t-1{padding: 0;display: none}
    .solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-c{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
    .solution-list .case-box ul li a .pgm-w .pgm-fr .pgm-d{display: -webkit-box;word-break: break-all;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
    .case-tab li{margin-bottom: 10px}
}
.solution-list .case-box ul li a:hover .pgm-w .pgm-fr .pgm-t-1 .fl-1 {
    padding: 0 0 0 76px;
}

/*about.html*/
.l-submain.color_alternate{
    background-color: #fff;
}
.l-submain-h {
    /*padding: 80px 0;*/
    padding: 0 0;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
.g-html .align_center {
    text-align: center;
}
.g-html h1{
    padding-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    color: #212121;
}
.g-html h5{
    font-size: 18px;
    color: #212121;
    line-height: 1.4;
}
.l-submain {
    padding: 0 40px;
    position: relative;
    margin: 0 auto;
    background: #e0e0e0;
}
.g-cols.offset_wide > div:first-child, .g-cols.offset_wide > div.full-width {
    margin-left: 0;
}
.no-touch .l-submain.parallax_ver .l-submain-img {
    background-attachment: fixed;
}
.l-submain.parallax_ver .l-submain-img {
    display: block;
}
.l-submain-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.l-submain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.g-hr.no_icon {
    font-size: 0;
}
.g-hr.type_invisible {
    height: 0;
    margin: 20px 0;
}
.g-hr {
    text-align: center;
    height: 20px;
    width: 100%;
    margin: 35px 0;
    padding: 2px 0;
    overflow: hidden;
    position: relative;
    clear: both;
}
.g-hr.type_invisible .g-hr-h {
    display: none;
}
.w-portfolio.with_indents .w-portfolio-list {
    margin: -2px;
    position: relative;
}
.w-portfolio.with_indents .w-portfolio-item {
    padding: 2px;
}
.w-portfolio.columns_3 .w-portfolio-item {
    width: 33.3333%;
}
.w-portfolio-item {
    float: left;
}
.w-portfolio.ratio_4-3 .w-portfolio-item-h {
    padding-bottom: 75%;
}
.type_1 .w-portfolio-item-h {
     overflow: hidden;
     position: relative;
 }


.g-html .wpb_content_element h1,
.g-html .wpb_content_element h5{
    color: #fff;
}
.w-portfolio-item-anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.w-portfolio-item-image {
    background-color: inherit;
}
.type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image-first {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.type_1 .w-portfolio-item-image-first {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.w-portfolio-item-image img {
    width: 100%;
}
.w-portfolio-item-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.type_1 .w-portfolio-item-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.w-portfolio-item-meta {
    padding: 14px 20px;
    position: relative;
    background-color: inherit;
}
.w-portfolio-item-meta-h {
    background-color: inherit;
}
.type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
    top: -10px;
}
.type_1 .w-portfolio-item-arrow {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.type_1 .w-portfolio-item-arrow {
    top: 4px;
}
.w-portfolio-item-arrow {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: inherit;
}
.w-portfolio-item-text {
    font-size: 0.9em;
    line-height: 18px;
    margin-top: 5px;
    opacity: 0.66;
}
.w-portfolio-item-text {
    display: block;
}
.w-portfolio-item-title{
    font-size: 18px;
    color: #fff;
}
.wpb_button.align_center {
    display: block;
    text-align: center;
}
a.g-btn.color_primary.type_raised{
    background: none;
}
.g-btn img {
    width: 16px;
    z-index: 1;
    line-height: inherit;
    vertical-align: middle;
    left: 20px;
}
.g-btn i + span {
    padding-left: 22px;
}
.g-btn span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #fff;
}
.ripple-container {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    z-index: 0 !important;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.g-btn{
    font-size: 15px;
    line-height: 20px;
    padding: 11px 22px;
    margin: 5px 0;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

/*download.html*/
.download-list{
    padding-bottom: 50px;
}
.download-list .download-item {
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 30px;
    margin-bottom: 2px;
    transition: all .2s linear;
    background-color: #f7f7f7;
}
.download-list .download-item:hover {
    background-color: #f7f7f7;
}
.download-list .download-item a{
    display: block;
    width: 100%;
}
.download-item-left{
    width: 65%;
    float: left;
}
.download-list .download-item h2{
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.download-item-middle{
    width: 5%;
    float: left;
    line-height: 40px;
}
.download-item-right{
    width: 30%;
    float: left;
}
.download-btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #0086cd;
    border: 1px solid #0086cd;
    display: block;
    margin: 0 auto 0;
    transition: all .2s linear;
    text-align: center;
    float: right;
}
@media screen and (max-width: 766px) {
    .download-list .download-item{    padding: 20px 5px;margin-bottom: 2px}
    .download-list .download-item h2{font-size: 18px}
    .download-item-left{width: 55%}
    .download-item-middle{width: 15%}
    .download-item-right{ width: 30%}
    .download-btn {width: 100%;}
}

/*honor.html*/
.honor-list li{
    width:20%;
		height:420px;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}
.honor-list li img{
    display: block;
    margin: 0 auto;
}
.honor-list li p{
    color: #2b542c;
    line-height: 30px;
}
.honor-list li:hover p{
    color:#0086cd;
}
 /*图片预览*/
 .Picture {
     overflow: hidden;
     display: none;
     margin: 0 auto;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 889;
 }

.Picture-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.Picture-box .theme {
    overflow: hidden;
    width: auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.Picture-box .open {
    overflow: hidden;
    width: 43px;
    height: 58px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.Picture-box .mine {
    left: 0;
}

.Picture-box .Next {
    right: 0;
}

.Picture-box .theme img {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.Picture-box .gb-btn {
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 65px;
    right: 10px;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

/*兼容样式*/
@media (min-width: 1080px) and (max-width: 2400px) {
    .Picture-box .theme {
        width: 100%;
        height: 90%;
    }

    .Picture-box .theme img {
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 1430px) {
	.partner ul li a img{height: 80px;}
}
@media screen and (max-width: 1200px) {
	.partner ul li a img{height: 70px;}
}
@media screen and (max-width: 766px) {
    .honor-list li{width:50%;padding: 0 5px ;height: 450px;}
    .Picture-box .gb-btn{top:10px}
}
@media screen and (max-width: 600px) {
    .honor-list li{height: 350px;}
}

@media screen and (max-width: 400px) {
    .honor-list li{height: 250px;}
}


/*contact.html*/

.contact_box{
    padding: 112px 0 0;
}
.contact_box_title{
    text-align: center;
}
.contact_box_title h2{
    font-size: 30px;
    color: #1e50ae;
    font-weight: bold;
}
.contact_box_title p{
    font-size: 16px;
    color: #777;
    height: 24px;
    padding-top: 16px;
}
.contact_intro{
    font-size: 15px;
    color:#666;
    text-align: center;
    line-height:2;
    margin-top:48px;
}
.contact_content{
    max-width: 1200px;
    margin: 0 auto;
}
.contact_content ul{
    margin-top: 88px;
}
.contact_content li{
    float: left;
    width: calc(100%/3);
    text-align: center;
}
.contact_name{
    font-size: 18px;
    margin-top: 32px;
}
.contact_info{
    font-size: 16px;
    margin-top: 32px;
}
#allmap,#allmap2{
    max-width:1200px;
    height: 360px;
    margin: 120px auto 48px;
}
@media only screen and (max-width:30rem) {
    .contact_box{padding: 50px 0 0}
    .contact_content ul{  margin-top: 50px;}
    #allmap,#allmap2{height: 160px;margin-top: 60px}
}
