.topic {
    width: 100%;
    white-space: normal;
    margin-top: 0.3rem;
}

.topic ul {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.topic ul li {
    display: inline-block;
    text-align: center;
    width: 2.96rem;
    margin-bottom: 0.235rem;
    margin-right: 0.2rem;
    margin-right: 0.15rem\9;
    vertical-align: top;
    transition: .2s linear;
    position: relative;
    overflow: hidden;
}

.topic ul li .li_wrap {
    width: 100%;
    padding-bottom: 69.594%;
}

.topic ul li img {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.topic ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.topic ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.topic ul li .topic_profile {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: .8rem;
    background-color: rgb(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}

.topic ul li .topic_profile h3 {
    display: block;
    font-size: 0.16rem;
    padding-bottom: 0.03rem;
}

.topic ul li .topic_profile div {
    width: 100%;
    /* display: none; */
}

.topic ul li .topic_profile span {
    display: inline-block;
    margin-top: 0.03rem;
    margin-bottom: 0.08rem;
    width: 0.17rem;
    height: 0.04rem;
    background-color: #ffffff;
}

.topic ul li .topic_profile p {
    display: inline-block;
    text-align: center;
    width: 80%;
    font-size: 0.13rem;
    line-height: 0.2rem;
}

.topic ul li:hover .topic_profile {
    padding-top: .5rem;
    background-color: rgb(0, 0, 0, 0.5);
}

.topic ul li .topic_profile div {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0;
    visibility: hidden;
}

.topic ul li:hover .topic_profile div {
    display: block;
    visibility: visible;
    opacity: 1;
}

.main {
    text-align: left;
}

.search_box {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: .1rem;
}




.search_box input {
    width: 2rem;
    float: left;
}

.search_box button {
    width: .42rem;
    margin-left: .05rem;
    float: left;
    text-align: center;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}


.search-bg{
    display: inline-block;
    width: 20px;
    height:  20px;
    background-image: url("../images/fangdajing_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}



.pro-spirite.download-bg {
    background-image: url("../images/pro-spirite.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    /* background-position:-370px -100px; */
    background-position: -131px -220px;
}






/* 焦点专题-新样式-挪用news */
.news_detial {
    width: 100%;
    text-align: left;
    margin-top: .14rem;
    border-top: 1px solid #0ea4e6;
}

.news_detial .news {
    padding: .25rem 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: table;
    min-height: 128px;
    text-align: left;
    white-space: nowrap;
}


.news_detial .news .news_img {
    display: inline-block;
    width: 234px;
    height: 150px;
    white-space:normal;
}

.news_detial .news .news_img img {
    width: 100%;
    height: 100%;
}

.news_detial .news .news_con {
    display: inline-block;
    box-sizing: border-box;
    padding-left: .2rem;
    vertical-align: top;
    white-space: normal;
    position: relative;
    text-align: left;
    height: 150px;
    width: 75%;
}

.news_con .get-more{
    color: #999999;
    line-height: .25rem;
    font-size: .13rem;
    position: absolute;

    left: 0;
    bottom: 0;
    vertical-align: top;
    padding-left: .2rem;
}


.news_detial .news  .a-wrap{
    display: inline-block;
    width: 100%;
} 

.news_detial .news .a-wrap:hover .news_title{
    color: #0081cc;
}

.news_detial .news .news_con .news_title {
    display: inline-block;
    box-sizing: border-box;
    color: #232a2a;
    position: relative;
    font-size: .15rem;
    font-weight: normal;
    max-width: 95%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.news_detial .news .news_con .news_title img.icon {
    display: inline-block;
    height: .2rem;
    width: auto;
    width: 20px\9 !important;
    height: 20px\9 !important;
}

.news_detial .news .news_con .news_part {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    color: #666666;
    line-height: .25rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
     margin-top: .15rem; 
}


.support-title{
	font-size: 0.15rem;
	color: #2a2a2a;
	padding-bottom: 0.1rem;
	padding-left: 0.05rem;
	color: #0081CC;
	font-weight: bold;
}

/* 故障分析 */

.fault {
    width: 100%;
    white-space: normal;
    overflow-x: auto;
	margin-top: 0.3rem;
}

.fault table {
    width: 935px;
    border-top: 2px solid #0ea4e6;
    overflow-x: auto;
    text-align: center;
}

.fault table thead th {
    font-size: 0.15rem;
    color: #2a2a2a;
    font-weight: bold;
    height: 0.45rem;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
}

.fault table thead th:first-child {
    text-align: left;
    box-sizing: border-box;
    padding-left: 1.4rem;
}

.fault table tbody tr td {
    font-size: 0.14rem;
    color: #3d3d3d;
    vertical-align: middle;
    /* height: .43rem; */
    border-bottom: 1px solid #e6e6e6;
    padding: 0.12rem 0;
}

.fault table tbody tr td .td_download {
    font-size: .2rem;
}

.fault table tbody tr td.t_t {
    box-sizing: border-box;
    text-align: left;
    padding-left: 0.25rem;
    width: 50%;
}

.fault table tbody tr td+td,
.fault table tbody tr td+td+td {
    width: 18%;
}

.fault table tbody tr td+td+td+td {
    width: 14%;
}

.fault a {
    cursor: pointer;
}


/* 故障分析 end */


/* 技术视频 */

.vedio {
    width: 100%;
    margin-top: 0.35rem;
}

.vedio ul {
    width: 100%;
    text-align: left;
    font-size: 0;
}

.vedio ul li {
    display: inline-block;
    width: 2.96rem;
    border: 1px solid #dddddd;
    margin-right: 0.2rem;
    margin-right: 0.12rem\9;
    margin-bottom: 0.2rem;
    vertical-align: top;
    border-radius: 4px;
    max-width: 293px;
}

.vedio ul li .play_box {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    padding-bottom: 60.40%;
    background-color: #eeeeee;
}

.vedio ul li .play_box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.vedio ul li .play_box .i_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.vedio ul li .play_box .i_mask img {
    position: absolute;
    font-size: 0.5rem;
    line-height: 0.6rem;
    height: 0.6rem;
    width: 0.6rem;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.vedio ul li:hover .play_box .i_mask {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}

.vedio ul li:hover .play_box .i_mask img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.vedio ul li:hover {
    box-shadow: 2px 3px 4px 0.5px rgba(0, 0, 0, 0.1);
}

.vedio ul li .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0.12rem 0.1rem .12rem .13rem;
}

.vedio ul li .con .con_t {
    display: inline-block;
    width: 100%;
    font-size: 0.13rem;
    text-align: left;
    color: #2a2a2a;
    margin-bottom: 0.12rem;
}

.vedio ul li .con div {
    width: 100%;
}

.vedio ul li .con div span,
.vedio ul li .con div p {
    display: inline-block;
    width: auto;
}

.vedio ul li .con div .v_class {
    float: left;
    color: #ffffff;
    font-size: 0.12rem;
}

.vedio ul li .con div .v_class span {
    display: inline-block;
    padding: 0.02rem 0.08rem;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 0.05rem;
}

.vedio ul li .con div .v_class p,
.vedio ul li .con div .view {
    color: #666666;
    font-size: 0.12rem;
}

.vedio ul li .con div .view {
    float: right;
}

.video_play {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.video_play video {
    max-width: 8rem;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.company_bg {
    background-color: #ff7c00;
}

.pro_bg {
    background-color: #00a2b9;
}

.tech_bg {
    background-color: #367dd5;
}


/* 技术视频  end */


/* 常见问题 */

.problem {
    width: 100%;
    white-space: normal;
    margin-top: 0.3rem;
    border-top: 2px solid #0ea4e6;
}

.problem .problem_details {
    box-sizing: border-box;
    width: 100%;
    font-size: 0.14rem;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.15rem;
    vertical-align: top;
}

.problem_bg {
    background-color: #f6f9fc;
}

.problem .problem_details .problem_title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: .08rem 0;
}

.problem .problem_details .problem_title p {
    display: inline-block;
    width: auto;
    float: left;
    line-height: 0.25rem;
    color: #3d3d3d;
    width: 90%;
    vertical-align: top;
}

.jiajian-spirite{
    display: inline-block;
    width:18px;
    height:18px;
    color: #4b93d5;
    text-align: right;
    float: left;
    margin-right: 5px;
    margin-top:.03rem;
    background-image: url("../images/jiajian-spirite.png");
    background-repeat: no-repeat;
    background-position: -10px -10px;
    /* display: none; */
}

.jiajian-spirite.jian-bg{
    background-position: -48px -10px;
    /* display: none; */
}

/* .problem .problem_details img {
    width: .15rem;
    color: #4b93d5;
    text-align: right;
    float: left;
    margin-right: 0.05rem;
    margin-top: 0.05rem;
    display: none;
} */
/* 
.problem .problem_details img.show {
    display: inline-block;
} */

.problem .problem_details .answer {
    padding-left: 0.3rem;
    width: 85%;
    display: none;
    margin-bottom: 0.08rem;
}

.problem .problem_details .answer p {
    display: inline-block;
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.25rem;
    padding: 0.05rem 0;
    color: #666666;
}

.problem .problem_details .answer span+span {
    margin-top: 0.1rem;
}

.problem .problem_details .answer span p {
    display: inline-block;
    width: auto;
}


/* 常见问题 end */


/* 检测报告 */
.inspection_report{
	color: #333;
}
.report_tips{
	margin-bottom: 0.3rem;
}
.report_tips a{
	color: #0081CC;
	text-decoration: underline;
}
.report_form_box{
	width: 100%;
}
.report_form_box input.report_num{
	width: 100%;
}
.report_form_box input.report_verify{
	width: 100%;
}
.report_form_box table{
	width: 70%;
}
.report_form_box table tr{
	
}
.report_form_box table td{
	text-align: left;
	padding-bottom: 20px;
	padding-right: 15px;
}
.report_form_box table td:first-child{
	font-weight: bold;
}
.report_form_box table td span{
	font-size: 12px;
	padding-left: 5px;
}
.verify_img{
	max-width: 120px;
}
.report_result{
	width: 100%;
	margin-top: 20px;
	display: none;
}
.report_result h4{
	font-weight: normal;
	font-size: 20px;
}
.report_result table{
	margin-top: 15px;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
}
.report_result table tr{
	
}
.report_result table th, .report_result table td{
	text-align: center;
	padding: 10px 0;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.report_result table th{
	background: #0081CC;
	color: #fff;
	font-weight: bold;
}
.report_result table td{
	
}
/* 检测报告 end */


@media screen and (min-width:1100px) {
    .topic ul li {
        margin-right: 0.235rem;
    }
    .vedio ul li {
        margin-right: 0.2rem;
    }
    .topic ul li:nth-child(3n),
    .vedio ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:999px) {
    .news_detial .news .news_con {
        width: 65%;
    }
}

@media screen and (max-width:750px) {
    .search_box {
        display: none;
    }
    .vedio ul,
    .topic ul {
        width: 100%;
        text-align: center;
    }
    .vedio ul li {
        margin-bottom: .25rem;
        margin-right: 0;
        width: 100%;
    }
    .vedio ul li .play_box .i_mask {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    .topic ul li {
        margin-right: 0;
        width: 100%;
    }
    .topic ul li .topic_profile div {
        display: block;
    }
    .search_box {
        width: 100%;
    }
    .search_box input {
        width: 80%;
        margin-left: 0;
    }
    .topic ul li .topic_profile {
        padding-top: .8rem;
    }
    .topic ul li .topic_profile div {
        opacity: 1;
        visibility: visible;
    }
	
	.news_detial .news .news_img {
	    width: 125.32px;
	    height: 80px;
	}
	.news_detial .news .news_img img {
	    width: 100%;
	    height: 100%;
	}
	.news_detial .news .news_con {
	    height: 80px;
	    width: 65%;
	}
	.news_detial .news {
        min-height: 0;
        padding: .2rem 0;
	}
	.news_detial .news .news_con .news_title img.icon {
	    right: -.25rem;
    }
    
    .news_detial .news .news_con .news_part {
        margin-top: .05rem;
        -webkit-line-clamp: 2;
        line-height: .22rem;
        display: none;
    }

    .news_con .get-more {
      
        line-height: .18rem;
        font-size: .12rem;
    }

	.news_detial .news .news_con .news_title p {
	    overflow: hidden;
	    white-space: normal;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.news_detial .news .news_con .news_title span {
	    padding: 0.01rem;
	}
	.news_detial .news .news_con .news_title span {
	    font-size: .02rem;
    }
    
    .jiajian-spirite {
		background-position:56.57% 43.47%;
		background-size:500% ;
	}
	
    .jiajian-spirite.jian-bg{
		background-position:93.42% 43.47%;
    }
    .news_detial .news .news_con .news_title{
        margin-top: .1rem;
    }


	.pro-spirite.download-bg {
		/* background-image: url("../images/pro-spirite.png"); */
		/* background-repeat: no-repeat; */
		/* width: .25rem;
		height: .25rem;
		margin: 0 auto; */
		/* background-size: 1372%;
		background-position: 97% 23%; */
		background-size: 1360%;
		background-position: 46.19% 29.33%;
	} 
	
	
	
	.report_tips{
		margin-bottom: 0.3rem;
		line-height: 1.6;
	}
	.report_form_box input.report_num{
		width: 100%;
	}
	.report_form_box input.report_verify{
		width: 100%;
	}
	.report_form_box table{
		width: 100%;
	}
	.report_form_box table td{
		text-align: left;
		padding-bottom: 15px;
		padding-right: 15px;
	}
	.report_form_box table td:first-child{
		font-weight: bold;
		width: 20%;
	}
	.report_form_box table td span{
		font-size: 12px;
		padding-left: 5px;
		display: block;
	}
	.verify_img{
		max-width: 120px;
	}
	.report_result{
		width: 100%;
		margin-top: 20px;
		display: none;
	}
	.report_result h4{
		font-weight: normal;
		font-size: 18px;
	}
	.report_result table th, .report_result table td{
		padding: 8px 0;
	}
	
}