@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, hr, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    word-wrap: break-word;
    font: 14px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    color: #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

select {
    padding: 2px 0;
    height: 22px;
    line-height: 18px;
}

button, input, select, textarea {
    font-size: 100%;
    font-family: Arial, "microsoft yahei";
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
}

q:before, q:after {
    content: '';
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #b2b2b2;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

mark {
    background: #ff0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

/*reset end*/

/*public start*/

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    _display: inline;
    float: left;
}

.fr {
    _display: inline;
    float: right;
}

.cb {
    clear: both;
}

.c {
    *zoom: 1
}

.c:before, .c:after {
    display: table;
    content: "";
}

.c:after {
    clear: both;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt10 {
    padding-top: 10px!important;
}

.pt15 {
    padding-top: 15px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt25 {
    padding-top: 25px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb325 {
    padding-bottom: 325px;
}

.pb400 {
    padding-bottom: 400px;
}

.mt10 {
    margin-top: 10px!important;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.ml10 {
    margin-left: 10px;
}

.contanter {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 1280px;
    max-width: 1920px;
    overflow: hidden;
}

.dn {
    display: none;
}

.bgImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.w1000 {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.w1200 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.whitebg {
    background-color: #fff!important;
}

.graybg {
    background-color: #fafafa!important;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner_img {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ubb {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.ubb img {
    max-width: 100%;
    height: auto;
}

input::placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

.main {
    position: relative;
    min-height: 800px;
}

.contain-wrap {
    position: relative;
    z-index: 11;
    margin: 0 auto;
    width: 1680px;
    box-sizing: border-box;
}

.contain-wrap.min-1 {
    width: 1400px;
}

/*公共头部*/

.header-wrapper {
    height: 120px;
}

.header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 120px;
    margin-left: -960px;
    background-color: #fff;
    transition: background-color 300ms ease;
}

.header:before {
    content: '';
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 10px;
    width: 100%;
    background: url(../img/head_shadow.png) 0 0 repeat-x;
}

.header .logo {
    float: left;
    position: relative;
    top: 26px;
}

.header .logo img {
    width: 100%;
    height: auto;
}

.header .nav-list>li {
    position: relative;
    margin-left: 30px;
    padding: 20px 0;
    float: left;
    color: #333;
}

.header .nav-list>li>a {
    display: block;
    padding: 22px 15px 20px;
    color: inherit;
}

.header .nav-list>li>a span {
    display: block;
    font-size: 18px;
    line-height: 34px;
    border: 0 solid transparent;
    border-width: 2px 0;
}

.header .nav-list>.active {
    color: #0075c1;
}

.header .nav-list>.active span {
    border-bottom-color: #0075c1;
}

.header .sub-nav {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    padding: 18px 0;
    width: 140px;
    top: 120px;
    display: none;
    background: url(../img/white90.png) 0 0 repeat;
}

.header .sub-nav li {
    text-align: center;
    padding: 8px 0;
}

.header .sub-nav a {
    line-height: 24px;
    font-size: 16px;
}

.header .sub-nav a:hover, .header .sub-nav .active a {
    color: #0075c1;
}

.header .has-sub.hover .sub-nav {
    display: block;
}

.lvw-plus {
    padding-right: 24px;
    background: url(../img/plus15.png) right center no-repeat;
}

/*公共底部*/

/*背景雪碧图*/

.icon_bg {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/icon.png");
    background-repeat: no-repeat;
}

/*公共banner*/

.main-banner {
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 360px;
    width: 1920px;
}

.main-banner .swiper-slide {
    height: 360px;
    width: 100%;
}

/*面包屑*/

.location-nav {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
}

.location-nav i {
    vertical-align: top;
    display: inline-block;
    margin-right: 12px;
    width: 19px;
    height: 19px;
    background-position: 0 0;
}

.location-nav a, .location-nav span {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.location-nav .angle {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    width: 4px;
    height: 19px;
    background-position: -20px 0;
}

.location-nav .this_page {
    color: #0075c1;
    border-bottom-color: #0075c1;
}

/* layui-form */

.layui-form-select dl dd.layui-this {
    background-color: #0075c1;
}

/*底部*/

.footer {
    position: relative;
}

.footer .footer-bg {
    position: absolute;
    top: 160px;
    bottom: -10px;
    width: 100%;
    background-color: #0075c1;
}

.footer .box-1 {
    position: relative;
}

.footer .f-box {
    position: relative;
    padding: 0 140px;
    z-index: 5;
    background-color: #fff;
}

.footer .box-2 {
    padding: 20px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-color: #0075c1;
}

.footer .box-2 a {
    color: inherit;
}

.footer .f-box-p1 {
    padding: 80px 0 60px;
    border-bottom: 1px solid #e5e5e5;
}

.footer .f-box-p1 .tt, .footer .f-box-p1 .link-sele {
    float: left;
}

.footer .f-box-p1 .tt {
    font-size: 22px;
    color: #333;
    line-height: 50px;
}

.footer .f-box-p1 .link-sele {
    margin-left: 40px;
    position: relative;
}

.footer .f-box-p1 .link-sele.first-box {
    margin-left: 32px;
}

.footer .layui-select-title::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    z-index: -1;
    background-color: #eee;
}

.footer .f-box-p1 select, .footer .layui-input {
    width: 400px;
    height: 50px;
    border-radius: 0;
    background-color: transparent;
}

.footer .layui-form-select .layui-edge {
    top: 57%;
    right: 18px;
    border: 0;
    margin-top: -7px;
    height: 7px;
    width: 13px;
    background: url(../img/icon.png) 0 -40px no-repeat;
}

.footer .layui-form-select dl {
    top: 54px;
    padding: 0;
}

.footer .layui-form-select dl dd, .footer .layui-form-select dl dt {
    line-height: 42px;
}

.f-box-p2 {
    padding: 60px 0 70px;
}

.f-box-p2 .foot-box1 {
    margin-left: 165px;
}

.f-box-p2 .tt {
    position: relative;
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 1;
    color: #333;
}

.f-box-p2 .tt:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 42px;
    background-color: #e5e5e5;
}

.f-box-p2 .foot-box1 {
    width: 235px;
    font-size: 14px;
}

.f-box-p2 .foot-box1 ul {
    margin-top: 18px;
}

.contact-list li {
    position: relative;
    padding: 6px 0 6px 30px;
    line-height: 26px;
}

.contact-list .icon_bg {
    position: absolute;
    left: 0;
    top: 11px;
    height: 16px;
    width: 16px;
}

.contact-list .email {
    background-position: -60px 0;
}

.contact-list .phone {
    background-position: -60px -20px;
}

.contact-list .position {
    background-position: -60px -40px;
}

.f-box-p2 li a {
    color: #333;
}

.f-box-p2 .foot-box2 {
    margin-left: 163px;
    width: 260px;
}

.f-box-p2 .foot-box2 ul {
    margin-top: 20px;
}

.f-box-p2 .foot-box2 li {
    float: left;
    font-size: 14px;
    line-height: 34px;
    width: 130px;
}

.f-box-p2 .foot-box2 li a:hover {
    color: #0075c1;
}

.f-box-p2 .foot-box3 {
    margin-left: 81px;
}

.f-box-p2 .share-link {
    margin-top: 28px;
}

.f-box-p2 .foot-box3 .tt {
    margin-left: 18px;
}

.f-box-p2 .foot-box3 .link-a {
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 18px;
    margin-right: 0;
    margin-bottom: 18px;
    background: url(../img/share_btn.png) no-repeat;
}

.f-box-p2 .foot-box3 .link-a.a-qzone {
    background-position: 0 -60px;
}

.f-box-p2 .foot-box3 .link-a.a-wx {
    background-position: 0 -120px;
}

.f-box-p2 .foot-box3 .link-a.a-wb {
    background-position: 0 -180px;
}

.f-box-p2 .foot-box3 .link-a.a-more {
    background-position: 0 -240px;
}

.footer .map_link {
    display: block;
    margin-top: 9px;
    margin-left: 30px;
    width: 95px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background: url(../img/map_link_btn.png);
}

/*关闭按钮*/

.photo_close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
    width: 52px;
    height: 52px;
    background: url(../img/close.png);
}

/*百度分享弹层*/

.bdshare_popup_bg, .bdshare_popup_box {
    margin-left: -180px;
}

/* 新年样式 
.header-wrapper {
    height: 224px;
}
.header{
    padding-top: 104px;
    background-image: url(../img/fes_head_bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}
.header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 171px;
    height: 189px;
    pointer-events: none;
    z-index: 5;
    background: url(../img/fes_head_deco.png) 0 0 no-repeat;
}
*/

/*精彩图库*/

.gallery_list {
    margin-left: -3px;
}

.gallery_list li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 3px;
    padding-bottom: 3px;
}
.gallery_list .con{
    position: relative;
}

.gallery_list .img {
    padding-bottom: 100%;
}
.gallery_list .txt{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 117, 193, 0.9);
    box-sizing: border-box;
    padding: 0 15%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.gallery_list .txt_con{
    width: 100%;
}
.gallery_list li:hover .txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.gallery_list .txt .p1{
    font-size: 28px;
    line-height: 1.1;
}
.gallery_list .txt .p2{
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    max-height: 180px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;
}
.gallery_list .txt .more{
    display: inline-block;
    margin-top: 50px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #0075c1;
    border-radius:20px;
}

@media screen and (max-width: 1880px) {
    .contain-wrap {
        width: 1400px;
    }
    .header .nav-list>li {
        margin-left: 10px;
    }
    .footer .f-box-p1 select, .footer .layui-input {
        width: 306px;
    }
    .f-box-p2 .foot-box1 {
        margin-left: 71px;
    }
    .f-box-p2 .foot-box2 {
        margin-left: 69px;
    }
    .f-box-p2 .foot-box3 {
        margin-left: 24px;
    }
    .f-box-p2 .foot-box3 .tt, .f-box-p2 .foot-box3 .link-a {
        margin-left: 11px;
    }
}

@media screen and (max-width: 1480px) {
    .contain-wrap, .contain-wrap.min-1 {
        width: 1280px;
    }
    .header .nav-list>li>a {
        padding: 22px 10px 20px;
    }
    .header .nav-list>li>a span{
        font-size: 16px;
    }
    .footer .f-box {
        padding: 0 80px;
    }
    .gallery_list .txt .p2{
        max-height: 150px;
        display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;
    }
    .gallery_list .txt .more{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .contain-wrap, .contain-wrap.min-1 {
        width: 1000px;
    }
    .footer .f-box {
        padding: 0 30px;
    }
    .footer .f-box-p1 .link-sele {
        margin-left: 25px;
    }
    .footer .f-box-p1 .link-sele.first-box {
        margin-left: 25px;
    }
    .footer .f-box-p1 select, .footer .layui-input {
        width: 259px;
    }
    .f-box-p2 .foot-box2 {
        width: 220px;
        margin-left: 18px;
    }
    .f-box-p2 .foot-box2 li {
        width: 110px;
    }
    .f-box-p2 .foot-box1 {
        margin-left: 26px;
    }
    .f-box-p2 .foot-box3 {
        margin-left: 0;
    }
    .f-box-p2 .foot-box3 .tt, .f-box-p2 .foot-box3 .link-a {
        margin-left: 7px;
    }
    .header .logo {
        top: 33px;
        width: 350px;
    }
    .header .nav-list>li>a {
        padding: 22px 5px 20px;
    }
}