﻿/* reset.css start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, a, i, b, table, thead, tbody, th, td, input {
    text-decoration: none;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
    font-weight: normal;
}

html {
    color: #000;
    background: #e5e5e5;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=date] {
    -moz-appearance: textfield;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

a:focus, a:hover {
    text-decoration: none;
}

input, a {
    box-sizing: border-box;
}
/* reset.css end */

/* lunshu.css start */
html, body {
    position: relative;
    background-color: #fff;
}
a {
    display: block;
}
img{
    vertical-align: bottom;
}
.main{
    width: 100%;
    min-width: 1280px;
}
.ph_header {
    height: 42px;
    background-color: #fff;
}
.inner {
    width: 1280px;
    margin: auto;
    overflow: hidden;
}
.elem.logo {
    width: 148px;
    height: 30px;
    margin: 6px 0 0 20px;
}
.elem.logo img{
    width: 100%;
}
.ph_top {
    width: 100%;
    overflow: hidden;
}
.ph_news {
    width: 1280px;
    margin: auto;
    display: flex;
}
.i_title:before {
    content: '';
    width: 6px;
    height: 24px;
    background-color: #cb2828;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
.i_title {
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 600;
    line-height: 56px;
    border-bottom: 1px solid rgb(229, 234, 240);
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
}
.nav_more {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    padding-right: 14px;
}
.nav_t {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
}
.inner_tab {
    padding: 8px 40px 24px;
    overflow: hidden;
}
.news_tab{
    background-color: #fff;
    padding: 8px 40px 24px;
    overflow: hidden;
    display: flex;
}
.i_banner{
    width: 728px;
    height: 450px;
    float: left;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.i_banner .swiper-slide {
    position: relative;
}
.swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 40px;
    width: 100%;
    margin: auto;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(0 0 0 / 30%) 90%);
    opacity: 1;
}
.i_banner .swiper-button-next, .i_banner .swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: auto;
    width: 18px;
    height: 32px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.i_banner .swiper-button-prev {
    background: url(../images/prev1.png) no-repeat;
    left: 20px;
}
.i_banner .swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    right: 20px;
}
.i_banner .banner_str {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 68%;
    margin: auto;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.i_banner a ,.i_banner p {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
}
.swiper-container-horizontal>.swiper-pagination.pagination_content {
    right: 12px;
    left: auto;
    width: 24%;
    bottom: 0;
    line-height: 36px;
    margin-bottom: 8px;
}
.pagination_content .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.pagination_content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: .6 ;
}
.i_banner_news{
    width: 448px;
    float: right;
    overflow: hidden;
    margin-left: 24px;
}
.news_top{
    padding: 6px 0;
    margin-bottom: 25px;
}
.news_top a p {
    font-size: 24px;
    font-weight: 600;
    color: #333;

    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;

    box-sizing: border-box;
    overflow: hidden;
    margin: 0px;
    width: 226px;
    margin: auto;
    background-color: #fff;
    white-space: nowrap;
}
.news_menu{
    padding: 0px 0px 6px;;
}
.news_menu a p {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 38px;
    margin: 0px;
    font-size: 18px;
    /*padding-bottom: 5px;*/
    margin: auto;
    background-color: #fff;
    width: 600px;
    white-space:nowrap;
}
.col{
    width: 600px;
}
.col.col-1.fl {
    margin-right: 28px;
}

.col.col-1.f2 {
    padding-left: 28px;
}
.ph_dynamic{

}
.ph_dynamic {
    background-color: #f9f9f9;
}
.tab_content {
    display: flex;
}
.dynamic_i1 {
    margin-right: 7px;
    position: relative;
    width: 728px;
    height: 400px;
    overflow: hidden;
}
.tab_content .dynamic_i2 {
    margin-right: 7px;
    position: relative;
}
.tab_content .dynamic_i3 {
    position: relative;
}
.const_top {
    margin-bottom: 7px;
    position: relative;
}
.const_bottom{
    position: relative;
}
.dynamic_i2 .const_top {
    width: 229px;
    height: 247px;
    overflow: hidden;
}
.dynamic_i2 .const_bottom {
    width: 229px;
    height: 146px;
    overflow: hidden;
}
.dynamic_i3 .const_top {
    width: 229px;
    height: 146px;
    overflow: hidden;
}
.dynamic_i3 .const_bottom {
    width: 229px;
    height: 247px;
    overflow: hidden;
}
.dynamic_i1 .const_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 20px 20px;
}
.const_title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    width: 90%;
    word-wrap: break-word;
    text-align: left;
    font-weight: 600;
}
.const_sp{
    text-align: center;
    font-size: 18px;
    background: #000;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.const_sp a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.const_sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_copy {
    background-color: #fff;
    padding-bottom: 36px;
    padding-top: 12px;
}
.i_copyright .p1 {
    line-height: 40px;
    font-size: 16px;
}

.i_copyright .p2 {
    line-height: 40px;
    font-size: 16px;
}
.i_content .const_sp:hover img {
    transition: all .5s;
    transform: scale(1.25);
}

.i_content .const_sp img {
    overflow: hidden;
    transition: all .5s;
    transform: scale(1);
}
.i_content .const_sp:hover img {
    transition: all .5s;
    transform: scale(1.25);
}

.i_content .const_sp img {
    overflow: hidden;
    transition: all .5s;
    transform: scale(1);
}
/* lunshu.css end */