body {
    background: #f6f6f6;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.border1 {
    border: 1px solid #f9f9f9;
}

.pad10 {
    padding: 10px;
}

.action {
    min-height: 140px;
    margin-top: 30px;
}

.action .action_title {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.action .action_title h1 {
    height: 36px;
    line-height: 36px;
}

.action .action_title h1 span {
    font-size: 20px;
    padding-right: 10px;
    color: #4f4f4f;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.action .action_title h1 strong {
    font-size: 20px;
    padding-right: 10px;
    color: red;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.action .action_title p {
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    color: #9d9d9d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chanping {
    width: 1200px;
    margin: 50px auto 0px auto;
    background: #fff;
    padding: 20px 20px;
}

.chanpings {
    padding-bottom: 30px;
}

.chanpings .imgs {
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.chanpings .left {
    width: 590px;
    float: left;
    box-sizing: border-box;
    height: 343px;
    border: 1px solid #f6f6f6;
}

.chanpings .left .top {
    overflow: hidden;
    height: 350px;
}

.chanping .left .top .state {


}

.chanping .left .top .show {
    display: block;
    position: relative;
    border: 1px solid #000;
}

.chanping .left .top .show span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 8px 6px;
    background: #666666;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
}

.chanpings .left .top li {
    overflow: hidden;
}

.chanpings .left .top li img {
    overflow: hidden;
}

.chanpings .left .bottom {
    height: 84px;
    margin-top: 10px;
}

.chanpings .left .bottom li {
    float: left;
    width: 158px;
    height: 90px;
    border: 1px solid #f8f8f8;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
}

.chanpings .left .bottom li:nth-child(4n) {
    margin-right: 0px;
}

.chanpings .left .bottom li img {
    padding: 1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -70px;
}

.chanpings .right {
    width: 580px;
    float: left;
    margin-left: 30px;
}

.right .wzbiaoti {
    clear: both;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6px;
    padding-left: 30px;
    font-size: 26px;
}

.dianhua {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 86px;
    background: url("/static/ulike_images/dianhua.png") no-repeat;
    background-position: 50px;
}

.dianhua span:nth-child(2) {
    color: red;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
}

.dianhua span {
    display: inline-block;
    padding: 0 4px;
}

.right .wzbiaoti span {
    display: block;
    font-size: inherit;
    float: left;
    height: 42px;
    line-height: 42px;
}

.right .wzbiaoti h1 {
    font-size: inherit;
    float: left;
    height: 42px;
    line-height: 42px;
    margin-left: 16px;
}

.chanpings .right .Article {
    margin-top: 16px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}

.chanpings .right .Article span {
    color: #9399a5;
    position: absolute;
    top: 10px;
    left: 40px;
}

.Article_youshi {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.chanpings .right .Article p {
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 6px;
}

.chanpings .right .Article img {
    padding: 14px 0px;
    border-bottom: 1px dashed #f7f5f5;
    border-top: 1px dashed #f7f5f5;

}

.chanpings .right .Article .ims {
    padding: 8px 0px 0px 60px;
}

.right .mis {
    width: 242px;
    border: 1px solid #ccc;
    line-height: 70px;
    float: left;
    margin-top: 30px;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
}

.right .shuomingshu .xiazai {
    width: 70px;
    height: 70px;
    background: #0f5fc5;
    margin-right: 23px;
    float: left;
    transition: all 0.3s linear;
}

.right .shuomingshu .xiazai i {
    background: url("/static/ulike_images/white_wenlu.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}

.right .mis:hover .xiazai i {
    animation: swing 0.5s linear;
    -webkit-animation: swing 0.5s linear;
}

.right .mis:hover .xiazai {
    background: red;
}

.right .mis span {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    width: 20px;
    height: 22px;
    background: url('/static/ulike_images/jiantou.png') no-repeat right center;
    background-size: 40px;
    margin-top: 24px;
    float: right;
}

.right .mis:hover span {
    background-position: left center;

}

.right .mis .wenben {
    float: left;
}

.shouce .xiazai {
    width: 70px;
    height: 70px;
    background: #0f5fc5;
    margin-right: 23px;
    float: left;
    transition: all 0.3s linear;
}

.shouce .xiazai i {
    background: url("/static/ulike_images/white_wenlu2.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}

/* moren code */
.chanping .cpzhengshu h3, .chanping .cpxj h3 {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}

.chanping .cpzhengshu h3:before, .chanping .cpxj h3:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 11px;
    height: 11px;
    left: 0px;
    top: 14px;
    background-color: #ce2e2e;
}

@font-face {
    font-family: 'news706b';  url("") format("woff");
}

.chanping .cpzhengshu p {
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
}

.chanping .cpzhengshu ul {
    justify-content: center;
    display: flex;
    width: 80%;
    text-align: center;
    margin: 30px auto;
}

.chanping .cpzhengshu ul li {
    width: 190px;
    text-align: center;
    line-height: 240px;
    float: left;
    border: 1px solid #f1f1f1;
    margin-right: 10px;
}

.chanping .cpzhengshu ul li:nth-child(5n) {
    margin-right: 0px;
}

/* 相关文章 */
.dianlijish {
    padding: 16px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;

}

.dianlijish .tuijianl, .dianlijish .tuijianr {
    width: 46%;
    float: left;
}

.dianlijish .tuijianl h3, .dianlijish .tuijianr h3, .chanping .tuijiancp h3 {
    text-align: left;
    line-height: 32px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.dianlijish .tuijianl ul, .dianlijish .tuijianr ul, .chanping .tuijiancp ul {
    padding-top: 16px;
}

.dianlijish .tuijianl li a, .dianlijish .tuijianr li a {
    display: inline-block;
    line-height: 32px;
}

.dianlijish .tuijianl li time, .dianlijish .tuijianr li time {
    padding-left: 10px;
    font-size: 13px;
    color: #b5b5b5;
}

/* tuijianchanp code star */
.tuijiancp {
    padding: 20px 0px;
}

.tuijiancp ul li {
    width: 18%;
    float: left;
    margin-right: 10px;
}

.tuijiancp ul li a {
    display: block;
    clear: both;
    text-align: center;
}

.tuijiancp ul li span {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

/* tuijianchanp code end*/


.right .shouce {
    margin-left: 30px;
    background-position: 6px -120px;
}

.right .mis a {
    font-size: 16px;
}

.chanpings .right .cpbx p {
    line-height: 34px;
    height: 34px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f7f5f5;
}

.chanpings .right .mslist ul li span {
    display: inline-block;
    margin-right: 10px;
}

.xgbox ul li {
    width: 211px;
    padding: 1px;
    border: 1px solid #f2f2f2;
    float: left;
    margin-right: 6px;
    background: #fff;
    box-sizing: border-box;
}

.xgbox ul li a {
    display: block;
}

.xgbox ul li a .proImg {
    position: relative;
    height: 120px;
}

.xgbox ul li img {
    width: 200px;
    height: 114px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -57px;
}

.xgbox ul li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    background: #f9f9f9;
    font-size: 14px;
}

.fuyou {
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    border-bottom: 1px dashed #f7f5f5;
}

.fuyou .lxwm {
    float: left;
    line-height: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: red;
}

.fuyou .ewm {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: #ff0404;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.dzxl {
    border: 1px solid #f7f7f7;
    height: 35px;
    padding: 20px 0px;
    background: #f9f9f9;
    position: relative;
}

.dzxl p {
    position: absolute;
    left: 12px;
}

.dzxl p a {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding-left: 40px;
    line-height: 34px;
    width: 75px;
    font-size: 12px;
    background: url('/static/images/chanp/ico2.png') no-repeat 17px center;
    transition: all 0.3s ease 0s;
    color: #ff0404;
    margin-right: 12px;
}

.dzxl p a:hover {
    border: 1px solid #333;
    color: #fff;
    background: url("/static/images/chanp/ico3.png") no-repeat 17px center #333;
}

/* 遮罩 */
.colse {
    position: relative;
}

.h5 {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.cont {
    overflow: hidden;
    background: #fff;
    padding: 4px 30px 16px 30px;
}

.cont p {
    height: 26px;
    line-height: 26px;
}

.cont h4 {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.cont .lianxi {
    padding-top: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.cont .lianxi .infor ul li {
    line-height: 26px;
    position: relative;

}

.cont .lianxi .infor ul li span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    top: 3px;
    border-radius: 50%;
    background-color: #00af1e;
    margin-right: 6px;
}

.cont .lianxi .infor ul li span:before {
    width: 1px;
    height: 1px;
    left: 25%;
    top: 50%;
    transform: skew(0deg, 50deg);
    content: '';
    pointer-events: none;
    position: absolute;
    color: white;
    border: 1px solid;
    background-color: white;
}

.cont .lianxi .infor ul li span:after {
    width: 3px;
    height: 1px;
    left: 45%;
    top: 42%;
    transform: skew(0deg, -50deg);
    content: '';
    pointer-events: none;
    position: absolute;
    color: white;
    border: 1px solid;
    background-color: white;
}

.h5 span {
    position: absolute;
    right: 0px;
    font-size: 24px;
    display: block;
    width: 40px;
    height: 34px;
    text-align: center;
    cursor: pointer;
}

.weixin, .infor {
    width: 43%;
    float: left;
}

.dianh span {
    color: red;
    font-size: 20px;
}

/* 遮罩结束 */
.chanping .jiesao {
    margin-top: 20px;
}

.chanping .jiesao h3 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 0 20px 0;
}

.jiesao table tr {
    border: 1px dashed #ccc;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}

.jiesao table {
    width: 100%;
}

.jiesao table td {
    border: 1px dashed #e0e0e0;
    padding: 5px 5px 5px 20px;
    width: 17%;
}

.jiesao table .tds {
    background: #fbfbfb;
    width: 83%;
}

.rult {
    width: 100%;
!important;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    text-align: left;
    clear: both;
    font-size: 12px;
    background: #252525;
}

.rult .rultW {
    width: 1180px;
    box-sizing: border-box;
    height: 46px;
    margin: 0 auto;
}

.rult .rult_l {
    width: 85%;
    float: left;
}

.rult .update {
    width: 12%;
    float: left;
}

.rult .update span {
    color: #8e8e8e;
}

.rult a {
    color: #fff;
    font-size: 14px;
}

.rult a:after {
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    margin: 0 10px 0 3px;
    content: "";
    display: inline-block;
    border-width: 1px 1px 0px 0px;
    vertical-align: 1px;
}

.rult a:hover {
    text-decoration: underline;
}

.hxmd {
    clear: both;
    margin: 30px 0px 30px 0px;
}

.hxmd p img {
    margin: 10px 0px;
}

.hxmd h3, .action h3, .chanpins h3, .tuijian h3 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
    position: relative;
    font-weight: bold;
}

.hxmd h3 span, .action h3 span, .chanpins h3 span, .tuijian h3 span {
    font-weight: normal;
    padding-left: 4px;
    font-size: 14px;
    color: #ccc;
}

.hxmd h3:before, .action h3:before, .action h3:before, .chanpins h3:before, .tuijian h3:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 11px;
    height: 11px;
    left: 0px;
    top: 14px;
    background-color: #ce2e2e;
}

.hxmd .colorRed {
    color: #c4c4c4;
}

.hxmd table {
    margin-bottom: 20px;
}

.hxmd p {
    line-height: 32px;
    padding: 0 0 22px 0px;
}

.hxmd .js, .hxmd.cs, .hxmd .tz {
    padding: 10px 0px;
}

.hxmd table {
    width: 100%;
}

.hxmd table tr {
}

.hxmd table tr td {
    height: 36px;
    border: 1px solid #dedada;
    line-height: 36px;
    padding-left: 20px;
    text-align: left;
}

/* 产品细节图 */
.cpxj, .cpfj {
    width: 1200px;
    margin: 0 auto;
}

.cpxj h4, .cpfj h4 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 30px;
    position: relative;
}

.cpxj h4:before, .cpfj h4:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    left: 0px;
    top: 14px;
    background-color: #000;
}

.cpxj ul li, .cpfj ul li {
    width: 286px;
    float: left;
    border: 1px solid #f5f5f5;
    margin-right: 16px;
    margin-bottom: 14px;
}

.cpxj ul li .tupian {
}

.cpxj ul li:nth-child(4n) {
    margin-right: 0px;
}

.cpxj ul li .miaos, .cpfj ul li .jianshu {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

/* 相关文章 */
.action ul li {
    height: 32px;
    line-height: 32px;
    background: url("/static/images/pages_img/background.png") no-repeat 0 12px;
    padding-left: 18px;
}

.action ul li h2 {
    display: inline-block;
    font-weight: normal;
}

.action ul li a {
    color: #568ABE;
}

.action ul li time {
    padding: 2px 12px;
    font-size: 14px;
    color: #ccc;
}

.action ul li a:hover {
    color: blue;
    text-decoration: underline;
}

/* 附件清单 */
.cpfj ul li:nth-child(4n) {
    margin-right: 0px;
}

.cpfj ul li .cpfj-img {
    height: 226px;
    position: relative;
}

.cpfj ul li .cpfj-img img {
    position: absolute;
    width: 258px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -129px;
    background-size: contain;
}

/* wenda code */
.actiom {
    display: flex;
}

.actiom .action, .actiom .tuijian {
    width: 50%;
    margin-bottom: 10px;
}

.actiom .tuijian {
    margin-top: 30px;
    margin-left: 30px;
}

.actiom .tuijian li {
    padding: 10px 0px;
    border-bottom: 1px dashed #f7f7f7;
}

.actiom .tuijian a {
    display: block;
}

.item-tu {
    float: left;
    width: 92px;
    height: 62px;
    border: 1px solid #ccc;
}

.item-wz {
    float: left;
    margin-left: 10px;
}

.actiom .tuijian a img {
    width: 90px;
    height: 60px;
    padding: 1px;
}

.actiom .tuijian a span {
    display: inline-block;
    float: left;
    font-size: 12px;

}

.actiom .tuijian .biti {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
    width: 100%;
}

.actiom .tuijian .itme {
    color: #ccc;

}

/* xiangguan code */
.chanpins {
    margin-bottom: 16px;
}

.chanpins ul li {
    float: left;
    width: 210px;
    border: 1px solid #f7f7f7;
    margin-right: 10px;
}

.chanpins ul li:nth-child(5n) {
    margin-right: 0px;
}

.chanpins ul li a {
    display: block;
}

.chanpins ul li a:hover img {
    transform: scale(1.04);
}

.chanpins ul li a img {
    height: 120px;
    transition: all 0.5s;
}

.chanpins ul li a span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 操作视频 */

.ulike_video{
	margin:50px 0px;	
}
.ulike_video h4{
	font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 30px;
    position: relative;
	
}
.ulike_video h4:before{
	content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    left: 0px;
    top: 14px;
    background-color: #000;
}

.ulike_video video{
	width:100%;
	height:100%	
}

@media (max-width: 1200px){
  .chanpings .right,.chanpings .left,.rult .rultW{width: 100%;}
  .rult .rultW{padding-left: 5px;}
  .chanping{width: 100%;margin-top: 5px;padding: 5px}
}