/*文字不换行，超出隐藏，有点*/
.wh-te-ov{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*文字换行超出隐藏*/
.te-ov{
    text-overflow: ellipsis;
    overflow: hidden;
}
/*图片放大*/
.img2-fa{
    display: block;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
/*图片居中*/
.img-fa,.img-fa-scale,.img-fa-top,.img-fa-rota{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
}
.img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.img2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    opacity:0.6;
    filter: alpha(opacity:80);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.img3{
    height: auto;
    max-width: 100%;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
/*图片居中以及放大效果*/
.img-fa-scale:hover img{
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}
/*图片居中以及向上移动效果*/
.img-fa-top:hover img{
    transform:translateY(-20px);
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -o-transform: translateY(-20px);
}
.img2-fa:hover .img3{
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}
/*旋转*/
.img-fa-rota:hover .img2{
    transform: rotate(720deg);
    opacity: 1;
    filter: alpha(opacity:100);
}
/*单页*/
.page{
    min-height: 200px;
    padding: 20px 10px;
	font-size:16px;
}
.page p{
    line-height: 2;
    color: #666666;
}
.page blockquote{
    text-indent: 2rem;
}
.page table{
    border: 1px solid #333333;
}
.page .td{
    border-bottom: 1px solid #333333;
}
.page img{
    /*width: 100%;*/
}
/*常用新闻格式（首页），有图 一屏幕4个*/
.news-style-list{
    width: 100%;
    overflow:hidden;
}
.news-style-list li{
    width: 23%;
    margin-left:2.667%;
    float: left;
}
.news-style-list li:first-child{
    margin-left: 0;
}
.news-style-list li .img-fa-scale{
    height: 190px;
    margin-bottom: 14px;
}
.news-style-list li h3{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.news-style-list li h3 a{
    color: #11418b;
    font-weight: normal;
}
.news-style-list li h3 a:hover{
    color: #f23d3a;
}
.news-style-list li .time{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 12px;
}
.news-style-list li p{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    height: 80px;
    margin-bottom: 6px;
}
.news-style-list li a.more{
    font-size: 12px;
    line-height: 30px;
    display: block;
    color: #f23d3a;
}
.news-style-list li a.more:hover{
    color: #11418b;
}
/*新闻详情页*/
.info{
    padding: 20px 15px;
}
.info .hd{
    padding-bottom: 20px;
    border-bottom: 1px dashed #999999;
}
.info .hd h1{
    font-size: 2.4rem;
    line-height: 3rem;
    word-wrap: break-word;
/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
    word-break: normal;
}
.info .hd p{
    font-size: 1.4rem;
    line-height: 1.6;
    color: #cccccc;
}
.info .bd{
    min-height: 200px;
    padding-top: 20px;
}
.info .bd p{
    font-size: 1.6rem;
    line-height: 2.5rem;
}
/*产品详情页。做图，右简介。下详情*/
.proinfo{
    padding-top: 40px;
}
.pro-top{    display: none;
   margin-bottom: 20px;
}
.pro-page-con strong{
	
    font-size: 1.6rem;
    line-height: 1.5;
    /*display: block;*/
    padding: 10px;
    background-color: #666666;
    color: #ffffff;
    border-radius: 4px;display:none;
}
/*内页新闻列表*/
.news-list{
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.news-list .row{
    padding: 30px 0;
    border-bottom: 1px dashed #666666;
}
.news-list .news-con .h4{
    display: block;
    font-size: 2rem;
    line-height:1.5;
}
.news-list .news-con .h4:hover{
    color: #f23d3a;
    text-decoration: none;
}
.news-list .news-con span{
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}
.news-list .news-con p{
    font-size: 1.4rem;
    line-height: 2rem;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pagination div {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 35px;
    height: 30px;
    line-height: 30px;
}
.pagination .active{
    background: rgba(11,110,180,1);
}
.pagination .active a{
    background: rgba(11,110,180,1);
    color: #fff;
}
.pagination div:hover{
    background: rgba(11,110,180,1);
}
.pagination div a{
    display: block;
    width: 35px;height: 30px;
   
}
.pagination div a:hover{
    color: #fff;
}
