.productsList{
    width: 100%;overflow: hidden;
}
.pro2-spec .box-body {
    padding-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
}
.productsList .menu{
    display:none;
    white-space: inherit;
    transition-duration: 0ms;
    transform: translateX(0px);
}
.cantype{
    padding: 8px 10px;
    font-size: 15px;display: inline-block;border:1px solid #e6e6e6;border-radius: 5px;color:#2E2D38;margin-right: 5px;
    margin-top: 10px;
}
.cantype.all:after{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e725";
    padding-left: 5px;
    font-size: 14px;
}
.pro_left{float:left;}
.pro_right{float:right;}
.pro1-list .item-pic{
    float: inherit;
}
.pro1-list .item-pic{
    width: 100%
}
.cantype {
    position: relative;
}
.cantype svg {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0.8rem;
}

.cantype span{
    margin-left: 2rem;
}
.cantype.item.item-active{
    color:#fff;
    background: #0B76C8;
    border: #0B76C8;
}

form {
    width: 99%;
    padding-right: 0;

}
form .rows {
    padding: 5px 0;
}
form .rows.input_rows {
    float: left;
    width: 48.334%;
    margin-bottom: 0px;
    font-size: 0px;
}
form .rows.input_rows.row100{
    width: 100%;
}
form .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 0px;
}
form .rows .input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    /* border-radius: 5px; */
    text-indent: 5px;
}
.input_rows input[type='text'], .input_rows input[type='submit'],.input_rows button, textarea,.vcode .input {
    -webkit-appearance: none;
    border: 1px #cbcecd solid;
    outline: none;
}
clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}
form .rows label span {
    color: red;
    font-size: 14px;
}
form .rows.input_rows:nth-child(even) {
    margin-left: 3.3%;
}
form .rows .vcode .input {
    width: 200px;
    max-width: 100%;
}
.fl {
    float: left;
}
form .rows .vcode .fl {
    width: max-content;
}
form .rows .vcode img {
    margin-left: 20px;
}
form .form_button {
    font-family: 'OpenSans-Bold';
    width: 200px;
    height: 46px;
    cursor: pointer;
    background: #0B76C8;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 0;
}
.detail_cmt .cmt_list{
    font-size: 12px;
    color: #262626;
    margin-bottom: -1px;
}
.detail_cmt .cmt_list>li {
    position: relative;
    padding: 18px 0;
}
.detail_cmt .cmt_list>li:first-child {
    padding-top: 6px;
}
.detail_cmt .cmt_user {
    line-height: 20px;
}
.detail_cmt .cmt_user img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}
.detail_cmt .cmt_cnt {
    position: relative;
    line-height: 1.5;
    font-size: 13px;
    margin: 5px 0;
}
.detail_cmt  .date {
    font-size: 16px;
    color: #999;

}
.banner{
    display: block!important;
}
.form_area {
    color: #333;
    line-height: 180%;
    resize: none;
    overflow: auto;
}
form .rows textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}
@media screen and (max-width: 640px){
    form .rows.input_rows {
        width: 100%;
        margin-bottom: 0;
    }
    form .rows .input {
        max-width: 100%;
    }
    form .rows.input_rows:nth-child(even) {
        margin-left: 0;
    }
}
.see-more{
    text-align: right;
    margin-right: 5px;
    position: relative;
}
.see-more a{
    font-size: 14px;
    /* border: 1px solid #e3e3e3; */
    padding: 5px 10px;
}
.see-more a:hover{
    color:#0B76C8;
}
.see-more a i{
    font-size: 13px;
}
.see-more a i:not(:first-child){
    margin-left: -8px;
}
@media screen and (max-width:991px){
.productsList .menu{
      display: inline-block; 
    }
}
@media screen and (max-width: 750px){
    .box-body p img{
        width: 100%!important;
        height: auto!important;
    }
    .pro1-list .item-title {
        padding: 14px 0px 8px;
        font-size: 13px;
        line-height: 15px;
    }
    .pro1-list .list-item{
        padding-bottom: 10px;
    }
    .see-more a {
        font-size: 12px;
    }
    .see-more a i{
        font-size: 10px;
    }
    form {
        width: 100%;
        padding-right: 0;

    }
    
	.cantype {
    padding: 5px 5px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #2E2D38;
    margin-right: 4px;
    margin-top: 10px;
}

}
/*评论区*/
video.novideo::-webkit-media-controls{
        display:none !important;
}
.index-news{
    padding-bottom: 0px;
}
.index-news .box-list{
    padding-bottom: 0px;
}
/*.box-list{
    padding-bottom: 15px;
}*/
.box-list a {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.box-list img {
    border: 1px solid #e2e2e2;
    padding: 1px;
    margin-right: 6px;
}
.tm-m-photo-viewer {
    position: relative;
    margin: 5px 0;
    width: 500px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    overflow: hidden;
    display: none;
    transition: all 0.2s ease-in;
}
.tm-m-video-viewer{
    position: relative;
    margin: 5px 0;
    width: 500px;
    height: 500px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    overflow: hidden;
    display: none;
    transition: all 0.2s ease-in;
    padding-top: 10px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px){
    .tm-m-video-viewer{
        width:100%;
        height:auto;
    }
    .tm-m-photo-viewer{
        width: 100%;
    }
    
}
.cmt_list li{
    border-bottom:1px solid #ddd ;
}
.tm-m-photo-viewer-navleft, .tm-m-photo-viewer-navright {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 30%;
    background: url(http://assets.alicdn.com/s.gif);
}
.tm-m-photo-viewer-navleft i, .tm-m-photo-viewer-navright i {
    top: 50%;
    margin-top: -24px;
    position: absolute;
    width: 48px;
    height: 48px;
    display: none;
}
.tm-m-photo-viewer-navleft i {
    left: 0;
    background-image: url(../images/arrow-l.png);
}
.tm-m-photo-viewer-navright {
    right: 0;
}
.tm-m-photo-viewer-navleft {
    left: 0;
}
.tm-m-photo-viewer-navright i {
    right: 0;
    background-image: url(../images/arrow-r.png);
}

.tm-m-photo-viewer, .tm-m-photo-viewer img,  .tm-m-photos-thumb .tm-current img {
    cursor: url(../images/T1oq4AFupvXXcu5FDa-20-20.png), url(http://assets.alicdn.com/img/common/zoom_out.cur), auto;
}

.tm-m-photos-thumb .tm-current img,.tm-m-photos-thumb .tm-current video{
    border: 2px solid #0B76C8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: auto;
}



/***************通知公告列表页***************/
.tz-list li{ border-bottom: solid 1px #ccc; padding-bottom: 40px; padding-top: 40px; position: relative; padding-left: 166px; }
.tz-list-tt a{ font-size: 24px; color: #333; }
.tz-list-p { color: #666; line-height: 30px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; height: 60px; margin-top: 10px; }
.tz-list-date{ position: absolute; top: 40px; left: 0 ; color: #666;}
.tz-list-date span{ font-size: 48px; margin-top: 18px; color: #136fae; display: inline-block; border-bottom: solid 2px #136fae; }
.tz-list{ margin-top: 10px; border-top:1px solid #ccc; }
.page-box{ padding:30px 0 100px 0; }

@media( max-width: 767px){
	
	.tz-list li{ padding-left: 115px; padding-bottom: 20px; margin-bottom: 20px; }
		.tz-list-p{ margin-top: 15px; line-height: 25px; height: 50px; }
		.tz-list-date span{ margin-top: 0px; }
		.tz-list-tt a{ font-size: 18px; }
		.tz-list{ margin-top: 0px; }
		.page-box{ padding-bottom: 30px; padding-top: 10px; }
		.tz-list li{ padding-top: 20px; }
	    .tz-list-date{ top: 20px; }
		.tz-list-date img{ max-width:90px;}
	 	.tz-list li:hover,.img-ul li:hover{ box-shadow: none;
	    transform: scale(1);
	    z-index: 100;
	    background: none; padding-right: 0;}  
	  .tz-list-date{ transition: 0.5s all; }
	 .tz-list li:hover .tz-list-date{ left: 0; }
}




/*************新闻详细页***********/
.article-box{ background: #fff;  margin-top: 10px; position: relative; z-index: 10; padding:0px 2% 0 2%; }
.article-title{ font-size: 30px; color: #000; }
.article-date{ font-size: 16px; color: #666; margin-top: 20px; }
.article-date span{ padding:0 35px; }
.article-txt{ border-top: solid 0px #ccc; padding-top: 20px; margin-top: 20px; min-height:300px; }
.article-txt p{ font-size: 16px; color: #333; text-align: justify; line-height: 40px; margin-bottom: 30px; text-indent: 2em;}
.share-box{ border-top: solid 1px #dedede; padding-top: 30px; padding-bottom: 100px; }
.share-txt{ color: #666; padding:7px 0px 0 0; }
.text-center {
    text-align: center;
}