/*new-events*/
.news-img {
    margin-top: 70px;
    background: url(../image/News.jpg) center center no-repeat;
    display: block;
    max-height: 190px;
    height: 100%;
    min-width: 1200px;
}

.new-event {
    width: 53%;
    float: left;
    margin-left: 40px;
}

.new-event-titles {
    margin-bottom: 0;
}

.new-event-main {
    background-color: #f0f0f0;
    height: 210px;
}

.new-event-main-list {
    background-color: #fafafa;
    height: 210px;
}

.new-event-main,
.new-event-main-list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.new-event-main img,
.new-event-main-list img {
    float: left;
    margin-right: 20px;
}

.new-event-main img {
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin-left: 15px;
}

.new-event-main dl dt {
    font-size: 20px;
    color: #464646;
    font-weight: normal;
    padding-right: 10px;
    margin: 10px 0;
}

.new-event-main dl dd {
    line-height: 23px;
    color: #464646;
}

.new-event-main dl dd,
.new-event-main-list dl dd {
    font-size: 15px;
}

.new-event-main-list img {
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin-left: 15px;
}

.new-event-main-list dl dt {
    font-size: 15px;
    margin: 10px 0;
}

.new-event-main-list dl dd {
    line-height: 19px;
    color: #828282;
}

.new-event-load {
    height: 30px;
    margin-top: 20px;
}

.loadbt {
    clear: both;
    margin-bottom: 30px;
}

.loadbt a {
    width: 20%;
}

.right-list {
    width: 21%;
    float: right;
}

.right-list-title {
    display: block;
    background-color: #aaa;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
    cursor: pointer;
}

.right-list-title:hover {
    background-color: #464646;
    color: #fff;
    text-decoration: none;
}

.collapse {
    visibility: visible;
}

.panel {
    border-top: none;
    border-left: none;
    border-right: none;
}

.panel-body {
    padding: 0;
}

.panel-body img {
    width: 250px;
    height: 180px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    background: none;
}

.panel-heading h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 35px;
}

.panel-heading a {
    text-decoration: none;
}

.panel-heading i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #828282;
    margin-top: 10px;
}

.panel-title .active {
    color: #e60012;
}

.load {
    margin-top: 30px;
    width: 50%;
}

/*newsletter*/
.newsletter-list div {
    height: 200px;
    margin-bottom: 40px;
}

.newsletter-list img {
    width: 200px;
    height: 210px;
}

.newsletter-list img:hover {
    box-shadow: 0 0 8px #ccc;
}

/*news*/
.newslist {
    margin-top: 15px;
}

.newslist-content {
    float: left;
    width: 100%;
}

.newslist-content li {
    height: 210px;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.newslist-content li:last-child {
    margin-bottom: 30px;
}

.newslist-content li a {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
}

.newslist-content li a:hover,
.newslist-content li a:hover h4 {
    color: #e60012;
}

.newslist-content li a:hover img {
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
    overflow: hidden;
}

.new-pic {
    float: left;
    display: block;
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin: 15px 43px 15px 0;
}

.new-pic img {
    width: 100%;
    height: 100%;
}

.new-block {
    float: left;
    width: 65%;
    height: 185px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

.new-block h4 {
    font-size: 19px;
}

.new-resume {
    max-height: 110px;
    overflow: hidden;
}

.new-block p {
    font-size: 15px;
    line-height: 1.2;
}

.new-block h4,
.new-block p {
    color: #464646;
}

.new-block i {
    font-size: 15px;
    color: #969696;
    font-style: normal;
    position: absolute;
    bottom: -3px;
}

.pages,
.newslist .pro-tab-nav-content,
.new-block h4 {
    margin-top: 0;
}

.new p {
    font-size: 15px;
    color: #464646;
    margin-top: 10px;
    word-wrap: break-word;
}

.new p a {
    font-size: 15px;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
    color: #464646;
}

.new p a:hover {
    color: #e60012;
}

.new-title {
    float: left;
    width: 100%;
}

.new-title i {
    float: right;
    font-size: 15px;
    color: #464646;
    font-style: normal;
    margin: 7px 25px 10px 0;
}

.new-content {
    clear: both;
    border-bottom: 1px solid #e6e6e6;
}

.new-content p img {
    max-width: 900px;
}

/*特效*/
.twentytwenty {
    margin-top: 10px;
}

.nvins {
    background-color: #0565A5;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.left-info,
.right-info {
    display: none;
}

/*产品新闻*/
.product-video-block {
    display: none;
    position: absolute;
    width: 841px;
    height: 481px;
    margin-left: calc((100% - 941px) / 2);
}

.product-video-block video {
    z-index: 1002;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.close-video {
    background: rgba(255, 255, 255, .5);
    color: #fff;
    z-index: 1003;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    font-style: normal;
    text-align: center;
}

.close-video:hover {
    background: #f00;
}

.right-big {
    max-width: 100%;
}

.new-img-auto {
    width: 100%;
    height: auto;
}

.product-new-block {
    margin: 60px auto 30px auto;
    padding: 0;
}

.product-new-block ul,
.product-new-block li,
.product-new-block li a,
.product-new-block li.active > a,
.product-new-block li.active > a:hover,
.product-new-block li.active > a:focus {
    height: 36px;
    line-height: 36px;
}

.product-new-block li {
    background: #b0b0b0;
    margin-right: 2px;
}

.product-new-block li a {
    color: #fff;
}

.product-new-block li:last-child {
    float: right;
    margin: 5.5px 15px 0 0;
}

.product-new-block li:last-child,
.product-new-block li:last-child a {
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}

.product-new-block li:last-child a {
    padding: 0 10px;
}

.param-table {
    overflow-x: auto;
}

.product-new-page {
    margin: 30px 0;
}

.product-new-page ol li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.product-new-page ol li a {
    color: #828282;
    float: left;
    font-size: 16px;
}

.product-new-page ol li label {
    font-weight: normal;
    float: left;
    margin: 0 10px 0 0;
}

.product-new-page ol li span {
    float: left;
    display: inline-block;
    border: 1px solid #828282;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    margin: 0 10px 0 0;
    background-color: #f2f0f1;
}

.product-new-page ol li span:hover {
    border-color: #e60012;
}

.product-new-page ol li i {
    margin: 0;
    font-size: 12px;
    color: #828282;
}