html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 14px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    width:100%;
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
}

/* .cplist li:hover{
    box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}  */
.pic{
    overflow:hidden;
}
.pic img {
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;  
}
.pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.img:hover img {
    /* opacity: .5; */
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}
.img{ 
    overflow: hidden;
    position: relative;
}


    

img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.warp {
    width: 1400px;
    max-width: 96%;
    margin: 0 auto;
}
li{
    list-style:none;
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.full-wrapper{
    width: 95%;
    margin:0 auto;
}
.center{
    text-align: center;
}



header{
    position: fixed;
    width: 100%;
    height: 65px;
    line-height:65px;
    background: black;
    z-index: 999;
}
header .logo {
    width: 14%;
    line-height: 65px;
    margin-left: 8%;
}
.banner{
    padding-top: 65px;
}
.page{
    margin:3% 0px;
}
.page1 .page1_tit {
    text-align: center;
    margin-bottom: 30px;
}
.page1 .page1_tit h2{
    font-size: 24px;
}
.page1 .page1_tit h2 a{
    color: black;
}
.page1 .page1_tit .xian {
    width: 35%;
    margin: 0 auto;
    margin-top: 25px;
}
.page1 .cp_list ul{ 
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.page1 .cp_list li{
    width: 33%;
}
.page1 .cp_list li .pic{
    padding:10px;
}
.page1 .cp_list li:hover .p-img{
    padding:0px;
}
.p-img{
    padding:20px;
    transition: 0.5s;
}
.p-img .tit{
    text-align: center;
    line-height:36px;
    color: black;
    font-size:16px;
}
.shixian {
    width: 1px;
    height: 325px;
    border: 1px solid #E0E0E0;
    margin-top: 5%;
}
.yuaquanxian{
    display: flex;
    padding: 20px 20px;
    width: 100%;
}
.hengxian {
    width: 29%;
    height: 1px;
    border: 1px solid #E0E0E0;
}
.yuanquan {
    width: 4px;
    height: 4px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-left: 3.6%;
    margin-right: 2.3%;
}
.yuanquan2 {
    width: 4px;
    height: 4px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-left: 2.9%;
    margin-right: 2.5%;
}
.shixian2 {
    width: 1px;
    height: 360px;
    margin-top: 1%;
    border: 1px solid #E0E0E0;
}
.page2{
    background: url(../image/page2_bg.jpg)no-repeat center;
    padding:3% 0px;
}
.page2 .page2_tit{
    text-align: center;
    margin-bottom: 25px;
}
.page2 .page2_tit h2{
    font-size: 24px;
    color: white; 
}
.page2 .page2_tit h2 a{
    color: white; 
}
.page3_tit h3 span:nth-child(1) a{
    color: #df0001;
}
.page5_tit h3 a{
    color: #df0001;

}
.page2 .page2_tit .xian{
    color: #df0001; 
    font-weight: 600;
}

.bag {
    height: 150px;
    line-height: 150px!important;
}
.bag a{
    font-size: 20px;
    color:white;
}
.panal {
    width: 75%;
    padding-top: 22px;
    height: 500px;
    max-height: 500px;
    float: right;
    color: white;
    display: none;
}
.panal .tab {
    overflow:hidden;
    background:gainsboro;
}
.panal .tab a {
    display:block;
    padding:10px 20px;
    float:left;
    text-decoration:none;
    color:#333;
}
.panal .tab a:hover {
    background:gray;
    color:#fff;
    text-decoration:none;
}
.panal .tab a.on {
    background:gray;
    text-decoration:none;
    color:white;
}
.panal .content {
    overflow:hidden;
    padding:10px;
}
.panal .content li {
    display:none;
}
/*arcile*/
            

.comma { 
    margin-top: 50px;
    overflow: hidden;
}
.arcile {
    width:20%;
    height:500px;
    max-height: 500px; 
    float:left;
    text-align:center; 
}
.info-ul>ul li {
    list-style:none;
    line-height:20px;
    float:left;
    margin:10px 0 0 15%;
}
.info-img {
    width:50%;
    padding:5px;
    background:white;
    margin:22%;
}
.info-meu>ul li a {
    text-decoration:none;
    line-height:30px;
    width:100%; 
}
.info-meu>ul li a:hover {
    color:blue;
}
.info-meu li {
    line-height: 80px;
    overflow: hidden;
}
.info-meu li:first-child{
    height: 100px;
    line-height:100px;
}
.info-meu li:first-child .tit1 {
    line-height: 100px;
}
.bag .tit1{
    line-height:70px!important;
}
.info-meu li .quan {
    width: 25%;
    font-size: 20px;
    color: white;
}
.info-meu li .tit{ 
    width: 50%;
    font-size: 20px;
    color: white;
    text-align: left;
}
.info-meu .bag .quan{
    display:block!important;
}
.bag .quan{
    width: 45%;
    float: left; 
    text-align: center;  
}
.bag .quan span{
    display:block;
    color: white;
}
.info-meu li .xian{
    display:none;
}
.bag .quan .sz {
    height: 65px;
    background: red;
    border-radius: 75px;
    line-height: 65px;
}
.bag .quan .xian {
    height: 40px;
    line-height: 40px;
    display:block;
}
.bag .tit {
    width: 50%;
    float: right;
    line-height: 145px;
    font-size: 20px;
}
#bag1{
    height: 100px;
    line-height:100px;
} 
.panal h3 {
    font-size: 30px;
    margin-bottom: 45px;
}
.panal .panal_box .p1 {
    margin: 45px 0px;
    background: url(../image/p1_bg.jpg)no-repeat left center;
    padding-left: 55px;
}
.panal .panal_box .p2{
    margin:25px 0px;
    background: url(../image/p2_bg.jpg)no-repeat left center;
    padding-left: 55px;
}
.panal .panal_box .p3{
    margin:25px 0px;
    background: url(../image/p3_bg.png)no-repeat left center;
    padding-left: 55px;
    background-size:42px;
}
.panal .panal_box .p4{
    margin:25px 0px;
    background: url(../image/p4_bg.png)no-repeat left center;
    padding-left: 55px;
    background-size:42px;
}
.page3 {
    margin-bottom: 5%;
}
.page3_tit{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #9a9a9a;
}
.page3_tit h3{
    font-size: 26px;
}
.page3_tit h3 span:nth-child(1){
    font-weight: 600;
    color: #df0001;
    border-right: 2px  solid black;
    padding-right: 35px;
    margin-right:35px;
}
.page3_tit p{
    font-size: 18px;
    color: #7a7a7a;
}
.page3 .page_box li{
    width: 33.333%;
    padding:0 10px;
}
.page3 .page_box li .pic{
    border:1px solid #eee;
}
.page4{
    background: url(../image/page4_bg.jpg)no-repeat center;
    padding:3% 0px;
}
.page4 .page4_box li {
    width: 33.333%;
    text-align: center;
    color: white;
    padding: 5% 0px;
}
.page4 .page4_box li:nth-child(1){
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.page4 .page4_box li:nth-child(2){
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.page4 .page4_box li:nth-child(3){ 
    border-bottom: 1px solid white;
}
.page4 .page4_box li:nth-child(4){ 
    border-right: 1px solid white;
}
.page4 .page4_box li:nth-child(5){ 
    border-right: 1px solid white;
}
.page4_box li h3{
    font-size: 40px;
    margin-bottom: 15px;
}

.page5_tit h3{
    font-size: 26px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #9a9a9a;
} 
.page5_tit span:nth-child(1){
    font-size: 26px;
    font-weight: 600;
    padding-right: 35px;
    margin-right:35px;
    color: #de0000;
    border-right: 2px solid black;
} 
.page5_box .page5_fl {
    width: 48%;
    height: 380px;
    line-height: 380px;
}
.page5_box .page5_fr{
    width: 48%;
}
.page5_fr li time{
    color: black; 
    display:block;
}
.page5_fr li{
    margin-bottom: 20px;
}
.page5_fr li p{
    color: black;  
    font-size: 16px;
    margin:6px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page5_fr li h3 {
    color: black;  
    font-size: 16px;
    margin:6px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
}
.page5_fr li .more{
    display:block;
    color: black;
} 

.page5 .more1{
    width: 15%;
    text-align: center;
    line-height:50px;
    border-radius: 25px;
    margin:0 auto;
    border:1px solid #eee;
    margin-top: 20px;
}
.page5 .more1 a{
    display:block;
    color: #5a5a5a;
}


.tabTitle {
    width: 4%; 
}
.hide {
    display:none;
}
.tabTitle ul {
    overflow: hidden;
    _height: 1px;
    background: url(../image/xwxian_bg.jpg)no-repeat center!important;
    height: 380px; 
}
.tabTitle ul li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    font-weight: 100;
    margin: 0 auto;
    background-color: black;
}
.tabTitle ul li:nth-child(1) {
    margin-top: 16px;
}
.tabTitle ul li:nth-child(2) {
    margin-top: 88px;
}
.tabTitle ul li:nth-child(3) {
    margin-top: 88px;
}
.tabTitle ul li:nth-child(4) {
    margin-top: 85px;
}
.tabTitle ul p{
    width: 1px;
    background: black;
}
.current { 
    background:url(../image/yuan.jpg)no-repeat center;
    color:#fff;
    width: 30px!important;
    height: 30px!important; 
}


.block {

         

    }

/* 头部 */

.menu {
    width: 60%;
}
.menu_nav li{
    width: 12%;
    text-align: center;
}
.menu_nav li .nav-ul li{
    width: 100%;
}
.menu_nav li .nav-ul li a {
    line-height: 50px;
}
ul.menu_nav li._navbar a {
    display: block;
    font-size: 16px; 
}
ul.menu_nav li._navbar ul._dropdown {
    display: none;
    background: #fff;
    z-index: 15;
    width: 300px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
 
ul.menu_nav li._navbar ul._dropdown li a {
    font-size: 14px;
    color: #3a3a3a;
    border-bottom: 1px #e1e1e1 solid;
    padding: 10px 30px;
    text-align: left;
}

ul.menu_nav li._navbar ul._dropdown {
    position: absolute;
    left: 0;
}

ul.menu_nav li._navbar:hover ul._dropdown {
    display: block;
}


.header_img{
    transition:all 0.6s
}
.header_img:hover{
    transform: scale(1.1);
}  
 
.hh .hhu li a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: black!important;
    text-align: center;
    transition: 0.5s;
}
.hh .hhu li{
    transition: 0.5s;
}
.hh .hhu li:hover {
    background: black;
}
.hh .hhu li:hover a{
    color: white!important;
}
.menu_nav  li a{
    color: white!important;
}
 
  

    /* 产品中心下拉框 */
    .product-header {
        width: 100%;
        position: relative;
        margin-top: 50px;
        z-index: 400;
        display: none;
    } 

    .product-content {
        display: flex;
        width: 100%;
        box-shadow: 0px 2px 10px rgb(192, 192, 192);
    }
    .hhu{
        box-shadow: 0px 2px 10px rgb(192, 192, 192);
    }
 

    .product-left-content ul li {

        white-space: nowrap;
        line-height: 90px;
    }

    .product-left-content a {

        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #4B4B4B;
        margin-left: 25%;

    }

    .product-left {
        width: 35%;
        height: 720px;
        background: #F4F4F4;
    }

    .product-left-style {
        background: #fff;
        border-right: 2px solid #008068
    }

.product-right {
    width: 65%;
    height: 720px;
    background: #fff;
    padding-bottom: 15px;
}

    .product-right-content {
        height: 100%;
    }

    .product-right-content ul {
        width: 80%;
        display: flex;
        margin: auto;

        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-right-content ul li {
        width: 25%;
        padding: 0 15px;
    }
 

    .product-right-content ul li div {
        text-align: center;
        margin: auto;
    }

    .product-right-jtitle {

        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2C2C2C;
        display: inline-block;
        padding-bottom: 5px;

    }
 
  
    
    /* 适配end*/
.nav-ul {
    display: none;
    position: absolute;
    width: 8%;
    background: #FFFFFF;
}


.page6{
    background:url(../image/page6_bg.jpg)no-repeat center;
    padding:5% 0px;
    background-size:cover;
}
.page6 .tit {
    text-align: center;
    font-size: 30px;
    letter-spacing: 10px;
    color: black;
}
.page6 .logo {
    width: 25%;
    margin: 35px auto;
    margin-bottom: 120px;
}
.page6 .ryzs{
    background: rgb(6 5 5 / 50%);
    padding:2% 0px;
}
.page6 .ryzs ul li {
    width: 14%;
    padding: 5px;
    height: 140px;
    text-align: center;
}
.page6 .ryzs ul li img{
    max-height: 130px;
    width: auto;
    text-align: center;
} 



.page7{
    margin-top: -100px;
}
/* Background colours */
 
.page7 div + div article:nth-child(1) {
  border-right: 1px solid #ccc;
}
.page7 div + div article:nth-child(2) {
  border-right: 1px solid #ccc;
}
.page7 div + div article:nth-child(3) {
  border-right: 1px solid #ccc;
} 
 
/* Main layout */
 
.page7 div + div {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
}
/* Articles */
.page7 div + div article {
    flex: initial;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 2vh 1vw;
    height: 660px;
    max-height: 660px;
    position: relative;
    transition: 0.5s;
}

/* Big Headings */
.page7 > div:first-child {  
  background: #fff; 
  text-align: center; 
  z-index: 2;
  border:1px solid #ccc;
}
.page7 > div:first-child h1,
.page7 > div:first-child h2 {
  margin: 0;
  padding: 0;
}
/* Hover interaction */
.page7 div + div:hover article {
    flex: initial; 
}

.page7 div + div article:hover {
  width: 60%;
}
.page7 article > div {
  opacity: 0;
  transition: opacity .2s ease 0;
}
.page7 div + div article:hover > div {
  opacity: 1;
  transition: opacity .3s ease .3s;
}
.page7 div + div:hover article .des {
    opacity: 1;
    color: black;
    top: 170px;
    position: absolute;
}
.page7 article .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-height: 30px;
    -webkit-box-orient: vertical;
    color: #5a5a5a;
    text-align: left;
    top: 170px;
    padding: 0 15px;
    position: absolute;
}
.page7 article:hover .des{
    display:none;
}
/* navigation */
.page7 div + div article > h2 {
    top: 120px;
    position: absolute;
    text-align: center;
    width: 88%;
    margin: 0;
    color: black;
    font-size: 25px;
    font-weight: 600;
}
/* Article layouts */
.page7 article div {
    text-align: left;
    width: 100%;
    position: relative;
    top: 152px;
}
/* .page7 article div p, article div div h2, article div h3 {
    margin: 0 0 1em 0; 
    color: black;
} */

.page7 article .box p {
    color: #5a5a5a;
    line-height: 30px;
}
.page7 article .box .pic {
    width: 60%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    top: 45px;
}
.page7 article .tb {
    position: absolute;
    top: 40px;
    width: 88%;
}
.page7 article .tb img {
    width: 55px;
}
.page7 article .jt {
    width: 20%;
    bottom: 105px;
    left: 40%;
    position: absolute;
    text-align: center;
}
.page7 article .jt img{
    width: 60px;
}
.page7 article:hover .jt{
    display:none;
}


footer{
    background:black;
    padding:3% 0px;
}
.foot_top {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #4a4a4a;
}
.foot_top .foot_logo {
    width: 14%;
    line-height: 45px;
}
.foot_top .foot_nav {
    width: 60%;
}
.foot_top .foot_nav li{
    line-height:45px;
    width: 12%;
    text-align: center;

}
.foot_nav li a{
    display:block;
    color: #9a9a9a;
}
.foot_boot {
    margin-bottom: 25px;
}
.foot_boot .boot_list{
    width: 33.333%;
    color: white;
}
.foot_boot .boot_list h3{
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}
.foot_boot .lxwm p{ 
    line-height:35px;
}
.foot_boot .cpfl li{
    line-height:34px;
}
.foot_boot .cpfl li a{
    display:block;
    color: white;
}
.foot_boot .ewm {
    text-align: center;
}
.foot_boot .ewm .ewm_img{
    margin:0 auto; 
    width: 25%;
}
.foot_boot .ewm .tit{
    font-size: 16px; 
    margin:15px 0px;
}
.foot_boot .ewm .foot_tel {
    font-size: 30px;
    width: 60%;
    padding-left: 30px;
    margin: 0 auto;
    color: #a01211;
    background: url(../image/tel.jpg)no-repeat left center;
    background-size: 36px;
}
footer .beian{
    padding-top: 25px;
    text-align: center;
    color: white;
    border-top: 1px solid #5a5a5a;
}
footer .beian p{
    color: white;
}

/* 新闻展示 */

.Content{
    margin:3% 0px;
}
.Content .cont_fl{ 
    margin-bottom: 3%;
}
.Content .cont_fl ul li{
    width: 15%;
    line-height:38px;
    background:#de0000;
    text-align: center;
    margin-right: 1%;
} 
.cont_fl ul li a{
    display:block;
    color: white;
}
.Content .xwlist li{
    margin-bottom: 2.5%;
}
.Content .xwlist li .tu{
    width: 20%;
    overflow:hidden;
}
.Content .xwlist li .des{
    width: 78%;
}
.Content .xwlist li .des .tit{
    font-size: 20px;
    color: black;
    transition: 0.5s;
}
.Content .xwlist li .des .info{ 
    color: #5a5a5a;
    margin:10px 0px;
}
.Content .xwlist li .des .xian{
    display:block;
    width: 5%;
    height: 1px;
    margin:25px 0px;
    background:#de0000;
    transition: 0.5s;
}
.Content .xwlist li:hover .des .xian{ 
    width: 25%; 
}
.Content .xwlist li:hover .des .tit{ 
    color: #de0000;
}
.Content .xwlist li .des h3 p{
    color: #5a5a5a;
}

/* 服务理念 */

.Content .pzfw .pzfw_tit{
    text-align: center;
    margin-bottom: 50px;
}
.pzfw{
    margin-bottom: 8%;
}
.pzfw .pzfw_tit h3{
    font-size: 36px;
}
.pzfw .pzfw_tit .xian{
    display:block;
    width: 3%;
    height: 4px;
    background:#de0000;
    margin:25px auto;
}
.pzfw .pzfw_tit p{
    font-size: 18px;
    color: #5a5a5a;
}
.pzfw .fw_list li{
    width: 33.333%;
    padding:0 10px;
    text-align: center;
}
.pzfw .fw_list li .tb{
    width: 18%;
    margin:0 auto;
    margin-bottom: 25px; 
}
.pzfw .fw_list li .des{
    font-size: 20px;
}
.Content .shfw .shfw_list{
    width: 33.333%;
}
.shfw .shfw_list .pic{
    height: 310px;
    min-height: 310px;
}
.shfw .shfw_list .des{
    height: 310px;
    min-height: 310px;
    padding:25px;
}
.shfw_list .des h3{
    font-size: 24px;
}
.shfw_list .des span{
    display:block;
    margin:10px 0px;
    margin-bottom: 25px;
}
.shfw_list .des p{
    color: #5a5a5a;
}

/* 产品展示 */

.cplist_box .cplist {
    margin-bottom: 5%;
}
.cplist_box .cplist .listy_tit{
    padding-bottom:15px;
    margin-bottom: 25px;
    border-bottom:1px solid #9a9a9a;
}
.cplist .listy_tit h3{
    font-size: 24px;
}
.cplist_box .cplist li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #9a9a9a;
}
.cplist_box .cplist .pic {
    width: 14%; 
}
.cplist_box .cplist .des {
    width: 84%;
}
.cplist_box .cplist .des .tit{
    font-size: 18px; 
}
.cplist .des .tit a{
    display:block;
    color: black;
}
.cplist_box .cplist .canshu {
    margin: 15px 0px;
}
.canshu table{
    width: 100%;
}
.canshu table tr td{
    line-height:34px; 
    color: #5a5a5a;
    border-bottom: 1px solid #eee;
}
.canshu table tr td span { 
    width: 15%;
    display: block;
    float: left;
}
.cplist_box .cplist li .more{
    width: 10%;
    border:1px solid #eee;
    text-align: center;
    line-height:34px;
}
.cplist_box li .more a{
    display:block;
    color: #5a5a5a;
}

.Content .lxwm_box .lxwm{
    width: 30%; 
    margin:0 1.5%;
    text-align: center;
}
.lxwm_box{
    margin-bottom: 5%;
}
.lxwm_box .lxwm .tb{
    width: 14%;
    margin:0 auto;
    line-height:100px;
}
.lxwm_box .lxwm .des h3{
    font-size: 24px; 
    margin-top: 10px; 
}
.lxwm_box .lxwm .des .xian{
    display:block;
    width: 10%;
    margin:15px auto;
    height: 4px;
    background:red;
}
.lxwm_box .lxwm .des p{
    color: #5a5a5a;
}


/* 关于我们 */

.cont{
    margin:4% 0px;
}
.cont .cont_tit{
    text-align: center;
    margin-bottom: 30px;
}
.cont .cont_tit .xian{
    width: 4%;
    height: 4px;
    background:#eb0000;
    margin:0 auto;
    margin-top: 20px;
}
.cont .cont_tit h3{
    font-size: 22px;
}
.cont1 .cont1_fl{
    width: 30%;
}
.cont1 .cont1_fr{
    width: 66%;
}
.cont1_fr h3{
    font-size: 22px;
}
.cont1_fr .xian{
    display: block;
    width: 5%;
    height: 4px;
    margin:20px 0px;
    background:#eb0000;
}
.cont1_fr .des{
    font-size: 16px;
    color: #5a5a5a;
    line-height:34px;
}
.cont2_des{
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
    line-height:34px;
    margin-bottom: 30px;
}
.cont2_img ul li{
    width: 33.333%;
    padding:0 20px;
}
.cont3_des{
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 30px;
    text-align: center;
}
.cont4_box p{
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 30px;
    text-align: center;
    line-height:34px;
}
.cont4_img ul li{
    width: 33.333%;
    padding:15px;
}

/* 客户案例 */

.Content .case_tit{
    margin-bottom: 3%;
}
.Content .case_tit h3{
    text-align: center;
    font-size: 26px;
}
.Content .case_tit .xian{
    width: 5%;
    height: 4px;
    margin:20px auto;
    background:#eb0000;
}
.Content .case_list li{
    width: 33.333%;
    padding:5px;
}
.Content .case_list li .pic{
    border:1px solid #eee;
}
.Content .case_list li .tit{
    text-align: center;
    color: #5a5a5a;
    line-height:40px;
}

.case_box{
    margin-bottom: 5%;
}


.case_video .video_tit h3{
    text-align: center;
    font-size: 26px;
}
.case_video .video_tit .xian{
    width: 5%;
    height: 4px;
    margin:20px auto;
    background:#eb0000; 
}

.carousel.flexible .items {
    display: none;
}
.fa{
    position: absolute;
    top: 50%;
    font-size: xx-large!important;;
}
.carousel-control{
    width: 10%;
}
.details_box .details_tit{
    margin-bottom: 2.5%;
}
.details_box .details_tit h3{
    font-size: 28px;
    padding-bottom:20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}
.details_box .details_tit p{
    background:url(../image/sj.jpg)no-repeat left center;
    background-size:20px;
    padding-left: 28px;
}
.details_box .details_tit p span{
    color: #1a7e67;
}
.details_box .details_des{
    font-size: 16px;
    color: #5a5a5a;
    line-height:30px;
}

/* 产品详情 */
.P_details{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.P_details .slt_fl {
    width: 35%;
    border: 1px solid #eee;
    line-height: 335px;
}
.P_details .jieshao {
    width: 62%;
}
.P_details .jieshao .cptitle {
    font-size: 26px;
    background: url(../image/star.png)no-repeat left center;
    padding-left: 50px;
    line-height: 60px;
    margin-bottom: 40px;
}
.jieshao .cpmaidian .top{
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 25px;
    border-left:4px solid #eb0000;
}
.jieshao .cpmaidian li{
    line-height:34px;
    background:url(../image/dian.jpg)no-repeat left center;
    padding-left: 15px;
}
.jieshao .baojia{
    width: 25%;
    text-align: center;
    border:1px solid #eee;
    background:#eb0000;
    line-height:45px;
    border-radius: 10px;
    margin-top: 5%;
}
.jieshao .baojia a{
    display:block;
    color: white;
}

.P_details_des .title{
    text-align: center;
    margin-bottom: 3%;
}
.P_details_des .title .blackLine{
    margin-bottom: 9px;
    display: inline-block;
    width: 149px;
    height: 2px;
    background-color: #000000;
    line-height: 30px;
}
.P_details_des .title span{
    margin-left: 28px;
    margin-right: 23px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
}
.pagination li{
    float: left;
}
.pagination li a{
    margin-left: 0px;
}
.maidian table{
    width: 100%;
}
.maidian table td{
    border:1px solid #eee;
    line-height:32px;
    padding:0 10px;
    color: #6a6a6a;
}

.nei_title{
    text-align: center;
}
.nei_title h3{
    font-size: 24px;
}
.nei_title .xian{
    width: 50px;
    height: 2px;
    margin:20px auto;
    background:#eb0000;
}

.panal_box .anli li {
    width: 33.333%;
    padding-right: 120px;
    /* padding: 0 60px; */
    margin-bottom: 15px;
}
.panal_box .anli li .tu img{
    border-radius: 30px;
}

.amap-labels{
    width: 100%;
}

.cont5 {
    padding: 3% 0px;
    background: url(../image/cont5_bg.jpg)no-repeat center;
    background-size: cover;
}
.cont5 .ryzs_box {
    width: 49%; 
}
.cont5 .ryzs_box h2{
    text-align: right;
    font-size: 24px;
}
.cont5 .ryzs_box .xian{
    width: 50px;
    height: 4px;
    float:right;
    line-height:45px;
    margin:20px 0px;
    background:#eb0000;
}
.cont5 .ryzs_box .des{
    clear: both;
    text-align: right;
    font-size: 16px; 
}
.cont5 .ryzs_img {
    width: 49%;
}
.cont5 .ryzs_img li{
    width: 33.333%;
    padding:0 10px;
}

.cpcont .tu{
    margin-top: 3%;
}










.cpcont .cp_warp{
    width: 1300px;
    max-width: 95%;
    margin: 0 auto;

}
.cpcont_box .cpcont{
    padding:5% 0px;
}
.cpcont1{
    background:url(../image/cpcont1_bg.jpg)no-repeat center;
}
.cpcont1 .cpcont1_top{
    text-align: center;  
    padding:3% 0px;
    padding-bottom: 8%;
}
.cpcont1_top .youshi{
    font-size: 110px;
    margin-bottom: 4%;
    font-weight: 600;
}
.cpcont1_top .des{
    font-size: 26px;
    padding:0 25px;
    line-height:26px;
    width: 54%;
    margin:0 auto;
    border-left: 4px solid black;
    border-right: 4px solid black;
}
.cpcont1_top .des span{
    color: #eb0000;
}
.cpcont1 p{
    width: 65%;
    margin:0 auto;
    margin-top: 5%;
}
.cpcont2{
    background:url(../image/cpcont2_bg.jpg)no-repeat center;
}
.cpcont2 .cp_warp{
    background:url(../image/cpcont2_warp.jpg)no-repeat center;
    background-size:cover;
    padding:3% 2%;

}
.cpcont .cpcont_tit{
    text-align: center;
    font-size: 56px;
}
.cpcont .tit_xian{
    width: 10%;
    height: 4px;
    background:#eb0000;
    margin:25px auto;
} 
.cpcont .tit_des{
    text-align: center;
    font-size: 26px;
}
.cpcont2 .cpcont2_img{
    width: 50%;
    margin:10% auto;
}
.cpcont2 .cpcont2_bot .bot_fl{
    width: 50%;
}
.cpcont2 .cpcont2_bot .bot_fr {
    width: 46%;
}
.cpcont2_bot .bot_fr .tit{
    font-size: 56px;
}
.cpcont2_bot .bot_fr .xian{
    width: 10%;
    height: 4px;
    background:#eb0000;
    margin:25px 0px;
}
.cpcont2_bot .bot_fr .des{
    font-size: 28px;
}
.cpcont3{
    background:url(../image/cpcont3_bg.jpg)no-repeat center;
    background-size: cover; 
    padding:3% 0px!important; 
} 
.cpcont3 .cpcont_tit {
    color: white;
}
.cpcont3 .tit_des{
    color: white;
}
.cpcont3 .cpcont3_img{
    width:70%;
    margin:0 auto;
    margin-top: 40px;
}
.cpcont4{
    background:url(../image/cpcont4_bg.jpg)no-repeat center;
    background-size:cover;
}
.cpcont4 .cpcont4_list li{
    margin-top: 3%;
}
.cpcont4 .cpcont4_list li:nth-child(1){
    border-bottom: 1px solid #aaa;
    padding-bottom: 3%;
}
.cpcont4 .cpcont4_list li .des {
    width: 60%;
    margin: 2% 0px;
}
.cpcont4 .cpcont4_list .title{
    text-align: left;
    font-size: 24px;
    color: #eb0000;
    font-weight: 600;
    margin-bottom: 10px;
}
.cpcont4 .cpcont4_list .info{
    font-size: 18px;
    color: black;
}
.cpcont4 .cpcont4_list li .pic{
    width: 15%;
}
.cpcont5{
    background:url(../image/cpcont5_bg.jpg)no-repeat center;
    background-size:cover;
    padding-bottom: 25%!important; 
}
.cpcont5 .cpcont_tit{
    color:white;
}
.cpcont5 .tit_des{
    color:white;
}
.cpcont6{
    padding-bottom: 0px!important; 
}
.cpcont7 {
    background:url(../image/cpcont7_bg.jpg)no-repeat center;
    background-size:cover;
}
.cpcont7 .cpcont_tit{
    color:white;
}
.cpcont7 .tit_des{
    color:white;
}
.cpcont7 .tu{
    width: 68%;
    margin:0 auto;
    margin-top: 5%;
}
.cpcont8{
    background:url(../image/cpcont8_bg.jpg)no-repeat center;
    background-size:cover;

}
.cpcont8 .tit_des{
    text-align: left;
}
.cpcont8 .hyyy_list li{
    width: 20%;
    padding:25px;
}
.cpcont8 .hyyy_list li img{
    height: 160px;
}
.cpcont10 .ypzs_list {
    margin-top: 3%;
}
.cpcont10 .ypzs_list li{
    width: 20%;
    padding:0 10px;
}


.cpcont_box .dbj_cpcont1{
    background:url(../image/dbj_cpcont1.jpg)no-repeat center;
    background-size:cover;
    padding:0px;

}

.cpcont_box .dbj_cpcont2{
    background:url(../image/dbj_cpcont2.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .dbj_cpcont3{
    background:url(../image/dbj_cpcont3.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .dbj_cpcont4{
    background:url(../image/dbj_cpcont4.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .dbj_cpcont5{
    background:url(../image/dbj_cpcont5.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .dbj_cpcont7{
    background:url(../image/dbj_cpcont7.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .dbj_cpcont8{
    background:url(../image/dbj_cpcont8.jpg)no-repeat center;
    background-size:cover;

}




.cpcont_box .hjj_cpcont1{
    background:url(../image/hjj_cpcont1.jpg)no-repeat center;
    background-size:cover;
    padding:0px;

}

.cpcont_box .hjj_cpcont2{
    background:url(../image/hjj_cpcont2.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .hjj_cpcont3{
    background:url(../image/hjj_cpcont3.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .hjj_cpcont4{
    background:url(../image/hjj_cpcont4.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .hjj_cpcont5{
    background:url(../image/hjj_cpcont5.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .hjj_cpcont7{
    background:url(../image/hjj_cpcont7.jpg)no-repeat center;
    background-size:cover;

}
.cpcont_box .hjj_cpcont8{
    background:url(https://www.hrdlaser.com/static/assets/style/img/hjj_cpcont8.jpg)no-repeat center;
    background-size:cover;

}

.details_des h3 {
    font-weight: bolder;
    line-height: inherit;
}
.details_des p {
    font-size: small;
}



@media screen and (min-width: 1000px){
    .wap{
        display:none;
    }
    video{
        width: 65%;
        margin:0 auto;
        display:block;
    }
    .details_des img{
        width: 50%;
    }
    .cpcont9 .canshu{
        width: 65%;
        margin:0 auto;
    }
}

@media screen and (max-width: 768px){
    header .nav .menu{
        display:none;
    }
    header .logo {
        width: 50%;
        line-height: 65px;
        margin-left: 4%;
    }
    

    /* 开始 */
    .msg {
      font-family: 'Pacifico', cursive;
      font-size: 8vw;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      max-height: 100%;
      max-width: 100%;
      align-items: center;
      color: #FEFEFE;
      background-color: #1184F0;
    }

    .features {
      font-family: 'Lato', sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
    }
    .features li {
      width: 100%;
      text-align: center;
      padding: .25em;
    }
     

    menu {
        margin: 0;
        float: right;
        width: 30%;
        padding: 0;
    }
    menu input[type=checkbox] {
      display: none;
    }
    menu input[type=checkbox]:checked + .drawer-list {
      transform: translatex(0);
      border-bottom-left-radius: 0;
    }
    menu input[type=checkbox]:checked + .drawer-list li {
      transform: translatex(0);
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(1) {
      transition: transform 0.5s 0.02s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(2) {
      transition: transform 0.5s 0.04s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(3) {
      transition: transform 0.5s 0.06s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(4) {
      transition: transform 0.5s 0.08s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(5) {
      transition: transform 0.5s 0.1s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(6) {
      transition: transform 0.5s 0.12s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(7) {
      transition: transform 0.5s 0.14s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(8) {
      transition: transform 0.5s 0.16s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(9) {
      transition: transform 0.5s 0.18s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(10) {
      transition: transform 0.5s 0.2s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(11) {
      transition: transform 0.5s 0.22s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(12) {
      transition: transform 0.5s 0.24s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(13) {
      transition: transform 0.5s 0.26s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(14) {
      transition: transform 0.5s 0.28s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(15) {
      transition: transform 0.5s 0.3s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(16) {
      transition: transform 0.5s 0.32s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(17) {
      transition: transform 0.5s 0.34s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(18) {
      transition: transform 0.5s 0.36s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(19) {
      transition: transform 0.5s 0.38s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(20) {
      transition: transform 0.5s 0.4s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(21) {
      transition: transform 0.5s 0.42s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(22) {
      transition: transform 0.5s 0.44s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(23) {
      transition: transform 0.5s 0.46s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(24) {
      transition: transform 0.5s 0.48s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(25) {
      transition: transform 0.5s 0.5s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(26) {
      transition: transform 0.5s 0.52s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(27) {
      transition: transform 0.5s 0.54s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(28) {
      transition: transform 0.5s 0.56s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(29) {
      transition: transform 0.5s 0.58s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(30) {
      transition: transform 0.5s 0.6s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(31) {
      transition: transform 0.5s 0.62s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(32) {
      transition: transform 0.5s 0.64s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(33) {
      transition: transform 0.5s 0.66s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(34) {
      transition: transform 0.5s 0.68s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(35) {
      transition: transform 0.5s 0.7s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(36) {
      transition: transform 0.5s 0.72s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(37) {
      transition: transform 0.5s 0.74s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(38) {
      transition: transform 0.5s 0.76s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(39) {
      transition: transform 0.5s 0.78s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(40) {
      transition: transform 0.5s 0.8s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(41) {
      transition: transform 0.5s 0.82s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(42) {
      transition: transform 0.5s 0.84s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(43) {
      transition: transform 0.5s 0.86s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(44) {
      transition: transform 0.5s 0.88s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(45) {
      transition: transform 0.5s 0.9s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(46) {
      transition: transform 0.5s 0.92s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(47) {
      transition: transform 0.5s 0.94s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(48) {
      transition: transform 0.5s 0.96s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(49) {
      transition: transform 0.5s 0.98s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li:nth-child(50) {
      transition: transform 0.5s 1s ease;
    }
    menu input[type=checkbox]:checked + .drawer-list li a {
      padding-right: 15px;
    }
    menu input[type=checkbox]:checked ~ hamburger > i {
      background-color: transparent;
      transform: rotate(90deg);
    }
    menu input[type=checkbox]:checked ~ hamburger > i:before {
      transform: translate(-50%, -50%) rotate(315deg);
    }
    menu input[type=checkbox]:checked ~ hamburger > i:after {
      transform: translate(-50%, -50%) rotate(-315deg);
    }
    menu input[type=checkbox]:checked ~ hamburger close {
      color: #FEFEFE;
      width: 100%;
    }
    menu input[type=checkbox]:checked ~ hamburger open {
      color: transparent;
      width: 0;
    }
    menu .drawer-list {
      position: fixed;
      right: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      transform: translate(100vw, 0);
      /* ie workaround */
      -ms-transform: translatex(-100vw);
      box-sizing: border-box;
      pointer-events: none;
      padding-top: 125px;
      transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
      border-bottom-left-radius: 100vw;
      background-color: #3d81c0;
      background-color: rgb(37 54 69 / 80%);
    }
    @media (min-width: 768px) {
      menu .drawer-list {
        width: 25vw;
      }
    }
    menu .drawer-list ul {
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: auto;
      overflow-x: hidden;
      pointer-events: auto;
    }
    menu .drawer-list li {
      list-style: none;
      text-transform: uppercase;
      pointer-events: auto;
      white-space: nowrap;
      box-sizing: border-box;
      transform: translatex(100vw);
      /* ie workaround */
      -ms-transform: translatex(-100vw);
    }
    menu .drawer-list li:last-child {
      margin-bottom: 2em;
    }
    menu .drawer-list li a {
        text-decoration: none;
        color: #FEFEFE;
        text-align: center;
        display: block;
        padding: .5rem;
        font-size: 1.2em;
        line-height: 45px;
    }

    @media (min-width: 768px) {
      menu .drawer-list li a {
        font-size: 1rem;
        text-align: right;
      }
    }
    menu .drawer-list li a:hover {
      cursor: pointer;
      background-color: #88c2f8;
      background-color: rgb(15 38 59 / 50%);
    }
    menu hamburger {
        position: absolute;
        display: block;
        top: 15px;
        right: 20px;
        height: 35px;
        width: 35px;
    }
    menu hamburger:hover {
      cursor: pointer;
    }
    menu hamburger text close,
    menu hamburger text open {
      text-transform: uppercase;
      font-size: .8em;
      align-text: center;
      position: absolute;
      transform: translateY(50px);
      text-align: center;
      overflow: hidden;
      transition: width .25s .35s, color .45s .35s;
    }
    menu hamburger text close {
      color: transparent;
      right: 0;
      width: 0;
    }
    menu hamburger text open {
      color: #FEFEFE;
      width: 100%;
    }
    menu hamburger > i {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      background-color: #FEFEFE;
      pointer-events: auto;
      transition-duration: .35s;
      transition-delay: .35s;
    }
    menu hamburger > i:before, menu hamburger > i:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      left: 50%;
      background: #FEFEFE;
      content: "";
      transition: transform 0.35s;
      transform-origin: 50% 50%;
    }
    menu hamburger > i:before {
      transform: translate(-50%, -10px);
    }
    menu hamburger > i:after {
      transform: translate(-50%, 10px);
    }

    /* 结束 */


    .p-img{
        padding:0px;
    }
    .page1 .cp_list li {
        width: 49%;
    }
    .shixian {  
        height: auto;
        margin-top: 0px;
    }
    .yuanquan { 
        margin-left: 3.6%;
        margin-right: 3.6%;
    }
    .pc{
        display:none;
    }
    .hengxian {
        width: 46%; 
    }
    .yuaquanxian { 
        padding: 10px 0px; 
    }
    .shixian2{
        height: auto;
    }
    .page{
        margin:10% 0px;
    }
    .page1 .page1_tit .xian { 
        margin-top: 10px;
    }
    .page1 .page1_tit { 
        margin-bottom: 15px;
    }
    .page2{
        padding:10% 0px;
        background-size:cover;
    }
    .comma {
        margin-top: 20px; 
    }
    .arcile {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 25px;
    }
    .panal {
        width: 100%;
        float: none;
        height: 265px;
        max-height: 265px;
    } 
    .panal .panal_box p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
    }
    .info-meu li .tit{
        display:none;
    }
    .bag .quan .xian{
        display:none;
    }
    .info-meu li .quan{
        display:none;
    }
    .info-meu .bag .quan{
        display:none!important;
    }
    .info-meu li:first-child {
        height: 15px;
        line-height: 0;
    }
    .info-meu li {
        height: 15px;
        width: 15px; 
        margin: 0 5px;
        border-radius: 10px;
        float: left;
        border: 1px solid #eee; 
        line-height: 0;
    }
    .info-meu ul {
        width: 35%;
        margin: 0 auto;
    }
    .bag{
        background:white;
    }
    .page3_tit p{
        display:none;
    }
    .page3_tit h3{
        width: 100%;
    }
    .page3_tit h3 span:nth-child(3){
        width: 100%;
        font-size: 18px;
        display:block;
        text-align: center; 
    }
    .page3_tit h3 span:nth-child(1){
        width: 100%;
        padding:0px;
        font-weight: 100;
        display:block;
        text-align:center;
        border-right: none;
        color: black;
    }
    .page3_tit .xian{
        width: 10%;
        display:block;
        margin:10px auto;
        height: 2px;
        background:red;
    }
    .page3 .page_box li:nth-child(1){
        width: 100%;
        float: none;
        margin-bottom: 15px;
        padding:0;
    }
    .page3 .page_box li{
        width: 50%;
    }
    .page6{
        padding:10% 0px;
    }
    .page6 .tit {
        font-size: 20px;
        padding-top: 30px;
    }
    .page6 .logo {
        width: 50%; 
        margin-bottom: 50px;
    }
    .page6 .ryzs ul li{
        height: auto;
        width: 25%;
    }
    .page6 .ryzs ul li img {
        max-height: 50px; 
    }
    .page7 {
        margin-top: -55px;
    }
    .page7 div + div article {
        width: 100%;
        height: 285px;
        max-height: 285px;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }
    .page7 div + div article:hover{
        width: 100%;
    }
    .page7 div + div{ 
        display: initial;
    }
    .page7 article .tb {
        width: 90%;
    }
    .page7 div + div article > h2{
        width: 90%;
    }
    .page7 article .jt{
        display:none;
    }
    .page7 article .box p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
        position: absolute;
        top: 15px;
    }
    .page7 article .des{
        display:none;
    }
    .page7 article > div{
        opacity: 1;
    }
    .page7 article .box .pic {
        width: 100%; 
        top: 25px;
    }
    .box .pic img{
        display:none;
    }
    .page4 .page4_box li {
        width: 50%; 
    }
    .page4 .page4_box li:nth-child(2){
        border-right: none;
    }
    .page4 .page4_box li:nth-child(3){
        border-right: 1px solid white;
    }
    .page4 .page4_box li:nth-child(4){
        border-bottom: 1px solid white;
        border-right: none;
    }
    .page4{
        padding:10% 0px;
    }
    .page5_tit span:nth-child(2){
        display:none;
    }
    .page5_tit span:nth-child(1){
        color: #5a5a5a;
        border-right: none;
    }
    .page5_box .page5_fl{
        display:none;
    }
    .tabTitle{
        display:none;
    }
    .page5_box .page5_fr{
        width: 100%;
    }
    .page5 .more1 {
        width: 50%;
        border: 1px solid #bdacac;
        line-height:35px;
    }
    .page5_fr li {
        margin-bottom: 30px;
    }

    .page5_fr li:nth-child(3){
        display: none;
    }
    .page5_fr li:nth-child(4){
        display: none;
    }

    .page5_fr li time { 
        margin: 12px 0px;
    }
    footer{
        padding:10% 0px;
        padding-bottom: 20%;
    }
    .foot_top .foot_logo {
        width: 50%;
        line-height: 45px;
        margin: 0 auto;
        float: none;
    }
    .foot_top .foot_nav{
        width: 100%;
        float: none;
    }
    .foot_top .foot_nav li { 
        width: 25%; 
    }
    .foot_boot .boot_list{
        width: 100%;
        margin-bottom: 25px;
    }
    .foot_boot .boot_list:nth-child(2){
        display:none;
    }
    .foot_boot .ewm .ewm_img { 
        width: 40%;
    }
    .foot_boot .ewm .foot_tel { 
        width: 85%; 
    }

    .cplist_box .cplist .pic {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }
    .cplist_box .cplist .des{
        width:100%;
    }
    .cplist_box .cplist li .more {
        width: 100%;  
        border:1px solid #a01211;
    }
    .cplist_box .cplist li .more a{
        color:#a01211;
    }
    .canshu table tr td {
        line-height: 40px; 
    }
    .Content{
        margin:10% 0px;
    }
    .cplist .listy_tit h3 {
        font-size: 20px;
    }
    .cplist .listy_tit h3 a{
        color: #a01211!important;
        font-size: 24px;
        font-weight: 600;
    }
    .Content .cont_fl ul li {
        width: 49%; 
    }
    .Content .cont_fl {
        margin-bottom: 8%;
    }
    .Content .xwlist li .tu{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .Content .xwlist li .des{
        width: 100%;
    }
    .Content .xwlist li .des .info{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    .Content .xwlist li {
        margin-bottom: 5%;
    }
    .pzfw .pzfw_tit .xian { 
        width: 15%; 
    } 
    .pzfw .fw_list li .tb {
        width: 50%; 
    }
    .Content .shfw .shfw_list {
        width: 50%;
    }
    .Content .shfw .shfw_list:nth-child(3){
        width: 100%;
    }
    .shfw .shfw_list .des {
        height: 220px;
        min-height: 220px;
        padding: 10px;
    }
    .shfw .shfw_list .pic {
        height: 220px;
        min-height: 220px;
    }
    .pzfw .fw_list li {
        width: 50%; 
        margin-bottom: 15px;
    }
    .pzfw .fw_list li .des {
        font-size: 18px;
    }
    .pzfw .fw_list li .tb { 
        height: 75px; 
    }
    .cont1 .cont1_fl{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .cont1 .cont1_fr{
        width: 100%;
        float: none;
    }
    .cont {
        margin: 10% 0px;
    }
    .cont .cont_tit .xian {
        width: 15%; 
    }
    .cont1_fr .xian { 
        width: 15%; 
        margin:20px auto;
    }
    .cont .cont_tit { 
        margin-bottom: 15px;
    }
    .cont2_img ul li { 
        padding: 0 5px;
    }
    .cont4_img ul li{
        width: 50%;
        padding: 5px;
    }
    .lxwm_box .lxwm .tb {
        width: 35%; 
    }
    .Content .lxwm_box .lxwm {
        width: 47%;
        margin: 0 1.5%;
        text-align: center;
    }
    .P_details .slt_fl{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .P_details .jieshao{
        width: 100%;
        float: none;
    }
    /* .maidian table td { 
        width: 100%;
        display: block; 
    } */
    .maidian table td:nth-child(1) {
        padding: 10px 10px;
        color: black;
    }
    .jieshao .baojia {
        width: 40%;
        margin: 20px auto; 
    }
    .P_details_des .title .blackLine { 
        width: 75px; 
    }
    .P_details_des .title span { 
        font-size: 26px; 
    }
    video{
        width: 100%;
    }

    .Content .case_list li {
        width: 50%; 
    }
    .beian a{
        display:block;
        margin-top: 10px;
    }
    .page4_box li h3 {
        font-size: 30px; 
    }
    .pzfw .pzfw_tit h3 {
        font-size: 25px;
    }
    .pzfw .fw_list li:nth-child(3){
        display:none;
    }

    .panal_box .anli li {
        width: 33.333%;
        padding: 0 5px; 
    }  
    .panal_box .anli li .tu img {
        border-radius: 15px;
    }
    .panal h3 { 
        margin-bottom: 20px;
    }
    .panal .panal_box .p1 {
        margin: 20px 0px; 
    }
    .cont1_fr h3{
        text-align: center;
    }
    .canshu table tr{
        overflow:hidden;
        border-bottom: 1px solid #eee;
    }/* 
    .canshu table tr td:nth-child(1){
        width: 30%;
        display: block;
        float: left;
        border-bottom: none;
    }
    .canshu table tr td:nth-child(2){
        width: 68%;
        display: block;
        border-bottom: none;
        float: right;
    } */
    .cont5 {
        padding:10% 0px;
    }
    .cont5 .ryzs_box{
        width:100%;
        margin-bottom: 3%;
    }
    .cont5 .ryzs_img{
        width: 100%;
    }
    .cont5 .ryzs_box h2{
        text-align: center;
    }
    .cont5 .ryzs_box .xian{
        float: none;
        margin:20px auto;
    }
    .cont5 .ryzs_box{
        float: none;
        margin:20px auto;
    }
    .cont5 .ryzs_box .des{
        text-align: center;
    }

    .P_details_des .title { 
        margin-bottom: 10%;
    }
    .cpcont1_top .youshi {
        font-size: 30px; 
        margin-bottom: 8%;
    }
    .cpcont1_top .des {
        font-size: 20px;  
        width: 90%; 
    }
    .cpcont_box .cpcont {
        padding: 10% 0px;
    }
    .cpcont2 .cp_warp {  
        padding: 10% 3%;
    }
    .cpcont .cpcont_tit { 
        font-size: 30px;
    }
    .cpcont .tit_xian {
        width: 20%; 
    }
    .cpcont .tit_des { 
        font-size: 20px;
    }
    .cpcont2 .cpcont2_img {
        width: 100%; 
    }
    .cpcont2 .cpcont2_bot .bot_fl {
        width: 100%;
        float: none;
        margin-bottom: 10%;
    }
    .cpcont2 .cpcont2_bot .bot_fr{
        width: 100%;
    }
    .cpcont2_bot .bot_fr .tit{
        font-size: 30px;
    }
    .cpcont2_bot .bot_fr .xian{
        width: 20%;
    }
    .cpcont2_bot .bot_fr .des {
        font-size: 20px;
    }
    .cpcont4 .cpcont4_list li .pic {
        width: 50%;
        margin: 0 auto;
        float: none;
    }
    .cpcont4 .cpcont4_list li .des{
        width: 100%;
    }
    .cpcont8 .hyyy_list li{
        width: 50%;
        padding:5px;
    }
    .cpcont10 .ypzs_list li{
        width: 50%;
        padding:5px;
    }

    .canshu table tr td span {
        width: 40%; 
    }

    .right1 { 
        padding-bottom: 65%!important;
    }

    .p-img .tit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



    .mol_botnav {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        text-align: center;
        background: #282828;
        padding: 0;
        z-index: 99;
        padding-top: 8px;
    }
    .pf {
        position: fixed;
    }
    .mol_botnav a {
        width: 33%;
        height: 60px;
        color: #fff;
        float: left;
    }
    .mol_botnav a i {
        display: block;
        width: 24px;
        height: 24px;
        margin: 4px auto;
    }
    .mol_botnav a i img {
        width: 100%;
    }




    .canshu table{
        display:none;
    }
 
    .cplist_box .cplist ul{
        overflow:hidden;
    }
    
    .cplist_box .cplist li{
        width: 50%;
        float: left;
        padding:5px;
        clear: inherit;
        margin-bottom: 0px;
        border-bottom: none;
    } 
    .cplist_box .cplist .des .tit a{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
     
}