@charset "UTF-8";
.news{
    padding-top: 50px;
}
.news_banner{
    width: 100%;
    background: url('http://www.imyantenna.com/APP/Public/Home/images/news/news_01.jpg') no-repeat ;
    background-size:cover;
    height: 394px;
}
.news_banner h4{
    padding: 1.66rem 0 0.16rem 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.news_banner p{
    font-size: 24px;
    color: #fff;
}
.newBox{
    background: #fff;
}
.news_nav li{
    float: left;
    width: 120px;
    height: 65px;
    text-align: left;
    line-height: 65px;
}
.news_nav li a{
    font-size: 0.14rem;
    padding-bottom:22px ;
    border-bottom: 2px solid #fff;
}
.news_nav li.on a{
    border-bottom: 2px solid #00a0e9;
}

/*技术在线start*/
.technique,.problem{
    padding: 0.6rem 0 0.8rem 0;
    background: #f6f6f6;
}
.technique h3,.problem h3{
    margin-bottom: 0.4rem;
    font-size:36px;
    color: #333;
    text-align: center;
}
.tec_center_list{
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    position: relative;
}
.tec_center_img{
    margin-right: 0.7rem;
    width: 320px;
}
.tec_center_img img{
    width: 100%;
}
.tec_center_text{
    margin-top: 0.5rem;
    width: 560px;
    border-right: 1px solid #e8e8e8;
}
.tec_center_text h5{
    margin: 0rem 0 0.2rem 0;
    font-size: 20px;
    color: #00a0e9;
    font-weight: 700;
}
.tec_center_text p{
    color: #777;
    line-height: 22px;
}
.technique .go_detail{
    display: block;
    height: 190px;
    line-height: 190px;
    color: #00a0e9;
}
.technique .go_detail i{
    margin-right: 0.6rem;
    margin-left: 0.1rem;
    display: inline-block;
    width: 16px;
    height: 7px;
    background: url('http://www.imyantenna.com/APP/Public/Home/images/icon/right_arrow3.png') no-repeat;
    background-size: 100%;
}
.problem li{
    padding: 0.4rem;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width:42%;
    background: #fff;
    box-shadow: 0px 0px 8px #e8e8e8;
}
.ask img{
    margin-right: 0.2rem;
    display: block;
    float: left;
    width: 21px;
    height: 21px;
}
.ask p{
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #666;
    border-bottom: 1px solid #efefef;
}
.ask a{
    color: #00a0e9;
    display: block;
    float: right;
}
.ask a i{
    margin-left: 0.1rem;
    display: inline-block;
    width: 16px;
    height: 7px;
    background: url('http://www.imyantenna.com/APP/Public/Home/images/icon/right_arrow3.png') no-repeat;
    background-size: 100%;
}
.answer{
    padding-top: 20px;
}
.answer img{
    margin-right: 0.2rem;
    display: block;
    float: left;
    width: 19px;
    height: 19px;
}
.answer p{
    font-size: 0.14rem;
    color: #777;
    line-height: 1.5;
}
/*新闻*/
.news_subnav_box{
    background: #fff;
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}
.news_sub_nav{
    width: 1250px;
    margin: 0 auto;
    height: 65px;
}
.news_sub_nav li{
    float: left;
    width: 126px;
    margin-right: 20px;
    text-align: center;
}
.news_sub_nav li span{
    display: inline-block;
    height: 63px;
    line-height: 65px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    font-size: 16px;
}
.news_sub_nav li.curr span{
    border-bottom: 2px solid #123869;
}
.newsBox{
    width: 100%;
    margin: 0 auto;
}

.news_box h3{
    text-align: center;
    font-size: 36px;
    color: #333;
    height: 114px;
    line-height: 114px;
    padding-top: 20px;
}
.news_right{
    font-size: 13px;
    color: #a3a3a3;
    padding-left: 40px;
    width: 555px;
}
.news_right h4{
    height: 51px;
    line-height: 51px;
    font-size: 20px;
    color: #123869;
}
.news_right .time{
    padding-bottom: 8px;
    padding-top: 30px;
}
.news_right .p{
    line-height: 2;
    height: 110px;
}
.news_right a{
    font-size: 14px;
}
.news_right a i{
    margin-left: 10px;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('http://www.imyantenna.com/APP/Public/Home/images/icon/right_arrow.png') no-repeat;
    background-size: 100%;
}
.news_list{
    width: 1280px;
    margin: 46px auto 0;
}
.news_list li{
    padding: 0 15px;
    width: 33.3333%;
	height:400px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
}
.news_list li .li_box:hover{
    background: #123869;

}
.news_list li .li_box:hover h2,.news_list li .li_box:hover p{
    color: #fff;
}
.news_list li .li_box{
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 19px 19px 0 19px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}
.news_list li .li_box img{
    display: block;
    width: 100%;
	height: 205px;
}
.news_list li .li_box h2{
    margin-top: 16px;
    height: 56px;
    line-height: 1.5;
    font-size: 18px;
}
.news_list li .li_box .time{
    margin-top: 10px;
    font-size: 15px;
    height: 35px;
    display: block;
}
.news_list li .li_box .time i{
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('http://www.imyantenna.com/APP/Public/Home/images/icon/product_15.png') no-repeat;
    background-size: 100%;
}
.news_list li .li_box .p{
    line-height: 1.5;
    height: 74px;
}
.news_box_bd3 .pagination{
    background:#f6f6f6 ;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.news_box_bd3 .pagination a, .pagination .laypage_curr {
    background: #fff;
    color: #666;
}
.news_box_bd3 .pagination a.on{
    background: #0994DC;
    color: #fff;
}
.img_scale{overflow: hidden;}
.img_scale:hover>img{-moz-animation:onefist 1.5s;-o-animation:onefist 1.5s;-webkit-animation:onefist 1.5s;animation:onefist 1.5s;}
@keyframes onefist {
    0%{
        transform: scale(1.0)
    }
    50%{
        transform:scale(1.03)
    }
    100%{
        transform:scale(1.0)
    }
}
@media all and (max-width:1280px){
    .news_left img{
        width: 100%;
    }
    .news_left {
        width: 523px;
    }
    .news_right{
        width: 356px;
    }
    .news_list,.news_sub_nav{
        width: 100%;
    }
    .tec_center_text{
        width: 510px;
    }
}
/*技术在线end*/
@media all and (max-width:980px){
    .tec_center_img,.news_left img{
        width: 100%;
    }
    .news_banner{
       height: auto;
        background-size: cover;
    }
    .news_banner h4,.news_box h3,.technique h3,.problem h3{
        font-size: 22px;
    }
    .news_banner h4{
        padding: 30px 0px 0.16rem 0px;
        text-align: center;
    }
   
    .news_banner p{
        padding: 0 20px 30px 20px;
        font-size: 16px;
        text-align: center;
    }
    .news_left{
        width: 100%;
    }
.tec_center_text h5{
    font-size: 14px;
 }
    .news_list, .news_sub_nav {
        width: 100%;
    }
    .news_nav{
        padding: 0 0.2rem;
    }

    .tec_center_text{
    width: 80%;
    }
    .technique .go_detail{
    position: absolute;
    bottom: 1.6rem;
    right: 0.3rem;
    height: auto;
    line-height: 1;
    }
    .problem li{
        width:100%;
        padding: 0px;
    }
    .ask p{
        padding-bottom: 20px;
    }
    .technique h3, .problem h3 {
       padding: 20px 0;
    }
    .answer, .ask{
        padding: 20px;
    }
    .news_sub_nav li{
        width: 25%;
        margin-right: 0;
    }
    .news_list li{
        width: 100%;
    }
    .news_right {
        padding: 0 10px;
        width: 94%;
    }
    .news_right .time{
        padding-top: 45px;
    }
    .news_right h4{
        font-size: 18px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
	.news_list li .li_box img{height:auto;}

}