@charset "UTF-8";

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    font-feature-settings: "tnum";
}

ul,
li {
    list-style: none;
}

input:focus {
    outline: none;
}

:root {
    --primaryColor: #154dae;
    --greyColor1: #999999;
    --greyColor2: #c3c3c3;
    --greyColor3: #333;
    --greyColor4: #7e7e7e;
    --greyColor5: #e8e8e8;
    --greyColor6: #f4f4f4;
    --redColor: #d72523;
    --yellowColor: #fe7109;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s linear;
}

a:hover,
a:active,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
    color: var(--redColor);
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Tit";
    src: url("../../../Content/fonts/TitilliumWeb-Regular-10.ttf");
}
@font-face {
    font-family: "BlkCn";
    src: url("../../../Content/fonts/swis-BlkCn-BT.ttf");
}

::-webkit-scrollbar {
    width: 7px;
    height: 15px;
    background-color: transparent;
    border-radius: 9px
}

::-webkit-scrollbar-thumb {
    background: var(--greyColor2);
    border-radius: 15px;
    background-clip: content-box;
    /*border: 5px solid transparent*/
}

.grey-bg {
    background-color: #eee;
}

.dn {
    display: none;
}

.col2 {
    width: 50%;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-160 {
    margin-top: 160px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-160 {
    margin-bottom: 160px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-50 {
    margin-right: 50px;
}


.p-r-20 {
    padding-right: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-50 {
    padding: 50px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}


.float-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    right: 0px;
}

.text-muted {
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    color: var(--greyColor4);
}
.text-muted p{
    margin: 22px auto;
}
.more-btn {
    width: 125px;
    line-height: 35px;
    font-size: 16px;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    text-align: center;
}

.more-btn a {
    display: block;
    color: var(--primaryColor);
}
.more-btn a img
{
    margin-top: -6px;
}


.numberFont {
    font-family: "BlkCn";
}

/*导航*/
.navigation {
    padding-right: 0px;
    padding-left: 0px;
    background-color: var(--primaryColor);
}
.navbar {
    border: 0px;
    margin-bottom: 0px;
    display: flex;
}

.navbar li {
    flex: 1;
    line-height: 60px;
    position: relative;
    display: inline-block;
    margin: 0 11px;
    text-align: center;
    font-size: 16px;
}
.navbar li a {
    color: #fff;
    position: inherit;
    z-index: 2;
}
.navbar li .caret {
    color: #fff;
}

.navbar li:after {
    content: "";
    width: 0;
    position: absolute;
    top: 0px;
    background-color: var(--redColor);
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 1;
}

.navbar li:hover::after,
.navbar li.current::after {
    content: "";
    background-color: var(--redColor);
    width: 100%;
    opacity: 1;
}

.navbar li .sub-menu {
    position: absolute;
    width: 139px;
    margin-left: -70px;
    left: 50%;
    right: 0px;
    top: 60px;
    background: #fff;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, .3);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation: ulDH 0.2s ease both;
    -webkit-animation: ulDH 0.2s ease both;
    display: none;
    z-index: 2;
    overflow: hidden;
}

.navbar li:hover .sub-menu {
    display: block;
}

.navbar li .sub-menu dt>a {
    display: block;
    font-size: 16px;
    color: var(--greyColor3);
    line-height: 3;
    text-align: center;
    font-weight: normal;
    /*padding-left: 20px;*/
}

.navbar li .sub-menu dt>a:hover {
    background-color: var(--redColor);
    color: #fff;
}

@keyframes ulDH {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

@-webkit-keyframes ulDH {
    from {
        -webkit-transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
    }
}

.head{
    line-height: 140px;
}

.head-mini {
    width: 100%;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 99999;
    box-shadow: 0 0 6px var(--greyColor3);
}

.head-mini .logo {
    margin-top: 0px;
}

.head-mini .container,
.head-mini .container .navbar li {
    line-height: 60px;
}

.head-mini .container .navbar li:after {
    top: 0px;
}

.head-mini .navbar li .sub-menu {
    top: 60px;
    background: #fff;
}

.head-mini~.banner,
.head-mini~.sub-banner {
    margin-top: 120px;
    background-color: #fff;
}
.head .pull-right {
    line-height: 35px;
    margin-top: 40px;
}
.head .pull-right .tel {
    line-height: 20px;
    border-right: 1px solid #a4a4a4;
    margin-right: 15px;
}
.head .pull-right .tel .iconfont {
    color: var(--primaryColor);
    margin-right: 15px;
}
.head .pull-right .tel .numberFont{
    font-size: 20px;
    margin-right: 15px;
}
.head .pull-right .weixin, .head .pull-right .search {
    width: 32px;
    height: 32px;
    background: var(--primaryColor);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.head .pull-right .weixin a, .head .pull-right .search a {
    color: #fff;
}
.head .pull-right .weixin .iconfont, .head .pull-right .search .iconfont {
    font-size: 22px;
}
.head .pull-right .weixin {
    margin-right: 15px;
    position: relative;
}

.head .pull-right .weixin .code-img {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    top: 40px;
    z-index: 3;
    padding: 3px;
    display: none;
    opacity: 0;
}
.head .pull-right .weixin .code-img img {
    width: 100%;
    height: 100%;
}
.head .pull-right .weixin:hover .code-img {
    display: block;
    opacity: 1;
}
.head .pull-right {
    position: relative;
    z-index: 5;
}
.head .pull-right .search-box {
    display: none;
    position: absolute;
    top: 58px;
    width: 300px;
    right: 0px;
    background-color: var(--primaryColor);
    border-radius: 5px;
}
.head .pull-right .search-box.on {
    display: block;
}
.head .pull-right .search-box input[type="text"] {
    width: 240px;
    height: 30px;
    padding: 0px 10px;
    float: left;
    margin-top: 4px;
    margin-left: 4px;

}
.head .pull-right .search-box #searchBtn {
    line-height: 22px;
    color: #fff;
}
.head .pull-right .search .search-btn {
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
}
.head .pull-right .search .search-btn .iconfont {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
/*页脚*/
.footer {
    background-color: var(--greyColor3);
}

.footer .footer-top .container {
    border-bottom: 1px solid #4a4a4a;
    padding: 25px 0px;
}

.footer .footer-top .footer-link a {
    float: left;
    color: #fff;
    margin-right: 40px;
}
.footer .footer-top .pull-right {
    color: var(--greyColor4);
}
.footer .footer-top .pull-right .numberFont {
    color: #fff;
    font-size: 18px;
}

.footer .footer-bottom {
    color: var(--greyColor4);
}

.footer .footer-bottom a,
.footer .footer-bottom a:hover {
    color: var(--greyColor4);
}


.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    /*height: 730px;*/
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: var(--primaryColor);
    opacity: 1;
}

.banner-news {
    position: relative;
}
.banner-news .recommend-news {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    left: 50%;
    margin-left: -640px;
    bottom: -25px;
    z-index: 3;
    border-radius: 10px;
}
.column-title {
    line-height: 70px;
    text-align: center;
}

.column-title .column-name {
    font-size: 24px;
}

.column-title .text-muted {
    text-align: center;
}

.list-sty1 .list-item {
    margin-bottom: 30px;
    border: 1px solid var(--greyColor5);
    display: block;
}

.list-sty1 .list-item .img {
    width: 100%;
    height: 310px;
    transition: all .2s ease;
    overflow: hidden;
    display: block;
}

.list-sty1 .list-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.list-sty1 .list-item:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.list-sty1 .list-item h3 {
    margin: 20px 15px;
    font-size: 16px;
}

.list-sty1 .list-item p {
    font-size: 14px;
    color: var(--greyColor1);
    margin: 10px 15px;
}
.list-sty1 .list-item .more {
    border-top: 1px solid var(--greyColor5);
    padding-top: 10px;
}
.list-sty2 {
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.list-sty2 .item {
    /*min-width: 411.5px;
    max-width: 412.5px;*/
    height: 296px;
    min-height: 296px;
    background-color: #fff;
    position: relative;
    border: 10px solid #fff;
}
.list-sty2 .item img {
    /*width: 388px;
    height: 272px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.list-sty2 .item .mask {
    /*width: 388px;
    height: 272px;*/
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 14px;
    display: none;
}
.list-sty2 .item:hover .mask {
    display: flex;
}
.list-sty2 .item .mask  p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0px 20px;
}
.list-sty2 .item .mask  p:nth-child(2) {
    margin-bottom: 13px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 60px;
    line-height: 35px;
    margin-top: 30px;
}
.list-sty2 .item .mask  p:nth-child(2) a {
    color: #fff;
}
.list-sty3 .col-md-3 {
    height: 315px;
    line-height: 242px;
}
.list-sty3 .item{
    text-align: center;
    background: var(--greyColor6);
    padding: 35px 20px;
    height: 100%;
    display: block;
}
.list-sty3 .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.sub-banner {
    background: url(../images/sub-banner.jpg) no-repeat center bottom;
    height: 390px;
    position: relative;
}


.sub-banner h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 515px;
}

.sub-banner .crumbs {
    position: absolute;
    top: 50px;
}

.crumbs,
.crumbs a,
.crumbs a:hover,
.crumbs .iconfont {
    color: #999;
}

.crumbs .iconfont {
    margin: 0px 3px;
    vertical-align: -2px;
}
.sub-nav .crumbs {
    display: flex;
    align-items: center;
}
.sub-nav {
    height: 50px;
    line-height: 50px;
    background-color: var(--greyColor6);
}

.sub-nav-menu a {
    font-size: 16px;
    position: relative;
}
.sub-nav-menu a.current, .sub-nav-menu a:hover {
    background-color: var(--yellowColor);
    color: #fff;
}
.sub-nav-menu a::after {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--yellowColor);
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    bottom: -7px;
    display: none;
    transition: all .3s linear;
}
.sub-nav-menu a.current::after{
    display: block;
}
.title {
    margin: 80px 0px;
    text-align: center;

}

.title h2 {
    font-size: 24px;
    position: relative;
}

.title h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--redColor);
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
}

.content p {
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: var(--greyColor3);
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.content img {
    max-width: 80%;
    margin: 15px auto;
    display: block;
}

.content h3 {
    position: relative;
    color: var(--redColor);
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0px;
}

/*.content h3:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 5px;
    background-color: #d72523;
    left: 0px;
    top: 0px;
}*/

.news-list .col-md-6 {
    margin-bottom: 50px;
}

.news-list .pic {
    width: 210px;
    height: 150px;
    margin-right: 25px;
}

.news-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .info a {
    font-size: 16px;
    margin-bottom: 10px;
}

.news-list .info p {
    margin-bottom: 10px;
    color: #666;
    line-height: 2em;
}

.news-list2 .col-md-6 {
    margin-bottom: 30px;
}

.news-list2 .col-md-6 a {
    padding-right: 100px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    position: relative;
}

.news-list2 .col-md-6 a .down-btn {
    width: 70px;
    line-height: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.news-list2 .col-md-6 a .down-btn .iconfont {
    font-size: 22px;
    color: var(--redColor);
    margin-right: 2px;
    vertical-align: -2px;
}

.headline {
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.headline h3 {
    font-size: 28px;
    color: var(--greyColor3);
    line-height: 1.8em;
}

.headline p {
    font-size: 30px;
    color: #d7d7d7;
    font-family: "helvetica-condensed-thin";
}

.headline p span {
    color: #3f3f3f;
    font-size: 17px;
    display: inline-block;
    padding: 0 13px;
}

.newsTitle {
    text-align: center;
}

.newsTitle h3 {
    margin-bottom: 20px;
}

.newsTitle .date {
    color: #999;
    font-size: 14px;
}

.upDown {
    line-height: 50px;
    margin-bottom: 50px;
}

.upDown div {
    padding: 0px 15px;
    text-align: center;
}

.upDown div:first-child,
.upDown div:last-child {
    width: 45%;
}

.upDown div:first-child {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.upDown div:last-child {
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.upDown div.back {
    border: 1px solid #eaeaea;
    width: 10%;
}
/*动画显示速度*/
.fast {
  animation-duration: 0.3s;
  animation-delay: 0s;
}

.slow {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
}

.reallyslow {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.swiper-pagination-bullet-active {
    color: var(--primaryColor);
}