/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-family: Microsoft YaHei;
}

@media (min-width: 1410px) {
    .container {
        max-width: 1410px;
    }
}

/* APPLICATION 行业应用 */
.case {
    background: url(../image/cbd077d1bdc8aba9f0be2988845e1b2ef578ae01.jpg)no-repeat center;
    padding-top: 30px;
    padding-bottom: 76px;
    background-size: cover;
}
.hotsearch{
    padding-bottom: 4vh;
    color:#666;
}
.hotsearch a{
    color:#666;
}
.hotsearch a:hover{
    color:#003c8d;
}
.r1 a{
    padding-right: 5px;
}

.bt .bt1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #333;
    font-weight: 600;
}

.bt .bt1 span {
    color: #003c8d;
    font-family: Arial;
    font-size: 40px;
}

.bt .bt2 {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 16px;
}

.hy {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.hyl {
    width: 72.31%;
}

.hyr {
    width: 27.69%;
}

.hyl .tab2 img {
    width: 100%;
}

.hyl .tab2 {
    position: relative;
}

.hyl .tab2 .cnr {
    /* position: absolute; */
    width: 100%;
    /* left: 5%;
    bottom: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s; */
    /* margin: 0 auto; */
    /* padding: 0 5%; */
}

.hyl .tab2 .cnr .p1 {
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 58px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.hyl .tab2 .cnr .p2 {
    color: #fff;

    font-size: 14px;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

.hyl .tab2.on .cnr .p1 {
    height: auto;
    bottom: 88px;
}

.hyl .tab2.on .cnr .p2 {
    /* margin-top: 20px; */
    height: auto;
    bottom: 44px;
}

.hyr ul {
    height: 100%;

    background: #fff;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly; */
}

.hyr ul li {
    height: calc(100% / 4);
    /* border-bottom: 1px solid #e6e7e7; */
    padding: 0 25px;

}

.hyr ul li .ll {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6e7e7;
}



.hyl .tab2 {
    display: none;
}

.hyr ul li:last-child .ll {
    border-bottom: none;
}

.hyr ul li .div {
    /* padding-left: 104px; */
    height: 71px;
    background: no-repeat top left;
    /* line-height: 71px; */
    transition: all 0.5s;
    /* line-height: 71px; */
}

.hyr ul li .div a {
    display: block;
}

.hyr ul li .div .s1 {
    display: block;
    width: 71px;
    height: 71px;
    margin-right: 37px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f7f7;
}

.hyr ul li .div .hfa {
    width: 100%;
    height: 40px;
    margin-top: 15.5px;
    overflow: hidden;
    background: no-repeat top center;
    transition: all 0.5s;
}

.hyr ul li.cur .div .hfa {
    background: no-repeat bottom center;

}

.hyr ul li.cur {
    background: #003c8d;
    /* border-bottom: 1px solid #003c8d; */
}

.hyr ul li.cur .ll {
    border-bottom: 1px solid #003c8d;
}

.hyr ul li .div .p1 {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    padding-top: 14px;
}

.hyr ul li .div .p2 {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    text-transform: uppercase;
}

.hyr ul li.cur .p1,
.hyr ul li.cur .p2 {
    color: #fff;
}

.product {
    padding-top: 67px;
    padding-bottom: 85px;
}

.picList li {
    width: 23.4%;
    margin-right: 28px;
}

.pro .bd .tempWrap {
    width: 100% !important;
}

.picList li {
    padding-right: 1px;
}

.picList li .pimg {
    border: 1px solid #f5f5f5;
    /* transition: all 0.3s; */
    position: relative;
}

.picList li .pimg img {
    width: 100%;
}

.picList li p {
    background: #f5f5f5;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    transition: all 0.3s;
}

.picList li .pimg::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #003c8d;
    left: 0;
    bottom: 0;
    height: 0;
    transition: all 0.3s;
}

.picList li:hover .pimg::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #003c8d;
    left: 0;
    bottom: 0;
    height: 100%;
    /* transition-delay: 300ms; */
}

.picList li .pimg .tbu {
    content: "";
    position: absolute;
    width: 0;
    background: #003c8d;
    left: 0;
    top: 0;
    height: 1px;
    transition: all 0.3s;
}

.picList li:hover .pimg .tbu {
    width: 100%;
    transition-delay: 300ms;
}


.picList li .pimg .dbu {
    content: "";
    position: absolute;
    width: 1px;
    background: #003c8d;
    right: 0;
    top: 0;
    height: 0;
    transition: all 0.3s;
}

.picList li:hover .pimg .dbu {
    height: 100%;
    transition-delay: 600ms;
}


.picList li .pimg::after {
    content: "";
    position: absolute;
    width: 0;
    background: #003c8d;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: all 0.3s;
}

.picList li:hover .pimg::after {
    width: 100%;
    transition-delay: 900ms;
}

/* .picList li:hover .pimg {
    border-top: 1px solid #003c8d;
    transition-delay: 300ms;
}

.picList li:hover .pimg {
    border-right: 1px solid #003c8d;
    transition-delay: 600ms;
}

.picList li:hover .pimg {
    border-bottom: 1px solid #003c8d;
    transition-delay: 900ms;
} */

.picList li:hover p {
    background: #003c8d;
    color: #fff;
}

/* 关于中辰昊 */
.about {
    background: url(../image/8a1da4803034f68b03df38e8daec1a2bea6c5d17.jpg)no-repeat center;

    background-attachment: fixed;
}

.abb {
    /*background: rgba(0, 11, 25, 0.4);*/
    padding-top: 121px;
    padding-bottom: 118px;
}

.abl {
    width: 47.6%;
}

.abl .p1 {
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}

.abl .p2 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 24px;
}

.abl .p3 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.abl .p4 {
    display: block;
    border: 1px solid #fff;
    border-left: 4px solid #fff;
    width: 176px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 58px;
    transition: all 0.3s;
    position: relative;
}

.abl .p4::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 0;
    left: 0;
    height: 100%;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.abl .p4:hover:after {
    width: 100%;
}

.abl .p4 span {
    position: relative;
    transition: all 0.2s;
    z-index: 2;
}

.abl .p4:hover span {
    color: #003c8d;
}

.abr {
    width: 45.65%;
    overflow: hidden;
    position: relative;
}

.abr img {

    width: 100%;
}

/* .abr img {
    transition: all 0.8s;
    width: 100%;
}

.abr:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
} */

.abr .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
}

.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -70px;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    /*! box-shadow:1px 1px 20px #b90000;*/
    opacity: 0;
    -webkit-animation: warn 2s ease-out 1s;
    -moz-animation: warn 12 ease-out 1s;
    animation: warn 2s ease-out 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}

.pulse1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -70px;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    /*! box-shadow:1px 1px 20px #b90000;*/
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/* 新闻动态 */
.news {
    /* margin-top: 74px; */
    /* padding-bottom: 78px; */
}

.xw {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 64px;
}

.xw1 {
    margin: 0 18px;
}

.xw1 .nnr {
    border: 1px solid #e1e6f2;
    padding: 0 30px;
    padding-top: 34px;
    padding-bottom: 33px;
}

.xw1 .nnr .p1 {
    font-size: 20px;
    line-height: 20px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.xw1 .nnr .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
}

.xw1 .nnr .p3 {
    margin-top: 42px;
    border-top: 1px solid #e1e6f2;
    padding-top: 18px;
    font-size: 14px;
    line-height: 14px;
    color: #a8acb5;
    transition: all 0.3s;
    position: relative;
}

.xw1 .nnr .p3::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #003c8d;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.xw1:hover .nnr .p3::after {
    width: 100%;
}

.xw1 .nnr .p3 .s2 {
    font-family: "宋体";
    font-weight: 600;
}

.xw1:hover .nnr .p3,
.xw1:hover .nnr .p1 {
    color: #003c8d;
}

.xw1 .nimg {
    overflow: hidden;
}

.xw1 .nimg img {
    transition: all 0.8s;
    width: 100%;
}

.xw1:hover .nimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.nam {
    display: block;
    width: 166px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 14px;
    background: #003c8d;
    margin: 0 auto;
    margin-top: 80px;
    transition: all 0.5s;

}

.nam span {
    display: block;
    background: url(../image/e27d3e3c9b7daacd0b3c67d42343de8e2245648b.png)no-repeat center right;
}

.nam:hover {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}


/* 尾部 */
footer {
    background: #222222;
    padding-top: 66px;
    padding-bottom: 60px;
}

.dh {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.d1 p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
}

.d1 ul {
    margin-top: 33px;
}

.d1 ul li {
    font-size: 14px;
    color: #999999;
    line-height: 14px;

}

.d1 ul li+li {
    margin-top: 16px;
}

.d1 ul li a {
    color: #999999;
}

.d1 ul li a:hover {
    color: #fff;
}

.area {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.area p:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.area p:nth-child(5) {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 12px;
}

.fbl {
    width: calc(100% - 300px);
}
.fbl a:hover{
    color: #fff;
}
.fb2r {
    width: 286px;
    display: flex;
    justify-content: space-between;
}

.fb2r div p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
    color: #999999;
}

.fbl .p1 {
    font-size: 21px;
    color: #0098de;
    line-height: 21px;
    padding-top: 20px;
    margin-bottom: 35px;
}

.fb2 {
    margin-top: 50px;
}

.fbl .p2 {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    /*margin-top: 35px;*/
}

.fbl .p2 a,
.fbl .p3 a,
.fbl .p4 a {
    color: #888888;
    transition: all .3s;
}

.fbl .p2 a:hover,
.fbl .p4 a:hover{
    color:#fff;
}
.fbl .p3 {
    font-size: 14px;
    line-height: 26px;
    color: #888888;
}

.fbl .p4 {
    font-size: 14px;
    line-height: 26px;
    color: #888888;
}

.foot,
.sjbq {
    display: none;
}
 .bd2{
        display:none;
    }
    .bd3{
        display:none;
    }
@media (max-width: 1410px) {
	.w1200{max-width:1200px;}
	
	.timeline li h3 {

    width: 60%;

}
    .abl .p1 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        color: #fff;
    }

    .abl .p2 {
        font-size: 23px;
        line-height: 23px;
        color: #fff;
        margin-top: 15px;
    }

    .abl .p3 {
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        margin-top: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .bd1{
        display:none;
    }
     .bd2{
        display:block;
    }
}

@media (max-width: 1200px) {
	
	
	.w1200{max-width:980px;}
	.lier ul li p {
    font-size: 16px;
   
}
	.yt-title h3 {
    font-size: 30px;
    
}
	.video_left h3 {
    font-size: 30px;
    
}


.video_left p {
    font-size: 22px;
 
}
    .hyr ul li .div .s1 {
        width: 53px;
        height: 53px;
        margin-right: 4px;
    }

    .hyr ul li .div .hfa {
        height: 26px;
        background-size: 50%;
        margin-top: 13.5px;
    }

    .hyr ul li:nth-child(3) .div .hfa {
        background-size: 30%;
    }

    .hyr ul li:nth-child(3).cur .div .hfa {
        background-size: 30%;
    }

    .hyr ul li:nth-child(4) .div .hfa {
        background-size: 44%;
    }

    .hyr ul li:nth-child(4).cur .div .hfa {
        background-size: 44%;
    }

    .hyr ul li.cur .div .hfa {
        background: no-repeat bottom center;
        background-size: 50%;
    }

    .hyr ul li .div .p1 {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
        padding-top: 7px;
    }

    .hyr ul li .div .p2 {
        font-size: 12px;
        color: #999999;
        margin-top: 3px;
        text-transform: uppercase;
    }

    .hyr ul li.cur .p1,
    .hyr ul li.cur .p2 {
        color: #fff;
    }

    .abl .p4 {
        display: block;
        border: 1px solid #fff;
        border-left: 4px solid #fff;
        width: 149px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-top: 18px;
        transition: all 0.3s;
        position: relative;
    }

    .hyl .tab2.on .cnr .p2 {
        /* margin-top: 20px; */
        height: auto;
        bottom: 28px;
    }
    .bd2{
        display:none;
    }
    .bd3{
        display:block;
    }
    .qqhh .bd{
        width:100% ! important;
        
    }
    .qqhh .hd{
         width:100% ! important;
         margin-top:25px;
    }
    .qqhh{
        flex-wrap:wrap;
    }
    .qqhh .hd ul{
        display:block ! important ;
    }
    .qqhh .hd ul li{
        height:100% ! important;
        padding-bottom:25px;
    }
    .qqhh{
         display:block ! important ;
    }
     .qqhh .hd ul li+li{
         margin-top:20px;
     }
     .snn{
         margin-top:25px;
     }
}

@media (max-width: 990px) {
	
	.proedh {
    padding: 30px 0 0;
}

.yt-title h3 {
        font-size: 24px;
    }
	
	.dinwenl p {
    font-size: 12px;

    letter-spacing: 2px;
}


.lier {
    margin-top: 30px;
    padding: 0;
}



.lier ul li {
    width: 48%;
 
}


    .lier ul li p {
        font-size: 14px;
        padding: 10px 5px;
    }
	
	
	.video-box {
    padding: 30px 0;
    background: url(../images/video_b.jpg);
}


.video-list {
    margin-top: 30px;
    display: flex
;
    justify-content: space-between;
    padding: 0;
    align-items: flex-end;
    flex-wrap: wrap;
}



.video_left {
    width: 100%;
}



.text_video {
  
    padding: 20px;
 
}
.video_left p {
        font-size: 20px;
    }
	
	
	
	.video_right {
    width: 100%;
    margin-top: 30px;
}
	
	.abo-number {
    display: flex
;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
	
.abo-number li {
    float: left;
    width: 48%;
    text-align: center;
    border-right: none;
    margin-right: 0;
    margin-bottom: 5%;
}

.aboutusrt {
    padding: 30px 0;
}



.partner-box {
    padding: 30px 0;
    background: #000b6b;
}

.partner-box2 {
    padding: 30px 0;
}	



.fazhang {
    padding: 20px 0;
  
}

.containerus {
    display: flex
;
    margin: 30px auto 0;
    overflow: hidden;
    padding:10px;
    align-items: center;
	    flex-wrap: wrap;
}
.xianxi {
    padding: 30px 0;
}

.xianxi .xianxi_auto {
    margin-top: 30px;
}
.xianxi .xianxi_auto ul li {
    width: 48%;
    margin: 1%;
}


.ron-left {
    width: 100%;
    float: left;
    display: flex
;
    align-items: flex-end;
    flex-wrap: wrap;
}
.left-k {
    width: 100%;
}

.titl_left h3 {
    font-size: 24px;
    color: #0823ee;
}
.titl_left p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.ping_1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.xinui {
   
    font-size: 17px;
    padding: 10px;
   
}

.reason {
    padding: 0 0 30px 0;
  
}



.fuwu_index .fuwu_auto {
    margin-top: 30px;
    display: flex
;
    justify-content: space-between;
}

.about_i .liti_auto {
    padding: 30px 10px;
}


.about_i .liti_auto ul li {
    width: 49%;
    margin-bottom: 2%;
    background: #f5f5f5;
}



.hm-floor .fl-all {
    padding: 10px;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.liu_index {
    padding: 30px 0;
    background: url(../images/liu.jpg);
}

.fuwu_index {
    padding: 30px 0;
}


.timeline {
    width: 100%;
    box-sizing: border-box;
    position: relative;
	margin-bottom:30px;
}
	
    .page-product-detail-right {
    width: 100% ! important;
}
     .case-sort .text {
    padding: 30px 45px;
  }
  .case-sort .on .text {
    padding: 30px 45px;
  }
  .case-sort .text .intro{
    margin-top:20px;
  }
    
    
    
    
    header {
        display: none;
    }

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .hyr ul li .div .s1 {
        margin-right: 14px;
    }



    .hyl {
        width: 100%;
    }

    .hy {
        display: block;
    }

    .hyr {
        width: 100%;
    }

    .hyr ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .hyr ul li {
        width: 50%;

    }

    .hyr ul li .ll {
        padding: 15px 0;
    }

    .hyr ul li .ll:nth-child(3) {
        border-bottom: none;
    }

    .hyr ul li .div {
        background: no-repeat top left;
        background-size: 15%;
    }

    .hyr ul li.cur .div {
        background: no-repeat bottom left;
        background-size: 15%;
    }

    .hyr ul li .div {
        height: 46px;
    }

    .picList li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    footer {
        display: none;
    }



    .foot,
    .sjbq {
        display: block;
    }

    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        /* margin-top: 30px; */
    }

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }
}

@media (max-width: 768px) {
    .case-sort li{
    padding:0 0 20px;
    margin:30px 0;
  }
  .case-sort .text h3{
    font-size: 22px;
  }
  .case-sort .text .intro{
    font-size: 15px;
    margin-top:10px;
  }
  .case-sort .text{
    padding:20px 30px;
  }
    /* .about {
        background-size: cover;
    } */

    .abr,
    .abl {
        float: none;
        width: 100%;
    }

    .abl {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .bt .bt1 {
        font-size: 25px;
        line-height: 25px;
    }

    .bt .bt1 span {
        font-size: 28px;
    }

    .bt .bt2 {
        text-align: center;
        font-size: 14px;
        color: #777;
        margin-top: 8px;
    }

    .case {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .hy {
        margin-top: 16px;
    }

    .hyl .tab2 .cnr {
        bottom: 5px;
    }

    .hyl .tab2 .cnr .p2 {
        color: #fff;
        margin-top: 10px;
        font-size: 12px;
    }

    .hyl .tab2.on .cnr {
        bottom: 5px;
    }

    .hyr ul li {
        width: 100%;
    }

    .hyr ul li .div {
        height: 44px;
    }

    .hyl .tab2 .cnr .p1 {
        font-size: 18px;
        line-height: 18px;
    }

    .picList li {
        width: 48%;
    }

    .product {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .picList li p {
        font-size: 12px;
        line-height: 38px;
    }

    .about .abb {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abl .p1 {
        font-size: 23px;
        line-height: 23px;
        font-weight: 600;
        color: #fff;
    }

    .abl .p2 {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin-top: 9px;
    }

    .abl .p3 {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        margin-top: 9px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .abl .p4 {
        width: 130px;
        line-height: 35px;
    }

    .news {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .xw {
        margin-top: 20px;
    }

    .nam {
        margin-top: 22px;
    }

    .abr {
        display: none;
    }

    .abl {
        margin-top: 0;
    }

    .nam {
        display: block;
        width: 133px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        font-size: 14px;
        background: #003c8d;
        margin: 0 auto;
        margin-top: 22px;
        transition: all 0.5s;
    }

    .hyl .tab2.on .cnr .p1 {
        height: auto;
        bottom: 70px;
    }
}
.img img{max-width:100%;}
/*内页左侧样式*/

.page-product-inquiry a{color: #fff;}

.lier{display:none;}


