body {
    background: #fff;
    color: #333;
}

.border1 {
    border: 1px solid #f7f7f7f7;
}

.pad10 {
    padding: 10px;
}

.pad100100 {
    padding: 10px 0px;
}

.pad200100 {
    padding: 20px 0 10px 0px;
}

.pad160160 {
    padding: 16px 0 16px 0px;
}

h4, h3, h2 {
    color: #000;
}

.rult {
    width: 100%;
!important;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    text-align: left;
    clear: both;
    font-size: 12px;
    background: #252525;
}

.rult .rultW {
    width: 1200px;
    box-sizing: border-box;
    height: 46px;
    margin: 0 auto;
}

.rult .rult_l {
    width: 88%;
    float: left;
    color: #fff;
}

.rult .update {
    width: 12%;
    float: left;
    font-size: 12px;
}

.rult .update .timer {
    color: #c3c3c3;
}

.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;
}

.update .timer span {
    font-weight: normal;
    font-size: 12px;
    color: #c3c3c3;
}

.product {
    position: relative;
}

.product .title {
    padding: 50px 0px 20px 0px;
}

.product strong {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
    display: block;
    background-image: url("/static/ulike_images/bg1.png");
    background-position: 0px 13px;
    background-repeat: no-repeat;
    background-size: 24px;
    font-size: 25px;

}

.product .General {
    font-size: 15px;
    padding-left: 10px;
    color: #666;
    height: 32px;
    line-height: 32px;
}

.product .pro_img {
    height: 300px;
}

.searchs {
    float: left;
    margin-top: 20px;
/*    border: 1px solid #e4e4e4;*/
}

.searchs form {
    display: inline-block;
}

.searchs form input {
    width: 180px;
    line-height: 30px;
    padding-left: 10px;
/*    float: left;*/
    color: #929292;
	border:1px solid #e4e4e4;
    border-radius: 20px;
}

input:focus {
    outline: none;
}

.searchs form .button {
    width: 34px;
    height: 32px;
    line-height: 32px;
    background: #d60606;
    border-style: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
	margin-left:10px;
}

.const {
    width: 1200px;
    margin: 0 auto;


}

.const ul li {
    width: 191px;
    height: 186px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    border: 1px solid #e4e4e4;
    transition: all 0.4s;
}

.const ul li:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    border: 1px solid red;
}

.const ul li:nth-child(6n) {
    margin-right: 0px;
}

.const ul li a {
    display: block;
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.const ul li a img {
    height: 60px;
    line-height: 60px;
    background-size: 30px;
    transition: all .5s;
}

.const ul li a span {
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    margin-top: 30px;
}

.const p span {
    color: red;
}

.GrandClassification {
    background: #fff;
    padding: 10px 9px;
    margin-top: 20px;
}

.GrandClassification .item1 {
    background: url("/static/images/chanp/kaiguan.png");
}

.GrandClassification .item2 {
    background: url("/static/images/chanp/bileiqi.png");
}

.GrandClassification .item3 {
    background: url("/static/images/chanp/chuanlian.png");
}

.GrandClassification .item4 {
    background: url("/static/images/chanp/gaoya.png");
}

.GrandClassification .item5 {
    background: url("/static/images/chanp/duanluqi.png");
}

.GrandClassification .item {
    width: 100px;
    float: left;
    height: 100px;
    border: 1px solid #f7f7f7;
    margin: 0px 8px 8px 0px;
    padding: 10px;
    text-align: center;
}

.pro_list .list_left {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
}

.pro_list .list_left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;

}

.pro_list .list_left ul li {
    width: 49%;
    margin-bottom: 20px;
}

.pro_list .list_left .show {
    line-height: 40px;
    height: 40px;
    text-align: right;
}

.pro_list .list_left .show a {
    border-bottom: #ddd dashed 1px;
}

.pro_list .list_left p a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 2px;
}

.pro_list .list_left p a:hover {
    background: #4b6494;
    color: #fff;
}

.xianshi {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdbdb;
}

.xianshi a {
    display: inline-block;
    padding: 10px 30px 6px 28px;
    border-radius: 2px;
    position: relative;
    font-size: 15px;
}

.xianshi a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: url("/static/ulike_images/ic45.png") no-repeat;
}

.pro_list li {
    transition: all .5s;
    border: 1px solid #dedede;
}

.pro_list .item_data {
    padding-top: 40px;
    display: block;
    padding-bottom: 40px;
}

.pro_list li:hover {
    box-shadow: 0px 0px 9px #ccbebe;

}

/* .pro_list li:hover .data_r h2 {
    color: red;
} */

.pro_list .item_data .data_l {
    width: 276px;
    height: 170px;
    float: left;
    position: relative;
}

.pro_list .item_data .data_l img {
    width: 267px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -71px;
    margin-left: -124px;
    transition: all .5s;
}

.pro_list .item_data .data_r {
    float: left;
    margin-left: 12px;
    padding: 0px 10px 0px 14px;
    width: 272px;
}

.pro_list .list_left .ink {
    width: 100%;
    text-align: right;
    padding: 26px 0px 50px 0px;
}

.pro_list .list_left a {
    border-radius: 2px;
    line-height: 30px;
    margin-right: 50px;
    transition: all .3s;
    color: #000;
}

.pro_list .list_left a:hover {
    color: red;
}

.pro_list .item_data .data_r span {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 8px;
    background: #fdfdfdfb;
    color: #999;
    border: 1px solid #f9f8f8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list .item_data .data_r h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list .item_data .data_r h2 span {
    padding-right: 10px;
}

.pro_list .item_data .data_r p {
    color: #333;
    line-height: 26px !important;
    letter-spacing: 0.5px;
    font-size: 13px;
    margin-top: 18px;
}

.data_r .biaoqian {
    position: absolute;
    top: 0px;
    right: 10px;
}

.pro_list .item_data .data_r .item-ys li {
    line-height: 26px;
    margin-right: 10px;
    float: left;
}

.pro_list .item_data .data_r .item-ys li span {
    background: #f2f6ed;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #799374;
}

.pro_list .item_data .data_r .item-gm {
    margin: 0px;
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 472px;
    top: 135px;
    font-weight: bold;
    color: red;
}

.pro_list .item_data .data_r .item-gm:hover {
    text-decoration: underline;
}

.pages {
    width: 1198px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    padding: 15px 0px 15px 0px;
    text-align: center;
    background: #f7f7f7;
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    border-radius: 4px;
}

.active {
    background: #ff5454;
    border-radius: 12px;
    color: #fff;
}

.pages a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 4px;
    min-width: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
}
.wenben table{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    
}
.wenben table tr{
    height: 20px;
    line-height: 20px;
    border: 1px solid #666;
    
}
.wenben table tr td{
    border: 1px solid #666;
    vertical-align: middle;
}
.layui-carousel img{width: 598px}
@media (max-width: 1200px){
  .chanpings .right,.chanpings .left,.rult .rultW{
      width: 100%;
  }
  .rult .rultW{padding-left: 5px}
  .chanpings{width: 100%;margin-top: 10px;padding-bottom: 5px}
  .layui-carousel img{display: block;width: 300px;margin: 0 auto}
  .chanpings .left{float: none;display: block;width:300px;max-height: 175px;margin: 0 auto}
  .chanpings .right{margin-left:0px}
  .chanpings .right .Article .ims{max-width: 300px}
  .dianhua span:nth-child(2){font-size: 14px}
  .dianhua span:nth-child(1),.right .shouce{display: none;}
  .hxmd{margin-top: 5px}
  .chanping .cpzhengshu ul li:nth-child(4),.chanping .cpzhengshu ul li:nth-child(5){display: none;}
  .dianlijish .tuijianl, .dianlijish .tuijianr{width: 100%}
  .tuijiancp ul li{width: 45%;margin-bottom: 5px}
  .tuijiancp ul li:nth-child(5){display: none;}
  .main .myright{width: 100%}
  .main .myleft{width:100%;padding: 0}
  .main,.cint .mail{width: 100%}
  .main .left .lists .wenben{width: 95%;margin-left: 0;padding: 5px}
  .pages{width: 100%;height: 60px}
  .mailLeft{width: 100%}
  .mailLeft .xxnr{padding: 5px}
  .mailLeft .xxnr img{margin: 0}
  .mialRight{width: 100%;margin-left: 0}
  .mailLeft .page{padding: 5px}
  .mailLeft .page .uppage, .mailLeft .page .downpage{width: 100%}
  .width{width: 100%;margin: 5px}
  .centerColumn{float: none;width: 100%;padding: 0}
  .centerColumn .wenben{padding: 5px}
  .page .uppage, .page .downpage{width: 100%;padding: 0 10px}
  .centerColumn .RelatedReading, .centerColumn .RelatedEquipment{width: 100%;margin-left: 5px}
  .rightColumn{width: 100%}
  .right .wzbiaoti{margin-top: 20px}
}