@charset "utf-8";

/*css comment*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*height: 100%; overflow: hidden;*/
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 14px;
}

.dn {
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.vis {
    opacity: 1;
    visibility: visible;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    vertical-align: top;
}

input,
textarea,
select {
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-family: PingFangSC-Regular, sans-serif;
}

select {
    border: inherit;
    background: inherit;
}

a {
    transition: all 0.5s;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #1862ad;
}

div a:hover {
    color: #1862ad;
}

em,
i {
    font-style: normal;
}

a:focus,
input,
select {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    opacity: 0.90;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-family: PingFangSC-Regular, sans-serif;
}

p,
ul,
ol {
    margin: 0;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    background-color: transparent;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    background-color: #4b758f;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.woff') format('woff'), url('../fonts/BEBAS.ttf') format('ttf'), url('../fonts/BEBAS.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: din;
    src: url(../fonts/DIN-Condensed-Bold.ttf)
}

.bb {
    font-family: din;
    font-size: 30px;
}

.lazy {
    width: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}

.header_top {
    background: url(../images/header_bg.jpg);
}

.header_inner {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_right {
    display: flex;
    align-items: center;
}

.search {
    margin-right: 30px;
    width: 260px;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px #343d45 solid;
}

.search i {
    margin-right: 10px;
    font-size: 20px;
}

.search input {
    flex: 1;
}

.qr {
    width: 90px;
}

.qr img {
    width: 90px;
}

.nav {
    width: 100%;
    background-color: #005bac;
}

.nav ul {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    display: flex;
}

.nav li {
    width: 12.5%;
}

.nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    color: #fff;
}

.nav_link:hover {
    color: #8ec31f;
}

.nav_link.on {
    background-color: #8ec31f;
    color: #fff;
}

.mini_header {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background: url(../images/header_bg.jpg);
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.mini_header_margin {
    height: 80px;
}

.mini_logo {
    width: 190px;
    padding: 0 15px;
}

.mini_header_right {
    display: flex;
    align-items: center;
}

.mini_header_right i {
    font-size: 20px;
    color: #333;
}

.menu {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    position: relative;
}

.menu span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu span:before,
.menu span:after {
    display: block;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.menu span:before {
    top: -6px;
}

.menu span:after {
    top: 6px;
}

.menu.on span {
    background-color: transparent;
}

.menu.on span:before {
    transform: rotate(-45deg);
    top: 0;
}

.menu.on span:after {
    transform: rotate(45deg);
    top: 0;
}

.mini_header_margin {
    display: none;
}

.mini_search {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 180;
    transition: all 0.3s;
}

.mini_search.move {
    top: 80px;
}

.mini_search_row {
    display: flex;
}

.mini_search input[type="text"] {
    flex: 1;
    padding: 0 20px;
    height: 42px;
    border: 1px #e6e6e6 solid;
    border-right: none;
}

.mini_search input[type="submit"] {
    width: 70px;
    height: 42px;
    background: #8ec31f;
    color: #fff;
    cursor: pointer;
}

.mini_nav {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    padding-top: 100px;
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 180;
    transition: all 0.3s;
}

.mini_nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.mini_nav_link.on {
    color: #099c1a;
}

.mini_nav_link.on:after {
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #099c1a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner {
    position: relative;
}

.banner_slide {
    max-width: 100%;
    width: 1920px;
    height: 730px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_slide .swiper-slide {
    height: 730px;
}

.banner_img {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_img a{
    display:block;
    height: 100%;
    width: 100%;
}
.banner_img img {
    width: 100%;
    height: 730px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner_slide .swiper-pagination {
    bottom: 130px !important;
}


.banner_slide .swiper-pagination-bullet {
    border: 1px #fff solid;
    background: none;
    opacity: 1;
}

.banner_slide .swiper-pagination-bullet-active {
    background: #fff;
}

.notice_row {
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.notice {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.notice_slide {
    overflow: hidden;
    position: relative;
}

.notice_slide a {
    display: block;
    padding: 15px 0;
    padding-right: 100px;
    color: #fff;
}

.notice_slide span {
    display: block;
    margin-bottom: 5px;
}

.notice_dec {
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}

.notice_left,
.notice_right {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #005bac;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.notice_left:hover,
.notice_right:hover {
    background-color: #005bac;
    color: #fff;
}

.notice_left {
    right: 46px;
}

.notice_right {
    right: 0;
}

.index_news {
    padding: 40px 0;
    background: url(../images/news_bg.jpg);
    background-size: 100% 100%;
}

.index_title {
    margin-bottom: 40px;
    text-align: center;
}

.index_title img {
    width: 620px;
}

.index_news_row {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_slide {
    width: 740px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.news_slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.news_slide img {
    height: 500px;
    transition: all .3s;
}

.news_slide a:hover img {
    transform: scale(1.1);
}

.news_slide p {
    width: 100%;
    height: 86px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_slide .swiper-pagination {
    padding: 0 20px;
    text-align: right;
}

.news_slide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.news_slide .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 50px;
    background-color: #005bac;
    opacity: 1;
}

.index_news_right {
    width: 820px;
}

.index_news_ti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px #e6e6e6 solid;
}

.index_news_ti ul {
    display: flex;
}

.index_news_ti li {
    margin-right: 60px;
    font-size: 22px;
    position: relative;
}

.index_news_ti li.on:after {
    display: block;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #005bac;
    position: absolute;
    bottom: -21px;
    left: 0;
}

.index_news_ti li.on a {
    color: #005bac;
    font-weight: bold;
}

.index_news_link {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_news_time {
    width: 55px;
    text-align: center;
    color: #111;
}

.index_news_time h3 {
    font-size: 40px;
    font-family: 'BEBAS';
    font-weight: bold;
    line-height: 40px;
}

.index_news_time span {
    display: block;
    width: 38px;
    height: 1px;
    margin: 10px auto;
    background-color: #e3e4e5;
}

.index_news_time p {
    font-size: 14px;
    line-height: 14px;
    font-family: 'BEBAS';
    font-weight: bold;
    color: #111;
}

.index_news_info {
    width: 750px;
}

.index_news_name {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_name a {
    color: #333;
}

.index_news_dec {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 48px;
    margin: 0 auto;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    color: #999;
}

.index_all:hover {
    background-color: #005bac;
    border: 1px #005bac solid;
    color: #fff;
}

.index_pro_wrap {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}
.index_pro_wrap .index_dec p{
    font-size: 18px;
}
.index_pro {
    padding:70px 0;
    background: url(../images/pro_bg.jpg);
    background-size: cover;
}

.index_dec {
    margin-bottom: 40px;
    text-align: center;
    width: 950px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.index_pro_box {
    margin-bottom: 60px;
    position: relative;
}

.pro_slide {
    width: 1376px;
    margin: 0 auto;
    overflow: hidden;
}

.pro_slide a {
    display: block;
    padding-bottom: 20px;
    background-color: #fff;
}

.index_pro_img {
    height:420px;
    overflow: hidden;
    
    display: flex;
	align-items: center;
	justify-content: center;
}

.index_pro_img img {
    height:346px;
    transition: all 0.3s;
}

.pro_slide a:hover img {
    transform: scale(1.1);
}

.pro_slide p {
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_left,
.pro_right {
    width: 48px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.pro_left i,
.pro_right i {
    color: #fff;
}

.pro_left {
    left: 0;
}

.pro_right {
    right: 0;
}

.quest {
    padding: 50px 0;
    background: url(../images/quest_bg.jpg);
    background-size: cover;
}

.quest_wrap {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.quest_top {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quest_top .index_title {
    margin-bottom: 0;
}

.quest_top_right {
    display: flex;
    align-items: center;
}

.quest_top_link a {
    display: inline-block;
    margin-right: 60px;
    font-size: 22px;
    color: #666;
    position: relative;
}

.quest_top_link a.on {
    font-weight: bold;
    color: #333;
}

.quest_top_link a.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.quest_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.quest_list ul:after {
    display: block;
    content: '';
    width: 1px;
    height: 90%;
    background-color: #eaeaeb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quest_list li {
    padding: 50px 0;
    width: 730px;
    display: flex;
    justify-content: space-between;
}

.quest_time {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quest_time h3 {
    font-size: 40px;
    font-family: 'BEBAS';
    color: #333;
}

.quest_time p {
    font-size: 20px;
    font-family: 'BEBAS';
    color: #333;
}

.quest_time i {
    color: #d3d5d6;
}

.quest_info {
    width: 590px;
}

.quest_link {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.quest_link a {
    color: #333;
}

.quest_info span {
    display: block;
    margin: 20px 0;
    width: 20px;
    height: 2px;
    background-color: #cdccd3;
}

.quest_dec {
    height: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #6c6e78;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_serve {
    padding: 50px 0;
    background: url(../images/serve_bg.jpg);
    background-size: cover;
}

.index_serve_wrap {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.index_serve_row {
    display: flex;
    justify-content: space-between;
}

.serve_banner {
    width: 375px;
}

.index_serve_list {
    width: 1190px;
}

.index_serve_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_serve_list li {
    width: 380px;
    height: 160px;
    margin-bottom: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.index_serve_list li:nth-child(4) {
    margin-bottom: 0;
}

.index_serve_list li:nth-child(5) {
    margin-bottom: 0;
}

.index_serve_list li:nth-child(6) {
    margin-bottom: 0;
}

.index_serve_list li img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.index_serve_info h3 {
    font-size: 22px;
    color: #333;
}

.index_serve_info p {
    font-size: 18px;
    color: #666;
}

.footer {
    background-color: #20252a;
}

.footer_wrap {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.footer_top {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #343d45 solid;
}

.links {
    display: flex;
    align-items: center;
}

.links span {
    font-size: 16px;
    color: #fff;
}

.link_row {
    display: flex;
}

.link_item {
    width: 250px;
    margin-left: 28px;
    position: relative;
}

.link_choose {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    border: 1px #fff solid;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.link_slide {
    display: none;
    width: 210px;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 20;
}

.link_slide a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.footer_info {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.footer_contact p {
    font-size: 16px;
    color: #788093;
}

.footer_contact span {
    display: block;
    width: 60px;
    height: 1px;
    margin: 15px 0;
    background-color: #343d45;
}

.footer_contact h3 {
    margin-bottom: 15px;
    line-height: 38px;
    font-size: 38px;
    color: #dddfe4;
    font-family: 'BEBAS';
}

.footer_contact h4 {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 20px;
    color: #dddfe4;
}

.footer_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    border-radius: 50px;
    background-color: #323b43;
    font-size: 14px;
    color: #dddfe4;
}

.footer_contact i {
    margin-right: 5px;
}

.footer_nav ul {
    display: flex;
}

.footer_nav li {
    margin: 0 40px;
}

.footer_nav h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}

.footer_nav p {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer_nav a {
    color: #788093;
}

.footer_qr {
    width: 90px;
    text-align: center;
}

.footer_qr p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.footer_qr img {
    margin-bottom: 15px;
}

.footer_qr span {
    font-size: 16px;
    color: #788093;
}

.copyright {
    padding: 10px;
    background-color: #1d2227;
    font-size: 16px;
    color: #788093;
    text-align: center;
}

.copyright a {
    color: #788093;
}


/* 关于我们 */

.sub_wrap {
    border-bottom: 1px #f5f5f5 solid;
}

.sub_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.sub_row h3 {
    font-size: 32px;
    color: #333;
}

.sub_nav a {
    display: inline-block;
    margin-left: 40px;
    font-size: 20px;
    color: #333;
    position: relative;
}

.sub_nav a.on {
    color: #005bac;
}

.sub_nav a.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    bottom: -32px;
    left: 0;
}

.mini_sub_nav {
    display: none;
}

.mini_sub_nav i {
    font-size: 20px;
    color: #ccc;
}

.mini_sub_nav.on i {
    color: #005bac;
}

.mini_sub_slide {
    display: none;
}

.mini_sub_slide a {
    padding: 0 20px;
    height: 42px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 14px;
    color: #333;
    position: relative;
}

.mini_sub_slide a.on {
    color: #005bac;
}

.mini_sub_slide a.on:after {
    display: block;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.about_container {
    max-width: 100%;
    width: 1600px;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
}

.about_title {
    margin-bottom: 30px;
    text-align: center;
}

.about_title h3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.about_title p {
    font-size: 24px;
    color: #666;
    text-transform: uppercase;
}

.about_content {
    margin-bottom: 30px;
}


/* 组织机构 */

.group {
    background: url(../images/hill.jpg);
    background-size: cover;
}

.group_wrap {
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}


/* 领导班子 */

.leader_wrap {
    padding-top: 50px;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.leader_wrap ul {
    width: 108%;
    overflow: hidden;
}

.leader_wrap li {
    float: left;
    width: 320px;
    margin-right: 105px;
    margin-bottom: 50px;
}

.leader_img {
    height: 360px;
    margin-bottom: 20px;
    overflow: hidden;
}

.leader_img img {
    height: 360px;
    transition: all 0.3s;
}

.leader_img:hover img {
    transform: scale(1.1);
}

.leader_info {
    text-align: center;
}

.leader_info a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #005bac;
    font-weight: bold;
}

.leader_info p {
    font-size: 16px;
}


/* 历史沿革 */

.boxes {
    position: relative;
    padding: 70px 0px;
    background: #fff;
}

.boxes.b2 {
    background: url(../images/bg6.jpg) center center no-repeat;
    background-size: cover;
}

.hisText {
    text-align: center;
    color: #fff;
    line-height: 1;
}

.hisText b {
    font-weight: bold;
    font-family: din;
    font-size: 80px;
}

.hisText p {
    font-size: 18px;
}

.boxes .his {
    width: 90%;
    padding-bottom: 50px;
    padding-top: 60px;
}

.his .swiper-slide {
    background: #fff;
    padding: 50px 25px;
    border-radius: 5px 30px 5px 30px;
}

.his .swiper-slide .title {
    font-size: 50px;
    font-family: din;
    color: #0c8bc0;
    margin-bottom: 5px;
}

.his .swiper-slide .text {
    width: 100%;
    height: 160px;
    line-height: 2;
    font-size: 16px;
    overflow-y: auto;
}

.his .swiper-button-next,
.his .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    color: #0c8bc0;
    line-height: 45px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 0px;
    top: 0px;
    border-radius: 50%;
}

.his .swiper-button-prev {
    left: auto;
    right: 70px;
}

.his .swiper-button-next:after,
.his .swiper-button-prev:after {
    font-size: 14px;
}

.swiperDot {
    width: 100%;
    color: #fff;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.swiperDot ul {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.swiperDot ul li {
    width: 25%;
    position: relative;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
}

.swiperDot ul li .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}

.swiperDot ul li .txt {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}

.swiperDot ul li.active .icon {
    background-color: #fff;
}

.commonTitle {
    width: 100%;
    height: auto;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.commonTitle.pos {
    position: absolute;
    left: 5%;
    top: 10%;
}

.commonTitle.c {
    text-align: center;
}

.commonTitle.w {
    color: #fff;
}

.commonTitle.w b {
    color: #fff;
}

.commonTitle p {
    font-size: 20px;
    font-family: montserrat;
    opacity: .7;
}

.commonTitle b {
    font-size: 30px;
    line-height: 1.4;
    color: #0c8bc0;
    font-weight: normal;
}


/* 企业荣誉 */

.honur {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.honur ul {
    width: 105%;
    padding: 10px;
    overflow: hidden;
}

.honur li {
    width: 370px;
    float: left;
    margin-bottom: 35px;
    margin-right: 30px;
    padding: 15px;
}

.honur li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.honur_img {
    margin-bottom: 15px;
    height: 235px;
    overflow: hidden;
}

.honur_img img {
    height: 235px;
    transition: all 0.3s;
}

.honur_img:hover img {
    transform: scale(1.1);
}

.honur_name {
    height: 64px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 新闻中心 */

.news_list {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.news_list li {
    margin-bottom: 40px;
    display: flex;
    background-color: #fafafa;
}

.news_list li:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news_img {
    width: 346px;
    height: 260px;
    overflow: hidden;
    background-color: #fff;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.news_img img {
    height: 260px;
    transition: all 0.3s;
}

.news_img:hover img {
    transform: scale(1.1);
}

.news_info {
    width: 1254px;
    height: 260px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.news_name {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_info span {
    font-size: 16px;
    color: #999;
}

.news_dec {
    height: 64px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    background-color: #404040;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news_more:hover {
    background-color: #005bac;
    color: #fff;
}


/* 详情 */

.article_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.article_left {
    width: 1160px;
}

.article_name {
    padding: 0 50px;
    padding-bottom: 30px;
    border-bottom: 1px #f5f5f5 solid;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.article_name h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.po_row {
    padding: 20px 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #f5f5f5 solid;
}

.po_dec {
    font-size: 16px;
    color: #999;
}

.article_content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #f5f5f5 solid;
}

.pages_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.pages_left {
    width: 60%;
}

.pages_item {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages_item a {
    color: #999;
}

.back_btn {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #005bac;
    font-size: 16px;
    color: #fff;
}

.back_btn img {
    margin-right: 5px;
}

.back_btn:hover {
    background-color: #005bac;
    color: #fff;
    opacity: 0.8;
}

.article_right {
    width: 350px;
    padding: 0 30px;
    background-color: #fbfbfb;
}

.recom_title {
    padding: 15px 0;
    border-bottom: 1px #f5f5f5 solid;
    font-size:22px;
    color:#005bac;
    font-weight:bold;
    position: relative;
}

.recom_title:after {
    display: block;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recom_list li {
    padding: 15px 0;
    border-bottom: 1px #f5f5f5 solid;
}

.recom_list li:last-child {
    border-bottom: none;
}
.recom_list li p{
    font-size: 18px;
}
.recomo_name {
    margin-bottom: 10px;
    font-size:18px;
    color:#005bac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recomo_name a{
    color:#005bac;
}
.recomo_list p {
    font-size: 16px;
    color: #999;
}


/* 主营业务 */

.pro_wrapper {
    background: url(../images/pro_bg2.jpg);
    background-size: cover;
}

.pro_wrap {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.pro_word {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.pro_word h3 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.pro_word p {
    font-size: 18px;
    color: #999;
    line-height: 34px;
}

.sort {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sort a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #333;
}

.sort a.on {
    background-color: #005bac;
    color: #fff;
}

.pro_list {
    overflow: hidden;
}

.pro_list ul {
    width: 105%;
    overflow: hidden;
    padding: 10px;
}

.pro_list li {
    width: 375px;
    padding-bottom: 20px;
    float: left;
    margin-bottom: 26px;
    margin-right: 26px;
    background-color: #fff;
    text-align: center;
}

.pro_list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.pro_img {
    height: 395px;
    margin-bottom: 10px;
    overflow: hidden;
}

.pro_img img {
    height: 360px;
    transition: all 0.3s;
}

.pro_list li:hover img {
    transform: scale(1.1);
}

.pro_list p {
    font-size: 18px;
}


/* 产品详情 */

.pro_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #f5f5f5 solid;
    text-align: center;
}

.pro_title h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
}

.pro_title p {
    font-size: 16px;
    color: #999;
}

.pro_pages {
    display: flex;
}

.pro_pages a {
    padding: 0 20px;
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #333;
}

.pro_pages a:hover {
    background-color: #005bac;
    color: #fff;
}

.pro_pages p {
    flex: 1;
    padding: 0 10px;
}


/* 企业宣传片 */

.video_list {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.video_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_list ul:after {
    display: block;
    content: '';
    width: 510px;
}

.video_list li {
    width: 510px;
    margin-bottom: 30px;
}

.video_list li:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.video_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.video_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video_img img {
    width: 100%;
    height: 100%;
}

.video_img i {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/play_icon.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video_info {
    padding: 20px;
}

.video_name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_dec {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_dec p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 企业宣传片 */

.serve_list {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.serve_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serve_list li {
    margin-bottom: 30px;
    padding: 0 24px;
    width: 780px;
    background: url(../images/fish_03.jpg) no-repeat right bottom #fbfbfb;
}

.serve_name {
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve_dec {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}

.serve_dec p {
    padding: 10px 0;
}


/* 联系方式 */

.contact_wrap {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.contact_row {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact_item {
    width: 720px;
    height: 110px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    background: url(../images/fish2.jpg) no-repeat right bottom #f5f5f5;
    font-size: 32px;
    color: #333;
}

.contact_item p {
    margin-left: 20px;
}

.contact_logo {
    width: 325px;
    margin-right: 10px;
}

.contact_dec {
    margin: 0 10px;
    font-size: 18px;
    color: #999;
}

.contact_stuff {
    flex: 1;
    height: 1px;
    margin: 0 10px;
    background-color: #e4e4e4;
}

.contact_qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
    margin-left: 10px;
}

.contact_qr_img {
    width: 148px;
    height: 148px;
    padding-top: 8px;
    padding-right: 8px;
    background: url(../images/qr_bg_07.jpg) no-repeat;
    background-size: 100% 100%;
}

.contact_qr_img img {
    width: 100%;
    height: 100%;
}

.contact_qr p {
    width: 215px;
    font-size: 16px;
    color: #999;
}

.contact_map {
    height: 730px;
}


/* 在线留言 */

.msn_wrap {
    padding: 50px 0;
    max-width: 100%;
    width: 1600px;
    margin: 0 auto;
}

.msn_title {
    margin-bottom: 30px;
}

.msn_title h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.msn_title span {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto;
    background-color: #7fadd5;
}

.msn_row {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.msn_item {
    width: 48%;
}

.msn_item p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.msn_item em {
    color: #f00;
}

.msn_item input {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    background-color: #f7f7f7;
}

.msn_item textarea {
    width: 100%;
    height: 260px;
    padding: 20px;
    background-color: #f7f7f7;
}

.msn_btns {
    text-align: center;
}

.msn_btns button {
    width: 300px;
    height: 64px;
    margin: 0 10px;
    border: 1px #005bac solid;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
}

.msn_btn1 {
    color: #005bac;
}

.msn_btn2 {
    background-color: #005bac;
    color: #fff;
}


/* 销售网络 */

.sale_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.map_box {
    position: relative;
    width: 50%;
    padding-top: 30px;
}

#china-map {
    width: 100%;
    height: 660px;
    margin: auto;
}

#back {
    position: absolute;
    z-index: 10;
    top: 60px;
    width: 66px;
    height: 66px;
    top: 10px;
    border-radius: 50%;
    left: 0;
    cursor: pointer;
    background: url("/public/home/images/map-back.png");
}

#back:hover {
    background: url("/public/home/images/map-back-hover.png");
}

.hidden {
    display: none;
}

.nearly-network {
    width: 50%;
}

.nearly_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #005bac;
}

.nearly_title img {
    margin-right: 10px;
}

.filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.filter select {
    width: 28%;
    height: 56px;
    padding: 0 20px;
    background: url(../images/da.png) no-repeat 94% center #f7f7f7;
    font-size: 18px;
    cursor: pointer;
}

.btn {
    width: 10%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005bac;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.network-list {
    max-height: 360px;
    overflow-y: auto;
}

.network-place {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    width: 560px;
    background-color: #f7f7f7;
    cursor: pointer;
}

.network_name {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.network_address {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #999;
}

.network_address img {
    margin-right: 10px;
    width: 16px;
    height: 18px;
}




.news_list li a{
    display: flex;
    width: 100%;
    overflow: hidden;
}




/* 专题列表 */

.nice_bar {
    border-bottom: 1px #e6e6e6 solid;
}

.nice_wrap {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.nice_wrap h3 {
    font-size: 36px;
    padding-left: 15px;
    position: relative;
}

.nice_wrap h3:before {
    display: block;
    content: '';
    width: 8px;
    height: 26px;
    background-color: #e73322;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.back_home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 44px;
    border-radius: 2px;
    border: 1px #333 solid;
}

.back_home i {
    margin-right: 10px;
    font-size: 20px;
}

.nice_link {
    padding: 80px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.nice_link:hover {
    background-color: #f5f5f5;
}

.nice_box {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nice_time {
    width: 190px;
    border-right: 1px #e6e6e6 solid;
    color: #333;
}

.nice_time h3 {
    font-family: 'DIN';
    font-size: 92px;
    line-height: 92px;
}

.nice_time p {
    font-family: 'DIN';
    font-size: 26px;
    line-height: 26px;
}

.nice_pc:hover .nice_time,.nice_pc:hover .nice_name {
    color: #f00;
}

.nice_info {
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nice_left {
    width: 880px;
}

.nice_name {
    margin-bottom: 20px;
    font-size: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nice_name a:hover {
    color: #f00;
}

.nice_dec {
    margin-bottom: 30px;
    height: 64px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nice_po {
    display: flex;
    font-size: 18px;
    color: #999;
}

.nice_po p {
    margin-right: 50px;
}

.nice_go i {
    color: #999;
}

.nice_pc:hover i {
    color: #f00;
}

.nice_pc:hover .nice_name a {
    color: #f00;
}

.nice_mini {
    display: none;
}


/* 专题 */

#section0 {
    /*background-image: url(../images/page1.jpg);*/
    background-size: cover;
    background-position: center center;
}

.logo_row {
    max-width: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.logo_row .back_home {
    border: 1px #fff solid;
    color: #fff;
}

#section1 {
    background-image: url(../images/page2.jpg);
    background-size: cover;
    background-position: center center;
}

.xie_wrap {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}

.theme_ti {
    margin-bottom: 140px;
    position: relative;
}

.theme_ti a {
    display: block;
    width: 100px;
    height: 40px;
    background-color: #f00;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.xie_slide {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.xie_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.xie_slide p {
    width: 100%;
    height: 44px;
    padding-left: 20px;
    padding-right: 160px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 44px;
    font-size: 21px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.xie_slide .swiper-pagination {
    padding: 0 20px;
    text-align: right;
}

.xie_slide .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}

.xie_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #f00;
}

.xie_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xie_right {
    width: 550px;
}

.xie_top {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px #edca98 dotted;
}

.xie_name {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xie_name a:hover {
    color: #f00;
}

.xie_dec {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    
     display: -webkit-box; 
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
}

.xie_dec a {
    color: #f00;
}

.xie_right li {
    padding: 10px 0;
    padding-left: 20px;
    background: url(../images/yr.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
}

.xie_right li a:hover {
    color: #f00;
}

#section2 {
    background-image: url(../images/page3.jpg);
    background-size: cover;
    background-position: center center;
}

.even-box {
    position: relative;
    padding-top: 90px;
    height: 440px;
}

.event-list {
    margin-bottom: 50px;
    padding-top: 100px;
    height: 200px;
}

.event-list ul {
    position: relative;
    margin-left: 50%;
    height: 1px;
    background-color: #999;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.event-list ul li {
    position: absolute;
    width: 140px;
    height: 100px;
    color: #4c4c4c;
    text-align: center;
    font-size: 31px;
    /*font-size: 60px;*/
}

.event-list ul li .year {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    letter-spacing: 3px;
    font-family: 'DIN';
    cursor: pointer;
}

.event-list ul li.on .year {
    color: #f00;
    text-shadow: 0 6px 16px rgb(255, 0, 0, .4);
}

.event-list ul li .dian {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #bbb;
    box-shadow: 0 0 8px #bbb;
}

.event-list ul li .dian i {
    display: block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #4d4d4d;
}

.event-list ul li.on .dian i {
    background-color: #f00;
}

.event-list ul li p {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    cursor: pointer;
}

.event-list ul li::before {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #f00;
    -webkit-box-shadow: 0 0 1px #f00;
    box-shadow: 0 0 1px #f00;
    content: '';
    opacity: 0;
}

@media screen and (max-width:1500px) {
    .event-list ul li::before {
        width: 300px;
    }
}

.event-list ul li:last-child::before {
    right: 50%;
    left: auto;
}

.event-list ul li.on::before {
    opacity: 1;
}

.event-list ul li:nth-child(even) {
    top: -100px;
}

.event-list ul li:nth-child(odd) {
    bottom: -100px;
}

.event-list ul li:nth-child(even) p {
    bottom: -70px;
}

.event-list ul li:nth-child(odd) p {
    top: -70px;
}

.event-list ul li:nth-child(even) .year {
    top: 0;
}

.event-list ul li:nth-child(odd) .year {
    bottom: 0;
}

.event-list ul li:nth-child(even) .dian {
    bottom: -10px;
}

.event-list ul li:nth-child(odd) .dian {
    top: -10px;
}

.event-list ul li:nth-child(even)::before {
    bottom: -1px;
}

.event-list ul li:nth-child(odd)::before {
    top: 0;
}

.even-box .epage,
.hxt-box .epage,
.object-photo-box .epage {
    position: relative;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.even-box .epage div,
.hxt-box .epage div,
.object-photo-box .epage div {
    float: left;
    width: 50%;
    letter-spacing: 5px;
    letter-spacing: 1px\0/IE8+9;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px\0/IE8+9;
}

.even-box .epage .eprev,
.hxt-box .epage .eprev,
.object-photo-box .epage .eprev {
    background-color: #c5c5c5;
    color: rgba(255, 255, 255, .7);
    font-family: 'DIN';
}

.even-box .epage .enext,
.hxt-box .epage .enext,
.object-photo-box .epage .enext {
    background-color: #c5c5c5;
    /*background-color: #f00;*/
    color: rgba(255, 255, 255, .7);
    font-family: 'DIN';
}

i.icon-jiantou,
i.icon-jiantou-copy {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.even-box .epage .enext:hover i,
.hxt-box .epage .enext:hover i,
.object-photo-box .epage .enext:hover i {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -ms-transform: translateX(30px);
}

.even-box .epage .enext:hover,
.hxt-box .epage .enext:hover,
.object-photo-box .epage .enext:hover {
    color: #fff;
    
    background-color: #f00;
}

.even-box .epage .eprev:hover,
.hxt-box .epage .eprev:hover,
.object-photo-box .epage .eprev:hover {
    color: #fff;
    
    background-color: #f00;
}

.even-box .epage .eprev:hover i,
.hxt-box .epage .eprev:hover i,
.object-photo-box .epage .eprev:hover i {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
}

.even-box .show-box {
    position: absolute;
    right: 50%;
    bottom: 40px;
    overflow: hidden;
    margin-right: 230px;
    width: 420px;
    height: 360px;
    background-color: #fff;
    -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
    box-shadow: 0PX 20px 70px #C5C5C5;
}

.show-box ul {
    height: 360px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.show-box li {
    float: left;
    padding: 10px;
    width: 420px;
    height: 100%;
}

.show-box li .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    height: 186px;
}

.show-box li .pic img {
    width: 100%;
    height: 100%;
}

.show-box li .pic h6 {
    display: none;
}

.show-box li p {
    overflow: hidden;
    padding: 0 34px;
    height: 118px;
    overflow-y: auto;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 2;
}

.show-box li p a {
    color: #ea1620;
}

#history_app {
    display: none;
    position: relative;
    padding: 40px 0;
    margin-left: -15px;
    margin-right: -15px;
}

#history_app .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#history_app .hbox {
    position: relative;
}

.history_slide {
    height: 60vh;
    overflow: hidden;
}

#history_app .hbox:after {
    content: "";
    position: absolute;
    left: calc(57px + 25vw);
    top: -40px;
    width: 1px;
    height: calc(100% + 40px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 5%, #000000 90%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    z-index: 4;
}

#history_app .hbox .list {
    display: flex;
    position: relative;
    z-index: 6;
    align-items: flex-start;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 40px;
}

#history_app .hbox .list:last-of-type {
    margin-bottom: 0px;
}

#history_app .hbox .list .year {
    font-size: 30px;
    height: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.5vw;
    width: 30vw;
    text-align: center;
    font-family: 'DIN';
}

#history_app .hbox .list .dot {
    margin-left: 20px;
    margin-right: 19px;
    margin-top: 12vw;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f00;
}

#history_app .hbox .list>div {
    width: 51vw;
}

#history_app .hbox .list>div .pic {
    width: 46vw;
    padding-bottom: 25vw;
}

#history_app .hbox .list>div .msg {
    width: 100%;
}

#history_app .hbox .list>div .msg h6 {
    font-size: 15px;
    margin: 10px 0 10px 0;
}

#history_app .hbox .list>div .msg p {
    font-size: 13px;
    line-height: 1.4;
}

.scroll-animate.animated {
    visibility: hidden;
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

.zuopin_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.zuopin_item a {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    padding-right: 4%;
    background-color: rgba(255, 63, 63, .14);
}

.zuopin_item a:nth-child(2n) {
    margin-top: 2%;
    margin-left: -4%;
    padding-left: 5%;
    padding-right: 2%;
}

.zuopin_num {
    margin-right: 6%;
    font-size: 80px;
    font-family: 'DIN';
    color: #da2f2f;
    font-weight: bold;
    font-style: italic;
}

.zuopin_info {
    flex: 1;
    overflow: hidden;
}

.zuopin_info h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #da2f2f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.zuopin_info p {
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zuopin_info span {
    color: #da2f2f;
}

#section3 {
    background-image: url(../images/page4.jpg);
    background-size: cover;
    background-position: center center;
}

.act_slide {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
}

.act_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.act_slide a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.act_slide img {
    height: 100%;
}

.act_slide p {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    line-height: 56px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.act_slide .swiper-slide-active a:after {
    display: none;
}

.act_prev,
.act_next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    z-index: 9;
    cursor: pointer;
}

.act_prev i,
.act_next i {
    color: #fff;
}

.act_prev {
    margin-left: -475px;
}

.act_next {
    margin-left: 425px;
}

#section5 {
    background-image: url(../images/page6.jpg);
    background-size: cover;
    background-position: center center;
}

.media_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media_item {
    width: 48%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.media_img {
    width: 220px;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
}

.media_img a {
    display: block;
}

.media_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.media_img:hover img {
    transform: scale(1.1);
}

.media_info {
    width: 325px;
}

.media_top {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px #e8bf85 dashed;
}

.media_top a,
.media_top h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media_top a:hover {
    color: #f00;
}

.media_top p {
    font-size: 14px;
    color: #999;
}

.media_dec {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.media_mini {
    display: none;
}

.cr_row {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.cr_row a {
    color: #fff;
}

.cr_row a:hover {
    color: #f00;
}

.float {
    width: 260px;
    height: 580px;
    background: url(../images/float_bg.png);
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 20;
}

.float ul {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.float li {
    margin-bottom: 10px;
}

.float a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .3);
    font-size: 20px;
    color: #fff;
}

.float a:hover {
    color: #f00;
}

.float a.on {
    background-color: rgba(255, 255, 255, 1);
    color: #f00;
}

.hongbao {
    width:380px;
    position: fixed;
    /*top: 50%;*/
    transform: translateY(-50%);
    right:15px;
    z-index: 20;
    bottom:-44px;
}

.hongbao span {
    font-size: 16px;
    color: #999;
    position: absolute;
    bottom: -30px;
    right:8px;
    cursor: pointer;
}

.theme_ti a.pnx{
    position:static;height:128px;width:100%;background:none;opacity:1;transform:none;
}



.ler_container {
    background-color: #fafafa;
}

.ler_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ler_list:after {
    display: block;
    content: '';
    width: 512px;
}

.ler_item {
    width: 512px;
    height: 216px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.ler_item:hover {
    transform: translateY(-10px);
}

.ler_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    background: url(../images/l1.jpg);
    background-size: 100% 100%;
    color: #333;
}

.ler_item:hover a {
    background: url(../images/l2.jpg);
    background-size: 100% 100%;
    color: #fff;
}

.ler_item h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.ler_item span {
    font-weight: normal;
    font-size: 16px;
}

.ler_item p {
    max-height: 78px;
    line-height: 26px;
    font-size: 16px;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.quest_list{
    min-height: 580px;
}