﻿@charset "utf-8";
@font-face {
    font-family: "syht";
    src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}

@font-face {
    font-family: "helvetica";
    src: url("../fonts/HelveticaNeue-ThinExt_0.ttf") format("truetype"), url("../fonts/HelveticaNeue-ThinExt_0.eot") format("embedded-opentype"), url("../fonts/HelveticaNeue-ThinExt_0.svg") format("svg");
}

@font-face {
    font-family: "DINCondensed";
    src: url("../fonts/DINCondensedC-Regular-2.ttf") format("truetype");
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("../fonts/YouSheBiaoTiHei.ttf") format("truetype");
}

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;
}

.Contain {
    /* z-index: 1; */
    position: relative;
    clear: both;
    max-width: 1600px;
    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 {
    zoom: 1;
    overflow: hidden;
    text-align: center;
    color: #666666;
    clear: both;
    line-height: 48px;
}

.Pages span {
    padding: 0px 0px;
    vertical-align: middle;
}

.Pages a {
    display: inline-block;
    margin: 0px 4px;
    text-align: center;
    color: #595959;
    background: #fff;
}

.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: #e5e5ef;
    color: #fff;
    border-radius: 50%;
}

.Pages .p_page .num {
    float: left;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next,
.Pages .p_page .a_first,
.Pages .p_page .a_end {
    display: inline-block;
    vertical-align: middle;
    font-family: "宋体";
    font-size: 18px;
}

.Pages .p_page .a_prev {
    background: #e5e5ef url(../images/arr01.png) center no-repeat;
}

.Pages .p_page .a_next {
    background: #e5e5ef url(../images/arr02.png) center no-repeat;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next {
    float: right;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_first:hover {
    color: #fff;
    background: #2b2d7c url(../images/arr01.png) center no-repeat;
}

.Pages .p_page .a_next:hover,
.Pages .p_page .a_end:hover {
    color: #fff;
    background: #2b2d7c url(../images/arr02.png) center no-repeat;
}

.Pages .p_page .num a:hover,
.Pages .p_page .num a.a_cur {
    background: #2b2d7c;
    color: #fff;
}

@media ( max-width:1024px) {
    .Pages {
        line-height: 24px;
    }
    .Pages a {
        margin: 0px 1px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .Pages .p_page a {
        width: 24px;
        height: 24px;
    }
    .Pages .p_page .a_prev,
    .Pages .p_page .a_next,
    .Pages .p_page .a_first,
    .Pages .p_page .a_end {
        width: 24px;
        height: 24px;
        background-size: 50%;
    }
}


/*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;
}

@media (min-width: 769px){
.Header .Logo dl {
    display: table;
    height: 100px;
}
.Header .Logo dl > * {
    display: table-cell;
    vertical-align: middle;
}
}
.Header .Logo dt img {
    height: 30px;
}
.Header .Logo .gp{ padding: 0 15px;}
.Header .Logo .gp p{ margin: 0; color: #333; line-height: 18px; }
.Header .Logo .stock { color: #e50012; line-height: 0; }
.Header .Logo .stock * {
    display: inline-block;
    vertical-align: baseline;
}
.Header .Logo .stock span { font-size: 40px; font-weight: bold; color: #e50012; line-height: 1; position: relative;}
.Header .Logo .stock span:after { position: absolute; left: 110%; top: 10%; content: ""; width: 15px; height: 15px; background: url(https://www.hnfinework.com/cn/images/icon-up.png) no-repeat center center; background-size: contain;}
.Header .Logo .stock sub { margin-left: 5px; }
.Header .Logo .stock.down,.Header .Logo .stock.down{color: #66b849}
.Header .Logo .stock.down span,.Header .Logo .stock.down span{color: #66b849}
.Header .Logo .stock.down span:after,.Header .Logo .stock.down span:after{background: url(../images/icon-down.png) no-repeat center center; background-size: contain;}

.lanCha {
    float: right;
    margin: 30px 0 0 36px;
    line-height: 40px;
}

.lanCha a:hover {
    color: #0b308e;
}

.Search {
    float: right;
    padding: 37px 0 0 36px;
}

.Search .Searchico {
    cursor: pointer;
    color: #999999;
}

.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: 0px;
    position: relative;
    line-height: 100px;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 1;
    transition: all ease 0.3s;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 3px 10px;
}

@media(min-width:1024px) {
    .MainNav li:hover span a,
    .MainNav li.onnav span a {
        background: #0b308e;
        color: #fff;
    }
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 27px;
    height: 2px;
    background: #e32028;
    transition: all ease 0.3s;
    display: none;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
    color: #fff;
    /* 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: 70px;
    left: 0%;
    /* transform: translateX(-50%); */
    width: 200px;
    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;
    padding: 0 5px;
    text-align: left;
}

.NavPull a {
    color: #333;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    /* margin: 0 5px; */
}

.NavPull a:hover {
    background: #0b308e;
    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: #1c2188;
    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 ( max-width:1600px) {
    .MainNav li {
        margin-left: 6px;
    }
}

@media ( max-width:1440px) {
    .MainNav li {
        margin-left: 4px;
    }
    .MainNav span a {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media ( max-width:1366px) {
    .MainNav li {
        margin-left: 2px;
    }
    .MainNav span a {
        font-size: 17px;
    }
}

@media ( max-width:1320px) {
    .MainNav li {
        float: left;
        margin-left: 2px;
    }
}

@media ( max-width:1280px) {
    .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;
    }
    .lanCha {
        margin: 0 10px 0 0;
        line-height: 45px;
    }
    .Search {
        padding: 9px 38px 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: #1c2188;
        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;
        padding: 0;
    }
    .NavPull dd a {
        padding: 0;
    }
    .Header .stock{padding-top: 7px;line-height: 16px;font-size: 12px;}
}
@media ( max-width:1024px) {
 .Header .Logo .stock{display: none}
  .Header .Logo img{max-height: 10px;vertical-align: middle;}
   .Header .Logo{float: left;height: 45px;line-height: 45px;width: 70%}
   .Header .Logo dl dt{float: left;}
   .Header .Logo .gp{float: left;margin-left: 10px;padding: 0}
   .Header .Logo .gp p:first-child{display: none}
   .Header .Logo .gp p{font-size: 12px;line-height: 45px;}
}
@media ( max-width:480px) {
    .Header .Logo img {
        height: 16px;
    }
    .Header .Logo {padding-top: 16px;}
}


/*Top*/


/*Bottom*/

.Footer {
    background: #f6f6f6;
    padding-top: 3%;
}

.Footer .sitemap {
    float: right;
    width: 64%;
}

.Footer .sitemap .item {
    line-height: 30px;
    /*width: 16.66666%;*/
    float: left;
    color: #888888;
    padding-bottom: 32px;
    line-height: 32px;
    padding-left: 4%;
}

.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;
}

.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 {
    color: #333333;
}

.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: 30px;
    letter-spacing: 0px;
    color: #777777;
}

.Footer .sitemap .item dd a:hover {
    color: #b6000a;
    margin-left: 5px;
}

.Footer .foot_contact {
    padding-bottom: 15px;
    width: 470px;
    float: left;
}

.Footer .foot_contact .tit {
    margin-bottom: 15px;
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.Footer .foot_contact ul {}

.Footer .foot_contact ul li {
    line-height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    float: left;
}

.Footer .foot_contact ul li:nth-child(5n),
.Footer .foot_contact ul li:nth-child(6n) {
    float: left;
    margin-right: 5%;
    text-align: center;
    clear: both;
}

.Footer .foot_contact ul li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
}

.Footer .foot_contact ul li img {
    padding-top: 20px;
}

.Footer .share_btns {
    padding: 1.5% 0;
    display: none;
}

.Footer .share_btns ul {}

.Footer .share_btns ul li {
    float: right;
    position: relative;
    padding: 0 10px;
}

.Footer .share_btns ul li a {
    display: block;
    width: 32px;
    height: 32px;
}

.Footer .share_btns ul li img {
    position: absolute;
    width: 108px;
    height: 108px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 108px;
    display: none;
}

.Footer .share_btns ul li:hover img {
    display: block;
}

.Footer .share_btns ul li:nth-child(1) a {
    background: url(../images/share_ico1.png) top no-repeat;
}

.Footer .share_btns ul li:nth-child(2) a {
    background: url(../images/share_ico2.png) top no-repeat;
}

.Footer .share_btns ul li:nth-child(3) a {
    background: url(../images/share_ico3.png) top no-repeat;
}

.Footer .share_btns ul li:nth-child(4) a {
    background: url(../images/share_ico4.png) top no-repeat;
}

.Footer .share_btns ul li:hover a {
    background-position-y: -32px;
}

.Copyright {
    color: #777777;
    border-top: 1px solid #dddddd;
    padding: 1% 0 3%;
    padding: 1% 0 3%;
}

.Copyright .copy {
    margin-top: 6px;
    color: #777777;
}

.Copyright a {
    color: #777777;
}

.Copyright a:hover {
    color: #1d218a;
}

@media ( max-width:1560px) {
    .Footer .sitemap .item {
        padding-left: 3%;
    }
}

@media ( max-width:1480px) {
    .Footer .sitemap .item {
        padding-left: 2.5%;
    }
    .Footer .foot_contact {
        width: 34%;
    }
}

.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;
    display: none;
    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 {
        padding-top: 20px;
    }
    .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: 35px;
        height: auto;
        font-size: 14px;
        margin-bottom: -1px;
        border-bottom: 1px #eaeaea solid;
    }
    .Footer .sitemap .item dt .arr {
        display: block;
    }
    .Footer .foot_contact {
        width: 100%;
        float: none;
    }
    .Footer .foot_contact .tit {
        line-height: 35px;
        height: auto;
        font-size: 14px;
        margin-bottom: -1px;
        border-bottom: 1px #eaeaea solid;
        text-align: center;
        position: relative;
        padding: 10px 0;
    }
    .Footer .foot_contact .tit:before {
        content: '';
        width: 20px;
        height: 2px;
        background-color: #2b2d7c;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%)
    }
    .Footer .share_btns {
        padding: 5% 0;
    }
    .Footer .share_btns ul {
        display: flex;
        justify-content: center;
    }
    .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: 30%;
    font-family: YouSheBiaoTiHei;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    opacity: 0;
    transition: all 1s;
    z-index: 99;
}

.HomeBan .slides li .txt .tit_no {
    font-size: 36px;
    line-height: 36px;
    display: none;
}

.HomeBan .slides li .txt .tit_no b {
    font-size: 14px;
    line-height: 14px;
    opacity: 0.4;
}

.HomeBan .slides li .txt .tit_cn {
    font-size: 80px;
    line-height: 60px;
    padding: 5% 0 2%;
}

.HomeBan .slides li .txt .tit_en1 {
    font-size: 22px;
    line-height: 26px;
}

.HomeBan .slides li .txt .tit_en {
    font-size: 36px;
    line-height: 26px;
}

.HomeBan .slides li .txt .line {
    width: 100px;
    background: #fff;
    height: 1px;
    position: relative;
    margin-top: 10%;
}

.HomeBan .slides li .txt .line:before {
    position: absolute;
    width: 59px;
    background: #e32028;
    height: 1px;
    content: '';
    left: 0;
    top: 0;
}

.HomeBan .slides li.i_banner1 .txt {
    top: 31%;
    left: 14.5%;
}


/* 
.HomeBan .slides li.i_banner1 .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    color: #fff;
    line-height: 35px;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    opacity: 0;
    transition: all 1s;
    z-index: 99;
    text-align: center;
}

.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.i_banner4 .txt {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.HomeBan .slides li.i_banner4 .txt .txtbox {
    padding: 8% 10%;
    width: 48%;
    background: rgba(0, 0, 0, .3);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.HomeBan .slides li .txt img {
    width: auto;
    height: 170px;
}
.HomeBan .slides li.i_banner1 .txt img{
    height: 239px;
}
.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: 45%;
}

.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 .slides li.i_banner4.flex-active-slide .txt {
    transform: translateX(95%);
    -webkit-transform: translateX(95%);
    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: 6px;
    height: 20px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 0;
}

.HomeBan .flex-control-nav li a.flex-active {
    opacity: 1;
    width: 6px;
    height: 36px;
    background-color: #e32028;
}

.HomeBan .flex-direction-nav a {
    opacity: 0;
    color: #fff;
    width: 50px;
    height: 114px;
    line-height: 114px;
    font-size: 35px;
    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: #2b2d7c !important;
    color: #fff;
}

@media ( max-width:1440px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 60px;
    }
    .HomeBan .slides li .txt img {
        height: 130px;
    }
    .HomeBan .slides li .txt .tit_en {
        font-size: 26px;
    }
    .HomeBan .slides li .txt .tit_no {
        font-size: 30px;
    }
    
    .HomeBan .slides li.i_banner4 .txt .txtbox {
        width: 60%;
        padding: 8% 0% 8% 16%;
    }
    .HomeBan .slides li.i_banner4.flex-active-slide .txt {
        transform: translateX(90%);
        -webkit-transform: translateX(90%);
        opacity: 1;
    }
}
@media ( max-width:1200px) {
 .HomeBan .slides li.i_banner1 .txt img {
    height: 165px;}
} 
@media ( max-width:1024px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 40px;
        line-height: 34px;
    }
    .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 .slides li.i_banner1 .txt .tit_cn {
        font-size: 40px;
        line-height: 56px;
    }
    .HomeBan .slides li.i_banner1 .txt .tit_en {
        font-size: 16px;
    } */
    .HomeBan .slides li.i_banner4 .txt .txtbox {
        width: 60%;
        padding: 8% 0% 8% 16%;
    }
    .HomeBan .slides li.i_banner4.flex-active-slide .txt {
        transform: translateX(90%);
        -webkit-transform: translateX(90%);
        opacity: 1;
    }
    .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;
    }
            .HomeBan .slides li.i_banner1 .txt img{
    height:  90px;
}
}

@media ( max-width:768px) {
    .HomeBan .slides li .txt .tit_no {
        font-size: 20px;
        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.i_banner1 .txt .tit_cn {
        font-size: 28px;
        line-height: 30px;
    }
    .HomeBan .slides li.i_banner1 .txt .line {
        line-height: 20px;
    }
    .HomeBan .slides li .txt img {
        width: 18px;
    }
    .HomeBan .slides li.i_banner1 .txt .tit_en {
        font-size: 14px;
    } */
}

@media ( max-width:480px) {
    .HomeBan .slides li .txt .tit_cn {
        font-size: 20px;
        line-height: 20px;
    }
    .HomeBan .slides li .txt .tit_en {
        font-size: 12px;
        line-height: 12px;
    }
    .HomeBan .slides li.i_banner1 .txt {
        top: 37%;
        left: 5.5%;
    }
    /* .HomeBan .slides li.i_banner1 .txt .tit_cn {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .HomeBan .slides li.i_banner1 .txt .tit_en {
        font-size: 12px;
    } */
    .HomeBan .slides li .txt img {
        height: 60px;
    }
    .HomeBan .slides li .txt img{
       height: 60px!important; 
    }
    /* .HomeBan .slides li.i_banner1 .txt .line {
        line-height: 16px;
    } */
    .HomeBan .slides li.i_banner4 .txt .txtbox {
        width: 70%;
    }
    .HomeBan .slides li.i_banner4 .txt {
        top: 25%;
    }
    .HomeBan .slides li .txt img {
        height: 46px;
    }
}

@media ( max-width:480px) {
    .HomeBan .slides li.i_banner4 .txt {
        top: 23%;
    }
    .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%;
    }
    /* .HomeBan .slides li.i_banner1 .txt {
        top: 20%;
    } */
    .HomeBan .slides li.i_banner4 .txt .txtbox {
        width: 80%;
    }
    .HomeBan .slides li.i_banner4.flex-active-slide .txt {
        transform: translateX(80%);
        -webkit-transform: translateX(80%);
        opacity: 1;
    }
    .HomeBan .slides li.i_banner4 .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, Helvetica, 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 {
    text-align: center;
}

.HomeTit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #2b2d7c;
    line-height: 36px;
}

.HomeTit .tit_en {
    font-family: ArialMT;
    font-size: 18px;
    line-height: 18px;
    color: #bbbbbb;
    padding: 1.5% 0 2.5%;
    text-transform: uppercase;
}

@media ( max-width:1440px) {
    .HomeTit .tit_cn {
        font-size: 30px;
    }
    .HomeTit .tit_en {
        font-size: 14px;
        padding: 1% 0 2%;
    }
}

@media ( max-width:1024px) {
    .HomeTit .tit_cn {
        font-size: 28px;
    }
}

@media ( max-width:768px) {
    .HomeTit .tit_cn {
        font-size: 22px;
        letter-spacing: 0;
    }
    .HomeTit .tit_en {
        font-size: 12px;
        padding: 0 0 2%;
        /* text-transform: uppercase; */
    }
}

@media ( max-width:480px) {
    .HomeTit .tit_cn {
        font-size: 18px;
        letter-spacing: 0;
        /* text-transform: uppercase; */
    }
}


/* 关于我们 */

.HomeAbout {
    padding: 5% 0;
    background-color: #fff;
}

.aboutTxt {
    width: 60%;
    margin: 0 auto;
}

.aboutTxt p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #777777;
}

.aboutNum {
    width: 70%;
    margin: 0 auto;
    padding: 5% 0;
}

.aboutNum ul {
    display: flex;
}

.aboutNum ul li {
    text-align: center;
    width: 33.33%;
    position: relative;
}

.aboutNum ul li:last-child:before {
    display: none;
}

.aboutNum ul li i {
    font-family: DIN;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2b2d7c;
}

.aboutNum ul li span {
    font-family: DIN;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2b2d7c;
}

.aboutNum ul li em {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #2b2d7c;
}

.aboutNum ul li p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.more_btn {
    display: block;
    width: 210px;
    height: 56px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #2b2d7c;
    text-align: center;
}

.more_btn:after {
    display: inline-block;
    content: '';
    background: url(../images/Floor003088-more.png) no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 22px;
    vertical-align: middle;
}

.more_btn:hover:after {
    background-image: url(../images/Floor003088-more-white.png);
}

.more_btn:hover {
    background-color: #2b2d7c;
    color: #fff;
}

@media ( max-width:1024px) {
    .aboutTxt {
        width: 100%;
    }
    .aboutTxt p {
        line-height: 30px;
    }
    .aboutNum {
        width: 90%;
    }
    .aboutNum ul li i {
        font-size: 40px;
    }
    .aboutNum ul li span {
        font-size: 40px
    }
    .aboutNum ul li em {
        font-size: 18px;
    }
    .aboutNum ul li p {
        font-size: 16px;
    }
    .more_btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media ( max-width:768px) {
    .aboutTxt p {
        font-size: 14px;
        text-align: left;
        /* text-indent: 2em; */
    }
    .aboutNum {
        width: 100%;
    }
    .aboutNum ul li i {
        font-size: 26px;
    }
    .aboutNum ul li span {
        font-size: 16px;
        width: 45px;
        padding-right: 4%;
        text-align: left;
    }
    .aboutNum ul li em {
        font-size: 14px;
    }
    .aboutNum ul li p {
        font-size: 14px;
    }
}

@media ( max-width:480px) {
    .aboutNum ul {
        display: block;
    }
    .aboutNum ul li {
        width: 100%;
        padding: 2% 3% 2% 7%;
        /* display: flex; */
        box-sizing: border-box;
        align-items: center;
        background: #eee;
        margin-bottom: 1px;
    }
    .aboutNum ul li i {
        font-size: 20px;
    }
    .aboutNum ul li p {
        line-height: 22px;
    }
    .aboutNum ul li:before {
        display: none;
    }
}


/* 产品中心 */

.HomePro {
    padding: 5% 0;
    background-color: #f6f6f6;
}

.HomePro .proBox {}

.HomePro .proBox .protit {
    text-align: center;
    padding-bottom: 2%;
}

.HomePro .proBox .protit li {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 0 1.5%;
    cursor: pointer;
}

.HomePro .proBox .protit li:hover,
.HomePro .proBox .protit li.on {
    color: #2b2d7c;
}

.HomePro .proBox .protit li:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.HomePro .proBox .protit li:last-child:before {
    display: none;
}
.HomePro .proBox .procon .pro_item .pro_itembox{width: 23%;float: left;margin-right: 2%;overflow: hidden;}
.HomePro .proBox .procon .pro_item .pro_itembox h3{height: 40px;line-height: 40px;font-size: 22px;text-align: center;background: #263A8A;color: #fff;margin-top: 20px;}
.HomePro .proBox .procon .pro_item.proconitem2 .pro_itembox h3{padding:0;}
.HomePro .proBox .procon .pro_item .pro_itembox img{margin-bottom: 10px;height: 300px;width: 100%;transition: all 0.3s}
.HomePro .proBox .procon .pro_item .pro_itembox .Ispic{margin-bottom: 20px;width: 100%;padding-bottom: 62%; transition: all 0.3s}
.HomePro .proBox .procon .pro_item .pro_itembox:nth-child(3n){/*margin-right: 0;*/}
/*.HomePro .proBox .procon .pro_item .pro_itembox:hover{box-shadow:0 0  15px rgba(0,0,0,.12);}*/
.HomePro .proBox .procon .pro_item .pro_itembox img:last-child,
.HomePro .proBox .procon .pro_item .pro_itembox .Ispic:last-child{margin-bottom: 0;}
.HomePro .proBox .procon .pro_item .pro_itembox:hover img,
.HomePro .proBox .procon .pro_item .pro_itembox:hover .Ispic{transform: scale(1.05);}
.HomePro .proBox .procon .pro_item .Ispic{margin-bottom: 10px;width: 100%;padding-bottom: 62%; }
.HomePro .proBox .procon {}

.HomePro .proBox .procon .pro_item {}

@media ( max-width:1024px) {}

@media ( max-width:768px) {
    .HomePro .proBox .protit li {
        font-size: 15px;
    }
    .HomePro {
        margin-top: 3%;
    }
    .HomePro .proBox .procon .pro_item .pro_itembox{width: 100%;margin: 0 auto;margin-bottom: 2%;}
    .HomePro .proBox .procon .pro_item .pro_itembox h3{font-size: 14px;}
}

@media ( max-width:480px) {
    .HomePro .proBox .protit li {
        font-size: 14px;
    }
    .HomePro .proBox .protit li:before {
        display: none;
    }
}


/* 新闻资讯 */

.HomeNews {
    padding-top: 5%;
}

.HomeNews .newsCon {
    overflow: hidden;
}

.HomeNews .newsCon .newsVedio {
    position: relative;
    width: 48.88%;
    float: left;
}

.HomeNews .newsCon .newsVedio .imgbox {
    padding-top: 65%;
}

.HomeNews .newsCon .newsVedio .videoView {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 4;
    width: 100%;
}

.HomeNews .newsCon .newsVedio .videoView video {
    width: 100%;
}

.HomeNews .newsCon .newsVedio .btns {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/play.png) center no-repeat;
}

.NewsList {
    width: 47.5%;
    float: right;
}

.NewsList a {
    display: block;
    border-bottom: 1px #d8dddf solid;
    padding-bottom: 2.4%;
    margin-bottom: 2.4%;
}

.NewsList a:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.NewsList .list_item {
    overflow: hidden;
}

.NewsList .list_item .imgbox {
    padding-top: 19%;
    width: 30%;
    float: left;
}

.NewsList .list_item .txtbox {
    width: 66%;
    float: right;
}

.NewsList .list_item .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NewsList .list_item .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 3% 0;
}

.NewsList .list_item .date {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 0px;
    color: #333333;
}

.NewsList a .list_item:hover .tit {
    color: #2b2d7c;
}

.NewsList a .list_item:hover .txt {
    color: #333333;
}

.newsCon .pc {
    display: block;
}

.newsCon .ihop {
    display: none;
}

@media ( max-width:1024px) {
    .HomeNews .newsCon .newsVedio,
    .NewsList {
        width: 100%;
        float: none;
    }
    .HomeNews .newsCon .newsVedio {
        margin-bottom: 3%;
    }
    .newsCon .pc {
        display: none;
    }
    .newsCon .ihop {
        display: block;
    }
}

@media ( max-width:768px) {
    .NewsList .list_item .tit {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }
    .NewsList a {
        border-bottom: 0;
    }
    .NewsList .list_item .date {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 8px;
        font-family: 'fontAnt';
        color: #aaa;
    }
    .NewsList .list_item .txt {
        font-size: 14px;
        height: auto;
        margin: 1% 0;
    }
}

@media ( max-width:480px) {
    .NewsList .list_item .imgbox {
        width: 100%;
        float: none;
        padding-top: 62%;
    }
    .NewsList .list_item .txtbox {
        background-color: #f5f5f5;
        width: 90%;
        overflow: hidden;
        padding: 6.8% 5%;
        text-align: left;
        float: none;
    }
}


/* 合作伙伴 */

.HomePartner {
    padding: 5% 0;
}

.HomePartner .protxt {
    padding-bottom: 3%;
    text-align: center;
}

.HomePartner .protxt p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #777777;
}

.HomePartner .partCon {
    width: 75%;
    margin: 0 auto;
}

.HomePartner .partCon .parBd {}

.HomePartner .partCon .parBd .slideBox {}

.HomePartner .partCon .parBd .slideBox .slidePc {
    position: relative;
}

.HomePartner .partCon .parBd .slideBox .slidePc a,
.HomePartner .partCon .parBd .slideBox .slideWap .slick-arrow {
    display: block;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.HomePartner .partCon .parBd .slideBox .slidePc .sPrev,
.HomePartner .partCon .parBd .slideBox .slideWap .slick-prev {
    background: url(../images/arr_l.png) no-repeat;
    left: -50px;
}

.HomePartner .partCon .parBd .slideBox .slidePc .sNext,
.HomePartner .partCon .parBd .slideBox .slideWap .slick-next {
    background: url(../images/arr_r.png) no-repeat;
    right: -50px;
}

.HomePartner .partCon .parBd .slideBox ul {}

.HomePartner .partCon .parBd .slideBox ul li {
    text-align: center;
}

.HomePartner .partCon .parBd .slideBox ul li p {
    display: inline-block;
}

.HomePartner .partCon .parBd .slideBox .slideWap {
    display: none;
    position: relative;
}

.HomePartner .partCon .parBd .slideBox .slideWap .slick-arrow {}

.HomePartner .partCon .parHd {
    padding-top: 5%;
}

.HomePartner .partCon .parHd ul {
    text-align: center;
}

.HomePartner .partCon .parHd ul li {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #cccccc;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}

.HomePartner .partCon .parHd ul li:before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.HomePartner .partCon .parHd ul li:last-child:before {
    display: none;
}

.HomePartner .partCon .parHd ul li.on {
    color: #000000;
}

@media ( max-width:1366px) {
    .HomePartner .partCon .parBd .slideBox .slideWap .slick-arrow {
        margin-top: 0;
    }
}

@media ( max-width:1024px) {
    .HomePartner .partCon .parBd .slideBox .slidePc ul li p {
        width: 24%;
    }
}

@media ( max-width:768px) {
    .HomePartner .protxt p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        /* text-indent: 2em; */
    }
    .HomePartner .partCon .parHd ul li {
        font-size: 16px;
    }
    .HomePartner {
        padding: 6% 0;
    }
}

@media ( max-width:640px) {
    .HomePartner .partCon .parBd .slideBox .slideWap {
        display: block;
    }
    .HomePartner .partCon .parBd .slideBox .slidePc {
        display: none;
    }
    .HomePartner .partCon .parHd ul li:before {
        display: none;
    }
}


/*首页 end*/


/*栏目页公用样式 s*/

.SubPage {
    height: auto !important;
    height: 200px;
    min-height: 200px;
    padding-top: 3.6%;
    padding-bottom: 3.6%;
}

.SubBan {
    position: relative;
}

.SubBan .txt {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
    -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;
    text-transform: uppercase;
}

.SubBan .imgbox {
    padding-top: 25.08%;
}

@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%;
        text-transform: uppercase;
    }
}

.ColumnName {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ccc;
    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;
    background: #ffffff;
    transition: all ease 0.3s;
    border-bottom: 1px #f0f0f0 solid;
}

.SubMenu ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.SubMenu li {
    float: left;
    position: relative;
    padding: 0 2%;
}

.SubMenu li a {
    z-index: 1;
    position: relative;
    z-index: 1;
    display: block;
    font-size: 15px;
    padding: 0 4px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 1px;
    color: #666666;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
    font-weight: bold;
    color: #e32028;
}

.SubMenu .place {
    float: right;
}

.SubMenu .place a {
    color: #666666;
}

.SubMenu .place a:hover,
.SubMenu .place span {}

.SubMenu.wedding_fix {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 100;
    width: 100%;
}

@media ( max-width:1440px) {
    .SubMenu li a {
        line-height: 60px;
        font-size: 17px;
    }
}

.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;
    display: none;
}

@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;
        letter-spacing: 0;
    }
    .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;
    }
    .ColumnName {
        display: block;
    }
    .SubMenu {
        border-bottom: 0;
        margin-top: 0;
        background: none;
        line-height: 35px;
        height: auto;
        display: block;
    }
    .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 ul {
        display: none;
        background: #fff;
        float: none;
    }
    .SubMenu li {
        text-align: left;
        width: auto;
        float: none;
        border-bottom: 1px solid #ddd;
    }
    .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: 20px;
        text-align: center;
    }
    .SubTit .tit_en {
        text-align: center;
        text-transform: uppercase;
    }
}


/*栏目页公用样式 end*/

.HonorCon {
    padding: 5% 0;
}

.HonorList {}

.HonorList ul {
    margin-left: -3.6%;
    overflow: hidden;
}

.HonorList ul li {
    width: 21.4%;
    float: left;
    margin-left: 3.6%;
    margin-bottom: 3.6%;
    text-align: center;
}

.HonorList ul li .img {
    position: relative;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
}

.HonorList ul li .img .maskbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/op_bg2.png);
    opacity: 0;
    z-index: 99;
}

.HonorList ul li .img .maskbox img {
    width: 54px;
}

.HonorList ul li .img .imgbox {
    padding-top: 67.7%;
}

.HonorList ul li .txt {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #333333;
    padding: 5% 0;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.HonorList ul li:hover .maskbox {
    opacity: 1;
}

@media(max-width:768px) {
    .HonorList ul li {
        width: 46.4%;
    }
}

@media(max-width:480px) {
    .HonorList ul {
        margin-left: 0;
    }
    .HonorList ul li {
        width: 100%;
        margin-left: 0;
    }
    .HonorList ul li .txt {
        height: auto;
        display: block;
    }
}


/* 关于飞沃 */

.ab_part1 {
    overflow: hidden;
}

.ab_part1 .Contain {
    position: relative;
    padding: 5% 0;
    max-width: 1450px;
}

.ab_part1 .Contain:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    left: 20%;
    top: 0;
}

.ab_part1 .p_left {
    width: 20%;
    float: left;
    border-right: 1px #f0f0f0 solid;
}

.ab_part1 .p_left .SubTit {
    text-align: left;
    width: 80%;
}

.ab_part1 .p_left .SubTit .tit_en {
    padding-bottom: 5%;
    border-bottom: 1px #f0f0f0 solid;
}

.ab_part1 .AboutNum ul li {
    position: relative;
    padding: 5% 0;
}

.ab_part1 .AboutNum ul li p {
    font-family: DINCondensed;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #e32028;
    text-align: left;
    /*width: 62px;*/
}

.ab_part1 .AboutNum ul li p strong {}

.ab_part1 .AboutNum ul li p em {
    font-size: 24px;
    font-weight: normal;
    vertical-align: bottom;
    color: #e32028;
    margin-left: 5px;
}

.ab_part1 .AboutNum ul li:nth-child(3) p em {
    font-size: 40px;
}

.ab_part1 .AboutNum ul li span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #4d4d4d;
}

.ab_part1 .p_right {
    width: 73%;
    float: right;
}

.ab_part1 .p_right p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #777777;
    padding-bottom: 3%;
}

@media ( max-width:1440px) {
    .ab_part1 .AboutNum ul li p {
        font-size: 26px;
    }
    .ab_part1 .AboutNum ul li:nth-child(3) p em {
        font-size: 24px;
    }
}

@media ( max-width:1024px) {
    .ab_part1 .Contain:before {
        display: none;
    }
    .ab_part1 .p_left,
    .ab_part1 .p_right {
        width: 100%;
        float: none;
    }
    .ab_part1 .p_left .SubTit {
        width: 100%;
        text-align: center;
    }
    .ab_part1 .p_left .SubTit .tit_en {
        padding-bottom: 2%;
    }
    .ab_part1 .AboutNum ul {
        overflow: hidden;
        padding-bottom: 3%;
    }
    .ab_part1 .AboutNum ul li {
        position: relative;
        width: 83%;
        float: left;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 9%;
        background: #eee;
        margin-bottom: 1px;
    }
}

@media ( max-width:480px) {
    .ab_part1 .AboutNum ul li {
        width: 92%;
        padding: 4px 4%;
    }
    .ab_part1 .AboutNum ul li span {
        line-height: 20px;
        font-size: 14px;
        display: block;
    }
    .ab_part2 .p_right .pp_left,
    .ab_part2 .p_right .pp_right {
        width: 100%;
        float: none;
    }
}

.ab_part2 {
    background: #f6f6f6 url(../images/leader_bg.jpg) left top no-repeat;
    padding: 5% 0;
    position: relative;
}

.ab_part2 .p_right {
    width: 73%;
    float: right;
}

.ab_part2 .p_right .pp_left {
    width: 50%;
    float: left;
}

.ab_part2 .p_right .pp_left .SubTit {
    text-align: left;
}

.ab_part2 .p_right .pp_left .slogen {
    padding-bottom: 3%;
}

.ab_part2 .p_right .pp_left .txtbox {
    position: relative;
}

.ab_part2 .p_right .pp_left .txtbox:before {
    content: '';
    width: 64px;
    height: 46px;
    background: url(../images/yh.jpg) no-repeat;
    position: absolute;
    top: -16px;
    left: 0;
    z-index: -1;
}

.ab_part2 .p_right .pp_left .txtbox p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #777777;
    padding-bottom: 3%;
    /* text-align: justify; */
}

.ab_part2 .p_right .pp_left .sign {
    text-align: right;
}

.ab_part2 .p_right .pp_right {
    width: 42.81%;
    float: right;
}

.ab_part2 .p_right .pp_right .imgbox {
    padding-top: 100%;
}

.ab_part2 .p_right .pp_right .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    padding: 3% 0;
    line-height: 45px;
    color: #333333;
    text-align: center;
    white-space: unset;
}

.ab_part2 .p_right .pp_right .txt {
    text-align: left;
    text-align: justify;
}

.ab_part2 .p_right .pp_right .txt li {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #777777;
}

.ab_part2 .p_right .pp_right .txt p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #777777;
    text-align: left;
}

@media ( max-width:1440px) {
    .ab_part2 .p_right .pp_right .tit {
        font-size: 20px;
    }
}

@media ( max-width:1024px) {
    .ab_part2 .p_right {
        width: 100%;
        float: none;
    }
}

@media ( max-width:480px) {
    .ab_part2 .p_right .pp_left,
    .ab_part2 .p_right .pp_right {
        width: 100%;
        float: none;
    }
    .ab_part2 {
        background: #f6f6f6 url(../images/leader_bg.jpg) left 25% no-repeat;
        padding-bottom: 6%;
    }
    .ab_part2 .p_right .pp_left .slogen {
        text-align: center;
    }
    .ab_part2 .p_right .pp_right .txt p {
        font-size: 15px;
    }
    .ab_part2 .p_right .pp_left .txtbox p,
    .ab_part1 .p_right p,
    .ab_part2 .p_right .pp_right .txt li {
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        /* text-indent: 2em; */
    }
    .ab_part2 .p_right .pp_right .tit {
        font-size: 16px;
    }
}

.ab_part3 {
    padding: 5% 0 0;
    background: url(../uploadfiles/image/h_bg.jpg) top center no-repeat;
}

.HistoryList {
    background: url(../images/op_bg4.png);
    padding: 5% 0 3%;
}

.HistoryList ul {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.HistoryList ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    top: 18%;
    left: 0;
}

.HistoryList ul li {
    margin-left: 50px;
}

.HistoryList ul li .date {
    font-family: DINCondensed;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #e32028;
    padding-bottom: 76px;
    position: relative;
}

.HistoryList ul li .date:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #e32028;
    border: 3px #f6cfd2 solid;
    border-radius: 50%;
    bottom: 34px;
    left: 0;
}

.HistoryList ul li .imgbox {
    width: 180px;
    padding-top: 120px;
    margin-bottom: 30px;
}

.HistoryList ul li .txtbox {}

.HistoryList ul li .txtbox p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #777777;
    text-align: left !important;
}

.HistoryList .slick-arrow {
    width: 50px;
    height: 114px;
    top: 11%;
    border-radius: 0;
}

.HistoryList .slick-prev {
    left: -5%;
    background: #444444 url(../images/arr_l1.png) center no-repeat;
}

.HistoryList .slick-next {
    background: #444444 url(../images/arr_r1.png) center no-repeat;
    right: -5%;
}

@media ( max-width:1440px) {
    .HistoryList ul li .date:before {
        bottom: 25px;
    }
    .HistoryList ul li .date {
        font-size: 26px;
    }
}

@media ( max-width:480px) {
    .HistoryList ul:before {
        top: 13%;
    }
    .HistoryList ul li {
        margin-left: 0;
    }
    .HistoryList ul li .date {
        padding-bottom: 50px;
    }
    .HistoryList ul li .txtbox p {
        font-size: 14px!important;
        line-height: 20px;
        font-family: MicrosoftYaHei!important;
    }
    .ab_part3 {
        padding: 3% 0;
    }
    .HistoryList ul li .imgbox {
        width: auto;
        padding-top: 160px;
        margin-bottom: 12px;
    }
}


/* 企业文化 */

.CulCon {
    padding: 5% 0;
}

.CulCon .txt {
    width: 80.64%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #777777;
    text-align: left;
    padding-bottom: 3%;
    margin: 0 auto;
}

.CulCon .txt p {
    line-height: 28px !important;
}

.CulCon .txt span {
    line-height: 28px !important;
}

.CulCon .CulList {
    width: 80.64%;
    margin: 0 auto;
    background: url(../uploadfiles/image/c_bg.jpg) center no-repeat;
}

.CulCon .CulList ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.CulCon .CulList ul li {
    background: #919499 url(../images/op_bg3.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 6% 0;
}

.CulCon .CulList ul li .ico {
    padding-bottom: 10%;
}

.CulCon .CulList ul li .ico img {}

.CulCon .CulList ul li .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.CulCon .CulList ul li .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.CulCon .CulList ul .blank {
    width: 33.33%;
    float: left;
}

.CulCon .CulList ul .blank img {
    height: 100%;
}

@media ( max-width:1440px) {
    .CulCon .CulList ul li .tit {
        font-size: 20px;
    }
    .CulCon .CulList ul li .txt {
        font-size: 14px;
    }
}

@media ( max-width:1024px) {
    .CulCon .CulList {
        width: 100%;
    }
}

@media ( max-width:480px) {
    .CulCon .CulList ul .blank {
        display: none;
    }
    .CulCon .CulList ul li {
        width: 100%;
        float: none;
    }
    .CulCon .CulList ul li .ico {
        padding-bottom: 5%;
    }
    .CulCon .txt {
        font-size: 14px;
        line-height: 28px;
        width: 100%;
    }
    .CulCon .CulList ul li .tit {
        font-size: 16px;
    }
    .CulCon .CulList ul li .txt {
        font-size: 12px;
    }
}

.ValueList {
    padding-top: 5%;
}

.ValueList ul {
    overflow: hidden;
}

.ValueList ul li {
    width: 25%;
    float: left;
    position: relative;
}

.ValueList ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/op_bg3.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.ValueList ul li .imgbox {
    padding-top: 75.3%;
}

.ValueList ul li .txtbox {
    position: absolute;
    bottom: 0;
    padding: 5%;
    width: 90%;
    z-index: 9;
}

.ValueList ul li .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ValueList ul li .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    padding-bottom: 0;
    text-align: left;
}

@media ( max-width:1440px) {
    .ValueList ul li .tit {
        font-size: 20px;
    }
    .ValueList ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }
}

@media ( max-width:1024px) {
    .ValueList ul li {
        width: 50%;
    }
}

@media ( max-width:480px) {
    .ValueList ul li {
        width: 100%;
        float: none;
    }
    .ValueList ul li .tit {
        font-size: 16px;
        line-height: 28px;
    }
    .ValueList ul li .txt {
        font-size: 12px;
        line-height: 26px;
    }
}


/* 社会责任 */

.socialBox {
    background-color: #f4f4f8;
}

.socialBox .tab_tit {
    width: 21.9%;
    float: left;
    display: none
}

.socialBox .tab_tit li {
    background-color: #eaeaf2;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    padding: 25% 0;
}

.socialBox .tab_tit li.on {
    color: #2b2d7c;
    background-color: #f4f4f8;
}

.socialBox .tab_con {
    width: 100%;
    float: right;
}

.socialBox .tab_con .tab_item {
    padding: 3% 8%;
    overflow: hidden;
}

.socialBox .tab_con .tab_item .txtbox {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #777777;
    width: 44.9%;
    float: left;
    max-height: 290px;
    overflow-y: auto;
}

.socialBox .tab_con .tab_item .slider {
    width: 42.87%;
    float: right;
}

.socialBox .tab_con .tab_item .imgbox {
    padding-top: 64.5%;
}

.socialBox .tab_con .tab_item .slick-dots {
    bottom: 10px;
}

.socialBox .tab_con .tab_item .slick-dots li button {
    width: 4px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

.socialBox .tab_con .tab_item .slick-dots li.slick-active button {
    width: 4px;
    height: 30px;
    background-color: #e32028;
}

@media ( max-width:1440px) {}

@media ( max-width:1024px) {
    .socialBox .tab_tit,
    .socialBox .tab_con {
        width: 100%;
        float: none;
    }
    .socialBox .tab_tit li {
        width: 33.33%;
        float: left;
        font-size: 20px;
        line-height: 36px;
        padding: 3% 0;
    }
    .socialBox .tab_con .tab_item {
        padding: 3%;
    }
    .socialBox .tab_con .tab_item .txtbox {
        width: 50%;
    }
}

@media ( max-width:768px) {
    .socialBox .tab_con .tab_item .txtbox {
        padding-bottom: 3%;
    }
    .socialBox .tab_con .tab_item .txtbox,
    .socialBox .tab_con .tab_item .slider {
        width: 100%;
        float: none;
    }
    .socialBox .tab_tit li {
        font-size: 16px;
        padding: 1% 0;
    }
    .socialBox .tab_con .tab_item .txtbox {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        text-indent: 2em;
        display: block!important;
    }
}



/* 新闻中心 */

.newsCon {}

.newsCon .Contain {
    padding: 3% 0;
    position: relative;
    border-top: 1px #f0f0f0 solid
}

.newsCon .Contain:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    left: 30%;
    top: 0;
}

.newsCon .news_left {
    width: 25%;
    float: left;
}

.newsCon .news_left .l_box {
    padding: 10%;
    background: url(../uploadfiles/image/n_bg1.jpg) top center no-repeat;
}

.newsCon .news_left .tit_slogen {
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: -3px;
    color: #ffffff;
    opacity: 0.05;
    display: none;
    padding-bottom: 7%;
}

.newsCon .news_left .tit_num {
    font-family: DINCondensed;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    display: none;
}

.newsCon .news_left .line {
    width: 30px;
    height: 5px;
    background-color: #e32028;
    margin: 12% 0 10%;
}

.newsCon .news_left .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 3px;
    color: #ffffff;
}

.newsCon .news_left .tit_en {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.1;
    padding-bottom: 10%;
}

.newsCon .news_left .Logo {
    position: relative;
    padding: 5% 0;
}

.newsCon .news_left .Logo .news_Logo {
    float: left;
    width: 312px;
}

.newsCon .news_left .Logo .news_arr {
    float: right;
}

.newsCon .news_left .Logo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2b2d7c;
    bottom: 3px;
}

.newsCon .news_left .Logo:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2b2d7c;
    bottom: 0;
}

.newsCon .newsList {
    width: 64%;
    float: right;
}

.newsCon .newsList ul {}

.newsCon .newsList ul li {
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 3%;
}

.newsCon .newsList ul li .newsList_l {
    width: 20.51%;
    float: left;
}

.newsCon .newsList ul li .newsList_l .imgbox {
    padding-top: 64%;
    background: #2b2d7c;
}

.newsCon .newsList ul li .newsList_l .date {
    height: 50px;
    background-color: #2b2d7c;
    font-family: DIN;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

.newsCon .newsList ul li .newsList_r {
    width: 68%;
    float: right;
    padding: 5%;
}

.newsCon .newsList ul li .newsList_r .tit {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsCon .newsList ul li .newsList_r .txt {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsCon .newsList ul li:hover .tit {
    color: #2b2d7c;
}

@media ( max-width:1440px) {
    .newsCon .news_left .tit_slogen {
        font-size: 30px;
    }
    .newsCon .news_left .tit_num {
        font-size: 46px;
        line-height: 46px;
    }
    .newsCon .news_left .tit_cn {
        font-size: 24px;
    }
    .newsCon .news_left .tit_en {
        font-size: 16px;
        line-height: 30px;
    }
    .newsCon .news_left .Logo .news_Logo {
        float: left;
        width: 250px;
    }
    .newsCon .newsList ul li .newsList_l .date {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .newsCon .newsList ul li .newsList_r {
        width: 70%;
        float: right;
        padding: 3%;
    }
    .newsCon .newsList ul li .newsList_r .tit {
        font-size: 18px;
    }
    .newsCon .newsList ul li .newsList_r .txt {
        font-size: 16px;
    }
}

@media ( max-width:1024px) {
    .newsCon .news_left,
    .newsCon .Contain:before {
        display: none;
    }
    .newsCon .newsList {
        width: 100%;
        float: none;
    }
    .newsCon .newsList ul li .newsList_r .txt {
        font-size: 14px;
    }
}

@media ( max-width:480px) {
    .newsCon .newsList ul li .newsList_r .tit {
        font-size: 14px;
    }
    .newsCon .newsList ul li .newsList_l .date {
        height: 26px;
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 0;
    }
}

.videoCon {
    padding: 2% 0;
}

.videoCon .Contain {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.VideoList {
    display: flex;
    flex-wrap: wrap;
}

.VideoList li {
    display: inline-block;
    width: calc((100% - 60px)/3);
    height: 370px;
    background: #fff;
    vertical-align: top;
    margin: 0 30px 30px 0;
    position: relative;
}

.VideoList li:nth-child(3n+3) {
    margin-right: 0;
}

.VideoList .ClassVideo .pc {
    position: relative;
    cursor: pointer;
}

.VideoList .ClassVideo .imgbox img {
    vertical-align: middle;
}


/* .VideoList .ClassVideo .videoView {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 4;
}

.VideoList .ClassVideo .videoView video {
    display: block;
    width: 100%;
    object-fit: cover;
} */

.VideoList .ClassVideo .videoView {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.VideoList .ClassVideo .videoView .videobox {
    width: 90%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    position: absolute;
}

.VideoList .ClassVideo .videoView .videobox .close {
    position: absolute;
    right: 0;
    top: -25px;
}

.VideoList .ClassVideo .videoView .videobox video {
    width: 100%;
}

.VideoList .ClassVideo .btns {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/play1.svg) center no-repeat;
}

.VideoList .ClassVideo .textbg {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 6.8% 5%;
    text-align: left;
}

.VideoList .ClassVideo h1 {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 8px;
    font-family: 'fontAnt';
    color: #aaa;
}

.VideoList .ClassVideo .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #222;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.VideoList li:hover .textbg {
    background-color: #2b2d7c;
    color: #fff;
}

.VideoList li:hover h1 {
    color: #fff;
}

.VideoList li:hover .txt {
    color: #fff;
}

@media(max-width:1440px) {
    .VideoList .ClassVideo .txt {
        font-size: 18px;
        font-weight: bold;
    }
}

@media(max-width:768px) {
    .VideoList {
        margin-left: 0;
    }
    .VideoList li {
        width: 100%;
        margin-left: 0;
    }
    .VideoList .ClassVideo .txt {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        height: auto;
    }
    .VideoList .ClassVideo .btns {
        background-size: 12%;
    }
    .VideoList li {
        margin: 0 0px 30px 0;
        height: auto;
    }
}


/* 产品与应用 */

.ProCon {
    padding: 5% 0;
    overflow-x: hidden;
}

.ProCon .proList {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.ProCon .proList ul {}

.ProCon .proList ul li {
    background-color: #fafafa;
    position: relative;
}

.ProCon .proList ul li .txtbox {
    width: 45%;
    position: relative;
    padding-top: 5%;
}

.ProCon .proList ul li .txtbox .title {
    position: relative;
    padding: 3% 0;
    margin-bottom: 5%;
}

.ProCon .proList ul li .txtbox .title:before {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
}

.ProCon .proList ul li .txtbox .title .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 2px;
    color: #000000;
}

.ProCon .proList ul li .txtbox .title .tit_en {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bbbbbb;
    display: none;
}

.ProCon .proList ul li .txt p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    /*padding-bottom: 3%;*/
}

.ProCon .proList ul li .txt p span {
    color: #777!important;
}

.ProCon .proList ul li .imgbox {
    width: 50%;
    padding-top: 49.24%;
}

.ProCon .proList ul li:nth-child(2n+1) .txtbox {
    float: left;
}

.ProCon .proList ul li:nth-child(2n+1) .imgbox {
    float: right;
}

.ProCon .proList ul li:nth-child(2n) .imgbox {
    float: left;
}

.ProCon .proList ul li:nth-child(2n) .txtbox {
    float: right;
}

.ProCon .proList ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 0;
}

.ProCon .proList ul li:nth-child(2n):before {
    right: -40.63%;
}

.ProCon .proList ul li:nth-child(2n+1):before {
    left: -40.63%;
}

@media ( max-width:1440px) {
    .ProCon .proList ul li .txtbox .title .tit_cn {
        font-size: 30px;
    }
    .ProCon .proList ul li .txtbox .title .tit_en {
        font-size: 14px;
        padding: 1% 0 2%;
        line-height: 14px;
    }
}

@media ( max-width:1024px) {
    .ProCon .proList ul li .txtbox .title .tit_cn {
        font-size: 28px;
    }
}

@media ( max-width:768px) {
    .ProCon .proList ul li .txtbox .title .tit_cn {
        font-size: 22px;
        letter-spacing: 0;
    }
    .ProCon .proList ul li .txtbox .title .tit_en {
        font-size: 12px;
        padding: 0 0 2%;
    }
    .ProCon .proList ul li .txtbox {
        padding-top: 0;
        padding: 3%;
        width: 94%;
        float: none;
    }
    .ProCon .proList ul li:nth-child(2n+1) .txtbox,
    .ProCon .proList ul li:nth-child(2n) .txtbox {
        float: none;
    }
    .ProCon .proList ul li .txtbox .title {
        position: relative;
        padding: 0;
        margin-bottom: 3%;
    }
    .ProCon .proList ul li .imgbox {
        padding-top: 64%;
        width: 100%;
        float: none;
    }
    .ProCon .proList ul li:before {
        display: none;
    }
    .ProCon .proList ul li .txt p {
        line-height: 28px;
    }
}

@media ( max-width:480px) {
    .ProCon .proList ul li .txtbox .title .tit_cn {
        font-size: 18px;
    }
}


/* 核心工艺 */

.TecCon {
    padding: 5% 0;
}

.TecCon .tecList {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.TecCon .tecList ul {}

.TecCon .tecList ul li {
    position: relative;
    margin-bottom: 6%;
}

.TecCon .tecList ul li .txtbox {
    position: absolute;
    top: 14%;
    background: url(../images/op_bg4.png);
    z-index: 99;
    padding: 3%;
    width: 22%;
    min-height: 286px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 0 100%);
}

.TecCon .tecList ul li:nth-child(2n+1) .txtbox {
    left: 6%;
}

.TecCon .tecList ul li:nth-child(2n) .txtbox {
    right: 6%;
}

.TecCon .tecList ul li .title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    padding-bottom: 14%;
    border-bottom: 1px #e6e6e6 solid;
}

.TecCon .tecList ul li .txt {}

.TecCon .tecList ul li .txt p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding: 3% 0;
}

.TecCon .tecList ul li .txt p span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #2b2d7c;
}

.TecCon .tecList ul li .txt p span b {
    font-family: DINCondensed;
    font-size: 24px;
    font-weight: bold;
    color: #2b2d7c;
}

.TecCon .tecList ul li .num {
    font-family: DINCondensed;
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #f2f2f2;
    position: absolute;
    right: 8%;
    bottom: 8%;
}

.TecCon .tecList ul li .imgbox {
    padding-top: 38.5%;
}

@media ( max-width:1440px) {
    .TecCon .tecList ul li .title {
        font-size: 20px;
        padding-bottom: 9%;
    }
    .TecCon .tecList ul li .txt p {
        font-size: 16px;
    }
    .TecCon .tecList ul li .txt p span {
        font-size: 14px;
    }
    .TecCon .tecList ul li .txt p span b {
        font-size: 20px;
    }
}

@media ( max-width:1024px) {
    .TecCon .tecList ul li .txtbox {
        width: 30%;
        min-height: 214px;
    }
    .TecCon .tecList ul li .txt p {
        padding: 0;
    }
    .TecCon .tecList ul li .num {
        font-family: DINCondensed;
        font-size: 60px;
    }
}

@media ( max-width:768px) {
    .TecCon .tecList ul li .txtbox {
        min-height: 178px;
    }
    .TecCon .tecList ul li .txt p {
        padding: 0;
    }
    .TecCon .tecList ul li .title {
        font-size: 16px;
        padding-bottom: 5%;
    }
    .TecCon .tecList ul li .txt p {
        font-size: 12px;
        line-height: 26px;
    }
    .TecCon .tecList ul li .num {
        font-family: DINCondensed;
        font-size: 40px;
    }
    .TecCon .tecList ul li:nth-child(4n) .imgbox span {
        background-position: right center;
    }
}

@media ( max-width:480px) {
    .TecCon .tecList ul li .txtbox {
        width: 100%;
        min-height: 1px;
        position: static;
        padding-bottom: 30px;
        box-sizing: border-box;
    }
    .TecCon .tecList ul li .imgbox {
        padding-top: 73.5%;
    }
    .TecCon .tecList ul li .txt p span b {
        font-size: 14px;
    }
}

.te_part1 {
    text-align: left;
    padding-bottom: 5%;
}

.te_part1 .te_l {
    width: 50%;
    float: left;
}

.te_part1 .te_l .tit_cn {
    text-align: left;
}

.te_part1 .te_l .tit_en {
    position: relative;
    padding-bottom: 2%;
    text-align: left;
}

.te_part1 .te_l .tit_en:before {
    content: '';
    width: 200px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
}

.te_part1 .te_l ul {
    padding-top: 2%;
}

.te_part1 .te_l ul li {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    padding-left: 13px;
}

.te_part1 .te_l ul li:before {
    content: '';
    width: 6px;
    height: 2px;
    background-color: #2b2d7c;
    position: absolute;
    left: 0;
    top: 19px;
}

.te_part1 .te_r {
    width: 46.31%;
    float: right;
}

.te_part1 .te_r .imgbox {
    padding-top: 56.5%;
}

.te_part1 .te_r .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    padding-top: 4%;
    letter-spacing: 1px;
    color: #1c208d;
    text-align: center;
}

@media ( max-width:1024px) {
    .te_part1 .te_l,
    .te_part1 .te_r {
        width: 100%;
        float: none;
    }
    .te_part1 .te_l .SubTit {
        padding-bottom: 0;
    }
    .te_part1 .te_l .tit_cn {
        text-align: center;
    }
    .te_part1 .te_l .tit_en {
        text-align: center;
    }
    .te_part1 .te_l .tit_en:before {
        width: 100%;
        left: 0;
    }
    .te_part1 .te_l ul {
        padding: 2% 0;
    }
    .te_part1 .te_l ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .te_part1 .te_l ul li:before {
        top: 13px;
    }
}

.te_part1,
.te_part2 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.te_part2 .TeproList {
    margin-left: -1.63%;
    overflow: hidden;
}

.te_part2 .TeproList li {
    width: 31.7%;
    margin-left: 1.63%;
    margin-bottom: 1.63%;
    float: left;
    position: relative;
}

.te_part2 .TeproList li .imgbox {
    padding-top: 69%;
}

.te_part2 .TeproList li .tit {
    position: absolute;
    width: 70%;
    padding-left: 5%;
    height: 55px;
    line-height: 55px;
    background: url(../images/op_bg3.png);
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    bottom: 0;
    left: 0;
    z-index: 99;
}

.te_part2 .TeproList li .tit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}

.te_part2 .TeproList li .tit .tit_cn span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    display: none;
}

@media ( max-width:1440px) {}

@media ( max-width:768px) {
    .te_part2 .TeproList {
        margin-left: -2%;
    }
    .te_part2 .TeproList li {
        width: 48%;
        margin-left: 2%;
    }
    .te_part2 .TeproList li .tit {
        height: 40px;
        line-height: 40px;
    }
    .te_part2 .TeproList li .tit .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 14px;
    }
    .te_part2 .TeproList li .tit .tit_cn span {
        font-family: MicrosoftYaHei;
        font-size: 12px;
    }
}

@media ( max-width:480px) {
    .te_part2 .TeproList {
        margin-left: 0;
    }
    .te_part2 .TeproList li {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}


/* 质量控制 */

.QuaCon {
    padding: 5% 0;
}

.qu_part1 {}

.qu_part1 .cerList .slider {}

.qu_part1 .cerList li {
    background-color: #ffffff;
}

.qu_part1 .cerList li .imgbox {
    padding-top: 142%;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    border: solid 1px #efefef;
}

.qu_part1 .cerList .slick-list {
    padding: 0% 0 6%;
}
.qu_part1 .cerList li {
    background-color: #ffffff;
    width: 23.5%;float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.qu_part1 .cerList li:nth-child(4n){margin-right: 0;}
.qu_part1 .cerList li .imgbox {
    padding-top: 142%;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    border: solid 1px #efefef;
}
.qu_part1 .cerList li .imgbox span{background-size: contain;}
.qu_part1 .cerList li p{font-size: 20px;text-align: center;line-height: 3;background: #0B308E;color: #fff}
.qu_part1 .cerList .slick-list {
    padding: 0% 0 6%;
}
.qu_part1 .cerList .slick-arrow {
    background: none;
    border-radius: 0;
}

.qu_part1 .cerList .slick-prev {
    background: url(../images/arr_l.png) center no-repeat;
}

.qu_part1 .cerList .slick-next {
    background: url(../images/arr_r.png) center no-repeat;
}

@media ( max-width:1440px) {}

.qu_part1,
.qu_part2 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.qu_part2 .TestList {
    margin-left: -1.63%;
    overflow: hidden;
}

.qu_part2 .TestList li {
    width: 31.7%;
    margin-left: 1.63%;
    margin-bottom: 1.63%;
    float: left;
    position: relative;
}

.qu_part2 .TestList li .imgbox {
    padding-top: 69%;
}

.qu_part2 .TestList li .tit {
    position: absolute;
    width: 97%;
    height: 55px;
    line-height: 55px;
    background: url(../images/op_bg3.png);
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    bottom: 0;
    left: 0;
    z-index: 99;
    text-align: left;
    padding-left: 3%;
}

.qu_part2 .TestList li .tit .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}

.qu_part2 .TestList li .tit .tit_cn span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    display: none;
}

@media ( max-width:1440px) {}

@media ( max-width:768px) {
    .qu_part2 .TestList {
        margin-left: -2%;
    }
    .qu_part2 .TestList li {
        width: 48%;
        margin-left: 2%;
    }
    .qu_part2 .TestList li .tit {
        height: 40px;
        line-height: 40px;
    }
    .qu_part2 .TestList li .tit .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 14px;
    }
    .qu_part2 .TestList li .tit .tit_cn span {
        font-family: MicrosoftYaHei;
        font-size: 12px;
    }
}

@media ( max-width:480px) {
    .qu_part2 .TestList {
        margin-left: 0;
    }
    .qu_part2 .TestList li {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}


/* 产品创新 */

.InnCon {}

.in_part1 {
    padding: 5% 0;
    background-color: #f8f8f8;
}

.in_part1 .reList {
    overflow: hidden;
}

.in_part1 .reList li {
    width: 16.66%;
    float: left;
    position: relative;
}

.in_part1 .reList li:nth-child(2n) {
    padding-top: 8%;
}

.in_part1 .reList li:before {
    content: '';
    width: 200px;
    height: 1px;
    border-top: 1px #b5b5b5 dashed;
    position: absolute;
    transform: rotate( 45deg);
    top: 60%;
    left: 63%;
    z-index: 0;
}

.in_part1 .reList li:nth-child(2n):before {
    transform: rotate( -45deg);
    top: 40%;
    left: 63%;
    z-index: 0;
}

.in_part1 .reList li:last-child:before {
    display: none;
}

.in_part1 .reList .imgbox {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.in_part1 .reList .txtbox {
    text-align: center;
    position: relative;
}

.in_part1 .reList .txtbox .num {
    font-family: DINCondensed;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #e32028;
    position: absolute;
    top: -20px;
    width: 100%;
}

.in_part1 .reList .txtbox .tit {
    font-family: MicrosoftYaHei;
    white-space: normal;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    height: 44px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 10%;
}

.in_part1 .reList .txtbox .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    display: none;
}

@media ( max-width:1440px) {
    .in_part1 .reList .txtbox .num {
        line-height: 30px;
        font-size: 30px;
    }
    .in_part1 .reList .txtbox .tit {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
    .in_part1 .reList .imgbox {
        width: 160px;
        height: 160px;
    }
}

@media ( max-width:1024px) {
    .in_part1 .reList .txtbox .num {
        line-height: 20px;
        font-size: 20px;
    }
    .in_part1 .reList .txtbox .tit {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .in_part1 .reList .imgbox {
        width: 100px;
        height: 100px;
    }
    .in_part1 .reList .txtbox .txt {
        font-size: 12px;
        line-height: 16px;
    }
    .in_part1 .reList li:before {
        content: '';
        width: 140px;
        height: 1px;
        border-top: 1px #b5b5b5 dashed;
        position: absolute;
        transform: rotate( 36deg);
        top: 62%;
        left: 63%;
        z-index: 0;
    }
    .in_part1 .reList li:nth-child(2n):before {
        transform: rotate( -36deg);
        top: 35%;
        left: 63%;
        z-index: 0;
    }
}

@media ( max-width:768px) {
    .in_part1 .reList li {
        width: 33.33%;
        padding-bottom: 3%;
    }
    .in_part1 .reList li:nth-child(2n) {
        padding-top: 0;
    }
    .in_part1 .reList .txtbox .txt {
        height: 32px;
    }
    .in_part1 .reList li:before {
        content: '';
        width: 160px;
        height: 1px;
        border-top: 1px #b5b5b5 dashed;
        position: absolute;
        transform: rotate( 0deg);
        top: 30%;
        left: 63%;
        z-index: 0;
    }
    .in_part1 .reList li:nth-child(2n):before {
        transform: rotate( -0deg);
        top: 30%;
        left: 63%;
        z-index: 0;
    }
    .in_part1 .reList li:nth-child(3):before {
        display: none;
    }
}

@media ( max-width:480px) {
    .in_part1 .reList li {
        width: 50%;
    }
    .in_part1 .reList li:nth-child(3):before {
        display: block;
    }
    .in_part1 .reList li:nth-child(2):before,
    .in_part1 .reList li:nth-child(4):before {
        display: none;
    }
}

.in_part2 {
    padding: 5% 0;
    background-color: #fff;
}

.in_part2 .innList {
    margin-left: -1.6%;
    overflow: hidden;
    text-align: center;font-size: 0;
}

.in_part2 .innList li {
    width: 23.4%;
    margin-left: 1.6%;
   display: inline-block;
   text-align: left;
   vertical-align: top;
}

.in_part2 .innList .imgbox {
    padding-top: 58%;
}

.in_part2 .innList .txtbox .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    color: #2b2d7c;
    padding: 8% 0 5%;
    border-bottom: 1px #e9e9e9 solid;
}

.in_part2 .innList .txtbox .txt {
    padding-top: 5%;
}

.in_part2 .innList .txtbox .txt p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 10px;
    position: relative;
    margin-bottom: 2%;
}

.in_part2 .innList .txtbox .txt p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #2b2d7c;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

@media ( max-width:1024px) {
    .in_part2 .innList {
        text-align: left;
        margin-left: -2%;
    }
    .in_part2 .innList li {
        width: 48%;
        margin-left: 2%;
    }
}

@media ( max-width:768px) {
    .in_part2 .innList .txtbox .tit {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: bold;
        color: #2b2d7c;
        padding: 5% 0 5%;
        border-bottom: 1px #e9e9e9 solid;
    }
}

@media ( max-width:480px) {
    .in_part2 .innList {
        margin-left: 0;
    }
    .in_part2 .innList li {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .in_part2 .innList .txtbox .tit {
        padding: 3% 0;
    }
    .in_part2 .innList .txtbox .txt {
        padding-top: 3%;
    }
}


/* 服务与运维 */

.ma_part1 {
    padding: 5% 0;
    background-color: #f5f5f5;
}

.ma_part1 .Contain {}

.ma_part1 .seviceBox {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 3%;
    box-sizing: border-box;
}

.ma_part1 .seviceBox:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #373986 url(../uploadfiles/image/m_bg.jpg) top center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}


/*.ma_part1 .seviceBox .imgbox {
    width: 46.5%;
    float: left;
    padding-top: 31%;
}

*/

.seviceBox .p_left {
    width: 42%;
    float: left;
    position: relative;
}

.seviceBox .p_left .flexslider {
    border-radius: 0px;
    border: 0px;
    background: none;
    margin: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.seviceBox .p_left .slides {
    padding-left: 0px;
}

.seviceBox .p_left .bigimg li {
    position: relative;
}

.seviceBox .p_left .flexslider .flex-direction-nav {
    display: block;
}

.seviceBox .p_left .flexslider .flex-direction-nav a {
    background: url(../images/RichInfo014-controls.png) no-repeat;
    width: 24px;
    height: 38px;
    font-size: 0px;
}

.seviceBox .p_left .flexslider .flex-direction-nav .flex-prev {
    background-position: 0px 4px;
    left: 0;
}

.seviceBox .p_left .flexslider .flex-direction-nav .flex-next {
    background-position: -32px 4px;
    right: 0;
}

.seviceBox .p_left .flexslider {
    padding: 3% 0 0;
}

.seviceBox .p_left .flexslider li {
    text-align: center;
    color: #444444;
    cursor: pointer;
    box-sizing: content-box;
    margin-right: 4px;
}

.seviceBox .p_left .flexslider .img {
    box-sizing: content-box;
}

.seviceBox .p_left .flexslider .img img {
    width: 65px;
    height: 65px;
    display: block;
    box-sizing: content-box;
}

.seviceBox .p_left .flexslider .box {
    width: 65px;
    margin: 0px auto;
    border: 1px solid rgba(255, 255, 255, 0);
}

.seviceBox .p_left .flexslider li.flex-active-slide .box {
    border: 1px solid #eaeaea;
}

.seviceBox .p_left .flexslider .flex-direction-nav a {
    margin: -13px 0px 0;
    background: url(../images/stuarr.png) no-repeat;
    width: 24px;
    height: 38px;
    font-size: 0px;
}

.seviceBox .p_left .flexslider .flex-direction-nav .flex-prev {
    background-position: -24px -55px;
    left: 0
}

.seviceBox .p_left .flexslider .flex-direction-nav .flex-next {
    background-position: -96px -55px;
    right: 0
}


/*.seviceBox .imgleft{border:1px solid #eaeaea;}*/

@media ( max-width:768px) {
    .seviceBox .p_left {
        width: 100%;
        float: none;
    }
}

.ma_part1 .seviceBox .txtbox {
    width: 35%;
    float: left;
    margin-left: 7.7%;
    margin-top: 3%;
    position: relative;
    z-index: 99;
}

.ma_part1 .seviceBox .txtbox .ti {
    position: relative;
    padding-bottom: 6%;
}

.ma_part1 .seviceBox .txtbox .ti:before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #e32028;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ma_part1 .seviceBox .txtbox .ti {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ma_part1 .seviceBox .txtbox .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 5%;
}

@media ( max-width:1440px) {
    .ma_part1 .seviceBox .txtbox .ti p {
        font-size: 20px;
    }
}

@media ( max-width:768px) {
    .ma_part1 .seviceBox .txtbox {
        width: 44%;
        float: left;
        margin-left: 5%;
    }
    .ma_part1 .seviceBox .txtbox .ti p {
        font-size: 17px;
    }
    .ma_part1 .seviceBox .txtbox .txt {
        font-size: 14px;
        line-height: 28px;
    }
    .ma_part1 .seviceBox .txtbox {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media ( max-width:480px) {
    .qu_part1 .cerList li{width: 48%;}
    .qu_part1 .cerList li p{font-size: 14px;line-height: 18px;height:40px;display:flex;align-items: center;justify-content: center;}
    .ma_part1 .seviceBox {
        width: 96%;
        padding: 2%;
    }
    .ma_part1 .seviceBox .txtbox {
        margin-left: 0;
        padding: 3% 0;
    }
    .ma_part1 .seviceBox .txtbox .ti p {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
}

.ma_part2 {
    background: url(../images/m_bg.png) bottom center no-repeat;
}

.ma_part2Box {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 5% 0;
}

.ma_part2 .txtbox {
    text-align: center;
}

.ma_part2 .txtbox p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #777777;
}

.ma_part2 .omList {
    padding: 5% 0 2%;
}

.ma_part2 .omList li {
    text-align: center;
    position: relative;
}

.ma_part2 .omList li:before {
    content: '';
    width: 10px;
    height: 12px;
    background: url(../images/arr.png) center no-repeat;
    position: absolute;
    top: 74%;
    right: 0;
    z-index: 9;
}

.ma_part2 .omList li .ico {
    width: 120px;
    height: 120px;
    background-color: #2b2d7c;
    text-align: center;
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ma_part2 .omList li .ico:before {
    content: '';
    width: 14px;
    height: 10px;
    background: url(../images/m_arr.png) center no-repeat;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
}

.ma_part2 .omList li .ico img {
    vertical-align: middle;
}

.ma_part2 .omList li:hover img {
    animation: move 2s -1s infinite;
}

.ma_part2 .omList li .tit {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    padding-top: 27%;
    height: 25px;
}

.ma_part2 .omList li .tit:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #e32028;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 40%;
    margin-left: -4px;
    z-index: 9;
}

.ma_part2 .omList li .tit:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 1;
}

.ma_part2 .omList .slick-arrow {
    width: 50px;
    height: 114px;
    border-radius: 0;
    top: 65%;
}

.ma_part2 .omList .slick-prev {
    background: #f5f5f5 url(../images/arr_l2.png) center no-repeat;
}

.ma_part2 .omList .slick-next {
    background: #f5f5f5 url(../images/arr_r2.png) center no-repeat;
}

.ma_part2 .omList .slick-prev:hover {
    background: #2b2d7c url(../images/arr_l1.png) center no-repeat;
}

.ma_part2 .omList .slick-next:hover {
    background: #2b2d7c url(../images/arr_r1.png) center no-repeat;
}

@media ( max-width:1440px) {
    .ma_part2 .omList .slick-prev {
        left: -20px;
    }
    .ma_part2 .omList .slick-next {
        right: -20px;
    }
}

@media ( max-width:480px) {
    .ma_part2 .txtbox p {
        font-size: 14px;
        line-height: 28px;
    }
    .ma_part2 .omList li .ico {
        width: 60px;
        height: 60px;
    }
    .ma_part2 .omList li .ico img {
        width: 30px;
    }
    .ma_part2 .omList li .tit {
        font-size: 14px;
        line-height: 20px;
    }
    .ma_part2 .omList li:before {
        top: 67%;
    }
}



/* 投资者关系 */

.i_part1 {
    padding: 5% 0;
}

.i_part1 .priceBox {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background: #1a1e8c url(../images/i_bg.jpg) center no-repeat;
    position: relative;
}

.i_part1 .priceBox:before {
    content: '';
    width: 92%;
    height: 1px;
    background-color: #eeeeee;
    opacity: 0.15;
    position: absolute;
    left: 4%;
    top: 28%;
}

.i_part1 .priceBox .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 2% 4%;
    box-sizing: border-box;
    /*border-bottom: 1px #3a3e9b solid;*/
}

.i_part1 .priceBox .tit b {
    font-family: DINCondensed;
    font-weight: bold;
}
.price{font-size:50px}
.i_part1 .priceBox .tit span {
    font-size: 14px;
    opacity: 0.5;
}

.i_part1 .priceBox .txt {
    overflow: hidden;
    padding: 2% 4%;
}

.i_part1 .priceBox .txt li {
    width: 33.33%;
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    overflow: hidden;
    color: #a8a9cb;
    padding: 1% 0;
}

.i_part1 .priceBox .txt li p {
    line-height: 30px;
}

.i_part1 .priceBox .txt li b {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
}


.i_part1 .priceBox .txt li b .StockInformation1{padding-right: 20px;background: url(../images/icon-up.png) no-repeat right center;}
.i_part1 .priceBox .txt li b .StockInformation1.down{background: url(../images/icon-down.png) no-repeat right center;}
@media ( max-width:1440px) {}

@media ( max-width:1024px) {
    .i_part1 .priceBox .tit {
        font-family: MicrosoftYaHei;
        font-size: 16px;
    }
    .i_part1 .priceBox .txt li {
        /*width: 20%;*/
        float: left;
        font-family: MicrosoftYaHei;
        font-size: 14px;
    }
    .i_part1 .priceBox .txt li b {
        font-size: 20px;
        font-family: DINCondensed;
        color: #fff;
    }
    .i_part1 .priceBox .txt li:nth-child(1) b {
        font-size: 20px;
    }
}

@media ( max-width:480px) {
    .i_part1 .priceBox .txt li {
        width: 100%;
        float: none;
        padding: 2% 0;
    }
    .i_part1 .priceBox .tit {
        border-bottom: 1px #474aa1 solid;
    }
    .i_part1 .priceBox:before {
        display: none;
    }
    .i_part1 .priceBox .txt li {
        width: 100%;
    }
    .i_part1 .priceBox .txt li:nth-child(4),
    .i_part1 .priceBox .txt li:nth-child(5) {
        width: 100%;
    }
}

.i_part2 {
    padding: 5% 0;
    background-color: #f6f6f6;
}

.i_part2 .infoBox {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.i_part2 .infoBox .tab_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 3%;
}

.i_part2 .infoBox .tab_tit li {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 2%;
}

.i_part2 .infoBox .tab_tit li:nth-child(1) {
    margin-left: 0;
}

.i_part2 .infoBox .tab_tit li.on,
.i_part2 .infoBox .tab_tit li:hover {
    color: #e32028;
    font-weight: bold;
}

.i_part2 .infoBox .tab_con {
    padding-bottom: 2%;
}

.i_part2 .infoBox .tab_con ul {
    margin-left: -1.51%;
    overflow: hidden;
}

.i_part2 .infoBox .tab_con ul li {
    margin-left: 1.51%;
    margin-bottom: 1.51%;
    width: 48.49%;
    height: 80px;
    float: left;
    background-color: #ffffff;
}

.i_part2 .infoBox .tab_con ul li .date {
    font-family: DINCondensed;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #191e8d;
    width: 16%;
    float: left;
    text-align: center;
    border-right: 1px #f2f2f2 solid;
}

.i_part2 .infoBox .tab_con ul li .tit {
    width: 76%;
    float: right;
    position: relative;
    padding: 0 2%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_part2 .infoBox .tab_con ul li .tit:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.i_part2 .infoBox .tab_con ul li:hover .tit {
    color: #191e9c;
}

@media ( max-width:1440px) {
    .i_part2 .infoBox .tab_con ul li {
        height: 66px;
    }
    .i_part2 .infoBox .tab_con ul li .date {
        font-size: 20px;
        line-height: 66px;
    }
    .i_part2 .infoBox .tab_con ul li .tit {
        font-size: 16px;
        line-height: 66px;
    }
}

@media ( max-width:768px) {
    .i_part2 .infoBox .tab_tit li {
        float: left;
        font-family: MicrosoftYaHei;
        font-size: 16px;
    }
    .i_part2 .infoBox .tab_con ul li {
        height: 56px;
    }
    .i_part2 .infoBox .tab_con ul li .date {
        font-size: 14px;
        line-height: 56px;
    }
    .i_part2 .infoBox .tab_con ul li .tit {
        font-size: 14px;
        line-height: 56px;
    }
}

@media ( max-width:480px) {
    .i_part2 .infoBox .tab_tit li {
        font-size: 14px;
    }
    .i_part2 .infoBox .tab_con ul {
        margin-left: 0;
    }
    .i_part2 .infoBox .tab_con ul li {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.i_part3 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.i_part3 .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
}

.MsgForm {
    margin: 0 0 0 -2%;
    padding-top: 3%;
}

.MsgForm dl.w33 {
    width: 31.333%;
    float: left;
    margin-bottom: 2.6%;
}

.MsgForm dl {
    padding-left: 2%;
}

.MsgForm .box {
    border: 1px solid #e8e9f3;
}

.MsgForm .box .input {
    width: 100%;
    height: 55px;
    line-height: 60px;
    text-indent: 1em;
    font-size: 16px;
}

.MsgForm .select {
    width: 100%;
    height: 70px;
    text-indent: 1em;
    border: 1px solid #dddddd;
}

.MsgForm .textarea {
    padding: 15px;
    border: 1px solid #dddddd;
}

.MsgForm .textarea textarea {
    width: 100%;
    height: 180px;
    font-size: 16px;
}

.btnbox {
    text-align: center;
    padding-top: 40px;
}

.btnbox button {
    width: 200px;
    height: 60px;
    box-shadow: 0px 20px 100px 0px rgba(43, 45, 124, 0.15);
    border-radius: 5px;
}

.btnbox .sendbtn {
    background-color: #2b2d7c;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
}

.btnbox .sendbtn:hover {
    background-color: #22246c;
}

@media ( max-width:1440px) {
    .MsgForm .btn button {
        width: 180px;
        height: 50px;
        font-size: 18px;
    }
    .MsgForm .box .input {
        height: 48px;
        line-height: 48px;
    }
    .MsgForm .select {
        height: 50px;
    }
    .MsgForm .textarea textarea {
        height: 150px;
    }
}

@media ( max-width:1366px) {}

@media ( max-width:1024px) {}

@media ( max-width:768px) {
    .Msgtxt {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .MsgForm dl {
        width: auto !important;
        float: none !important;
    }
    .MsgForm .box .input {
        height: 42px;
        line-height: 42px;
    }
    .MsgForm .select {
        height: 40px;
        line-height: 40px;
    }
    .btnbox {
        padding-top: 20px;
    }
    .btnbox .sendbtn {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .i_part3 .txt {
        font-size: 14px;
        line-height: 28px;
    }
    .MsgForm .box .input {
        font-size: 14px;
    }
}

@media ( max-width:414px) {}


/* 加入飞沃 */

.tr_part1,
.tr_part2 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5%;
}

.tr_part1 .recuBox {
    margin-left: -1.3%;
    overflow: hidden;
}

.tr_part1 .recuBox a {}

.tr_part1 .recuBox .recu_item {
    width: 48.7%;
    float: left;
    margin-left: 1.3%;
    text-align: center;
    position: relative;
}

.tr_part1 .recuBox .recu_item .txtbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tr_part1 .recuBox .recu_item .ico {
    width: 58px;
}

.tr_part1 .recuBox .recu_item .tit {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.tr_part1 .recuBox .recu_item .more_btn {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    font-stretch: normal;
    letter-spacing: 0px;
    padding: 2% 0;
    color: #ffffff;
    border: none;
    display: inline;
    background: none;
    width: auto;
    height: auto;
}

.tr_part1 .recuBox .recu_item .more_btn:before {
    display: none;
}

.tr_part1 .recuBox .recu_item .more_btn:after {
    display: none;
}

.tr_part1 .recuBox .recu_item .more_btn img {
    height: 12px;
    padding-left: 10px;
    margin-top: 2%;
}

.tr_part1 .recuBox .recu_item .more_btn:hover {
    background: none;
}

.tr_part1 .recuBox .recu_item .imgbox {
    padding-top: 56.2%;
}

.tr_part1 .recuBox .recu_item:hover .more_btn {
    color: #191e8d;
    font-weight: bold;
    border-bottom: 2px #191e8d solid;
}

@media ( max-width:1024px) {
    .tr_part1 .recuBox .recu_item .tit {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 26px;
    }
    .tr_part1 .recuBox .recu_item .ico {
        width: 42px;
    }
}

@media ( max-width:480px) {
    .tr_part1 .recuBox {
        margin-left: 0;
    }
    .tr_part1 .recuBox .recu_item {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 3%;
    }
}

.tr_part2 {
    padding-bottom: 5%;
}

.tr_part2 .contactBox {
    overflow: hidden;
    background-color: #f9f9f9;
}

.tr_part2 .contactBox .img_l {
    width: 50%;
    float: left;
}

.tr_part2 .contactBox .img_l .imgbox {
    padding-top: 64.62%;
}

.tr_part2 .contactBox .txt_r {
    width: 40%;
    float: right;
    background-color: #f9f9f9;
    padding: 5%;
    max-height: 420px;
    overflow: hidden;
}

.tr_part2 .contactBox .txt_r .tit {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    padding-bottom: 5%;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px #e7e7e7 solid;
    position: relative;
}

.tr_part2 .contactBox .txt_r .tit:before {
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e32028;
    content: '';
    bottom: 0;
    left: 0;
}

.tr_part2 .contactBox .txt_r ul {
    padding-top: 6%;
}

.tr_part2 .contactBox .txt_r ul li {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #999999;
}

.tr_part2 .contactBox .txt_r ul li img {
    width: 15px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}

.tr_part2 .contactBox .txt_r ul li span {
    color: #333333;
    font-weight: bold;
}

.tr_part2 .contactBox .txt_r ul li a {
    font-family: DINCondensed;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2b2d7c;
}

@media ( max-width:1440px) {
    .tr_part1 .recuBox .recu_item .tit {
        font-family: MicrosoftYaHei;
    }
    .tr_part2 .contactBox .txt_r .tit {
        font-family: MicrosoftYaHei;
        font-size: 20px;
    }
    .tr_part2 .contactBox .txt_r ul li a {
        font-size: 20px;
    }
}

@media ( max-width:1024px) {
    .tr_part2 .contactBox .txt_r {
        padding: 2% 5%;
    }
    .tr_part2 .contactBox .txt_r ul li {
        line-height: 32px;
    }
    .tr_part2 .contactBox .txt_r ul li a {
        font-size: 16px;
    }
}

@media ( max-width:768px) {
    .tr_part2 .contactBox .img_l {
        width: 100%;
        float: none;
    }
    .tr_part2 .contactBox .txt_r {
        width: 94%;
        float: none;
        padding: 3%;
    }
    .tr_part2 .contactBox .txt_r ul {
        padding-top: 3%;
    }
}


/* 招聘详情 */

.zp_part1 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.zp_part1 .vedioBox {
    position: relative;
}

.zp_part1 .imgbox img {
    vertical-align: middle;
}

.zp_part1 .videoView {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 4;
}

.zp_part1 .videoView video {
    display: block;
    width: 100%;
    object-fit: cover;
}

.zp_part1 .btns {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/play2.png) center no-repeat;
}

@media ( max-width:768px) {
    .zp_part1 .btns {
        background-size: 10%;
    }
}

.zp_part2 {
    background-color: #f5f5f5;
    min-height: 707px;
}

.zp_part2 .FinaList {
    overflow: hidden;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5%;
}

.zp_part2 .FinaList li {
    float: left;
    text-align: center;
    position: relative;
    width: 20%;
}

.zp_part2 .FinaList li .img {
    width: 120px;
    height: 120px;
    background: url(../images/j_ico_bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.zp_part2 .FinaList li .img:before {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #2b2d7c;
    opacity: 0.11;
    position: absolute;
    top: 50%;
    left: 100%;
}

.zp_part2 .FinaList li:last-child .img:before {
    display: none;
}

.zp_part2 .FinaList li .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    padding-top: 16%;
    height: 50px;
}

.zp_part2 .FinaList li.on .img {
    background: #e32028;
    border-radius: 50%;
}

.zp_part2 .FinaList li.on .img img {
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100);
    filter: brightness(100);
    filter: white;
    filter: brightness(100);
}

.zp_part2 .FinaList li:hover .img {
    background: #e32028;
    border-radius: 50%;
}

.zp_part2 .FinaList li:hover img {
    transition: all ease 1s;
    transform: rotateX(360deg);
}

.zp_part2 .pcBox {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.zp_part2 .pcList {
    overflow: hidden;
    margin-left: -2.4%;
}

.zp_part2 .pcList li {
    width: 30.93%;
    float: left;
    margin-left: 2.4%;
}

.zp_part2 .pcList li .imgbox {
    padding-top: 63.2%;
}

@media(max-width:1366px) {}

@media(max-width:1200px) {
    .zp_part2 {
        padding: 6.5% 0;
    }
}

@media(max-width:1024px) {
    .zp_part2 {
        padding: 5% 0;
    }
    .zp_part2 .FinaList li .img {
        width: 80px;
        height: 80px;
        background: url(../images/j_ico_bg.png) center no-repeat;
        background-size: cover;
    }
    .zp_part2 .FinaList li .img img {
        width: 50px;
    }
    .zp_part2 .FinaList li .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 16px;
    }
    .zp_part2 .FinaList li:before {
        top: 30%;
    }
    .zp_part2 .FinaList li:nth-child(1):before {
        width: 195%;
    }
    .zp_part2 .FinaList li:nth-child(2):before {
        width: 80%;
        left: -65%;
    }
    .zp_part2 .FinaList li:nth-child(2):after {
        width: 79%;
        right: -64%;
        top: 30%;
    }
    .zp_part2 .FinaList li:nth-child(3):before {
        width: 200%;
        right: -186%;
    }
}

@media(max-width:768px) {
    .zp_part2 .FinaList li .img:before {
        width: 96px;
    }
}

@media(max-width:640px) {
    .zp_part2 .FinaList li .img:before {
        display: none;
    }
    .zp_part2 {
        background-size: cover;
        min-height: auto;
    }
    .zp_part2 .FinaList {
        display: block;
    }
    .zp_part2 .con1,
    .zp_part2 .con2,
    .zp_part2 .con3 {
        font-size: 16px;
    }
    .zp_part2 .FinaList li {
        width: 48%;
        margin-bottom: 5%;
    }
    .zp_part2 .FinaList li .tit_cn {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        padding-top: 0;
    }
}

@media(max-width:480px) {
    .zp_part2 .pcList {
        overflow: hidden;
        margin-left: 0;
    }
    .zp_part2 .pcList li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 3%;
    }
}

@media(max-width:375px) {}

.zp_part3 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.zp_part3 .title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    padding-bottom: 3%;
}

@media(max-width:414px) {}


/*人才招聘 s*/

.THead {
    height: 60px;
    color: #fff;
    background-color: #2b2d7c;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
}

.THead td {
    width: 16.66%;
    text-align: center;
}

.TContent {
    background: #fff;
    max-height: 700px;
    overflow-y: auto;
}

.TCItem {
    border-left: 1px #e8ecf3 solid;
}

.TCItem .TCItem_H {
    border-bottom: 1px solid #e8ecf3;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.TCItem .TCItem_H td {
    color: #333333;
    /* width: 16.66%; */
}

.TCItem .TCItem_H td:nth-child(1) {
    width: 20%;
    padding-left: 2%;
    text-align: left;
}

.TCItem .TCItem_H td:nth-child(2) {
    width: 16%;
}

.TCItem .TCItem_H td:nth-child(3) {
    width: 14%;
}

.TCItem .TCItem_H td:nth-child(4) {
    width: 16%;
}

.TCItem .TCItem_H td:nth-child(5) {
    width: 16%;
}

.TCItem .TCItem_H td:nth-child(6) {
    width: 16%;
}

.TCItem .TCItem_H td a {
    color: #333333;
}

.TCItem .TCItem_H .btn {
    display: block;
    position: relative;
}

.TCItem .TCItem_C {
    position: relative;
    line-height: 30px;
    padding: 0 3% 3%;
    color: #808080;
    display: none;
    border-bottom: 1px solid #e8ecf3;
}

.TCItem .TCItem_C .items_h {
    display: none;
    border-bottom: 1px solid #e8ecf3;
    padding: 10px 0;
}

.TCItem .TCItem_C dd {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.TCItem .TCItem_C dd a {
    font-family: DINCondensed;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2b2d7c;
}

.TCItem .TCItem_C .items_h dd span {
    color: #4c4c4c;
}

.TCItem .TCItem_C .items_b {
    padding: 2% 0;
    font-size: 16px;
    color: #999;
    line-height: 36px;
}

.TCItem .TCItem_C .stit {
    margin-bottom: 16px;
    color: #333;
    font-size: 16px;
}

.TCItem .TCItem_C .stit i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 19px;
    border-left: 2px solid #595959;
    display: none;
}

.b_line {
    border-bottom: 1px solid #e8ecf3;
}

.TCItem .TCItem_C .applyBtn {
    text-align: right;
}

.TCItem .TCItem_C a.apply {
    background: #2b2d7c;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 160px;
    color: #fff;
    line-height: 50px;
}

.TCItem .TCItem_C a:hover.apply {
    background: #7f7f7f;
}

.TCItem.current .btn {
    color: #a22224;
}

.btn .arr {
    transition: all ease 0.3s;
    position: absolute;
}

.TCItem.current .btn .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;
}

@media ( max-width:1366px) {}

@media ( max-width:1024px) {}

@media ( max-width:768px) {
    .THead {
        height: 36px;
        font-size: 15px;
    }
    .THead tr td:nth-child(1) {
        text-align: left;
    }
    .THead tr td:nth-child(6) {
        text-align: center;
    }
    .THead tr td:nth-child(1) {
        width: 75%;
        padding-left: 4%;
    }
    .THead tr td:nth-child(2),
    .THead tr td:nth-child(3),
    .THead tr td:nth-child(4),
    .THead tr td:nth-child(5) {
        display: none;
    }
    .TCItem .TCItem_H td {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        text-align: left;
    }
    .TCItem .TCItem_H td:nth-child(1) {
        width: 50%;
        padding-left: 4%;
    }
    .TCItem .TCItem_H td:nth-child(2),
    .TCItem .TCItem_H td:nth-child(3),
    .TCItem .TCItem_H td:nth-child(4),
    .TCItem .TCItem_H td:nth-child(5) {
        display: none;
    }
    .TCItem .TCItem_C .stit {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .TCItem .TCItem_C dd {
        line-height: 24px;
        font-size: 14px;
    }
    .TCItem .TCItem_C .items_h {
        display: block;
    }
    .TCItem .TCItem_C .items_b {
        padding: 2% 0;
    }
    .TCItem .TCItem_C .applyBtn {
        padding-top: 18px;
    }
    .TCItem .TCItem_C a.apply {
        width: 100px;
        line-height: 36px;
        font-size: 14px;
    }
    .THead tr td:nth-child(6) {
        width: 24%;
    }
    .TCItem .TCItem_H td:nth-child(6) {
        width: 24%;
    }
    .TCItem .TCItem_H .btn {
        text-align: center;
    }
}

@media(max-width:640px) {}

@media(max-width:414px) {
    .TContent {
        max-height: 460px;
    }
}


/* 新闻详情 */

.NewsDetail {
    padding: 5% 0;
}

.NewsDetail .De_top {
    padding-bottom: 2%;
    border-bottom: 2px #2b2d7c 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 .date {
    font-family: DINCondensed;
    font-weight: bold;
    font-size: 20px;
    color: #2b2d7c;
    padding: 1% 0;
}

.NewsDetail .De_top ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.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: 20px;
    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.qq {
    background: url(../images/qq.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.wx {
    background: url(../images/wx.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a.wb {
    background: url(../images/wb.png) no-repeat;
    padding: 0;
}

.NewsDetail .De_top ul li a:hover {
    background-position-y: -20px;
}

.NewsDetail .De_bot {
    padding-top: 3%;
}

.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 img {
    padding-bottom: 3%;
    margin: 0 auto;
}

.otherNews {
    width: 60%;
    float: left;
}

.back_btn {
    float: right;
    line-height: 80px;
    width: 10%;
    color: #fff;
    background-color: #2b2d7c;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}

.back_btn:hover {
    color: #fff;
}

.back_btn img {
    vertical-align: middle;
}

.News_btn {
    line-height: 80px;
    background-color: #f4f4f4;
    color: #333333;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.News_btn .tit {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
    background-color: #eaeaea;
    width: 10%;
    text-align: center;
    float: left;
}

.News_btn .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 87%;
    float: left;
    padding-left: 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_btn.on,
.News_btn:hover {
    background-color: #2b2d7c;
    color: #fff;
}

.News_btn.on .tit,
.News_btn:hover .tit {
    color: #fff;
    background: #2b2d7c;
}

@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 .tit {
        width: 20%;
        font-size: 14px;
    }
    .News_btn .txt {
        font-size: 14px;
        width: 77%;
    }
    .back_btn {
        width: 40%;
        line-height: 50px;
    }
}


/*招聘申请表单*/

.JobForm {
    padding: 3% 0;
    font-family: MicrosoftYaHei;
}

.JobForm h2 {
    font-size: 24px;
    color: #2b2d7c;
    margin-bottom: 3%;
    font-family: MicrosoftYaHei;
}

.JobForm .box .w2 {
    width: 80%;
    margin: 0 auto;
}

.JobForm .box .title {
    font-size: 18px;
    color: #2b2d7c;
    font-weight: bold;
    padding: 2% 0 1%;
    text-align: center;
}

.JobForm .box dl {
    position: relative;
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.JobForm .box dl dt {
    font-size: 16px;
    color: #333;
    width: 145px;
    text-align: right;
    position: absolute;
    left: 0px;
    top: 0px;
}

.JobForm .box dl dt i {
    color: #e1021a;
    margin-right: 5px;
}

.JobForm .box dl dd {
    border: 1px solid #e5e5e5;
    margin-left: 155px;
    padding: 0px 10px;
}

.JobForm .box dl dd .input,
.JobForm .box dl dd select {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #333;
    border: none;
}

.JobForm .box .btns {
    display: block;
    width: 200px;
    height: 60px;
    margin: 3% auto 0;
    background: #2b2d7c;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.JobForm .box dl .button {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 120px;
    height: 36px;
    cursor: pointer;
}

.JobForm .box dl .button .uptxt {
    display: block;
    text-align: center;
    background: #2b2d7c;
    color: #fff;
    font-size: 16px;
}

.JobForm .box dl .button .upload {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.JobForm .box .btns:hover {
    background: #393b9b;
}

@media ( max-width:1024px) {
    .JobForm h2 {
        font-size: 20px;
    }
    .JobForm .box .title {
        font-size: 17px;
    }
}

@media ( max-width:640px) {
    .JobForm .box .w2 {
        width: 100%;
        float: none !important;
    }
}

@media ( max-width:480px) {
    .JobForm h2 {
        font-size: 18px;
        margin-bottom: 5%;
    }
    .JobForm .box dl dt,
    .JobForm .box dl dd .input,
    .JobForm .box dl dd select {
        font-size: 14px;
    }
    .JobForm .box dl dt {
        width: 110px;
    }
    .JobForm .box dl dd {
        margin-left: 120px;
    }
    .JobForm {
        padding: 5% 0;
    }
}

.Searchall .newsList {
    width: 100%;
    float: none;
}

.Searchall .Contain:before {
    display: none;
}

#na59 .NavPull {
    display: none!important;
}

.zp_part2 .con>div {
    display: none;
}

.zp_part2 .con>div.con1 {
    display: block;
}

.zp_part2 .con1,
.zp_part2 .con2,
.zp_part2 .con3 {
    text-align: center;
    font-size: 18px;
    padding-top: 5%;
    color: #333;
}

@media ( max-width:640px) {
    .HomePro .proBox .procon .pro_item {
        overflow-x: scroll;
    }
    .HomePro .proBox .procon .pro_item img {
        max-width: 850px;
    }
    .zp_part2 .con {
        background: #fff;
        overflow: hidden;
        padding: 0 5% 6% 5%;
    }
    .ab_part2 .p_right .pp_left .sign img {
        width: 30%;
    }
    .Footer .foot_contact ul li:nth-child(6n),
    .Footer .foot_contact ul li:nth-child(7n) {
        width: 50%;
        margin-right: 0;
    }
}

.partCon .parBd .slidenum1 .swiper-wrapper {
    width: auto!important;
    display: block;
}


/*.partCon .parBd .slidenum2 .swiper-wrapper {
    width: auto!important;
    display: block;
}*/

.partCon .parBd .swiper-wrapper .swiper-slide .item {
    text-align: center;
    width: 20% !important;
    float: left;
}


/*新闻中心置顶新闻*/

.newCon1 {
    padding: 3% 0 2%;
}

.newCon1 .listTop {
    margin-left: -3.33%;
    /*overflow: hidden;*/
}

.newCon1 .listTop .item {
    margin-left: 3.33%;
    width: 30%;
    float: left;
}

.newCon1 .listTop .item a {
    display: block;
}

.newCon1 .listTop .item .img {
    padding-top: 59%;
}

.newCon1 .listTop .item .img span {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.newCon1 .listTop .item .txt {
    padding: 0 30px 30px 30px;
}

.newCon1 .listTop .item .txt .date {
    width: 170px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #2b2d7c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 99;
    margin-top: -28px;
}

.newCon1 .listTop .item .txt h1 {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newCon1 .listTop .item .txt .dec {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin: 20px 0;
}

.newCon1 .listTop .item .txt .HomeMore span {
    font-size: 14px;
    color: #2b2d7c;
}

.newCon1 .listTop .item .txt .HomeMore span b {
    font-family: "宋体";
}

.newCon1 .listTop .item:hover .img span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.newCon1 .listTop .item:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newCon1 .listTop .item:hover h1 {
    color: #2b2d7c;
}

@media ( max-width:1024px) {
    .newCon1 .listTop .item .txt h1 {
        font-size: 17px;
    }
    .newCon1 .listTop .item .txt .date {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #2b2d7c;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        z-index: 99;
        margin-top: -20px;
    }
}

@media ( max-width:768px) {
    .newCon1 .listTop .item .txt {
        padding: 0;
    }
}

@media ( max-width:480px) {
    .newCon1 .listTop {
        margin-left: 0;
    }
    .newCon1 .listTop .item {
        margin-left: 0;
        width: 100%;
        float: none;
    }
}


/* 22-08-01 */

.ContactBox {
    padding-top: 2%;
}

.ContactBox ul {
    margin-left: -2.33%;
}

.ContactBox ul li {
    width: 29%;
    margin-left: 2.33%;
    float: left;
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    background-color: #f9f9f9;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.ContactBox ul li:before {
    content: '';
    height: 1px;
    width: 0;
    background-color: #2b2d7c;
    position: absolute;
    top: 0;
    left: 50%;
    transition: 0.3s all;
}

.ContactBox ul li:hover:before {
    width: 100%;
    left: 0;
}

.ContactBox ul li:nth-child(2) {
    width: 34%;
}

.ContactBox ul li img {}

.ContactBox ul li .tit {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.ContactBox ul li .txt {
    font-size: 30px;
}

.ContactBox ul li:nth-child(2) .txt {
    font-size: 24px;
}

.ContactBox ul li a {
    color: #999999;
}

.ContactBox ul li a:hover {
    color: #2b2d7c;
}

.ContactBox ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
}

.ContactBox ul li .ix_arr {
    margin-top: 2%;
}

@media ( max-width:1024px) {
    .ContactBox ul li {
        height: 200px;
    }
    .ContactBox ul li .tit {
        font-size: 16px;
    }
    .ContactBox ul li .txt,
    .ContactBox ul li:nth-child(2) .txt {
        font-size: 14px;
    }
}

@media ( max-width:640px) {
    .ContactBox ul {
        margin-left: 0;
    }
    .ContactBox ul li,
    .ContactBox ul li:nth-child(2) {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 3%;
        padding: 3% 0;
        margin-left: 0;
    }
    .ContactBox ul li .tit {
        margin: 10px 0;
    }
}

/*Timeline000913 */
.Timeline000913 *{box-sizing:  border-box}
.Timeline000913 .pc{max-width: 100%;overflow-x: auto;}
.Timeline000913 .pc ul{width: 2500px}
.Timeline000913{padding: 0;}
.Timeline000913 .title{margin-bottom: 2vw; text-align: center;}
.Timeline000913 .title .cn{font-size: 30px;color: #a52d33; padding-bottom: 10px;font-weight: bold;}
.Timeline000913 .title .en{font-family: 'bebas-neue';color: #d2d2d2; letter-spacing: 2px;}
@media(max-width:768px){
.Timeline000913 .title{padding-bottom: 6vw;}
}
@media(max-width:640px){
.Timeline000913 .title .cn{font-size: 6vw;}
}

.Timeline000913 .main{position: relative; z-index: 1; padding-bottom: 7.396vw;}
.Timeline000913 .main.wap{display: none}
.Timeline000913 .main.pc{display: block}
.Timeline000913 .main .quan{display: block;width: 10px; height: 10px; border-radius: 50%; background: #fff;border: 1px solid #dedede;}
.Timeline000913 .main:before{position: absolute; content:'';width: 1px; top: 10px; bottom: 0;background: #d9d9d9; }
@media(min-width:769px){
.Timeline000913 .main .quan{ margin: 0 auto; }
.Timeline000913 .main:before{left: 50%;}
.Timeline000913 .outer > .ytable-cell{width: 50%;}
}
@media(max-width:1280px){
.Timeline000913 .main.wap{display: block;}
.Timeline000913 .main.pc{display: none}

}
@media(max-width:768px){
.Timeline000913 .outer,
.Timeline000913 .outer > .ytable-cell{display: block;}
.Timeline000913 .main:before{left: 5px;}

}

.Timeline000913 .item{position: relative;z-index: 4;}
.Timeline000913 .item:not(:last-child){margin-bottom: 2.08vw;}
.Timeline000913 .info{position: relative;}
.Timeline000913 .info:before{position: absolute; content: ''; top: 50%; margin-top: -16px; border:16px solid  transparent;}
.Timeline000913 .info .inner{background: #f0f0f0; padding: 1.5vw;}
.Timeline000913 .pic{width: 32.787%;}
.Timeline000913 .pre pre{font-size: 15px;line-height: 1.867em;}
.Timeline000913 .year{color: #e32028;font-size: 45px;}
.Timeline000913 .year aside{background-repeat: no-repeat;background-image: url("../images/Timeline000913_icon.png");}
@media(min-width:769px){
.Timeline000913 .item:nth-of-type(2n-1) .info{padding-right: 32px;}
.Timeline000913 .item:nth-of-type(2n) .info{padding-left: 32px;}
.Timeline000913 .item:nth-of-type(2n-1) .info:before{right: 0;border-left-color: #f0f0f0;}
.Timeline000913 .item:nth-of-type(2n) .info:before{left: 0;border-right-color: #f0f0f0;}
.Timeline000913 .item:nth-of-type(2n-1) .pre{padding-left: 2vw;}
.Timeline000913 .item:nth-of-type(2n) .pre{padding-right: 2vw;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside{margin-left: -10px;background-position: left center;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside:before,
.Timeline000913 .item:nth-of-type(2n) .year aside:after{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #d9d9d9; margin: -10px 32px 0;}
.Timeline000913 .item:nth-of-type(2n) .year aside{background-position: right center;margin-right: -11px; text-align: right;}
}
@media(max-width:768px){
.Timeline000913 .main{margin-left: 3vw;}
.Timeline000913 .year{font-size: 7vw;}
.Timeline000913 .year aside{padding-left: 32px;background-position: left center;margin-left: -5px;}
.Timeline000913 .year aside:before{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #d9d9d9; margin: -1vw 3vw 0;}
.Timeline000913 .info{padding: 3vw;}
.Timeline000913 .pre{padding-left: 3vw;}
}
@media(max-width:480px){
.Timeline000913 .pic{width:45%;}
.Timeline000913 .pre pre{font-size: 3.5vw;}
}
.ytable {
  display: table;
  width: 100%;
}
.ytable-fixed {
  table-layout: fixed;
}
.ytable-cell {
  display: table-cell;
  vertical-align: middle;
}

/*20230529*/
.ab_part3{background: #fff;padding-bottom: 100px;}
.Timeline000913 .main.pc{position: relative;padding: 295px 0}
.Timeline000913 .main.pc ul li{float: left;line-height: 1.5;display: none;}
.Timeline000913 .main.pc ul li img{max-height: 110px;height: 110px;margin-top: 10px;}
.Timeline000913 .main.pc:before{width: 3000px;height: 42px;left: 0;top: 50%;background: url(../images/bg1.png) repeat-x left center;}
.Timeline000913 .main.pc ul li time{font-size: 24px;color: #C00000}
.Timeline000913 .main.pc ul li h3{font-size: 20px;color: #2F318B;font-weight: normal;}
.Timeline000913 .main.pc ul li p{font-size: 16px;color: #666}
.Timeline000913 .main.pc ul li.li1{position: absolute;left: 2%;top: -2px;display: inline-block;margin-top: 38px;}
.Timeline000913 .main.pc ul li.li2{position: absolute;left: 4%;bottom:30px;display: inline-block;}
.Timeline000913 .main.pc ul li.li3{position: absolute;left: 32.5%;top:-1px;width: 360px;display: inline-block;}
.Timeline000913 .main.pc ul li.li4{position: absolute;left: 36%;bottom:27px;display: inline-block;}
.Timeline000913 .main.pc ul li.li5{position: absolute;left: 56%;top: -13px;display: inline-block;margin-top: 38px;width: 445px;}
.Timeline000913 .main.pc ul li.li6{position: absolute;left: 69%;bottom:0;display: inline-block;width: 420px;}
.Timeline000913 .main.pc ul li.li7{position: absolute;left: 86%;top: 0;display: inline-block;margin-top: -5px;width: 400px;}
.Timeline000913 .main.pc ul li.li8{position: absolute;left: 103%;bottom:0;display: inline-block;width: 400px;}
.Timeline000913 .main.pc ul li.li9{position: absolute;left: 113%;top: 0;display: inline-block;margin-top: 38px;width: 400px;}
.Timeline000913 .main.pc ul li.li10{position: absolute;left: 129%;bottom:0;display: inline-block;width: 400px;}
.Timeline000913 .main.pc ul li.li11{position: absolute;left: 139%;top: 36px;display: inline-block;margin-top: -38px;min-width: 590px;}

.Timeline000913 .main.pc ul li:nth-child(2n):before{bottom: auto;top: -40px;}
.Timeline000913 .main.pc ul li:nth-child(2n):after{bottom: auto;top: -40px;}
.Timeline000913 .main.pc ul li:before{width: 1px;height: 60px;border-left: 1px dashed #777;position: absolute;left: -1px;bottom: -60px;content: "";top: auto}
.Timeline000913 .main.pc ul li:after{position: absolute;width: 10px;height: 10px;border-radius: 50%;background: #777;left:  -5px;bottom: -60px;content: "";top: auto}


@media(max-width:1366px){
.Timeline000913 .main.pc ul li h3{font-size: 16px;}
.Timeline000913 .main.pc ul li p{font-size: 14px;}
.Timeline000913 .main.pc{padding: 260px 0}
}
.Timeline000913 .main.pc .scrollToRightBtn {position: absolute;width: 50px;height: 50px; font-family: "宋体";font-size: 30px;line-height: 50px;border-radius: 50%;left: 95%;cursor: pointer;box-shadow:0 0 20px rgba(0,0,0,.2); top: 40%;z-index: 999;text-align: center; margin-top: -25px;background: #fff;color: #2b2d7c ;   font-weight: bold;display: none;}
.Timeline000913 .main.pc .scrollToLeftBtn {position: absolute;width: 50px;height: 50px; font-family: "宋体";font-size: 30px;line-height: 50px;border-radius: 50%;left: 100%;cursor: pointer;box-shadow:0 0 20px rgba(0,0,0,.2); top: 40%;z-index: 999;text-align: center; margin-top: -25px;background: #fff;color: #2b2d7c ;   font-weight: bold;display: none;}

.tzgy_list .tzgy_list_box{margin-bottom: 3%;background: #f7f7f7;display: inline-block;width: 100%;}
.tzgy_list .tzgy_list_box .bigimg{width: 50%;float: left;}
.tzgy_list .tzgy_list_box .bigimg .imgbox{padding-bottom: 530px;}
.tzgy_list .tzgy_list_box .bigimg .slick-prev{left: 10px !important;}
.tzgy_list .tzgy_list_box .bigimg .slick-next{right: 10px !important;}
.tzgy_list .tzgy_list_box .bigimg .slick-arrow:hover{background-color:#0b308e;}
.tzgy_list .tzgy_list_box .txt{width: 50%;float: right;display: flex;padding: 40px;box-sizing: border-box;flex-direction: column;}
.tzgy_list .tzgy_list_box .txt h3{font-size: 40px;color: #0B308E;margin-bottom: 30px;font-weight: normal;line-height: 40px;margin-top: 19%;}
.tzgy_list .tzgy_list_box .txt h3 span{font-size: 16px;}
.tzgy_list .tzgy_list_box .txt .imgs{text-align: center;width: 100%;display: inline-block;}
.tzgy_list .tzgy_list_box .txt .imgbox{margin-right: 10px;padding-bottom: 120px;opacity: 0.5;}
.tzgy_list .tzgy_list_box .txt .imgbox.slick-current{opacity: 1;}
.tzgy_list .tzgy_list_box .txt .slick-list{padding-bottom: 90px;}
.tzgy_list .tzgy_list_box .txt .imgbox {overflow: initial;}
.tzgy_list .tzgy_list_box .txt .imgbox .name{position: absolute;left: 0;width: 100%;top:120px;font-size: 18px;z-index: 3;text-align: center;}
.tzgy_list .tzgy_list_box:nth-child(2n) .bigimgbox{float: right;}
.tzgy_list .tzgy_list_box .txt .txt {float: left;}



@media(max-width:1366px){
    .tzgy_list .tzgy_list_box .txt h3{margin-top: 8%}
}

@media(max-width:1024px){
    .tzgy_list .tzgy_list_box .bigimg,.tzgy_list .tzgy_list_box .txt{width:auto;float:none;}
    .tzgy_list .tzgy_list_box .bigimg .imgbox{padding-bottom: 64%;}
.tzgy_list .tzgy_list_box .bigimgbox{padding-bottom: 64%;}
}
@media(max-width:768px){
.tzgy_list .tzgy_list_box .txt h3{font-size: 20px;margin: 0 0 20px;}
.tzgy_list .tzgy_list_box .txt .imgbox{padding-bottom: 25%;}
.tzgy_list .tzgy_list_box .txt{padding: 20px;}
.tzgy_list .tzgy_list_box .bigimg .imgbox{padding-bottom: 25%;}
.tzgy_list .tzgy_list_box .bigimg .slick-arrow{width:35px;height:35px;background-size:30%}
.tzgy_list .tzgy_list_box .txt .slick-list{padding-bottom: 60px;}
.tzgy_list .tzgy_list_box .txt .imgbox {overflow: initial;}
.tzgy_list .tzgy_list_box .txt .imgbox .name{position: absolute;left: 0;width: 100%;bottom: -50px;font-size: 16px;z-index: 3;text-align: center;}

}



