/*二级-word-banner图*/
.brand-banner {
    position:relative;
    max-height: 960px;
    padding-top: 40%;
    overflow:hidden;
}
.brand-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.brand-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.3);
    z-index:1;
    transition:all 0.3s;
}
.brand-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.brand-banner .word-fix h3 {
    font-size:70px;
    color: #fff;
    font-family: 'Medel';
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.brand-banner .word-fix h4 {
    font-size:34px;
    color: #fff;
    margin:0% 0 2% 0;
    transition:all 2s;
}

.brand-banner .word-fix p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.brand-banner {
    padding-top: 120%;
}
.brand-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-banner .word-fix {
}
.brand-banner .word-fix h3 {
    font-size:24px;
    margin:0% 0 1% 0;
}
.brand-banner .word-fix h4 {
    font-size:20px;
    margin: 2% 0 5% 0;
}
.brand-banner .word-fix p {
    font-size: 14px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/
/*新闻列表*/
.news-list {
}
.news-list ul {
}

.news-list ul li {
    float: left;
    width: 98%;
    margin: 1%;
    border-radius:10px;
    border:1px solid #eee;
    overflow:hidden;
}

.news-list ul li .pic {
    float: left;
    width: 40%;
    height: 0;
    padding-top: 25%;
    overflow: hidden;
    position: relative;
}
.news-list ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
    padding: 5%;
}


.news-list ul li .pic .news-pic img {
    width: 100%;
    height:100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.news-list ul li .item {
    float: right;
    width: 60%;
    padding: 5% 5% 5%;
    background: #fff;
}
.news-list ul li .item h3 {
    width: 100%;
    height: 75px;
    font-size: 18px;
    color: #252525;
    font-family: 'Medel';
    line-height: 2;
}

.news-list ul li .item p {
    width:100%;
    height: 95px;
    line-height:1.6;
    color: #999999;
    font-size: 14px;
    margin: 1% 0 1%;
    overflow: hidden;
}

.news-list ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 2% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-list ul li .item .more time {
    color:#999;
    font-family: 'Medel';
}




/*特效*/
.news-list ul li:hover {
    border:1px solid #DDD;
}
.news-list ul li:hover .item h3 {
    color: #252525;
}
.news-list ul li:hover .pic .link {
    transform: translate(-50%,-50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.news-list ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.01);
}
.news-list ul li:hover .item .more span {
    color: #;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.news-list {
}
.news-list ul {
}
.news-list ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
}

.news-list ul li .pic {
    width: 100%;
    padding-top: 60%;
}
.news-list ul li .pic .news-pic {
}

.news-list ul li .pic .link {
    display:none;
}
.news-list ul li .pic img {
}

.news-list ul li .item {
    width: 100%;
    padding: 8% 5% 5%;
    background: #fff;
}
.news-list ul li .item h3 {
    font-size: 18px;
    color:#252525;
}
.news-list ul li .item p {
    width:100%;
    height: 95px;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 10%;
}
}
/*自适应样式 end*/

/*新闻详情页*/
.news-artilce {
    padding:2% 0;
}
.news-box {
    width:70%;
    padding: 0% 8% 0% 0;
    background:#fff;
}
.news-title{
    padding-bottom:3%;
    border-bottom: 1px solid #e5e5e5;
}
.news-title h1 {
    line-height: 40px;
    font-size: 28px;
    color: #252525;
    font-family: 'Medel';
    margin-bottom: 1%;
    overflow: hidden;
}
.news-title span {
    display:inline-block;
    padding:0 20px 0 0;
    font-family: 'Medel';
}
.news-content {
    padding: 2.5% 0;
    max-width:1056px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news-content>p {
    padding: 0 0 1% 0;
}
.news-content span {display:inline;}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}
.goback {
    margin: 2% 0 5% 0;
    text-align: center;
}
.goback a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    font-size: 15px;
    color: #666;
    font-family: "Medel";
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.5);
    z-index: 0;
    transition: all 0.6s;
}
.goback a:hover {
    color: #fff;
    border: 1px solid #174339;
    background:#174339;
}

.pre-next a {
    display: block;
    font-size: 16px;
    color: #252525;
    font-family: 'Medel';
    line-height: 2;
    margin:0 0 10px 0;
}


.hot-news-list {
    width:24%;
    padding: 40px 30px;
    background: #f9f9f9;
}
.hot-news-list h2 {
    font-size: 24px;
    color: #252525;
    padding: 0 0 5% 
}
.hot-news-list ul {
}
.hot-news-list ul li {
    float: left;
    width: 98%;
    margin: 1%;
}
.hot-news-list ul li .item {
    padding: 3% 0;
}
.hot-news-list ul li .item h3 {
    width:100%;
    font-size: 16px;
    color: #252525;
    line-height: 2;
}
.hot-news-list ul li .item .more {
    border-bottom: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.hot-news-list ul li .item .more time {
    color:#999;
    font-family: 'Medel';
}

@media screen and (max-width:1024px){
.news-artilce {
    padding:2% 0;
}
.news-box {
    width:100%;
    padding:4% 4%;
    background:#fff;
}
.news-title{
    padding-bottom:3%;
    border-bottom: 1px solid #e5e5e5;
}
.news-title h1 {
    line-height: 30px;
    font-size: 18px;
    color: #252525;
    font-weight: 1252525;
    margin: 4% 1%;
    overflow: hidden;
}
.news-title span {
    display:inline-block;
}
.news-content {
    padding: 10% 0;
    line-height: 1.8;
    overflow: hidden;
}
.news-content>p {
    padding: 0 0 1% 0;
}


.news-content span {display:inline;}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}
.goback {
    margin: 2% 0 8% 0;
}
.goback a {
}
.goback a:hover {
    color: #fff;
    background: #252525;
}

.hot-news-list {
    width:100%;
    padding:20px;
    margin-top:5%;
}
.hot-news-list h2 {
    font-size: 20px;
    color: #555;
    line-height: 27px;
    padding: 5%;
}
.hot-news-list {
}
.hot-news-list ul {
}
.hot-news-list ul li {
    float: left;
    width: 98%;
    margin:2% 1%;
}
.hot-news-list ul li .item {
    padding: 2%;
}
.hot-news-list ul li .item h3 {
    font-size: 16px;
    color:#252525;
}
}
/*è‡ªé€‚åº”æ ·å¼ end*/


