/*新闻发布室*/
.newRoomTab{
    background: #f5f5f5;
    line-height: 80px;
}
.tabBox .tabLi{
    margin-right: 40px;
    font-size: 15px;
}
.tabBox .tabLi:hover a , .tabBox .tabAct a{
    color: #FD1E00 !important;
    display: inline-block;
}
.tabBox .tabAct:after{
    position: absolute;
    color: #000;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
}
.tabBox .tabLi:hover:after{
    position: absolute;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
    animation: beLong .3s forwards;
}
@keyframes beLong {
    0%{width: 0}
    100%{width: 100%}
}
.tabBox .tabLi:last-child{
    margin-right: 0;
}
/*新闻发布室*/
/*联系我们*/
.contactPage .compImg{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.contactPage .compImg:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.contactPage .cityName{
    font-weight: bold;
    font-size: 24px;
}
/*联系我们*/
/*合作伙伴*/
.partnerPage .contactBtn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border: 1px solid #FD1E00;
    border-radius: 5px;
}
.partnerPage .conBox .desc{
    line-height: 35px;
}
.partnerPage .box{
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    margin-right: 40px;
}
.partnerPage .box:last-child{
    margin-right: 0;
}
.partnerPage .box:hover{
    box-shadow: 0px 8px 18px 0px rgba(50, 51, 51, 0.24);
    transition: all .3s;
}
/*合作伙伴*/
.newsPage .newsUl .box{
    border-bottom: 1px dashed #c1c1c1;
    padding-top: 30px;
    padding-bottom: 30px
}
.newsPage .newsUl .box:first-child{
    padding-top: 0;
    padding-bottom: 30px;
}
.newsPage .n_img img{
    width: 100%;
    height: auto;
}
/*新闻与活动*/
@media screen and (min-width: 768px){
    .newsPage .n_img{
        width: 250px;
        height: 130px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .contactPage .compImg{
        flex:1;
    }
    .contactPage .comCon{
        flex:1;
    }
}
@media screen and (max-width: 768px){
    .newsPage .n_img{
        width: 125px;
        height: 65px;
        border-radius: 10px;
        overflow: hidden;
    }
    .contactPage .comCon{
        margin-top:20px;
    }
}
.newsPage .newsUl .box .title{
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
}
.newsPage .bg{
    overflow: auto;
}
/*新闻与活动*/
/*新闻详情*/
.artCon img{
    max-width: 100%;
}
/*新闻详情*/
/*news & letter*/
.letterArrow{
    width: 30px;
    height: 30px;
    margin: auto;
    padding-right: 0 !important;
}
.letterPage .letterUl .box .title{
    font-size: 18px;
}
.letterPage .letterUl .box .desc{
    color: #999999;
}
.letterPage .letterUl a:hover .desc{
    color: #FD1E00;
}
.letterPage .letterUl a:hover .arrowRadius:after{
    position: absolute;
    background: url(../image/right_goIcon.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}
.letterPage{
    overflow: auto;
}
@media screen and (max-width: 768px) {
    .letterPage .letterUl .letterBox, .letterPage .letterUl .box {
        flex-wrap: wrap;
    }
    .letterPage .letterUl .box .pdlr30{
        padding-left:0 !important;
        padding-right: 0 !important;
        padding-top: 10px;
    }
}
/*news & letter*/
/*常见问题*/
.quesPage .quesIcon, .quesPage .answerIcon{
    width: 40px;
    height: 30px;
}
.quesPage .quesIcon:after{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../image/question.png) no-repeat center;
    background-size: 30px 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
}
.quesPage .answerIcon:after{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../image/answer.png) no-repeat center;
    background-size: 30px 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
}
@media screen and (min-width: 768px) {
    .mh140{
        min-height: 140px;
    }
    .contactPage .comCon{
        padding-left: 50px;
        box-sizing: border-box;
    }
    .contactPage .fenCom{
        display: flex;
        align-items: center;
    }
    .contactPage .fenCom .fenComCon{
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*常见问题*/
@media screen and (max-width: 768px){
    .tabBox .tabLi{
        margin-right: 20px;
        font-size: 15px;
    }
    .partnerPage .nBox{
        flex-wrap: wrap;
    }
    .partnerPage .flex .box{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .partnerPage .flex .box:last-child{
        margin-bottom: 0;
    }
    .contactPage .fenCom .fenComCon{
        margin-bottom: 20px;
    }
}
.networkPage .search{
    line-height: 60px;
}
.networkPage .search .left{
    border:1px solid #c1c1c1;
    border-radius: 5px;
}
.networkPage .search .left .selTips{
    background: #D4D4D4;
}
.networkPage .search .right .searchBtn{
    line-height: 60px;
    border-radius: 5px;
    border: 1px solid #FD1E00;
    color: #FD1E00;
    cursor:pointer;
}
.networkPage .search .right .searchBtn:hover{
    background: #FD1E00;
    color:#fff;
    transition: all .3s;
}
.networkPage .search .left .cityName:after{
    position: absolute;
    background: url(https://instruments.uni-trend.com.cn/template/default/css/%7Bpboot:sitetplpath%7D/images/drawIcon.png) no-repeat center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    content: '';
}
.networkPage .search .left .cityDraw{
    position: absolute;
    width: 100%;
    top: 60px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 99;
}
.networkPage .search .left .cityDraw .box{
    width: 25%;
    cursor: pointer;
}
.networkPage .search .left .cityDraw .box:hover{
    background: #FD1E00;
    color:#fff;
}
.networkPage .search .left .cityDraw .ul{
    position: relative;
    z-index: 99;
}
.networkPage #selCity{
    cursor: pointer;
}
.networkPage .ul .box .left{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.networkPage .ul .box .right{
    line-height: 30px;
}
