﻿@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    padding: 100px 0 0 0;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 100%;
    min-width: 1280px;
    zoom: 1;
    font-family: Microsoft YaHei, arial, sans-serif;
    background: #fff;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #545454;
    font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #025fa4;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

 :-moz-placeholder {
    color: #999999;
}

 ::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

 ::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #58504a;
}

 ::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
}

.bodyon {
    overflow: hidden;
}

.W1760 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 1760px;
    width: 95%;
    margin: 0px auto;
}

.W1680 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 1680px;
    width: 95%;
    margin: 0px auto;
}


/*font*/

.f_gray {
    color: #333;
}

.iconfont {
    font-size: 24px;
    vertical-align: middle;
}

.tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.p {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media ( max-width:1366px) {}

@media ( max-width:1280px) {
    body {
        padding-top: 0;
    }
}

@media ( max-width:1024px) {
    body {
        padding-top: 45px;
        font-size: 14px;
        line-height: 24px;
        min-width: 300px;
    }
    select,
    input,
    textarea,
    button {
        font-size: 14px;
    }
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.Pages a {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
    color: #666;
    margin: 5px 2px;
}

.Pages a:hover {
    background: #a32324;
    color: #fff;
    border: 1px solid #a32324;
}

.Pages a.a_cur {
    background: #a32324;
    color: #fff;
    border: 1px solid #a32324;
}

.Pages .p_page .num a {
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #ebebeb;
    color: #666666;
    font-size: 14px;
}

.Pages .num {
    font-style: normal;
    margin: 0 2%;
}

.Pages .p_count {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 34px;
}

.Pages .p_page .num a.a_cur,
.Pages .p_page .num a:hover {
    border: 1px solid #cc2128;
    background-color: #cc2128;
    color: #fff;
}

.Pages .p_page a {
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    font-size: 16px;
    color: #666666;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_end:hover {
    border: 1px solid #a32324;
    background: #a32324;
    color: #fff;
}

@media(max-width:480px) {
    .Pages .p_page a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .Pages .p_page .num a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}


/*pages end*/

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*Top*/

.Header {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    transition: all ease 0.3s;
    height: 100px;
}

.Header .Logo {
    float: left;
    padding-top: 18px;
}

.Header .Logo img {}

.langBox {
    float: right;
    margin: 0 50px;
}

.langBox a {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    color: #aaaaaa;
}

.langBox a:hover {
    color: #cc2128;
}

.Search {
    /* float: right;
    padding: 37px 0 0 36px; */
    position: absolute;
    right: -80px;
    top: 0;
}

.Search .Searchico {
    cursor: pointer;
    color: #fff;
    width: 100px;
    height: 100px;
    background-color: #1d4992;
    text-align: center;
    line-height: 100px;
}

.Search .Searchico .icongb {
    display: none;
}

.Search .Searchico.on .icongb {
    display: block;
}

.Search .Searchico.on .iconso {
    display: none;
}

.Search .Searchico .iconfont {
    font-size: 24px;
}

.Search .searchbox {
    width: 350px;
    background: #fff;
    right: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 101px;
}

.Search .searchbox .input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 1em;
}

.Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Search .searchbox .btn {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 29px;
    background: none;
}

.MainNav {
    float: right;
    font-family: "syht";
}

.MainNav li {
    float: left;
    margin-left: 40px;
    position: relative;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-weight: 1;
    line-height: 100px;
    transition: all ease 0.3s;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    height: 3px;
    background: #1d4992;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
    color: #1d4992;
    font-weight: bold;
}

.MainNav li:hover .bg,
.MainNav li.onnav .bg,
.MainNav li span a.bg {
    width: 100%;
    left: 0;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    padding: 5px 0;
    line-height: 33px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.NavPull a {
    color: #333;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    margin: 0 5px;
}

.NavPull a:hover {
    background: #cc2128;
    color: #fff;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 32px;
    height: 25px;
    padding-top: 1px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 2px;
    background: #cc2128;
    border-radius: 4px;
    margin: 4px;
    transition: all ease 0.3s;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

@media ( min-width:1440px) {}

@media screen and (min-width: 1440px) and (max-width:1735px) {
    .MainNav li {
        margin-left: 22px;
    }
    .MainNav span a {
        font-size: 16px;
    }
}

@media ( max-width:1440px) {
    .MainNav li {
        margin-left: 20px;
    }
    .MainNav span a {
        font-size: 15px;
    }
    .Header .Logo {
        padding-top: 28px;
    }
    .Header .Logo img {
        height: 48px;
    }
    .Search {
        position: absolute;
        right: -36px;
        top: 0;
    }
    .Search .Searchico {
        width: 80px;
    }
    .langBox {
        float: right;
        margin: 0 80px 0 30px;
    }
}

@media ( max-width:1366px) {
    .MainNav li {
        margin-left: 16px;
    }
    .Header .Logo img {
        height: 46px;
    }
    .MainNav span a {
        font-size: 15px;
    }
}

@media ( max-width:1320px) {
    .MainNav li {
        float: left;
        margin-left: 12px;
    }
    .MainNav span a {
        font-size: 14px;
    }
}

@media ( max-width:1024px) {
    .Header {
        position: static;
    }
}

@media ( max-width:1024px) {
    .Header {
        height: 45px;
        top: 0;
        position: fixed;
    }
    .Header .Logo {
        padding-top: 14px;
    }
    .Header .Logo img {
        height: 20px;
    }
    .Header .top {
        right: 80px;
        top: 5px;
    }
    .Header .openbtn {
        display: block;
    }
    .langBox {
        float: right;
        margin: 0 30px 0 20px;
    }
    .langBox a {
        line-height: 45px;
    }
    .Search {
        position: static;
        float: right;
        padding: 9px 0px 0 0 !important;
    }
    .Search .Searchico {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .Search .searchbox {
        width: 94%;
        left: 3%;
        top: 47px !important;
    }
    .Search .Searchico .iconfont {
        color: #fff;
        font-size: 20px;
    }
    .Search .searchbox .btn .iconfont {
        font-size: 20px;
    }
    .Search .select {
        line-height: 28px;
    }
    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 200px;
        padding: 0;
        right: -200px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav ul {
        margin-top: 0px;
    }
    .MainNav li {
        display: block;
        position: relative;
        cursor: pointer;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        width: auto;
        margin: 0 10px;
        background: none;
    }
    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 28px !important;
        height: auto !important;
        height: auto;
        padding: 8px 0 8px 5px;
        border: 0;
        /* color: #999; */
    }
    .MainNav .bg {
        display: none
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #2b2d7c;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100px;
        line-height: 38px;
        right: 0px;
        top: 0px;
    }
    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 0px;
        top: 5px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
        color: #1b2087;
    }
    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        width: 100%;
        left: 0;
        transform: translateX(0px);
        box-sizing: border-box;
    }
    .NavPull dl {
        padding: 0 !important;
    }
    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }
    .NavPull dd a {
        padding: 0;
    }
}

@media ( max-width:480px) {
   
    .langBox {

    margin: 0 50px 0 20px;
}
}


/*Top*/


/*Bottom*/

.Footer {
    background: url(../images/foot_bg.jpg) top center no-repeat;
    padding-top: 2%;
    background-size: cover;
}

.Footer .W1760 {
    position: unset;
}

.Footer .sitemap {
    float: left;
    width: 84%;
}

.Footer .sitemap .item {
    line-height: 30px;
    width: 11%;
    float: left;
    color: #888888;
    padding-bottom: 32px;
    line-height: 32px;
}

.Footer .sitemap .item dl {
    margin: 0px auto;
    display: inline-block;
    *display: inline-block;
    zoom: 1;
    text-align: left;
}

.Footer .sitemap .item dt {
    margin-bottom: 15px;
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}

.Footer .sitemap .item dt .arr {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.Footer .sitemap .item dt .arr i {
    width: 20px;
    height: 100%;
    right: 5px;
    top: 0;
    font-size: 16px;
    position: absolute;
    transition: all ease 0.3s;
    color: #fff;
}

.Footer .sitemap .item.on .arr i {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}

.Footer .sitemap .item dl {
    text-align: left;
}

.Footer .sitemap .item dt a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.Footer .sitemap .item dt a:hover {
    color: #2b2d7c;
}

.Footer .sitemap .item dd a {
    transition: all ease 0.3s;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #bccae0;
}

.Footer .sitemap .item dd a:hover {
    color: #ffffff;
    margin-left: 5px;
}

.Footer .foot_contact {
    width: 10%;
    float: right;
    text-align: center;
}

.Footer .foot_contact .tit {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 20px;
}

.Footer .foot_contact img {
    width: 146px;
    height: 146px;
}

.Copyright {
    color: #bccae0;
    border-top: 1px solid #355fa3;
    padding: 2% 0;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}

.Copyright .links a {
    padding: 0 10px;
}

.Copyright .copy {
    margin-top: 6px;
    color: #bccae0;
}

.Copyright a {
    color: #bccae0;
}

.Copyright a:hover {
    color: #ffffff;
}

.totop {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.totop.cd-is-visible {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}


/*右侧飘窗*/

.FastRight {
    width: 72px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 15%;
}

.FastRight li {
    position: relative;
    cursor: pointer;
}

.FastRight .ico {
    height: 72px;
    display: flex;
    justify-content: center;
    color: #1f1a17;
    align-items: center;
    flex-direction: column;
}

.FastRight li:nth-child(1) .ico {
    background-color: #2b2d7c;
}

.FastRight li:nth-child(3) .ico {
    background-color: #e32028;
}

.FastRight li:nth-child(2) .ico,
.FastRight li:nth-child(4) .ico {
    background-color: #444444;
}

.FastRight .ico .iconfont {
    display: block;
    font-size: 29px;
}

.FastRight li:hover .ico {
    background: #000;
    color: #fff;
}

.FastRight .info {
    font-family: DINCondensed;
    position: absolute;
    top: 80px;
    right: 72px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease 0.3s;
}

.FastRight .info img {
    border: 5px solid #fff;
    max-width: none;
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}

.FastRight .info p {}

.FastRight .info.tel {
    line-height: 26px;
    color: #fff;
    width: 150px;
    text-align: left;
}

.FastRight .info.tel b {
    display: block;
    font-size: 16px;
}

.FastRight .info a {
    color: #fff;
}

.FastRight li.on .info {
    top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media ( max-width:1024px) {
    .Footer {}
    .Footer .sitemap {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .Footer .sitemap .item {
        width: auto;
        float: none;
        padding: 0;
    }
    .Footer .sitemap .item dl {
        display: block;
    }
    .Footer .sitemap .item .sub {
        display: none;
        padding: 8px;
    }
    .Footer .sitemap .item dt {
        line-height: 38px;
        height: auto;
        font-size: 14px;
        margin-bottom: -1px;
        border-bottom: 1px #355fa3 solid;
    }
    .Footer .sitemap .item dt a {
        font-size: 14px;
    }
    .Footer .sitemap .item dt .arr {
        display: block;
    }
    .Footer .foot_contact {
        width: 100%;
        float: none;
        padding: 2% 0;
    }
    .Footer .foot_contact .tit {
        line-height: 35px;
        height: auto;
        font-size: 14px;
        text-align: center;
        position: relative;
        padding: 10px 0;
    }
    .Footer .foot_contact .tit:before {
        content: '';
        width: 20px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%)
    }
    .Copyright {
        padding: 10px 0;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
    }
    .Copyright dd {
        float: none;
    }
    .Copyright .logo {
        display: none;
    }
    .FastRight {
        width: 32px;
        right: 1px;
    }
    .FastRight .ico {
        height: 32px;
    }
    .FastRight .ico .iconfont {
        font-size: 18px;
    }
    .FastRight .info img {
        border: 2px solid #fff;
        width: 82px;
        height: 82px;
    }
    .FastRight em {
        display: none;
    }
    .FastRight .info {
        right: 32px;
    }
    .FastRight .ico img {
        width: 16px;
    }
    .FastRight .ico .iconfont {
        margin: 0;
    }
}


/*Bottom*/


/*首页 s*/

.activehover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


/*第一屏 s*/

.HomeBan {
    overflow: hidden;
    clear: both;
    position: relative;
    background: url(../images/loading.gif) center center no-repeat;
}

.HomeBan {
    overflow: hidden;
    clear: both;
    position: relative;
    background: url(../images/loading.gif) center center no-repeat;
}

.HomeBan .slides li .txt {
    position: absolute;
    width: 50%;
    left: 8%;
    top: 20%;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    opacity: 0;
    transition: all 1s;
    z-index: 99;
}


.HomeBan .slides li .txt .tit_cn {
    font-family: SourceHanSansCN;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10% 0 2%;
}

.HomeBan .slides li .txt .tit_en {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.HomeBan .slides li.i_banner1 .txt {
    top: 20%;
}

.HomeBan .slides li.i_banner2 .txt {
    top: 20%;
    /* left: 46%; */
}

.HomeBan .slides li.i_banner3 .txt {
    top: 20%;
}


/* .HomeBan .slides li.i_banner1 .txt .line {
    text-align: center;
    position: relative;
    padding: 2% 0;
    background: none;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.HomeBan .slides li.i_banner1 .txt .line:before {
    content: '';
    width: 20%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translateY(-50%);
}

.HomeBan .slides li.i_banner1 .txt .line:after {
    content: '';
    width: 20%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    right: 28%;
    transform: translateY(-50%);
}

.HomeBan .slides li.i_banner1 .txt .line img {
    display: inline-block;
}

.HomeBan .slides li.i_banner1 .txt .tit_cn {
    font-family: Alibaba-PuHuiTi;
    font-size: 80px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 108px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0;
}

.HomeBan .slides li.i_banner1 .txt .tit_cn b {
    font-weight: bold;
}

.HomeBan .slides li.i_banner1 .txt .tit_en {
    font-family: DIN;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
} */

.HomeBan .slides li .txt img {
    width: auto;
    height: 170px;
}

.HomeBan .slides li .img {
    overflow: hidden;
    position: relative;
    padding-top: 40%;
}

.HomeBan .slides li .video {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    padding-top: 40%;
}

.HomeBan .slides li .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.HomeBan .slides li .imgbox {
    padding-top: 22%;
}

.HomeBan .slides li video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.HomeBan .slides li.flex-active-slide .txt {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.HomeBan .slides li.i_banner1.flex-active-slide .txt {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.HomeBan .flex-control-nav {
    bottom: 5%;
    z-index: 10;
}

.HomeBan .flex-control-nav li {
    margin: 0 10px;
    vertical-align: middle;
}

.HomeBan .flex-control-nav li a {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: url(../images/op_white80.png);
    cursor: pointer;
    border-radius: 50%;
}

.HomeBan .flex-control-nav li a.flex-active {
    opacity: 1;
    width: 44px;
    height: 12px;
    background: #cc2128;
    border-radius: 6px;
}

.HomeBan .flex-direction-nav a {
    opacity: 0;
    color: #fff;
    width: 50px;
    height: 114px;
    line-height: 114px;
    font-size: 100px;
    border-radius: 0;
    margin: 0;
    transform: translateY(-50%);
}

.HomeBan .flex-direction-nav .flex-prev {
    left: -50px;
}

.HomeBan .flex-direction-nav .flex-next {
    right: -50px;
}

.HomeBan:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

.HomeBan:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

.HomeBan .flex-direction-nav a:hover {
    background: none !important;
    color: #fff;
}

@media ( max-width:1440px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 46px;
    }
    .HomeBan .slides li .txt img {
        height: 130px;
    }
    .HomeBan .slides li .txt .tit_en {
        font-size: 20px;
    }
    .HomeBan .slides li .txt .tit_no {
        font-size: 30px;
    }
     .videoView video{height:466px;;}
}
@media ( max-width:1366px) 
{.videoView video{height:440px;;}
    
    }

@media ( max-width:1024px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 30px;
        line-height: 30px;
    }
    .HomeBan .slides li .txt .tit_en {
        font-size: 16px;
    }
    .HomeBan .slides li .txt .tit_no {
        font-size: 30px;
    }
    .HomeBan .slides li .txt .line {
        margin-top: 5%;
    }
    .HomeBan .flex-control-nav {
        bottom: 10px;
        z-index: 10;
    }
    .HomeBan .flex-direction-nav {
        display: none;
    }
    .HomeBan .flex-control-nav li {
        margin: 0 5px;
    }
    .HomeBan .flex-control-nav li a {
        width: 5px;
        height: 5px;
    }
    .HomeBan .flex-control-nav li a.flex-active {
        width: 9px;
        height: 9px;
    }
    .HomeBan .slides li .txt img {
        height: 90px;
    }
    .videoView video{height:330px;}
}

@media ( max-width:768px) {
    .HomeBan .slides li .txt .tit_no {
        font-size: 18px;
        line-height: 26px;
    }
    .HomeBan .slides li .txt .tit_no b {
        font-size: 12px;
    }
    .HomeBan .slides li .txt .tit_cn {
        padding: 2% 0;
    }
    .HomeBan .slides li .txt .tit_cn {
        font-size: 28px;
        line-height: 30px;
    }
    .HomeBan .slides li .imgbox {
    padding-top: 32%;
}
.HomeBan .slides li .txt {width:70%}
.videoView video{height:auto;}
}

@media ( max-width:480px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 18px;
        line-height: 20px;
    }
    .HomeBan .slides li .txt .tit_en {
        font-size: 12px;
        line-height: 12px;
    }
    .HomeBan .slides li.i_banner1 .txt {
        top: 23%;
    }
    .HomeBan .slides li .txt img {
        height: 60px;
    }
    .HomeBan .slides li .txt img {
        height: 46px;
    }
}

@media ( max-width:480px) {
    .HomeBan .flex-control-nav li a {
        width: 4px;
        height: 4px;
    }
    .HomeBan .flex-control-nav li a.flex-active {
        width: 8px;
        height: 8px;
    }
}

@media ( max-width:380px) {
    .HomeBan .slides li .txt {
        top: 20%;
    }
}


/*banner end*/

.mores {
    position: relative;
    display: block;
    text-align: center;
    width: 120px;
    line-height: 40px;
    color: #333;
    border: 2px solid #58504a;
    font-family: Arial, sans-serif;
}

.mores i {
    position: absolute;
    font-size: 0;
    background: #58504a;
    transition: all ease 0.3s;
}

.mores i.top {
    height: 2px;
    width: 0;
    left: 0;
    top: 0;
}

.mores i.right {
    height: 0;
    width: 2px;
    top: 0;
    right: 0;
}

.mores i.bottom {
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
}

.mores i.left {
    height: 0;
    width: 2px;
    left: 0;
    bottom: 0;
}

.mores:hover i.top {
    width: 100%;
}

.mores:hover i.right {
    height: 100%;
}

.mores:hover i.bottom {
    width: 100%;
}

.mores:hover i.left {
    height: 100%;
}

.mores:hover {
    border: 2px solid rgba(0, 0, 0, 0);
    color: #000;
}

.HomeTit {}

.HomeTit .tit_en {
    font-family: Oswald;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
}

.HomeTit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
}

.more_btn {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    width: 120px;
}

@media ( max-width:1440px) {
    .HomeTit .tit_cn {
        font-size: 30px;
    }
    .HomeTit .tit_en {
        font-size: 30px;
    }
}

@media ( max-width:1024px) {
    .HomeTit .tit_cn {
        font-size: 24px;
    }
    .HomeTit .tit_en {
        font-size: 24px;
    }
}

@media ( max-width:768px) {
    .HomeTit .tit_cn {
        font-size: 18px;
        line-height: 20px;
    }
    .HomeTit .tit_en {
        font-size: 18px;
        line-height: 20px;
    }
    .more_btn {
        line-height: 30px;
        font-size: 14px;
    }
}

@media ( max-width:480px) {
    .HomeTit .tit_cn {
        font-size: 16px;
    }
}


/* 新闻资讯 */

.HomeNews {
    padding: 3.7% 0;
}

.HomeNews .i_left {
    width: 12%;
    float: left;
    overflow: hidden;
}

.HomeNews .i_left .tab_tit {}

.HomeNews .i_left .tab_tit li {
    width: 92.5%;
    height: 108px;
    position: relative;
    background-color: #eeeff1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.HomeNews .i_left .tab_tit li .ico img {
    margin: 0 auto;height:40px;
}

.HomeNews .i_left .tab_tit li .ico .i1 {
    display: block;
}

.HomeNews .i_left .tab_tit li .ico .i2 {
    display: none;
}

.HomeNews .i_left .tab_tit li:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 10px;
    height: 17px;
    background: url(../images/m_arr1.png) center no-repeat;
    transition: all 0.3s;
    display: none;
}

.HomeNews .i_left .tab_tit li.on:before {
    display: block;
}

.HomeNews .i_left .tab_tit li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 10px;
}

.HomeNews .i_left .tab_tit li.on,
.HomeNews .i_left .tab_tit li:hover {
    background-color: #1d4992;
}

.HomeNews .i_left .tab_tit li.on .tit,
.HomeNews .i_left .tab_tit li:hover .tit {
    color: #fff;
    font-weight: bold;
}

.HomeNews .i_left .tab_tit li:hover:before,
.HomeNews .i_left .tab_tit li.on:before {
    display: block;
}

.HomeNews .i_left .tab_tit li:hover .i1,
.HomeNews .i_left .tab_tit li.on .i1 {
    display: none;
}

.HomeNews .i_left .tab_tit li:hover .i2,
.HomeNews .i_left .tab_tit li.on .i2 {
    display: block;
}

.HomeNews .i_left .party_tit {
    width: 92.5%;
    text-align: center;
}
.HomeNews .i_left .party_tit li:not(:last-child){margin-bottom:8px;}

.HomeNews .i_left .party_tit .ico {
    text-align: center;
}
.HomeNews .i_left .party_tit .ico img{width:100%;height:108px;}

.HomeNews .i_left .party_tit ul.slick-slider {
    /* padding-bottom: 18%;*/
}

.party_tit .slick-dots li button {
    width: 18px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 0;
}

.party_tit .slick-dots li.slick-active button {
    opacity: 1;
}

.HomeNews .i_left .party_tit ul li a {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.HomeNews .i_right {
    width: 86%;
    float: right;
}

.HomeNews .i_right .tab_bott {
    position: relative;
}

.HomeNews .i_right .tab_bott .focus_img {
    width: 54.7%;
    float: left;
    position: relative;
    margin-right: 2.5%;
}

.HomeNews .i_right .tab_bott .focus_img li {
    position: relative;
}

.HomeNews .i_right .tab_bott .focus_img .hd {
    width: 100px;
    right: 0;
    left: unset;
    line-height: 64px;
    z-index: 999;
    position: absolute;
    bottom: 25px;
    overflow: hidden;
}

.HomeNews .i_right .tab_bott .focus_img .hd li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    float: left;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.HomeNews .i_right .tab_bott .focus_img .hd li.on {
    background-color: #1d4992;
}

.HomeNews .i_right .tab_bott .focus_img .pc_txt {
    position: absolute;
    background: url(../images/op_black50.png);
    line-height: 64px;
    padding: 0 5%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.HomeNews .i_right .tab_bott .focus_img .imgbox {
    padding-top: 72.67%;
}

.HomeNews .i_right .tab_bott .tab_right {
    width: 41.2%;
    float: right;
}

.HomeNews .i_right .tab_bott .tab_right .top_news {
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.HomeNews .i_right .tab_bott .tab_right .top_news .news_date {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #bbbbbb;
}

.HomeNews .i_right .tab_bott .tab_right .top_news .news_tit {}

.HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #cc2128;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 2% 0;
    display: block;
}

.HomeNews .i_right .tab_bott .tab_right .top_news .news_tit p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.HomeNews .i_right .tab_bott .tab_right .news_list {
    padding-top: 10px;
}

.HomeNews .i_right .tab_bott .tab_right .news_list li {
    overflow: hidden;
}

.HomeNews .i_right .tab_bott .tab_right .news_list li .date {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #bbbbbb;
    text-align: right;
    width: 20%;
    float: right;
}

.HomeNews .i_right .tab_bott .tab_right .news_list li .tit {
    float: left;
    width: 76%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 4%;
}

.HomeNews .i_right .tab_bott .tab_right .news_list li .tit:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/dot1.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.HomeNews .i_right .tab_bott .tab_right .news_list li:hover .tit {
    color: #1d4992;
}

.HomeNews .i_right .tab_bott .tab_right .news_list li:hover .tit:before {
    background: url(../images/dot2.png) no-repeat;
}

@media(max-width:1440px) {
    .HomeNews .i_right .tab_bott .tab_right .news_list {
        padding-top: 0;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news {
        padding-bottom: 12px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
        font-size: 24px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit p {
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .news_list li .tit {
        line-height: 36px;
    }
}

@media(max-width:1200px) {
    .title .tit_cn {
        font-size: 28px;
    }
    .title .tit_en {
        font-size: 16px;
    }
    .HomeNews .i_left,
    .HomeNews .i_right {
        width: 100%;
        float: none;
    }
    .HomeNews .i_left .tab_tit li {
        width:33.333%;
        float: left;
        margin-right: 0;
        padding-left: 0;
        padding: 2% 0;
        margin-bottom: 2%;
    }
	.HomeNews .i_left .party_tit {width:100%;clear:both;}
	.HomeNews .i_left .party_tit ul{display: flex;justify-content: space-between;}
	.HomeNews .i_left .party_tit .ico img{height:auto;}
	.HomeNews .i_left .party_tit li{width:49%;}
    .HomeNews .i_left .party_tit .ico {
        padding: 0;
    }
    .HomeNews .i_left .party_tit ul.slick-slider {
        padding-bottom: 0;
        padding-top: 0;
    }
    .HomeNews .i_left .party_tit .slick-dots {
        display: none !important;
    }
    
    .HomeNews .i_left .party_tit ul li a{padding-top:6px;    display: block;}
    .HomeNews .i_left .tab_tit li:before,
    .HomeNews .i_left .tab_tit li.on:before {
        bottom: -10px;
        right: unset;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 10px;
        background: url(../images/m_arr2.png) center no-repeat;
    }
}

@media(max-width:1024px) {
    .HomeNews .i_right .i_left .tab_tit li a {
        font-size: 20px;
        font-weight: bold;
    }
    .HomeNews .i_right .tab_bott .more_btn {
        top: -39px;
        width: 80px;
        height: 34px;
        line-height: 34px;
    }
    .HomeNews .i_right .tab_bott .top_news .tit {
        font-size: 18px;
    }
    .HomeNews .i_right .tab_bott .top_news .time {
        line-height: 30px;
    }
    .HomeNews .i_right .tab_bott .tab_right {
        width: 42%;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit {}
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
        font-size: 18px;
        line-height: 22px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit p {
        line-height: 24px;
    }
    .HomeNews .i_right .tab_bott .tab_right .news_list li .tit,
    .HomeNews .i_right .tab_bott .tab_right .news_list li .date {
        line-height: 30px;
    }
}

@media(max-width:992px) {
    .HomeNews .i_right .tab_bott .focus_img {
        width: 100%;
        float: none;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .HomeNews .i_right .tab_bott .tab_right {
        width: 100%;
        float: left;
    }
    .HomeNews .i_right .tab_bott .tab_right .news_list li .tit,
    .HomeNews .i_right .tab_bott .tab_right .news_list li .date {
        line-height: 40px;
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news {
        padding-bottom: 2%;
    }
}

@media(max-width:768px) {
    .HomeNews .i_right {
        width: 100%;
        float: none;
        padding: 2% 0;
    }
    .HomeNews .i_left .tab_tit li {}
    .HomeNews .i_left .tab_tit li .tit {
        font-size: 16px;
    }
    .HomeNews .i_left .party_tit ul li a {
        font-size: 16px;
    }
    .HomeNews .i_right .tab_bott .focus_img .pc_txt,
    .HomeNews .i_right .tab_bott .focus_img .slick-dots {
        line-height: 46px;
    }
    .HomeNews .i_right .tab_bott .focus_img .slick-dots {
        display: none !important;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
        height: 30px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_date {
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: unset;
        height: 75px;
    }
    .HomeNews .i_right .tab_bott .tab_right .news_list li .tit {
        line-height: 30px;
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .news_list li .date {
        line-height: 30px;
    }
}

@media(max-width:640px) {}

@media(max-width:480px) {
    .HomeNews {
        padding: 5% 0;
    }
    .HomeNews .i_left .tab_tit li,
    .HomeNews .i_left .party_tit {
        padding: 5% 0;
        margin-bottom: 5%;
    }
    .HomeNews .i_left .tab_tit li .ico img,
    .HomeNews .i_left .party_tit .ico img {
        width: 30px;
    }
    .HomeNews .i_left .tab_tit li .tit {
        padding-top: 5%;
        font-size: 14px;
    }
    .HomeNews .i_left .tab_tit li a {
        font-size: 17px;
    }
    .HomeNews .i_left .party_tit ul.slick-slider {
        padding-top: 3px;
    }
    .HomeNews .i_left .party_tit ul li a {
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .news_pc .pc_txt {
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .HomeNews .i_left .tab_tit li a {
        font-size: 16px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit a {
        font-size: 16px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_date .date_dd {
        padding: 10px 0 8px 0;
    }
    .HomeNews .i_right .tab_bott .news_pc .pc_txt {
        font-size: 14px;
    }
    .HomeNews .i_right .tab_bott .tab_right .top_news .news_tit p {
        height: 48px;
        -webkit-line-clamp: 2;
    }
}

@media(max-width:360px) {
    .HomeNews .i_right .i_left .tab_tit li a {
        font-size: 17px;
    }
}


/* 产品展示 */

.HomePro {
    padding-bottom: 3.7%;
}

.HomePro .W1760 {
    position: relative;
}

.HomePro .pro_bg {
    padding-top: 35.8%;
    display:none;
}
.HomePro .pro_bg:first-child{display:block;}

.HomePro .pro_show {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.HomePro .pro_show .HomeTit {
    position: absolute;
    left: 5%;
    top: 10%;
}

.HomePro .pro_show .HomeTit .tit_cn {
    padding: 10% 0 20%;
    position: relative;
}

.HomePro .pro_show .txt {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    top: 38%;
    left: 5%;
}

.HomePro .pro_show .pro_list {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.HomePro .pro_show .pro_list ul {
    overflow: hidden;
    min-height: 286px;
    position: relative;
}

.HomePro .pro_show .pro_list ul li {
    width: 25%;
    float: left;
    padding: 1.72% 0;
    text-align: center;
    background: url(../images/op_black50.png);
    position: absolute;
    bottom: 0;
}

.HomePro .pro_show .pro_list ul li:nth-child(1) {
    left: 0;
}

.HomePro .pro_show .pro_list ul li:nth-child(2) {
    left: 25%;
}

.HomePro .pro_show .pro_list ul li:nth-child(3) {
    left: 50%;
}

.HomePro .pro_show .pro_list ul li:nth-child(4) {
    left: 75%;
}

.HomePro .pro_show .pro_list ul li img {
    width: 80px;
    height: 80px;
}

.HomePro .pro_show .pro_list ul li .tit {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 5% 0 0;
}

.HomePro .pro_show .pro_list ul li:hover,
.HomePro .pro_show .pro_list ul li.on {
    background: rgba(29,73,146,.92);
}

.HomePro .pro_show .pro_list ul li .more_btn {
    display: none;
    margin: 8% auto 4%;
}

.HomePro .pro_show .pro_list ul li:hover .more_btn,
.HomePro .pro_show .pro_list ul li.on .more_btn {
    display: block;
}

.HomePro .pro_show .pro_list ul li .more_btn:hover,
.HomePro .pro_show .pro_list ul li .more_btn.on {
    color: #fff;
}

@media(max-width:1440px) {
    .HomePro .pro_show .pro_list ul li .tit {
        font-size: 20px;
    }
}

@media(max-width:1366px) {
    .HomePro .pro_show .pro_list ul li .tit {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .HomePro .pro_show .HomeTit .tit_cn {
        padding: 5% 0 10%;
        position: relative;
    }
    .HomePro .pro_show .pro_list ul li .tit,
    .HomePro .pro_show .pro_list ul li .more_btn {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .HomePro .pro_show .pro_list ul li img {
        width: 40px;
        height: 40px;
    }
    .HomePro .pro_show .pro_list ul {
        min-height: 150px;
    }
    .HomePro .pro_show .HomeTit .tit_cn {
        padding: 0 0 4% 0;
    }
    .HomePro .pro_show .txt {
        font-size: 14px;
        top: 32%;
    }
}

@media(max-width:480px) {
    .HomePro .pro_bg {
        padding-top: 60%;
    }
    .HomePro .pro_show .pro_list ul li .tit,
    .HomePro .pro_show .pro_list ul li .more_btn {
        font-size: 12px;
    }
    .HomePro .pro_show .pro_list ul li .more_btn {
        width: 80%;
    }
    .HomePro .pro_show .pro_list ul li img {
        width: 30px;
        height: 30px;
    }
}

.HomePart {
    overflow: hidden;
    padding-bottom: 3.7%;
}

.HomePart .HomeTit {
    overflow: hidden;
    padding-bottom: 8%;
}

.HomePart .HomeTit .tit_cn {
    float: left;
    color: #333333;
}

.HomePart .HomeTit .more_btn {
    float: right;
    color: #666666;
    line-height: 40px;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}


/* 社会责任 */

.HomePart .HomePart1 {
    width: 31.43%;
    float: left;
}

.soList {
    overflow: hidden;
}

.soList li {
    margin-bottom: 4.59%;
    background-color: #eeeff1;
}

.soList li a {}

.soList li {
    padding: 4%;
    border-bottom: 1px #ebebeb solid;
}

.soList li .news_date {
    font-family: Oswald;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 114px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #1d4992;
}

.soList li .news_date .date_dd {
    font-size: 48px;
    line-height: 50px;
}

.soList li .news_date .date_MM {
    font-size: 16px;
    line-height: 20px;
}

.soList li .txtBox {
    float: right;
    width: 70%;
}

.soList li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.soList li .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.soList li:hover {
    background-color: #cc2128;
}

.soList li:hover .news_date {
    background-color: #ffffff;
    color: #cc2128;
}

.soList li:hover .tit {
    color: #fff;
}

.soList li:hover .txt {
    color: #fff;
}


/* 党建工作 */

.HomePart .HomePart2 {
    width: 31.43%;
    float: left;
    margin-left: 3%;
}

.HomePart .HomePart2 .workBox {
    position: relative;
}

.HomePart .HomePart2 .workBox .workList {
    background: url(../images/op_red80.png);
    padding: 7%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 86%;
}

.HomePart .HomePart2 .workBox .workList li {}

.HomePart .HomePart2 .workBox .workList li a {
    display: block;
    padding-left: 2%;
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 4%;
}

.HomePart .HomePart2 .workBox .workList li a:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/dot3.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.HomePart .HomePart2 .workBox .work_bg {
    padding-top: 98.5%;
}

.HomePart .HomePart2 .workBox .workList li a:hover {
    color: #ffd400;
}


/* 企业文化 */

.HomePart .HomePart3 {
    width: 31.43%;
    float: right;
}

.HomePart .HomePart3 .workBox {
    position: relative;
}

.HomePart .HomePart3 .workBox .txtBox {
    position: absolute;
    left: 8%;
    top: 50%;
    z-index: 99;
}

.HomePart .HomePart3 .workBox .txtBox .tit_en {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 1px;
    color: #ffffff;
}

.HomePart .HomePart3 .workBox .txtBox .tit_cn {
    font-family: YouSheBiaoTiHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 1px;
    color: #ffffff;
}

.HomePart .HomePart3 .workBox .txtBox .tit_cn span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
}

.HomePart .HomePart3 .workBox .txtBox .more_btn {
    margin-top: 10%;
}

.HomePart .HomePart3 .workBox .cul_bg {
    padding-top: 98.5%;
}

@media(max-width:1440px) {
    .soList li {
        margin-bottom: 3.4%;
    }
    .soList li .news_date {
        width: 90px;
        height: 90px;
    }
    .soList li .news_date .date_dd {
        font-size: 34px;
        line-height: 40px;
    }
    .HomePart .HomePart3 .workBox .txtBox .tit_en {
        font-size: 20px;
    }
    .HomePart .HomePart3 .workBox .txtBox .tit_cn {
        font-size: 34px;
    }
}

@media(max-width:1366px) {
    .soList li .tit {
        font-size: 18px;
    }
    .soList li .txt {
        font-size: 14px;
        line-height: 27px;
    }
}

@media(max-width:1024px) {
    .HomePart .HomeTit {
        overflow: hidden;
        padding-bottom: 3%;
    }
    .HomePart .HomePart1 {
        width: 100%;
        float: none;
    }
    .soList li {
        padding: 2%;
    }
    .soList li .txtBox {
        float: right;
        width: 86%;
    }
    .HomePart .HomePart2 {
        width: 49%;
        float: left;
        margin-left: 0;
    }
    .HomePart .HomePart3 {
        width: 49%;
        float: right;
    }
    .HomePart .HomePart2 .workBox .workList {
        padding: 5%;
        width: 90%;
    }
}

@media(max-width:768px) {
    .soList li .txtBox {
        float: right;
        width: 82%;
    }
    .HomePart .HomeTit .more_btn {
        line-height: 30px;
    }
    .HomePart .HomeTit .tit_cn {
        line-height: 30px;
    }
    
    .HomePart .HomePart3 .workBox .work_bg {
    /* padding-top: 60%; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.HomePart .HomePart2 .workBox .work_bg{}
}

@media(max-width:480px) {
    .soList li .txtBox {
        float: right;
        width: 74%;
    }
    .HomePart .HomePart2,
    .HomePart .HomePart3 {
        width: 100%;
        float: none;
    }
    .soList li .tit {
        font-size: 16px;
    }
    .soList li .news_date .date_dd {
        font-size: 28px;
        line-height: 40px;
    }
    .HomePart .HomePart3 .workBox .cul_bg
    {
        padding-top:50%;
        }
        .HomePart .HomePart3 .workBox .txtBox
        {
            top:10%;}
}

@media(max-width:420px) {
    .soList li .txtBox {
        float: right;
        width: 70%;
    }
    
}


/* 视频 */

.HomeVideo {}

.videoTab {
    position: relative;
}

.videoTab .tab_top {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 80%;
}

.videoTab .tab_top .tab_tit {}

.videoTab .tab_top .tab_tit li {
    float: left;
    width: 33.33%;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fefefe;
    text-align: center;
    padding: 2.3% 0;
    background: url(../images/op_black50.png);
}

.videoTab .tab_top .tab_tit li.on {
    color: #fff;
    background: url(../images/op_blue92.png);
}

.videoTab .ClassVideo {
    position: relative;
    overflow: hidden;
}

.videoTab .ClassVideo .imgbox img {
    vertical-align: middle;
}

.videoTab .ClassVideo .videoView {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 4;
}

.videoTab .ClassVideo .videoView video {
    display: block;
    object-fit: cover;
}

.videoTab .ClassVideo .btns {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/play.png) center no-repeat;
    cursor: pointer;
}

@media(max-width:768px) {
    .videoTab .ClassVideo .btns {
        background-size: 8%;
    }
    .videoTab .tab_top .tab_tit li {
        padding: 1% 0;
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .videoTab .ClassVideo .btns {
        background-size: 8%;
    }
    .videoTab .tab_top {
        width: 100%;
    }
    .videoTab .tab_top .tab_tit li {
        padding: 0;
        font-size: 14px;
    }
}


/* 友情链接 */

.HomeLinks {
    padding: 2.2% 0;
}

.HomeLinks .frlist {
    max-width: 1200px;
    width: 100%;
	text-align:center;
    margin: 0 auto;
}

.HomeLinks .frlist li {
    position: relative;
    width: 31.33%;
    display:inline-block;
    height: 58px;
    background-color: #eeeff1;
    margin-left: 2%;
}

.HomeLinks .frlist li:nth-child(1) {
    margin-left: 0;
}

.HomeLinks .frlist li p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 5%;
    cursor: pointer;
}

.HomeLinks .frlist li:before {
    content: '';
    width: 9px;
    height: 7px;
    background: url(../images/m_arr.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.HomeLinks .frlist li dl {
    position: absolute;
    top: 58px;
    left: 0;
    width: 90%;
    padding: 5%;
    background: #fff;
    z-index: 999;
    display: none;
}

.HomeLinks .frlist li dl a {
    font-size: 14px;
    line-height: 30px;
}

@media(max-width:768px) {
    .HomeLinks .frlist li {
        height: 48px;
        width: 100%;
        float: none;display:block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .HomeLinks .frlist li p {
        line-height: 48px;
    }
    .HomeLinks .frlist li dl {
        top: 48px;
    }
}


/*首页 end*/


/*栏目页公用样式 s*/

.SubPage {
    height: auto !important;
    height: 200px;
    min-height: 200px;
    padding-top: 3.6%;
    padding-bottom: 3.6%;
}

.SubCon {
    background: url(../uploadfiles/image/ab_bg.jpg) bottom center no-repeat;
}

.SubBan {
    position: relative;
}

.SubBan .txt {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: url(../images/op_bg2.png);
    -webkit-clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 0% 100%);
    color: #fff;
}

.SubBan .txt .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 2px;
    color: #ffffff;
    width: 68%;
    float: right;
    padding-top: 25%;
    text-align: center;
}

.SubBan .txt .tit_en {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 68%;
    float: right;
    text-align: center;
}

.SubBan .imgbox {
    padding-top: 21.95%;
}

@media ( max-width:1440px) {
    .SubBan .txt .tit_cn {
        font-size: 36px;
    }
}

@media ( max-width:1024px) {
    .SubBan .txt .tit_cn {
        font-size: 28px;
    }
}

@media ( max-width:768px) {
    .SubBan .txt {
        width: 60%;
        -webkit-clip-path: polygon(30 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .SubBan .txt .tit_cn {
        font-size: 18px;
        padding-top: 16%;
        line-height: 30px;
    }
    .SubBan .txt .tit_en {
        font-size: 12px;
        padding: 0 0 2%;
        line-height: 30px;
    }
}

@media ( max-width:480px) {
    .SubBan .txt .tit_cn {
        font-size: 16px;
        padding-top: 8%;
        line-height: 30px;
        width: 85%;
    }
    .SubBan .txt .tit_en {
        line-height: 16px;
        width: 85%;
    }
}

.ColumnName {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #1d4992;
    display: none;
    line-height: 38px;
    position: relative;
}

.ColumnName span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
}

.ColumnName .arr {
    position: absolute;
    width: 30px;
    right: 10px;
    top: 0;
    transition: all ease 0.3s;
}

.ColumnName .iconfont {
    font-size: 20px;
}

.ColumnName.on .arr {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}

.SubMenu {
    font-family: "syht";
    line-height: 60px;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 5;
    /* transition: all ease 0.3s; */
    background-color: #f6f6f6;
}

.SubMenu .Contain {
    overflow: hidden;
}

.SubMenu ul {
    float: left;
}

.SubMenu li {
    float: left;
    position: relative;
}

.SubMenu li a {
    z-index: 1;
    position: relative;
    z-index: 1;
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 20px;
}
.SubMenu li.onli {background-color: #1d4992;}
.SubMenu li:hover,
.SubMenu li.active {
    background-color: #cc2128;
}

.SubMenu li:hover a,
.SubMenu li.onli a,
.SubMenu li.active a {
    color: #fff;
}

.SubMenu .place {
    float: right;
    font-size: 15px;
}

.SubMenu .place a {
    color: #666666;
}

.SubMenu.wedding_fix {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 100;
    width: 100%;
}

.Position {
    float: right;
}

.Position span {
    color: #cc2128;
}

.Position a:hover {
    color: #cc2128;
}

@media ( max-width:1440px) {
    .SubMenu li a {
        line-height: 60px;
        font-size: 17px;
    }
}

@media ( max-width:1024px) {
    .SubPage {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Place {
        line-height: 28px;
    }
    .ColumnName {
        display: block;
    }
    .SubMenu ul {
        display: none;
        background: #fff;
        float: none;
    }
    .SubMenu li {
        position: relative;
        display: block;
        text-align: left;
        width: auto;
        float: none;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }
    .SubMenu li a {
        z-index: 1;
        position: relative;
        color: #000000;
        font-size: 15px;
        padding: 0 5%;
        border-left: 0;
        border-right: 0;
        line-height: 36px;
        height: auto;
    }
    .SubMenu li .bg {
        display: none;
    }
    .SubMenu li:last-child {
        border-bottom: 0;
    }
    .SubMenu li a:hover,
    .SubMenu li.active a {
        color: #000000;
    }
    .SubMenu li:hover {
        background-color: #f3f3f3;
    }
    .SubMenu.wedding_fix {
        position: static;
    }
    .Position {
        float: none;
    }
    .SinglePage {
        line-height: 24px;
        font-size: 14px;
    }
    .SinglePage video {
        width: 100% !important;
    }
    .SubTit h2 {
        line-height: 40px;
        font-size: 18px;
    }
    .videoinfo {
        width: 95%;
    }
}

@media ( max-width:768px) {
    .Position {
        float: left;
    }
    .SubMenu {
        line-height: 44px;
    }
}

.SinglePage {
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
}

.SinglePage video {
    width: 80% !important;
    margin: 0px auto;
    height: auto !important;
}

.SubTit {
    text-align: center;
    padding-bottom: 3%;
}

.SubTit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 2px;
    color: #2b2d7c
}

.SubTit .tit_en {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bbbbbb;
}

@media ( max-width:1440px) {
    .SubTit .tit_cn {
        font-size: 30px;
    }
    .SubTit .tit_en {
        font-size: 14px;
        padding: 1% 0 2%;
        line-height: 14px;
    }
}

@media ( max-width:1024px) {
    .SubTit .tit_cn {
        font-size: 28px;
    }
}

@media ( max-width:768px) {
    .SubTit .tit_cn {
        font-size: 22px;
    }
    .SubTit .tit_en {
        font-size: 12px;
        padding: 0 0 2%;
    }
}

@media ( max-width:480px) {
    .SubTit .tit_cn {
        font-size: 18px;
    }
}

.VideoInfo {
    width: 55%;
    margin: 25px auto;
    position: relative;
}

.VideoInfo video {
    object-fit: fill;
    background: #000;
}

.VideoInfo .title {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}

.mfp-close {
    border-radius: 50%;
    background: #0080af;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

@media ( max-width:1280px) {
    .SubBan .txt span {
        width: 50px;
        height: 64px;
    }
    .SubTit .tit_cn {
        font-size: 30px;
        line-height: 30px;
    }
    .SubTit .tit_en {
        font-size: 16px;
        line-height: 16px;
    }
}

@media ( max-width:1024px) {
    .SubPage {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Place {
        line-height: 28px;
    }
    .SubMenu ul {
        display: none;
    }
    .SubMenu li {
        position: relative;
        display: block;
    }
    .SubMenu li a {
        z-index: 1;
        position: relative;
        display: block;
        font-size: 18px;
        color: #000000;
        border-right: 1px solid #eaeaea;
    }
    .SubMenu li a {
        font-size: 15px;
        padding: 0 5%;
        border-left: 0;
        border-right: 0;
        line-height: 36px;
        height: auto;
    }
    .SubMenu li .bg {
        display: none;
    }
    .SubMenu li:last-child {
        border-bottom: 0;
    }
    .SubMenu li a:hover,
    .SubMenu li.active a {
        color: #143a83;
    }
    .SubMenu.wedding_fix {
        position: static;
    }
    .SinglePage {
        line-height: 24px;
        font-size: 14px;
    }
    .SinglePage video {
        width: 100% !important;
    }
    .SubTit h2 {
        line-height: 40px;
        font-size: 18px;
    }
    .videoinfo {
        width: 95%;
    }
    .SubTit .tit_cn {
        font-size: 22px;
        text-align: center;
    }
    .SubTit .tit_en {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
    }
}

@media ( max-width:480px) {
    .SubTit .tit_cn {
        font-size: 18px;
        text-align: center;
    }
    .SubTit .tit_en {
        text-align: center;
    }
}


/*栏目页公用样式 end*/


/* 人力资源 */

.rlzyCon {
    padding: 1.79% 0;
}

.rlzyCon .tab_tit {
    width: 59%;
    margin: 0 auto;
    padding: 3.58% 0;
}

.rlzyCon .tab_tit ul {
    overflow: hidden;
    margin-left: -4.8%;
}

.rlzyCon .tab_tit ul li {
    width: 28.53%;
    height: 50px;
    background-color: #eeeff1;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    margin-left: 4.8%;
    text-align: center;
}

.rlzyCon .tab_tit ul li.on {
    background-color: #cc2128;
    color: #ffffff;
}

.rlzyCon .tab_con {}

.rlzyCon .tab_con .tab_tiem {
    margin-left: -2.5%;
}

.rlzyCon .tab_con .tab_tiem li {
    width: 28.42%;
    float: left;
    margin: 0 0 2.5% 2.5%;
    padding: 1.2%;
}

@media(max-width:1024px) {
    .rlzyCon .tab_tit ul li {
        font-size: 16px;
    }
    .rlzyCon .tab_con .tab_tiem {
        margin-left: -2%;
    }
    .rlzyCon .tab_con .tab_tiem li {
        width: 45.6%;
        margin: 0 0 2% 2%;
    }
    .soList li .txtBox {
        width: 74%;
    }
}

@media(max-width:768px) {
    .rlzyCon .tab_con .tab_tiem {
        margin-left: 0;
    }
    .rlzyCon .tab_con .tab_tiem li {
        width: 96%;
        padding: 2%;
        margin: 0 0 2% 0;
    }
    .soList li .txtBox {
        width: 82%;
    }
}

@media(max-width:480px) {
    .soList li .txtBox {
        width: 72%;
    }
    .rlzyCon .tab_tit {
        width: 100%;
    }
}

@media(max-width:400px) {
    .soList li .news_date .date_dd {
        font-size: 24px;
        line-height: 36px;
    }
    .soList li .news_date .date_MM {
        font-size: 14px;
        line-height: 20px;
    }
}


/* 领导团队 */

.LeaderList {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5% 0;
}

.LeaderList ul {}

.LeaderList ul li {
    border-bottom: 1px #eee dashed;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

.LeaderList ul li .name {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    float: left;
    width: 20%;
    line-height: 50px;
    background-color: #1d4992;
    text-align: center;
}

.LeaderList ul li .position {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    float: left;
    width: 70%;
    padding-left: 10%;
    line-height: 50px;
    background: #fff;
}

@media(max-width:1024px) {}

@media(max-width:768px) {
    .LeaderList ul li .name {
        font-size: 18px;
    }
    .LeaderList ul li .position {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .LeaderList ul li .name {
        font-size: 14px;
        width: 24%;
        line-height: 40px;
    }
    .LeaderList ul li .position {
        font-size: 14px;
        width: 73%;
        padding-left: 3%;
        line-height: 40px;
    }
}


/* 资质荣誉 */

.HonorList {
    padding: 5% 0;
}

.HonorList ul {
    overflow: hidden;
    margin-left: -2.5%;
}

.HonorList ul li {
    width: 28.42%;
    float: left;
    margin: 0 0 2.5% 2.5%;
    padding: 1.2%;
    background-color: #eeeff1;
}

.HonorList ul li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.HonorList ul li .ico {
    overflow: hidden;
    padding: 3% 0;
}

.HonorList ul li .ico p {
    float: left;
    position: relative;
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #b9b9b9;
    padding: 0 20px;
}

.HonorList ul li .ico p:first-child {
    padding-left: 0;
}

.HonorList ul li .ico p:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #dfdfdf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.HonorList ul li .ico p:last-child:before {
    display: none;
}

.HonorList ul li .ico p img {
    margin-right: 5px;
    vertical-align: middle;
}

.HonorList ul li .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.HonorList ul li .more_btn {
    margin: 5% 0 0;
    color: #666666;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

.HonorList ul li:hover {
    background-color: #cc2128;
}

.HonorList ul li:hover .tit {
    color: #fff;
}

.HonorList ul li:hover .ico p {
    color: #fff;
}

.HonorList ul li:hover .txt {
    color: #fff;
}

.HonorList ul li:hover .more_btn {
    background-color: #ffffff;
    color: #cc2128;
}

@media(max-width:1024px) {
    .HonorList ul {
        margin-left: -2%;
    }
    .HonorList ul li {
        width: 45.6%;
        margin: 0 0 2% 2%;
    }
}

@media(max-width:768px) {
    .HonorList ul li .tit {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .HonorList ul li .tit {
        font-size: 16px;
    }
    .HonorList ul {
        margin-left: 0%;
    }
    .HonorList ul li {
        width: 96%;
        margin: 0 0 2% 0%;
        padding: 2%;
    }
    .HonorList ul li .ico {
        overflow: hidden;
        padding: 1% 0;
    }
}


/* 公司公告 */

.ggCon {
    padding-bottom: 2%;
}

.Ywgk_box {
    padding: 5% 0;
}

.Ywgk_box .Ywgk-list {
    line-height: 34px;
    padding-left: 17px;
    position: relative;
    padding: 1.52% 3%;
    border-bottom: dotted 1px #e5e5e5;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
}

.Ywgk_box .Ywgk-list:nth-child(1) {
    border-top: solid 1px #e5e5e5;
}

.Ywgk_box .Ywgk-list:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/dot1.png);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 1.5%;
}

.Ywgk_box .Ywgk-list .Ywgk-time {
    font-family: Oswald;
    font-size: 16px;
    color: #999999;
}

.Ywgk_box .Ywgk-list .Ywgk-tit {
    width: 86%;
    color: #333;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Ywgk_box .Ywgk-list:hover {
    background-color: #cc2128;
}

.Ywgk_box .Ywgk-list:hover:after {
    background: url(../images/dot3.png);
}

.Ywgk_box .Ywgk-list:hover .Ywgk-tit {
    color: #fff;
}

.Ywgk_box .Ywgk-list:hover .Ywgk-time {
    color: #fff;
}

@media(max-width:992px) {
    .Ywgk_box .Ywgk-list {}
    .Ywgk_box .Ywgk-list .Ywgk-tit {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .Ywgk_box .Ywgk-list {
        padding: 2% 2% 2% 5%;
    }
    .Ywgk_box .Ywgk-list .Ywgk-tit {
        font-size: 14px;
        width: 80%;
    }
    .Ywgk_box .Ywgk-list .Ywgk-time {
        font-size: 14px;
    }
}

@media(max-width:414px) {
    .Ywgk_box .Ywgk-list {
        padding: 1.6% 5%;
    }
    .Ywgk_box .Ywgk-list .Ywgk-tit {
        width: 74%;
    }
}


/* 新闻详情 */

.NewsDetail {
    padding: 5% 0;
}

.NewsDetail .De_top {
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
}

.NewsDetail .De_top .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.NewsDetail .De_top ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1.5% 0;
}

.NewsDetail .De_top ul li {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
    position: relative;
    padding: 0 10px;
}

.NewsDetail .De_top ul li:nth-child(1) {
    padding-left: 0;
}

.NewsDetail .De_top ul li:after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.NewsDetail .De_top ul li:last-child:after {
    display: none;
}

.NewsDetail .De_top ul li span {
    color: #e3202f;
}

.NewsDetail .De_top ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.NewsDetail .De_top ul li a {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-left: 10px;
}

.NewsDetail .De_top ul li .bshareb,
.NewsDetail .De_top ul li .bshare-custom {
    float: left;
}

.NewsDetail .De_top ul li .bshare-custom {
    line-height: unset !important;
}

.NewsDetail .De_top ul li a {
    margin-left: 4px;
}

.NewsDetail .De_top ul li a.wx {
    background: url(../images/share_ico1.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.wb {
    background: url(../images/share_ico2.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qq {
    background: url(../images/share_ico3.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.qqkj {
    background: url(../images/share_ico4.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.rrw {
    background: url(../images/share_ico5.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_bot {
    padding-top: 3%;
    border-bottom: 1px #e5e5e5 solid;
}

.NewsDetail .De_bot img {
    display: block;
    margin: 0 auto;
}

.NewsDetail .De_bot p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 2%;
    text-indent: 2em;
}
.NewsDetail .De_bot table{border-collapse:collapse !important;text-indent:0 !important;border:1px solid #333 !important;text-align:center !important}
.NewsDetail .De_bot table td{padding:20px}
.NewsDetail .De_bot table p{text-indent:0}
.NewsDetail .De_bot img {
    padding-bottom: 3%;
    margin: 0 auto;
}

.otherNews {
    padding: 2% 0;
}

.back_btn {
    display: block;
    line-height: 80px;
    width: 296px;
    height: 84px;
    background-color: #1d4992;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 84px;
    letter-spacing: 0px;
    color: #fefefe;
    margin: 0 auto;
}

.back_btn img {
    margin-right: 10px;
}

.back_btn:hover {
    color: #fff;
}

.back_btn img {
    vertical-align: middle;
}

.otherNews a {
    background-color: #f4f4f4;
    display: block;
    overflow: hidden;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}


    .otherNews a.on,
    .otherNews a:hover {
        background-color: #1d4992;
        color: #fff;
    }


@media(max-width:768px) {
    .NewsDetail {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .NewsDetail .De_top .tit {
        font-size: 18px;
    }
    .NewsDetail .De_top ul {
        display: block;
    }
    .NewsDetail .De_top ul li {
        padding: 0;
        float: none;
        width: 100%;
        text-align: left;
    }
    .NewsDetail .De_top .date {
        font-family: Montserrat-Regular;
        font-size: 12px;
        color: #a22224;
        padding: 5px;
    }
    .NewsDetail .De_bot p {
        text-align: justify;
    }
    .otherNews {
        width: 100%;
        float: none;
    }
    .News_btn {
        font-size: 14px;
    }
    .back_btn {
        width: 200px;
        line-height: 60px;
        height: 60px;
        font-size: 18px;
    }
}


/* 专题专栏 */

.ztzlCon {
    padding: 5% 0;
}

.ztzlCon .tab_tit {
    width: 72.62%;
    margin: 0 auto;
    padding: 0 0 3%;
}

.ztzlCon .tab_tit ul {
    overflow: hidden;
    margin-left: -1.96%;
}

.ztzlCon .tab_tit ul li a {
    width: 17.53%;
    height: 50px;
    background-color: #eeeff1;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    margin-left: 1.96%;
    text-align: center;
}



    .ztzlCon .tab_tit ul li.on a,.ztzlCon .tab_tit ul li:hover a {
        background-color: #cc2128;
        color: #ffffff;
    }

.ztzlCon .tab_con {}

.ztzlCon .Ywgk_box {
    padding: 0;
}

.ztzlCon .Ywgk_box .Ywgk-list:hover {
    background-color: #1d4992;
}

@media(max-width:768px) {
    .ztzlCon .tab_tit {
        width: 100%;
    }
    .ztzlCon .tab_tit ul li {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .ztzlCon .tab_tit ul li {
        width: 47.53%;
        margin-bottom: 1.96%;
    }
}


/* 产品展示 */

.proCon {
    padding-bottom: 5%;
}

.ProList {
    padding: 5% 0;
}

.ProList ul {
    margin-left: -2.1%;
    overflow: hidden;
}

.ProList ul li {
    background-color: #eeeff1;
    margin: 0 0 2.1% 2.1%;
    width: 47.9%;
    float: left;
}

.ProList ul li .imgbox {
    width: 52.34%;
    float: left;
    padding-top: 37.8%;
}

.ProList ul li .info {
    width: 36.7%;
    float: right;
    padding: 5%;
}

.ProList ul li .info .name {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.ProList ul li .info .produce {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ProList ul li .info .more_btn {
    margin-top: 5%;
    color: #666666;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    line-height: 40px;
}

.ProList ul li:hover .more_btn {
    background-color: #cc2128;
    color: #fff;
}

.ProList ul li:hover .info .name {
    color: #cc2128;
}

@media(max-width:1024px) {
    .ProList ul li .info {
        padding: 2%;
    }
    .ProList ul li .info .produce {
        font-size: 14px;
        line-height: 26px;
        height: 78px;
    }
}

@media(max-width:768px) {
    .ProList ul {
        margin-left: 0;
    }
    .ProList ul li {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .ProList .Ltitle {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .ProList ul li .imgbox {
        width: 100%;
        float: none;
        padding-top: 72%;
    }
    .ProList ul li .info {
        width: 96%;
        float: none;
    }
    .ProList ul li .info .name {
        text-align: center;
    }
    .ProList ul li .info .more_btn {
        margin: 0 auto;
    }
    .ProList ul li .info .produce {
        margin: 5% 0;
    }
}


/* 产品认证 */

.rzzsList {
    padding: 5% 0;
}

.rzzsList ul {
    width: 80%;
    margin: 0 auto;
}

.rzzsList ul li {
    float: left;
    margin-left: 20px;
    text-align: center;
}

.rzzsList ul li .img {
    position: relative;
    padding: 12%;
}

.rzzsList ul li.slick-current .img {
    padding: 0;
}

.rzzsList ul li .img .maskbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

.rzzsList ul li .img .maskbox img {
    width: 54px;
}

.rzzsList ul li .img .imgbox {
    padding-top: 143.5%;
    border: 20px #eeeff1 solid;
}

.rzzsList ul li .txt {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    display: none;
    padding-top: 10%;
}

.rzzsList ul li.slick-current .txt {
    display: block;
}

.rzzsList ul li:hover .maskbox {
    opacity: 0.5;
}

.rzzsList .slick-arrow {}

.rzzsList .slick-prev {
    background: url(../images/arr_l.png) center no-repeat;
}

.rzzsList .slick-next {
    background: url(../images/arr_r.png) center no-repeat;
}

@media(max-width:640px) {
    .rzzsList ul li .img {
        padding: 0;
    }
    .rzzsList ul li .img .imgbox {
        border: 0;
    }
    .rzzsList ul li .txt {
        font-size: 18px;
    }
}


/* 产品详情 */

.proDe {
    overflow: hidden;
    padding: 3.5% 0;
    margin-bottom: 2%;
    border-bottom: solid 1px #e5e5e5;
}

.proDe .proDeLeft {
    width: 35.72%;
    float: left;
}

.proDe .proDeLeft ul {}

.proDe .proDeLeft ul li {}

.proDe .proDeLeft ul li .imgbox {
    padding-top: 65.67%;
}

.proDe .proDeLeft .slick-dots {
    padding: 2% 0;
}

.proDe .proDeLeft .slick-dots li button {
    background: #1d4992;
}

.proDe .proDeLeft .slick-dots li.slick-active button {
    background: #cc2128;
}

.proDe .proDeLeft .proAdd {
    font-family: MicrosoftYaHei;
    color: #333333;
    padding-top: 5%;
}

.proDe .proDeLeft .proAdd .tit {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    position: relative;
    padding-bottom: 2%;
}

.proDe .proDeLeft .proAdd .tit:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #1d4992;
    position: absolute;
    left: 0;
    bottom: 0;
}

.proDe .proDeLeft .proAdd .txt {
    padding-top: 2%;
}

.proDe .proDeLeft .proAdd .txt p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;
}

.proDe .proDeRight {
    width: 60%;
    float: right;
}

.proDe .proDeRight .tit {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 2%;
}

.proDe .proDeRight .tab_tit {
    padding: 3% 0;
}

.proDe .proDeRight .tab_tit ul {
    overflow: hidden;
}

.proDe .proDeRight .tab_tit ul li {
    width: 166px;
    height: 50px;
    background-color: #f6f6f6;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    margin-right: 2%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.proDe .proDeRight .tab_tit ul li.on {
    background-color: #cc2128;
    color: #ffffff;
}

.proDe .proDeRight .tab_con {}

.proDe .proDeRight .tab_con .tab_item {
    font-family: MicrosoftYaHei;
}

.proDe .proDeRight .tab_con .tab_item .tit {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 0;
    border: none;
}

.proDe .proDeRight .tab_con .tab_item .txt {
    margin-bottom: 2%;
}

.proDe .proDeRight .tab_con .tab_item .txt p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 36px;
    color: #666666;
}

@media(max-width:1440px) {
    .proDe .proDeLeft .proAdd .tit {
        font-size: 20px;
    }
    .proDe .proDeRight .tit {
        font-size: 32px;
    }
}

@media(max-width:1024px) {
    .proDe .proDeLeft,
    .proDeRight.proDeRight {
        width: 100%;
        float: none;
    }
    .proDe .proDeLeft .proAdd {
        background-color: #eee;
        padding: 2%;
    }
    .proDe .proDeLeft {
        padding-bottom: 2%;
    }
    .proDe .proDeRight .tit {
        font-size: 24px;
    }
    .proDe .proDeRight .tab_con .tab_item .txt p {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .proDe .proDeRight .tit {
        font-size: 20px;
    }
    .proDe .proDeLeft .proAdd .tit {
        font-size: 16px;
    }
    .proDe .proDeLeft .proAdd .txt p {
        font-size: 14px;
    }
    .proDe .proDeRight .tab_tit ul li {
        width: 46%;
    }
}


/* 销售网络 */

.netCon {
    background: #fff;
}

.SaleNet {
    padding: 5% 0;
}

.SaleNet .tab_tit {}

.SaleNet .tab_tit ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SaleNet .tab_tit ul li {
    width: 20%;
    height: 50px;
    background-color: #eeeff1;
    border-radius: 4px;
    float: left;
    margin-right: 2%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.SaleNet .tab_tit ul li:last-child {
    margin-right: 0;
}

.SaleNet .tab_tit ul li.on {
    background-color: #cc2128;
    color: #fff;
}

.SaleNet .tab_con {}

.SaleNet .tab_con .tab_item {
    text-align: center;
}

.SaleNet .tab_con .tab_item img {}

.SaleNet .tab_con .tab_item .chinaMap {
    width: 60%;
}

@media(max-width:1024px) {
    .SaleNet .tab_tit ul li {
        width: 30%;
        font-size: 14px;
    }
}


/* 社会责任 */

.poCon {}

.shzrBox {
    padding: 5% 0;
}

.shzrBox .soList {
    margin-left: -2.34%;
}

.shzrBox .soList li {
    width: 42.98%;
    float: left;
    padding: 2.34%;
    margin-left: 2.34%;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 2.34%;
}

.shzrBox .soList li .txtBox {
    float: right;
    width: 78%;
}

.shzrBox .soList li .more_btn {
    margin-top: 5%;
    line-height: 40px;
    color: #666666;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

.shzrBox .soList li:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.shzrBox .soList li:hover .news_date {
    background-color: #cc2128;
    color: #fff;
}

.shzrBox .soList li:hover .more_btn {
    background-color: #cc2128;
    color: #fff;
}

.shzrBox .soList li:hover .tit {
    color: #333333;
}

.shzrBox .soList li:hover .txt {
    color: #777777;
}

@media (max-width: 1024px) {
    .shzrBox .soList li .txtBox {
        width: 74%;
    }
}

@media (max-width: 768px) {
    .shzrBox .soList {
        margin-left: 0;
    }
    .shzrBox .soList li {
        width: 96%;
        padding: 2%;
        margin-left: 0;
    }
    .shzrBox .soList li .txtBox {
        width: 82%;
    }
}

@media (max-width: 480px) {
    .shzrBox .soList li .txtBox {
        width: 74%;
    }
}

@media (max-width: 420px) {
    .shzrBox .soList li .txtBox {
        width: 68%;
    }
}


/* 联系我们 */

.MapBox {}

#dituContent {
    height: 420px;
}

.ContactCon {
    padding: 4.5% 0;
}

.ContactCon .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #231815;
    text-align: center;
}

.ContactCon .dhBox {
    background-color: #eeeff1;
    padding: 2%;
    overflow: hidden;
    margin: 3% 0;
}

.ContactCon .dhBox dl {
    position: relative;
    width: 25%;
    float: left;
}

.ContactCon .dhBox dl:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ContactCon .dhBox dl:last-child:before {
    display: none;
}

.ContactCon .dhBox dl dt {
    float: left;
    width: 30%;
    text-align: center;
}

.ContactCon .dhBox dl dd {
    width: 70%;
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #777777;
}

.ContactCon .dhBox dl dd p {
    color: #231815;
}

.ContactCon .dzBox {}

.ContactCon .dzBox .dzList {
    overflow: hidden;
    margin-left: -2.35%;
}

.ContactCon .dzBox .dzList li {
    width: 26.28%;
    float: left;
    margin: 0 0 2.35% 2.35%;
    padding: 2.35%;
    background-color: #eeeff1;
    min-height: 146px;
}

.ContactCon .dzBox .dzList li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 6%;
}

.ContactCon .dzBox .dzList li p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
}

@media (max-width: 1024px) {
    .ContactCon .title {
        font-size: 22px;
    }
    .ContactCon .dhBox dl {
        width: 50%;
        margin-bottom: 2%;
    }
    .ContactCon .dzBox .dzList {
        margin-left: -2%;
    }
    .ContactCon .dzBox .dzList li {
        padding: 2%;
        width: 44%;
        margin-left: 2%;
    }
}

@media (max-width: 480px) {
    .ContactCon .title {
        font-size: 18px;
    }
    .ContactCon .dhBox dl {
        width: 100%;
        padding: 2% 0;
        margin-bottom: 0;
    }
    .ContactCon .dhBox dl dd {
        font-size: 14px;
    }
    .ContactCon .dhBox dl:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #000000;
        opacity: 0.1;
        position: absolute;
        top: unset;
        bottom: 0;
        transform: unset;
        right: unset;
        left: 0;
    }
    .ContactCon .dzBox .dzList {
        margin-left: 0;
    }
    .ContactCon .dzBox .dzList li {
        padding: 5%;
        width: 90%;
        margin-left: 0;
        min-height: unset;
    }
    .ContactCon .dzBox .dzList li .tit {
        margin-bottom: 3%;
        font-size: 16px;
    }
}


/* 公司简介 */

.gsjjCon {
    padding: 4% 0;
}

.gsjjCon .txtBox {
    width: 50%;
    float: left;
}

.gsjjCon .txtBox .tit {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #231815;
    padding-bottom: 2%;
}

.gsjjCon .txtBox .txt {}

.gsjjCon .txtBox .txt p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 2%;
}

.gsjjCon .jjright {
    width: 42.7%;
    float: right;
}

.gsjjCon .jjright .imgbox {
    padding-top: 63.4%;
}

.gsjjCon .jjright .AboutNum {
    margin-top: 5.6%;
    background: url(../images/logo_op4.png) center no-repeat;
}

.gsjjCon .jjright .AboutNum ul {
    overflow: hidden;
    border: solid 1px #e5e5e5;
}

.gsjjCon .jjright .AboutNum ul li {
    width: 39.9%;
    float: left;
    position: relative;
    padding: 5%;
    border-left: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
}

.gsjjCon .jjright .AboutNum ul li:nth-child(1),
.gsjjCon .jjright .AboutNum ul li:nth-child(3) {
    border-left: none
}

.gsjjCon .jjright .AboutNum ul li:nth-child(3),
.gsjjCon .jjright .AboutNum ul li:nth-child(4) {
    border-bottom: none;
}

.gsjjCon .jjright .AboutNum ul li p {
    margin-bottom: 5%;
}

.gsjjCon .jjright .AboutNum ul li p strong {
    font-family: Oswald;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #1d4992;
}

.gsjjCon .jjright .AboutNum ul li p em {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #999999;
}

.gsjjCon .jjright .AboutNum ul li span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

@media (max-width: 1440px) {
    .gsjjCon .txtBox .tit {
        font-size: 32px;
    }
    .gsjjCon .jjright .AboutNum ul li p strong {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .gsjjCon .txtBox,
    .gsjjCon .jjright {
        width: 100%;
        float: none;
    }
    .gsjjCon .txtBox .tit {
        font-size: 28px;
    }
    .gsjjCon .txtBox .txt p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gsjjCon .txtBox .tit {
        font-size: 20px;
    }
    .gsjjCon .txtBox .txt p {
        font-size: 14px;
        line-height: 30px;
    }
    .gsjjCon .jjright .AboutNum ul li p strong {
        font-size: 40px;
    }
    .gsjjCon .jjright .AboutNum ul li {
        width: 39.8%;
    }
    .gsjjCon .jjright .AboutNum ul li span {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .gsjjCon .jjright .AboutNum ul li span {
        font-size: 14px;
    }
}


/* 组织机构 */

.zzjgCon {
    padding: 3.5% 0;
}

.zzjgCon .zzjgPc {
    text-align: center;
    padding-bottom: 5%;
}

.zzjgCon .timeline {
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.zzjgCon .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 5%;
    text-align: center;
}

.zzjgCon .timeline .dates {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zzjgCon .timeline .dates li {
    list-style: none;
    float: left;
    height: 50px;
    /* margin-left: 2%; */
}

.zzjgCon .timeline .dates a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 0 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.zzjgCon .timeline .dates .slick-center a,
.zzjgCon .timeline .dates a:hover {
    background-color: #cc2128;
    color: #fff;
}

.zzjgCon .timeline .issues {
    /* width: 1000px; */
    overflow: hidden;
    padding: 2% 0;
}

.zzjgCon .timeline .issues li {
    width: 1680px;
    list-style: none;
    float: left;
}

.zzjgCon .timeline .issues li .itembox {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.zzjgCon .timeline .issues li .imgbox {
    float: left;
    width: 45.8%;
    padding-top: 30.3%;
}

.zzjgCon .timeline .issues li .txtBox {
    width: 48%;
    float: right;
}

.zzjgCon .timeline .issues li .txtBox .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #231815;
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.zzjgCon .timeline .issues li .txtBox .tit:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #144996;
    position: absolute;
    left: 0;
    bottom: 0;
}

.zzjgCon .timeline .issues li .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.timeline .slick-prev,
.timeline .slick-next {
    position: absolute;
    font-size: 70px;
    top: 22px;
    width: 54px;
    height: 54px;
    text-indent: -9999px;
    overflow: hidden;
    color: #000;
    background: none;
    border-radius: 0;
}

.timeline .slick-prev {
    left: 0;
}

.timeline .slick-next {
    right: 0;
}

.timeline .slick-next:hover {
    background: #f5f5f5 url('../images/arr_r2.png') center no-repeat;
}

.timeline .slick-prev:hover {
    background: #f5f5f5 url('../images/arr_l2.png') center no-repeat;
}

.timeline .slick-next {
    right: 0;
    background: #f5f5f5 url('../images/arr_r.png') center no-repeat;
}

.timeline .slick-prev {
    left: 0;
    background: #f5f5f5 url('../images/arr_l.png') center no-repeat;
}

.timeline .slick-next.disabled,
.timeline .slick-prev.disabled {
    opacity: 0.2;
}

@media ( max-width:1440px) {
    .timeline .slick-next,
    .timeline .slick-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .zzjgCon .title {
        font-size: 32px;
    }
}

@media ( max-width:1024px) {
    .zzjgCon .timeline .dates li {
        height: 40px;
    }
    .zzjgCon .timeline .dates a {
        font-size: 16px;
        line-height: 40px;
    }
    /* .timeline .slick-next,
    .timeline .slick-prev{
        top: 0;
    } */
    .zzjgCon .timeline .issues li .txt {
        height: unset;
        max-height: unset;
        font-size: 14px;
        line-height: 30px;
    }
    .zzjgCon .timeline .issues li .txtBox .tit {
        font-size: 20px;
    }
    .zzjgCon .title {
        font-size: 28px;
    }
}

@media ( max-width:768px) {
    .zzjgCon .title {
        font-size: 24px;
    }
    .zzjgCon .timeline .dates a {
        font-size: 16px;
        background-color: #fdfdfd;
        margin-left: 0;
    }
    .zzjgCon .timeline .issues li .txt p {
        font-size: 14px;
        line-height: 30px;
    }
    .zzjgCon .timeline .issues li .imgbox {
        float: none;
        width: 100%;
        padding-top: 65.3%;
    }
    .zzjgCon .timeline .issues li .txtBox {
        width: 100%;
        float: none;
        margin-top: 2%;
    }
    .timeline .slick-prev {
        left: 0;
        background: #fff url(../images/arr_l.png) center no-repeat;
    }
}

@media ( max-width:480px) {
    .zzjgCon .title {
        font-size: 18px;
    }
    .zzjgCon .timeline .dates a {
        font-size: 14px;
    }
    .zzjgCon .timeline .issues li .txtBox .tit {
        font-size: 18px;
    }
}

@media ( max-width:414px) {}


/* 公司新闻 */

.xwCon {
    overflow: hidden;
    padding: 4.5% 0;
}

.xwCon .newsYear {
    width: 12.7%;
    float: left;
}

.xwCon .newsYear ul {
    position: relative;
    padding: 5% 0;
}

.xwCon .newsYear ul:before {
    content: '';
    width: 1px;
    min-height: 810px;
    background-color: #1d4992;
    position: absolute;
    left: 20%;
    top: 0;
}

.xwCon .newsYear ul li {
    font-family: Oswald;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #999999;
    height: 45px;
    position: relative;
    text-align: center;
    width: 200px;
}

    .xwCon .newsYear ul li a{
        font-family: Oswald;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #999999;
        height: 45px;
        position: relative;
        text-align: center;
        width: 200px;
    }

.xwCon .newsYear ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #1d4992;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.xwCon .newsYear ul li.on,
.xwCon .newsYear ul li:hover {
    background: url(../images/news_bg1.png) left center no-repeat;
    color: #fff;
}

.xwCon .newsContent {
    width: 84%;
    float: right;
}

.xwCon .newsContent .tab_con {}

.xwCon .newsContent .tab_con .tab_item {}

.newsContent .tab_item ul {}

.newsContent .tab_item ul li {
    overflow: hidden;
    margin-bottom: 2.8%;
}

.newsContent .tab_item ul li .imgbox {
    width: 29.8%;
    padding-top: 16.59%;
    float: left;
}

.newsContent .tab_item ul li .txtBox {
    width: 100%;
    float: right;
}

.newsContent .tab_item ul li .txtBox .date {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #bbbbbb;
}

.newsContent .tab_item ul li .txtBox .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 1%;
}

.newsContent .tab_item ul li .txtBox .txt {
    margin: 3% 0 5%;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsContent .tab_item ul li .txtBox .more_btn {
    color: #666666;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    line-height: 40px;
}

.newsContent .tab_item ul li:hover .txtBox .tit {
    color: #cc2128;
}

.newsContent .tab_item ul li:hover .txtBox .more_btn {
    color: #fff;
    background-color: #cc2128;
}

@media ( max-width:1440px) {
    .xwCon .newsYear ul:before {
        left: 25%;
    }
}

@media ( max-width:1366px) {
    .xwCon .newsYear ul:before {
        left: 26%;
    }
    .xwCon .newsContent {
        width: 80%;
        float: right;
    }
}

@media ( max-width:1024px) {
    .xwCon .newsYear ul:before {
        left: 21.5%;
    }
    .xwCon .newsYear {
        width: auto;
        float: left;
    }
    .xwCon .newsContent {
        width: 75%;
        float: right;
    }
    .newsContent .tab_item ul li .txtBox .tit {
        padding-top: 0;
        font-size: 16px;
    }
    .newsContent .tab_item ul li .txtBox .txt {
        margin: 2% 0;
    }
}

@media ( max-width:768px) {
    .xwCon .newsYear ul li {
        width: 100px;
        font-size: 14px;
    }
    .xwCon .newsYear ul li.on,
    .xwCon .newsYear ul li:hover {
        background: url(../images/news_bg1.png) left center no-repeat;
        color: #fff;
        background-size: 100%;
    }
    .xwCon .newsContent {
        width: 78%;
        float: right;
    }
}

@media ( max-width:480px) {
    .xwCon .newsContent {
        width: 70%;
        float: right;
    }
    .newsContent .tab_item ul li .imgbox {
        width: 100%;
        padding-top: 55%;
        float: none;
    }
    .newsContent .tab_item ul li .txtBox {
        width: 100%;
        float: none;
    }
}


/* 企业文化 */

.culCon {
    padding: 4.5% 0;
}

.culCon .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 3%;
}

.culCon .title span {
    font-size: 24px;
    color: #cc2128;
}

.culCon .exp {}

.culCon .exp li {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 3%;
    padding-left: 1.5%;
    position: relative;
}

.culCon .exp li:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/dot2.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.culCon .exp li span {
    font-weight: bold;
    color: #333333;
}

.culCon .slogenBox {}

.culCon .slogenBox ul {
    overflow: hidden;
    margin-left: -1.2%;
}

.culCon .slogenBox ul li {
    position: relative;
    width: 48.8%;
    float: left;
    margin-left: 1.2%;
}

.culCon .slogenBox ul li .txtBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 5%;
    z-index: 99;
}

.culCon .slogenBox ul li .txtBox .tit {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 2%;
}

.culCon .slogenBox ul li .txtBox .txt {
    font-size: 24px;
    color: #ffffff;
}

.culCon .slogenBox ul li .imgbox {
    padding-top: 39.18%;
}

.culCon .slogenBox ul li:nth-child(1) .imgbox {
    padding-top: 80.8%;
}

.culCon .slogenBox ul li:nth-child(2) {
    margin-bottom: 1.2%;
}

@media ( max-width:1440px) {
    .culCon .title,
    .culCon .slogenBox ul li .txtBox .tit {
        font-size: 32px;
    }
    .culCon .title span,
    .culCon .slogenBox ul li .txtBox .txt {
        font-size: 20px;
    }
}

@media ( max-width:1024px) {
    .culCon .exp li {
        font-size: 14px;
        line-height: 30px;
    }
    .culCon .title,
    .culCon .slogenBox ul li .txtBox .tit {
        font-size: 26px;
    }
    .culCon .title span,
    .culCon .slogenBox ul li .txtBox .txt {
        font-size: 16px;
    }
    .culCon .exp li:before {
        top: 9px;
    }
    .culCon .slogenBox ul li .txtBox .tit {
        line-height: 40px;
    }
}

@media ( max-width:768px) {
    .culCon .exp li {
        padding-left: 3%;
    }
    .culCon .title,
    .culCon .slogenBox ul li .txtBox .tit {
        font-size: 20px;
    }
}

@media ( max-width:480px) {
    .culCon .exp li {
        padding-left: 5%;
    }
    .culCon .slogenBox ul li {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 2%;
    }
    .culCon .slogenBox ul li:nth-child(2) {
        margin-bottom: 2%;
    }
}


/* 文体活动 */

.culAcList {}

.culAcList ul {
    margin-left: -2%;
    overflow: hidden;
}

.culAcList ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
}

.culAcList ul li .imgbox {
    padding-top: 65.5%;
}

.culAcList ul li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 3%;
}

.culAcList ul li .date {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding-bottom: 3%;
}

.culAcList ul li:hover .tit {
    color: #cc2128;
}

@media ( max-width:1440px) {
    .culAcList ul li .tit {
        font-size: 19px;
    }
}

@media ( max-width:1366px) {}

@media ( max-width:1024px) {
    .culAcList ul li {
        width: 48%;
    }
}

@media ( max-width:768px) {}

@media ( max-width:480px) {
    .culAcList ul {
        margin-left: 0;
    }
    .culAcList ul li {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .culAcList ul li .tit {
        font-size: 18px;
    }
    .culAcList ul li .date {
        font-size: 14px;
    }
}


/* 党建工作 */

.partyCon {
    padding: 3.56% 0;
}

.partyCon .slideBox {
    background: #ffffff;
    margin-bottom: 3%;
}

.partyCon .slideBox li {
    display: flex;
}

.partyCon .slideBox li .imgbox {
    width: 48.58%;
    padding-top: 32.03%;
    float: left;
}

.partyCon .slideBox li .txtbox {
    padding: 5%;
    width: 41.42%;
    background-color: #cc2128;
    float: right;
}

.partyCon .slideBox li .txtbox .date {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
}

.partyCon .slideBox li .txtbox .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fefefe;
    padding: 2% 0 5%;
    border-bottom: solid 1px #d64d53;
}

.partyCon .slideBox li .txtbox .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 5% 0;
}

.partyCon .slideBox li .txtbox .more_btn {
    line-height: 40px;
}

.partyCon .slideBox .slick-arrow {
    bottom: 10%;
    top: unset;
}

.partyCon .slideBox .slick-prev {
    left: 70%;
    right: unset;
}

.partyCon .slideBox .slick-next {
    left: 75%;
    right: unset;
}

.partyCon .slideBox .slick-dots {
    right: 25%;
    margin-right: -50px;
    bottom: 5%;
    width: 100px;
    left: unset;
}

.partyCon .slideBox .slick-dots li {
    display: inline-block;
}

.partyCon .slideBox .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.4;
}

.partyCon .slideBox .slick-dots li.slick-active button {
    opacity: 1;
}

.partyCon .Ywgk_box {
    padding-top: 3%;
    border-top: solid 1px #e5e5e5;
}

.partyCon .Ywgk_box .Ywgk-list,
.partyCon .Ywgk_box .Ywgk-list:nth-child(1) {
    border: none;
}

.partyCon .Ywgk_box .Ywgk-list {
    padding: 0 2%;
    line-height: 44px;
    font-size: 14px;
}

.partyCon .Ywgk_box .Ywgk-list .Ywgk-tit {
    font-size: 14px;
}

.partyCon .Ywgk_box .Ywgk-list:after {
    left: 0;
}

.partyCon .Ywgk_box .Ywgk-list:hover {
    background: none;
}

.partyCon .Ywgk_box .Ywgk-list:hover .Ywgk-tit {
    color: #333;
}

.partyCon .Ywgk_box .Ywgk-list:hover:after {
    background: url(../images/dot4.png);
}

.partyCon .Ywgk_box .Ywgk-list:hover .Ywgk-time {
    color: #ddd;
}

@media ( max-width:1024px) {
    .partyCon .slideBox li .txtbox {
        padding: 3%;
    }
    .partyCon .slideBox li .txtbox .date {
        font-size: 14px;
    }
    .partyCon .slideBox li .txtbox .tit {
        font-size: 18px;
    }
    .partyCon .slideBox .slick-dots {
        right: 27%;
    }
}

@media ( max-width:480px) {
    .partyCon .slideBox li {
        display: block;
    }
    .partyCon .slideBox li .imgbox {
        width: 100%;
        float: none;
        padding-top: 66%;
    }
    .partyCon .slideBox li .txtbox {
        width: 94%;
        padding: 3%;
    }
    .partyCon .Ywgk_box .Ywgk-list {
        padding: 0 5%;
        line-height: 30px;
    }
}

@media ( max-width:768px) {}


/* 上市公司 */

.companyCon {
    padding: 4.5% 0;
}

.companyCon .title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding-bottom: 2%;
}

.companyCon .tableTit {
    height: 128px;
    overflow: hidden;
}

.companyCon .tip {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    color: #333333;
    padding-top: 2%;
}

.companyCon .tip span {
    color: #cc2128;
}

.companyCon .tip p {
    color: #777;
    font-weight: normal;
}

.companyCon .Table1,
.companyCon .Table2 {
    margin-bottom: 5%;
}

.companyCon .Table1 .tableTit {
    background-color: #1d4992;
}

.companyCon .Table2 .tableTit {
    background-color: #cc2128;
}

.companyCon .tableTit span {
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 128px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    float: left;
    text-align: center;
    position: relative;
}

.companyCon .tableCon {
    background-color: #eeeff1;
}

.companyCon .tableCon li {
    border-bottom: 1px #fff solid;
    overflow: hidden;
}

.companyCon .tableCon li span {
    font-family: SourceHanSansCN;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    padding: 2% 0;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    float: left;
    text-align: center;
}

.companyCon .tableCon li span:before,
.companyCon .tableTit span:before {
    content: '';
    width: 1px;
    height: 160px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.Table1 .tableTit span:nth-child(1) {
    width: 22%;
    text-align: center;
}

.Table1 .tableCon li span:nth-child(1) {
    width: 20%;
    text-align: center;
    padding: 1% 1% 0;
}

.Table1 .tableTit span:nth-child(1):before,
.Table1 .tableCon li span:nth-child(1):before {
    display: none;
}

.Table1 .tableTit span:nth-child(2),
.Table1 .tableCon li span:nth-child(2) {
    width: 10%;
}

.Table1 .tableTit span:nth-child(3),
.Table1 .tableCon li span:nth-child(3) {
    width: 15%;
}

.Table1 .tableTit span:nth-child(4),
.Table1 .tableCon li span:nth-child(4) {
    width: 10%;
}

.Table1 .tableTit span:nth-child(5),
.Table1 .tableCon li span:nth-child(5) {
    width: 15%;
}

.Table1 .tableTit span:nth-child(6),
.Table1 .tableCon li span:nth-child(6) {
    width: 8%;
}

.Table1 .tableTit span:nth-child(7),
.Table1 .tableCon li span:nth-child(7) {
    width: 7%;
}

.Table1 .tableTit span:nth-child(8),
.Table1 .tableCon li span:nth-child(8) {
    width: 11%;
}

.Table2 .tableTit span:nth-child(1) {
    width: 40%;
    text-align: center;
}

.Table2 .tableCon li span:nth-child(1) {
    width: 38%;
    text-align: center;
    padding: 1% 1% 0;
}

.Table2 .tableTit span:nth-child(1):before,
.Table2 .tableCon li span:nth-child(1):before {
    display: none;
}

.Table2 .tableTit span:nth-child(2),
.Table2 .tableCon li span:nth-child(2) {
    width: 20%;
}

.Table2 .tableTit span:nth-child(3),
.Table2 .tableCon li span:nth-child(3) {
    width: 20%;
}

.Table2 .tableTit span:nth-child(4),
.Table2 .tableCon li span:nth-child(4) {
    width: 20%;
}

@media(max-width:1024px) {
    .companyCon {
        width: 100%;
        overflow-x: auto;
    }
    .tableCon,
    .tableTit {
        width: 1000px;
    }
}


/* 信息公开 */

.xxgkCon {
    padding: 3.6% 0;
}

.MenuList {
    width: 16.7%;
    background: #F6F6F6;
    float: left;
}

.MenuList h1 {
    height: 68px;
    background-color: #1d4992;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 68px;
}

.MenuList h1 img {
    vertical-align: middle;
}

.MenuList ul {
    background: #f6f6f6;
}

.MenuList li {}

.MenuList .menu_level1 li a {
    padding-left: 60px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    height: 60px;
    display: block;
}

.MenuList .menu_level1 li:nth-child(1) a {
    background: #e8e8e8 url(../images/xx_ico1.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(1) a.ona {
    background: #3099e3 url(../images/xx_ico1_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(2) a {
    background: #e8e8e8 url(../images/xx_ico2.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(2) a.ona {
    background: #3099e3 url(../images/xx_ico2_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(3) a {
    background: #e8e8e8 url(../images/xx_ico3.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(3) a.ona {
    background: #3099e3 url(../images/xx_ico3_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(4) a {
    background: #e8e8e8 url(../images/xx_ico4.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(4) a.ona {
    background: #3099e3 url(../images/xx_ico4_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(5) a {
    background: #e8e8e8 url(../images/xx_ico5.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(5) a.ona {
    background: #3099e3 url(../images/xx_ico5_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(6) a {
    background: #e8e8e8 url(../images/xx_ico6.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(6) a.ona {
    background: #3099e3 url(../images/xx_ico6_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(7) a {
    background: #e8e8e8 url(../images/xx_ico7.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(7) a.ona {
    background: #3099e3 url(../images/xx_ico7_h.png) left center no-repeat;
    background-position-x: 30px;
}
.MenuList .menu_level1 li:nth-child(8) a {
    background: #e8e8e8 url(../images/xx_ico8.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(8) a.ona {
    background: #3099e3 url(../images/xx_ico8_h.png) left center no-repeat;
    background-position-x: 30px;
}
.MenuList .menu_level1 li:nth-child(9) a {
    background: #e8e8e8 url(../images/xx_ico9.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList .menu_level1 li:nth-child(9) a.ona {
    background: #3099e3 url(../images/xx_ico9_h.png) left center no-repeat;
    background-position-x: 30px;
}

.MenuList li a em {
    float: right;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}

.MenuList .menu_level1 li .menu_level2 a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding-left: 70px;
    background: #f6f6f6;
}

.MenuList .menu_level1 li .menu_level2 a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #bfbfbf;
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.MenuList .menu_level1 li .menu_level2 a li a:before {
    display: none;
}

.MenuList .menu_level1 li .menu_level2 a em {
    height: 40px;
}

.MenuList li a.ona em {
    background: url(../images/arr_r3.png) center no-repeat;
    background-size: 40%;
}

.MenuList li a.ona {
    color: #fff;
    background-color: #3099e3;
}

.MenuList li a.onred {
    font-weight: bold;
}

.MenuList .menu_level1 li .menu_level2 a.ona {
    font-weight: bold;
    background: none;
}

.MenuList .menu_level1 li .menu_level2 a.ona:before {
    background-color: #1d4992;
}

.MenuList .menu_level1 li .menu_level2 a.onred {
    font-weight: bold;
    background: none;
}

.MenuList .menu_level1 li .menu_level2 a.onred:before {
    background-color: #1d4992;
}

.MenuList li span a:hover,
.MenuList li.onli span a {
    background: url(../images/arr_r3.png) 0px center no-repeat;
    background-size: cover;
    font-weight: bold;
}

.MenuList ul ul {
    display: none;
}

.MenuList ul ul .inactive {
    background: none;
    padding: 0;
}

.MenuList ul ul {
    /* padding: 5px 0px 5px 70px; */
    background: #f6f6f6;
}

.MenuList ul ul ul {
    margin-left: 10px;
}

.MenuList ul ul ul ul {
    margin-left: 35px;
}

.MenuList ul ul li {
    border-bottom: 0;
    padding: 0;
}

.MenuList ul ul li a {
    line-height: 30px;
    color: #333333 !important;
}

.MenuList ul ul ul li a {
    color: #666666 !important;
    font-size: 14px !important;
}

.MenuList ul ul ul ul li a {
    color: #999999 !important;
    line-height: 28px;
}

.Rightlist {
    width: 80%;
}

.Rightlist .location {
    border-bottom: 1px solid #ebebeb;
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    border-left: 3px #1d4992 solid;
    padding: 0 30px;
}

.Rightlist .location h3 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
}

.Rightlist .location .location_r img {
    vertical-align: middle;
    margin-right: 5px;
}

.Rightlist .location .location_r {
    color: #999;
    font-size: 14px;
}

.Rightlist .location .location_r a {
    color: #999
}

.Rightlist .location .location_r span {
    color: #db0000;
}

.Rightlist .Ywgk_box {
    padding: 2% 0;
}

.Rightlist .Ywgk_box .Ywgk-list {
    padding: 1.15% 3%;
}

.Rightlist .Ywgk_box .Ywgk-list:hover {
    background-color: #1d4992;
}

.Rightlist_b .gsjjBox .gsPc {
    padding: 0 0 2%;
}

.Rightlist_b .gsjjBox .gsPc img {}

.Rightlist_b .gsjjBox .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.Rightlist_b .gsjjBox .txt p {
    padding-bottom: 2%;
}

@media (max-width:1000px) {
    .MenuList {
        margin-bottom: 5%;
    }
    .MenuList ul {
        padding: 0;
    }
    .MenuList h1 {
        height: 60px;
        background-color: #e91a2e;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 60px;
    }
    .MenuList li a em {
        height: 40px;
    }
    .MenuList .menu_level1 li a {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .MenuList .menu_level1 li .menu_level2 a {
        font-size: 14px;
    }
    .MenuList,
    .Rightlist {
        width: 100%;
        float: none;
    }
}

@media ( max-width:768px) {
    .Rightlist .Position {
        float: none;
    }
    .Rightlist_b .gsjjBox .txt {
        font-size: 14px;
    }
}

@media (max-width:640px) {}

@media (max-width:480px) {
    .Rightlist .location {
        line-height: 30px;
        height: unset;
    }
    .Rightlist .location h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .Rightlist .location .location_r,
    .Rightlist .location h3 {
        width: 100%;
        float: none;
    }
    .Rightlist .location .location_r {
        text-align: right;
    }
    .Rightlist .Ywgk_box .Ywgk-list {
        padding: 1.15% 5%;
    }
    .Ywgk_box .Ywgk-list .Ywgk-tit {
        font-size: 14px;
        width: 75%;
    }
}


/* 举报信箱 */

.EmailPage {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.EmailPage .Stit,
.form_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 2%;
    line-height: 36px;
    text-align: center;
}

.EmailPage .Msgtxt {
    background: #f3f3f3;
    line-height: 33px;
    color: #313131;
    padding: 3% 4%;
    margin-bottom: 25px;
}

.EmailPage .Msgtxt p {
    text-indent: 2em;
    font-size: 18px;
}

.EmailPage .MsgForm {
    margin: 0 0 0 -2%;
}

.EmailPage .MsgForm dl.w33 {
    width: 31.333%;
    float: left;
}

.EmailPage .MsgForm dl.w70 {
    width: 64.5555%;
    float: left;
}

.EmailPage .MsgForm dl {
    padding-left: 2%;
}

.EmailPage .MsgForm dt {
    line-height: 50px;
    font-size: 16px;
    color: #231815;
}

.EmailPage .MsgForm .box {
    border: 1px solid #dddddd;
}

.EmailPage .MsgForm .box .input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 1em;
    font-size: 14px;
}

.EmailPage .MsgForm .textarea {
    padding: 15px;
    border: 1px solid #dddddd;
}

.EmailPage .MsgForm .textarea textarea {
    width: 100%;
    height: 265px;
    font-size: 14px;
}

.EmailPage .btnbox {
    text-align: center;
    padding-top: 40px;
}

.EmailPage .btnbox button {
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #333;
}

.EmailPage .btnbox .sendbtn {
    background: #1d4992;
    color: #fff;
    margin-left: 15px;
}

.EmailPage .btnbox .reestbtn {
    background: #dddddd;
}

.EmailPage .btnbox .sendbtn:hover {
    background: #cc2128;
}

@media ( max-width:1440px) {
    .EmailPage .MsgList .thead {
        font-size: 17px;
        line-height: 50px;
    }
    .EmailPage .MsgForm dt {
        line-height: 34px;
        font-size: 18px;
    }
    .EmailPage .MsgForm .btn button {
        width: 180px;
        height: 50px;
        font-size: 18px;
    }
    .EmailPage .MsgForm .box .input {
        height: 48px;
        line-height: 48px;
    }
    .EmailPage .MsgForm .select {
        height: 50px;
    }
    .EmailPage .MsgForm .textarea textarea {
        height: 150px;
    }
}

@media ( max-width:1366px) {}

@media ( max-width:1024px) {}

@media ( max-width:768px) {
    .EmailPage .Msgtxt {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .EmailPage .MsgForm dl {
        width: auto !important;
        float: none !important;
    }
    .EmailPage .MsgForm dt {
        font-size: 15px;
        padding-top: 10px;
    }
    .EmailPage .MsgForm .box .input {
        height: 42px;
        line-height: 42px;
    }
    .EmailPage .MsgForm .select {
        height: 40px;
        line-height: 40px;
    }
    .EmailPage .btnbox {
        padding-top: 20px;
    }
    .EmailPage .btnbox button {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .EmailPage .btnbox .iconfont {
        font-size: 16px;
    }
    .EmailPage .Stit {
        font-size: 30px;
    }
}

@media ( max-width:414px) {
    .EmailPage .SubNav a {
        width: 120px;
        margin: 0 10px;
        line-height: 40px;
    }
    .EmailPage .Stit {
        margin-bottom: 10px;
    }
    .EmailPage .Msgtxt p {
        line-height: 30px;
    }
}


.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left:50%; top:50%;margin-left: -25px;margin-top: -25px; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-480px; margin-top:-270px; z-index:9999999; width:960px; height:540px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.videolist .vtit{position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;line-height: 30px;text-align: center;background: rgba(0,0,0,.5);color: #fff}


/*20220211*/
.SubCon2{background: #fff}
.Rightlist_b .xxgk_box{width: 31.4%;height: 210px;background:url(../images/xxbg1.png) no-repeat center; background-size: cover;float: left;margin-right: 2.9%;margin-bottom: 2%;}
.Rightlist_b .xxgk_box:nth-child(3n){margin-right: 0;}
.Rightlist_b .xxgk_box span{font-family: Oswald-Medium;font-size: 36px;color: #1d4992;line-height: 30px;margin: 30px 40px 20px;display: inline-block;font-weight: bold;}
.Rightlist_b .xxgk_box h3{font-size: 20px;font-family: MicrosoftYaHei;color: #333333;line-height: 30px;margin-bottom: 10px;margin-left: 40px;padding-right: 20px;height: 60px;}
.Rightlist_b .xxgk_box a{width: 120px;height: 41px;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;text-align: center;display: inline-block;font-size: 16px;color: #666666;line-height: 41px;margin-left: 40px;}
.Rightlist_b .xxgk_box:hover{background:url(../images/xxbg2.png) no-repeat center; background-size: cover;}
.Rightlist_b .xxgk_box:hover h3,.Rightlist_b .xxgk_box:hover a,.Rightlist_b .xxgk_box:hover span,.Rightlist_b .xxgk_box:hover h3 i{color: #fff}

@media ( max-width:768px) {
.Rightlist_b .xxgk_box{width: 48%;}
.Rightlist_b .xxgk_box:nth-child(3n){margin-right: 2%;}
.Rightlist_b .xxgk_box:nth-child(2n){margin-right: 0}
.Rightlist_b .xxgk_box span{margin-top: 20px;margin-left: 20px;font-size: 24px;line-height: 24px;margin:20px 20px 10px}
.Rightlist_b .xxgk_box h3,.Rightlist_b .xxgk_box a{margin-left: 20px;}
.Rightlist_b .xxgk_box h3{font-size: 16px;line-height: 20px}
.Rightlist_b .tit{text-overflow: unset;white-space: unset;*white-space: unset;overflow: visible;}
}

/**/



