/* 子页面css */

.zBan {
    width: 100%;
}

.zBan img {
    width: 100%;
    height: auto;
}

.location {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e1e1e1;
    color: #646464;
    padding: 0 10px;
    overflow: hidden;
}

.tab_container{
	min-height:450px;
}

.page {
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
    height: 40px;
}

.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    /* background: #fff; */
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
}

.page a.page_cur {
    background: #4d87fd;
    color: #fff;
}

.page a:hover {
    background: #4d87fd;
    color: #fff;
    border: 1px solid #4d87fd;
}

.page input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    width: 40px;
    text-align: center;
    padding: 0 5px;
    outline: none;
    border-radius: 4px;
    background: none;
}

.page button {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    outline: none;
    background: none;
}


/* 案例css */

.case {
    overflow: hidden;
    width: 100%;
    background: #fff url(../images/page2-.jpg) no-repeat bottom center;
}
.case_con {
    overflow: hidden;
    margin: 45px 0 30px 0;
}
.sec2_con .tabs {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.sec2_con .tabs li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 1.5%;
}
.sec2-tk {
    display: none;
}
.sec2_con .tabs li a {
    display: inline-block;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
}
.sec2_con .tabs li a:hover {
    background: #4d87fd;
    ;
    transition: all 0.7s ease-in-out;
    color: #fff;
}

.sec2_con .tabs li.active a {
    background: #4d87fd;
    color: #fff;
}
.sec2_list {
    overflow: hidden;
    margin-top: 20px;
}
.sec2_list ul li {
    float: left;
    width: 24.25%;
    margin: 0 1% 1% 0;
    background: #fff;
    position: relative;
}
.sec2-tk {
    position: absolute;
    left: 0;
    bottom: 60px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 10px;
    background: rgba(0, 0, 0, .5);
    color: #dcdcdc;
}
.sec2_list ul li:nth-child(4n) {
    margin-right: 0;
}
.sec2_list ul li .sec2_img {
    width: 100%;
    height: 242px;
	object-fit:cover;
    overflow: hidden;
}
.sec2_list ul li .sec2_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sec2_list ul li img:hover {
    transform: scale(1.1);
}
.sec2_text {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #676767;
    padding: 0 10px;
}
.sec2_text p {
    float: left;
    width: 60%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec2_text span {
    float: right;
}
.sec2_list ul li a {
    display: block;
}
.sec2_list ul li a:hover .sec2_text {
    background: #4d87fd;
    color: #fff;
}

.sec2_list ul li a:hover .sec2-tk {
    display: block;
}

/* 新闻css */
.news {
    background: #edf2f8;
    overflow: hidden;
}
.news_con .tabs {
    overflow: hidden;
    text-align: center;
    margin: 30px 0 10px 0;
}
.news_con .tabs li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 1.5%;
}
.news_con .tabs li a {
    display: inline-block;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
}
.news_con .tabs li a:hover {
    background: #4d87fd;
    transition: all 0.7s ease-in-out;
    color: #fff;
}
.news_con .tabs li.active a {
    background: #4d87fd;
    color: #fff;
}
.news_list ul li {
    overflow: hidden;
    padding: 26px 0;
    border-bottom: 1px solid #e1e1e1;
}
.news_list ul li a{
    display: block;
}
.news_list ul li:last-child{
    border-bottom: 0
}
.news_limg{
    width: 16%;
    height: 186px;
    overflow: hidden;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
}
.news_limg img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.news_list ul li:hover .news_limg img{
    transform: scale(1.1);
}
.news_list ul li:hover .news_ltext h3{
    color: #4d87fd;
}
.news_ltext{
    width: 83%
}
.news_ltext h3{
    font-size: 18px;
    color: #323232;
    height: 40px;
    line-height: 40px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 5px 0;
}
.news_ltext p{
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #646464;
    margin-bottom: 10px;
}
.news_ltext span{
    color: #646464;
    line-height: 24px;
}
/* 服务css */
.service{
    overflow: hidden;
    width: 100%;
    background: #fff url(../images/zserviceBg.jpg) no-repeat bottom center;
}
.serv_t{
    overflow: hidden;
    text-align: center;
    margin: 40px 0 80px 0;
}
.serv_t h3{
    font-size: 50px;
    color: #030303;
    font-weight: bold;
    line-height: 60px;
}
.serv_t h3 span{
    color: #4d87fd;
}
.serv_t p{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}
.serv_b{
    overflow: hidden;
    padding-bottom: 50px;
}
.serv_b ul li{
    float: left;
    width: 33.33%;
    margin-bottom: 80px;
}
.serv_b ul li a{
    display: block;
}
.serv_bimg{
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    background: #4d87fd;
    border-radius: 95px;
    margin: 24px 4% 0 0;
}
.serv_bimg i{
    font-size: 50px;
    color: #fff;
}
.serv_btext{
    width: 65%;
}
.serv_btext h4{
    font-size: 18px;
    color: #323232;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.serv_btext p{
    line-height: 26px;
    color: #646464;
    height: 78px;
    overflow: hidden;
}
/* 关于我们css */
.zabout{
    overflow: hidden;
    width: 100%;
    background: #fff url(../images/zserviceBg.jpg) no-repeat bottom center;
}
.zabout .tabs {
    overflow: hidden;
    text-align: center;
    margin: 40px 0 40px 0;
}
.zabout .tabs li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 1.5%;
}
.zabout .tabs li a {
    display: inline-block;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
}
.zabout .tabs li a:hover {
    background: #4d87fd;
    transition: all 0.7s ease-in-out;
    color: #fff;
}
.zabout .tabs li.active a {
    background: #4d87fd;
    color: #fff;
}
.gywm{
    overflow: hidden;
    padding-bottom: 160px;
}
.gywm_img{
    width: 27%;
}
.gywm_img img{
    width: 100%;
}
.gywm_text{
    width: 69%;
}
.gywm_text p{
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    margin-top: 30px;
}
/* 新闻详情页 */
.news_detail {
    background: #fff;
    padding: 24px;
    overflow: hidden;
    margin:30px 0;
}
.news_detailT {
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 10px;
}
.news_detailT h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    line-height: 40px;
}
.news_detailT p span {
    display: inline-block;
    margin: 0 50px;
    color: #626262;
    line-height: 36px;
}
.news_detailB p {
    text-indent: 2em;
    line-height: 40px;
}

.xiazai_list li{
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
    width:100%;
}


.xiazai_list li span{
    color: #626262;
    text-align: right;
    float:right;
}

@media (max-width:1680px) {
    .sec2_list ul li .sec2_img {
        height: 222px;
    }
    .news_limg{
        width: 17%;
    }
    .news_ltext{
        width: 81%;
    }
}

@media (max-width: 1600px) {
    .sec2_list ul li .sec2_img {
        height: 211px;
    }
    .news_limg{
        width: 18%;
    }
    .news_ltext{
        width: 80%;
    }
}

@media (max-width: 1440px) {
    .sec2_con .tabs li a {
        font-size: 16px;
    }
    .sec2_con .tabs li {
        margin: 0 1%;
    }
    .sec2_list ul li .sec2_img {
        height: 198px;
    }
    .sec2_text {
        font-size: 16px;
    }
    .news_limg{
        width: 19%;
    }
    .news_ltext{
        width: 79%;
    }
}

@media (max-width: 1366px) {
    .sec2_list ul li .sec2_img {
        height: 188px;
    }
    .news_limg{
        width: 20%;
    }
    .news_ltext{
        width: 78%;
    }
}

@media (max-width: 1280px) {
    .sec2_list ul li .sec2_img {
        height: 177px;
    }
    .sec2_con .tabs li {
		margin: 0 .3%;
	}
    .news_limg{
        height: 170px;
    }
    .news_ltext p{
        height: 48px;
    }
}

@media (max-width: 1024px) {
    .sec2_list ul li .sec2_img {
        height: 141px;
    }
    .sec2_con .tabs li a {
        font-size: 15px;
    }
    .sec2_con .tabs li {
        margin: 0 .5%;
    }
    .sec2_text {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
    .sec2_text p {
        width: 95%;
    }
    .sec2_text span {
        display: none;
    }
    .news_limg{
        width: 22%;
        height: 149px;
    }
    .news_ltext {
        width: 76%;
    }
    .news_ltext h3{
        margin: 10px 0 2px 0;
    }
}

@media (max-width: 750px) {
    .sec2_con .tabs li a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0 7px;
    }
    .sec2_con .tabs li {
        width: 30%;
    }
    .sec2_list ul li {
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .sec2_list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sec2_list ul li .sec2_img {
        height: 108px;
    }
    .sec2-tk {
        display: none;
    }
    .sec2_list ul li a:hover .sec2-tk {
        display: none;
    }
    .sec2_text p {
        height: 40px;
        line-height: 40px;
    }
    .sec3_con ul li {
        width: 47%;
        margin: 0 3% 3% 0;
    }
    .sec2_list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .zBan img{
        height: 120px;
		object-fit:cover;
    }
    .serv_t h3{
        font-size: 26px;
        line-height: 50px;
    }
    .serv_t p {
        font-size: 15px;
        line-height: 18px;
        padding: 0 20px;
    }
    .serv_t{
        margin: 20px 0;
    }
    .serv_b ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .serv_bimg{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .serv_bimg i{
        font-size: 45px;
    }
    .serv_btext h4{
        height: 30px;
        line-height: 30px;
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: bold;
    }
    .serv_btext p{
        height: auto;
        line-height: 24px;
    }
    .case_con {
        margin: 20px 0 10px 0;
    }
    .zabout .tabs{
        margin: 20px 0 20px 0;
    }
    .zabout .tabs li a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .location{
        height: 45px;
        line-height: 45px;
    }
    .gywm_img{
        width: 100%;
    }
    .gywm_text{
        width: 100%;
    }
    .gywm_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .gywm{
        padding-bottom: 60px;
    }
    .news_con .tabs{
		margin: 20px 0 20px 0;
	}
    .news_con .tabs li a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .news_limg{
        width: 40%;
        height: 100px;
    }
    .news_ltext{
        width: 55%;
    }
    .news_ltext h3{
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    .news_ltext p{
        height: 40px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .news_list ul li{
        padding: 15px 0;
    }
    .news_detailT h3{
        line-height: 28px;
        margin-bottom: 5px;
    }
    .news_detailT p{
        margin-bottom: 10px;
    }
    .news_detailT p span{
        margin: 0 35px;
        line-height: 24px;
    }
    .news_detailB p{
        line-height: 28px;
    }
}