  .p14-infocontent-1 {
            background: #fff;
            padding: 18px 0;
        }
        
        .p14-infocontent-1-tit {
               height: 45px;
    font-size: 27px;
    font-weight: normal;
    line-height: 45px;
    color: #000;
    text-align: center;
        }
        
        .p14-infocontent-1-sour {
            height: 24px;
            font-size: 12px;
            line-height: 24px;
            text-align: center;
            color: #aaa;
            margin-bottom: 20px;
                font-size: 13px;


        }
        
        .p14-infocontent-1-sour a {
            color: #aaa;
        }
        
        .p14-infocontent-1-sour span {
            margin: 0 9px;
        }
        
        .p14-infocontent-1-text {
            padding: 16px 18px;
            font-size: 14px;
            line-height: 24px;
            border: 1px solid #d6d6d6;
            margin-bottom: 22px;
        }
        
        .p14-infocontent-1-text-t1 {
            width: 78px;
            float: left;
            color: #342f2e;
            margin-right: -78px;
        }
        
        .p14-infocontent-1-text-t2 {
            padding-left: 80px;
        }
        
        
        body .blk-xs {
    width: 0;
    display: none;
}
body .blk-sm {
    width: 100%;
}
.p14-infocontent-1-text {
    display: none;
}
    
	.tit01 {
        clear: both;
        margin: 20px 0 10px;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .tit01 span {
        display: block;
        width: 100%;
        color: #2a2a2a;
        font-size: 26px;
        padding: 5px 0 5px 15px;
        position: relative;
        letter-spacing: 2px;
    }
	   .tit01 span em{ font-family:Arial, Helvetica, sans-serif; line-stacking:0px;
    }
	
.titd h2{text-align: center; margin-bottom: 24px;}
.titd h2 span{display: inline-block;height:52px; line-height: 52px; padding:0 32px; position: relative; font-size: 40px; color:#222222; font-weight: bold;letter-spacing: 2px;}
.titd h2 span:before{width:18px; height:1px; background:#000000;content:""; position: absolute;left:0;top:26px;}
.titd h2 span:after{width:18px; height:1px; background:#000000;content:""; position: absolute;right:0;top:26px;}
.titd h2 em{display: block; height:31px; line-height: 31px;font-size: 20px; color:#333333; font-weight: normal;}

.titx h2{text-align: center; margin-bottom: 24px;}
.titx h2 span{display: inline-block;height:52px; line-height: 52px; padding:0 32px; position: relative; font-size: 40px; color:#fff; font-weight: bold;letter-spacing: 2px;}
.titx h2 span:before{width:18px; height:1px; background:#fff;content:""; position: absolute;left:0;top:26px;}
.titx h2 span:after{width:18px; height:1px; background:#fff;content:""; position: absolute;right:0;top:26px;}
.titx h2 em{display: block; height:31px; line-height: 31px;font-size: 20px; color:#fff; font-weight: normal;}
    
    body .fabj_content span {
        font-size: 20px;
        font-weight: bold;
        display: block;
        line-height: 30px;
        padding: 24px 0 10px;
    }
    
    .tit01 span:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 23px;
        background: #d71418;
        left: 0;
        top: 8px;
    }
    
    body .fabj {
        background: #fff;
        height: 100% !important;
        padding: 0 20px;
    }
	  body .fabj p{ font-size:14px; line-height:30px;
    }
    
    .tit01 span em {
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        margin-left: 5px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: normal;
        color: #d4d4d4;
    }

.nsw-video{text-align:center;float:left;width:50%;}
    .fabj_content {
        float: left;
        width: 46%;
        margin-left: 4%;
    }
    
    .fabj_content p {
        font-size: 14px;
        margin: 6px 0;
        text-align: justify;
    }
    
    .fabj_content p em,
    .fabj p em {
        font-style: normal;
        font-weight: bold;
    }
    
    .fabj_content p i {
        font-style: normal;
        color: #d71418;
    }
    
    .clear {
        clear: both;
    }

    .wh {}
    
    .wh ul {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        margin-right: 2%;
        padding: 1% 4% 4%;
        height: 100%;
        margin-top: 1%;
        border-radius: 5px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    
    .wh ul h3 {
        height: 50px;
        border-bottom: 1px solid #dedfe0;
        margin-bottom: 25px;
        font-size: 22px;
        color: #d71418;
        padding-top: 10px;
    }
    
    .wh ul:nth-child(2n) {
        margin-right: 0;
    }
    
    .wh ul li {
        font-size: 15px;
        line-height: 30px;
        color: #333;
        height: 35px;
        position: relative;
        padding-left: 13px;
        width: 48%;
        float: left;
    }
    
    .wh ul li:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        top: 14px;
        left: 0;
        border-radius: 5px;
        background: #d71418;
    }
    
    .wh ul:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

.pic {
        float: none;
        height: auto;
        margin: 0 20px;
    }
    
    .pic p {
       
        padding-bottom: 0;
    }
    
    .tree_title {
        clear: both;
        padding-top: 0px;
        text-align: center;
    }
    
    .tree_title h3 {
        font-size: 24px;
        font-family: "微软雅黑";
        color: #343338;
        letter-spacing: 6px;
    }
    
    .tree_title h3 span {
        border-bottom: 4px #d71418 solid;
        padding-bottom: 0.8%;
    }
    
    .tree_title img {
        width: 16px;
        height: 14px;
        margin-top: 2%;
    }
    
    .tree_dis_left {
        margin-top: 20px;
        height: auto;
        float: left;
        width: 89%;
    }
    
    .tree .tree_dis ul li {
        margin-right: 0.8%;
        margin-bottom: 2%;
        float: left;
        height: 100%;
    }
    
    .tree_list1 {
        width: 20%;
    }
    
    .tree_list1 img {
        width: 100%;
    }
    
    .tree_list1 span {
        display: block;
        text-align: center;
        line-height: 16px;
        font-size: 16px;
        font-family: "微软雅黑";
        color: #343338;
    }
    
    .tree_list2,
    .tree_list3 {
        width: 18%;
    }
    
    .tree_list2 img {
        width: 100%;
        height: auto;
        margin-top: 42px;
        margin-bottom: 0px;
    }
    
    .tree_list3 img {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .tree_list2 p,
    .tree_list3 p {
        font-size: 12px;
        font-family: "微软雅黑";
        line-height: 1.5;
        margin-bottom: 10px;
        border: none;
    }
    
    .tree_list2 p {
        margin-top: 4%;
    }
    
    .tree_list3 p {
        margin-top: 16%;
    }
    
    .tree .row {
        width: 11%;
        height: auto;
        float: right;
    }
    
    .tree .row p {
        width: 16px;
        font-size: 12px;
        font-family: "微软雅黑";
        margin-top: 110px;
        position: relative;
        float: right;
        line-height: 1.2;
        border: none;
    }
    
    .tree .row img {
        width: 102px;
        height: auto;
        margin-top: 96px;
        ;
        position: absolute;
    }
    
    .tree .contrast {
        margin-top: 20px;
    }
    
    .contrast ul li {
        width: 19%;
        margin-left: 1%;
        float: left;
    }
    
    .contrast ul li img {
        width: 100%;
        height: 100%;
    }
    
    .contrast ul li span {
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        font-family: "微软雅黑";
        color: #343338;
    }


      
    .fabj_core ul li {
        float: left;
        width: 50%;
        height: auto;
        margin-bottom: 26px;
    }
    
    .fabj_core ul li a {
        font-weight: normal;
        color: #515567
    }
    
    .fabj_core ul li:hover p {
        color: #d71418;
    }
    
    .fabj_core ul li .fabj_pic {
        width: 42%;
        height: 174px;
        margin-right: 4%;
        float: left;
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .fabj_core ul li .fabj_pic img {
        width: 100%;
        height: 100%
    }
    
    .fabj_core ul li .fabj_pic em {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        opacity: 0.6;
        width: 100%;
        background: #989898;
    }
    
    .fabj_core ul li .fabj_pic em i {
        font: 14px normal;
        text-align: center;
        display: block;
        line-height: 2;
        color: #fff;
    }
    
    .fabj_core ul li p {
        width: 50%;
        margin-right: 4%;
        font: 14px normal;
        float: left;
        line-height: 2;
        text-align: justify; height:170px; overflow:hidden;display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
     overflow: hidden;
    }
    
    .fabj_core ul li p span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        line-height: 3;
        margin-top: 5px;
    }
    
    .fabj_core ul li p em {
        float: right;
        color: #d71418;
        font-weight: normal;
    }

    .pro3 {
        margin: 0 20px;
    }
    
    .pro3 ul {}
    
    .pro3 ul li {
        float: left;
        width: 100%;
        padding-bottom: 1%;
        padding-top: 1%;
        border-bottom: dashed 1px #fff;
        border-top: dashed 1px #fff;
    }
    
    .pro3 ul li:hover {
        border-top: 1px dashed #c4c4c4;
        border-bottom: 1px dashed #c4c4c4;
    }

    
    .pro3 ul li:hover p {
        color: #d71418;
    }
    
    .pro3 ul li img {
        float: left;
        width: 18%;
    }
    
    .pro3 ul li p {
        font-size: 14px;
        width: 80%;
        float: right; line-height:30px;
    }
    
    .pro3 ul li p span {
        font-size: 16px;
        line-height: 45px;
        display: block;
        font-weight: bold;
        margin-top: 10px;
    }

    body .tit_link {
        position: absolute;
        right: 20px;
        top: 14px;
        font-weight: normal;
        font-size: 14px;
        color: #515567;
    }
    
    .tit_link:hover {
        color: #d71418;
    }
    
    .fabj_case {}
    
    .fabj_case ul {}
    
    .fabj_case ul li a {
        font-weight: normal;
        color: #515567
    }
    
    .fabj_case ul li a:hover h3 {
        color: #d71418;
    }
    
    .fabj_case ul li a:hover p {
        color: #d71418;
    }
    
    .fabj_case ul li img {
        width: 100%;
        height:280px;
        margin-bottom: 1%
    }
    
    .fabj_case ul li {
        float: left;
        width: 32.2%;
        margin-right: 1.7%;
        margin-bottom: 3%;
    }
    
    .fabj_case ul li p span {
        color: #d71418;
    }
    
	  .fabj_case ul li h3 {
       
        font-size: 16px; line-height:28px; font-weight:bold; border-bottom:1px #F1F1F1 solid;
    }
	
    .fabj_case ul li p {
        display: block;
        width: 100%;
        margin: 10px 0;
        line-height: 1;
        font-size: 14px; line-height:28px;
    }
    
    .fabj_case ul li:nth-child(3n) {
        margin-right: 0;
    }

    .zixun {
        background:url(https://www.enerpat.net/resource/images/e28181173504449eb5ea7912661d54d3_2.jpg?ver=1) no-repeat;
        height: 220px;
        color: #fff;
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
        padding-top: 50px;
        margin-top: 40px;
    }
    
    .zixun p {
        font-size: 30px;
        line-height: 30px;
    }
    
    .zixun span {
        display: block;
        font-size: 18px;
        padding-top: 4px;
    }
    
    .zixun a {
        display: block;
        width: 180px;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        margin: 0 auto;
        margin-top: 20px;
        color: #fff;
        background: #d71418;
        padding: 8px 20px;
        border-radius: 20px;
    }

.zxan{float:left;width:140px;height:55px;padding-left:32px;background:url(../images/p102-cpxq-icon1.png) no-repeat 22px center #d71418;font-size:18px;color:#ffffff;font-style:normal;line-height:55px;text-align:center;}
.zxtel{display:block;float:left;background:#ffffff;width:212px;text-align:center;border:1px #d71418 solid;padding:0;font-style:normal;margin-left:14px; }
.zxtel a{display:block;line-height:30px;font-size:19px;color:#d71418;}
.zxtel i{font-style:normal;display:block;width:100%;line-height:12px;margin:0px 0;font-size:14px;color:#666;margin-top:1px;}

@media(max-width: 768px){
	body .fabj {
        background: #fff;
        height: 100% !important;
        padding: 0 2px;
    }
	.nsw-video{text-align:center;float: none;width:100%;}
    .fabj_content {
        float: none;
        width:100%;
        margin-left: 0%;
    }

.zxtel{display:block;float:left;background:#ffffff;width:160px;text-align:center;border:1px #d71418 solid;padding:0;font-style:normal;margin-left:14px; }

.pic { margin: 0 0px;}
 .contrast ul li {
        width: 32%;
        margin-left: 1%;
        float: left;
    }	
	  .fabj_core ul li {
        float: none;
        width: 100%;
        height:180px;;
        margin-bottom:16px; border-bottom:1px #f1f1f1 solid;
    }
	
  .pro3 ul li img {
        float: none;
        width:100%;
    }
    
    .pro3 ul li p {
        font-size: 14px;
        width:100%;
        float: none; line-height:30px;
    }
	
	.pro3 {
        margin: 0 0px;
    }
	 .fabj_case ul li img {
        width: 100%;
        height:80px;
        margin-bottom: 1%
    }
    

 
    
	  .fabj_case ul li h3 {
       
        font-size: 14px; line-height:28px; font-weight:bold; border-bottom:1px #F1F1F1 solid;
    }
	
	.fabj_case ul li p {
       
        margin: 0px 0;
       
    }
	    body .tit_link {
     
        right: 0px;
       
    }
	
}

