<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes menu-5 {
    0% {
        opacity: 0;
        transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        opacity: 1;
    }
    90% {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

html,
body {
    padding: 0;
    border: 0;
    margin: 0 auto;
    background: #fff;
    vertical-align: baseline;
/*    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;*/
}

body {
    font-size: 14px;
    color: #000;
    min-width: 1281px;
    background: #fff;
    position: relative;
}

img {
    border: none;
    max-width: 100%;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
/*    font-family: "微软雅黑";*/
    outline: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #e96812;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

@font-face {
/*    font-family: CenturyGothicbold;*/
/*    src: url(../font/CenturyGothicbold.TTF);*/
}


/**header***/

.header {
    height: 100px;
    background: #1a3a75;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .logo {
    float: left;
    width: 22%;
    height: 100px;
    text-align: center;
}

.header .logo a {
    padding-top: 20px;
    display: block;
}

.header .naver {
    overflow: hidden;
    float: left;
    width: 56%;
}

.header .naver li {
    width: 12%;
    height: 100px;
    float: left;
    background: #fff;
    border-right: 2px solid #cbd5e4;
}

.header .naver li:hover a {
    color: #fff;
    background: #5373a6;
}

.header .naver li:hover a span {
    color: #b6c1d6;
}

.header .naver li:hover .xiala {
    display: block;
}

.header .naver li.act a {
    color: #fff;
    background: #5373a6;
}

.header .naver li.act a span {
    color: #b6c1d6;
}

.header .naver li .xiala {
    position: absolute;
    top: 100px;
    width: 128px;
    z-index: 9999;
    display: none;
}

.header .naver li .xiala a {
    height: auto;
    padding: 8px 0;
    padding-left: 25px;
    overflow: hidden;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #5373a6;
    opacity: 0.9;
    filter: alpha(opacity=30);
    background: rgba(83, 115, 166, 0.9);
}

.header .naver li .xiala a:hover {
    background: #e6c223;
}

.header .naver li a {
    padding: 33px 0 0 12%;
    display: block;
    color: #000000;
    font-size: 14px;
    height: 67px;
    overflow: hidden;
}

.header .naver li span {
    display: block;
    color: #a3a3a3;
    font-size: 12px;
}

.header .headr {
    float: right;
    width: 22%;
}

.header .headr .language_cont {
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.header .headr .language_cont a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.header .headr .language_cont a img {
    margin-right: 4px;
    position: relative;
    top: 4px;
}

.header .headr .phone {
    float: right;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    background: #fff;
    width: 50%;
}

.header .headr .phone img {
    margin-right: 4px;
    position: relative;
    top: 4px;
}

.xiala a:nth-child(1) {
    -webkit-animation: menu-5 150ms forwards ease-in-out;
    -moz-animation: menu-5 150ms forwards ease-in-out;
    -ms-animation: menu-5 150ms forwards ease-in-out;
    -o-animation: menu-5 150ms forwards ease-in-out;
    animation: menu-5 150ms forwards ease-in-out;
}

.xiala a:nth-child(2) {
    -webkit-animation: menu-5 300ms forwards ease-in-out;
    -moz-animation: menu-5 300ms forwards ease-in-out;
    -ms-animation: menu-5 300ms forwards ease-in-out;
    -o-animation: menu-5 300ms forwards ease-in-out;
    animation: menu-5 300ms forwards ease-in-out;
}

.xiala a:nth-child(3) {
    -webkit-animation: menu-5 450ms forwards ease-in-out;
    -moz-animation: menu-5 450ms forwards ease-in-out;
    -ms-animation: menu-5 450ms forwards ease-in-out;
    -o-animation: menu-5 450ms forwards ease-in-out;
    animation: menu-5 450ms forwards ease-in-out;
}

.xiala a:nth-child(4) {
    -webkit-animation: menu-5 600ms forwards ease-in-out;
    -moz-animation: menu-5 600ms forwards ease-in-out;
    -ms-animation: menu-5 600ms forwards ease-in-out;
    -o-animation: menu-5 600ms forwards ease-in-out;
    animation: menu-5 600ms forwards ease-in-out;
}

.xiala a:nth-child(5) {
    -webkit-animation: menu-5 750ms forwards ease-in-out;
    -moz-animation: menu-5 750ms forwards ease-in-out;
    -ms-animation: menu-5 750ms forwards ease-in-out;
    -o-animation: menu-5 750ms forwards ease-in-out;
    animation: menu-5 750ms forwards ease-in-out;
}

.xiala a:nth-child(6) {
    -webkit-animation: menu-5 900ms forwards ease-in-out;
    -moz-animation: menu-5 900ms forwards ease-in-out;
    -ms-animation: menu-5 900ms forwards ease-in-out;
    -o-animation: menu-5 900ms forwards ease-in-out;
    animation: menu-5 900ms forwards ease-in-out;
}

.xiala a:nth-child(7) {
    -webkit-animation: menu-5 1050ms forwards ease-in-out;
    -moz-animation: menu-5 1050ms forwards ease-in-out;
    -ms-animation: menu-5 1050ms forwards ease-in-out;
    -o-animation: menu-5 1050ms forwards ease-in-out;
    animation: menu-5 1050ms forwards ease-in-out;
}

.xiala a:nth-child(8) {
    -webkit-animation: menu-5 1200ms forwards ease-in-out;
    -moz-animation: menu-5 1200ms forwards ease-in-out;
    -ms-animation: menu-5 1200ms forwards ease-in-out;
    -o-animation: menu-5 1200ms forwards ease-in-out;
    animation: menu-5 1200ms forwards ease-in-out;
}

.xiala a:nth-child(9) {
    -webkit-animation: menu-5 1350ms forwards ease-in-out;
    -moz-animation: menu-5 1350ms forwards ease-in-out;
    -ms-animation: menu-5 1350ms forwards ease-in-out;
    -o-animation: menu-5 1350ms forwards ease-in-out;
    animation: menu-5 1350ms forwards ease-in-out;
}

@keyframes menu-5 {
    0% {
        opacity: 0;
        transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        opacity: 1;
    }
    90% {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.fanhui {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}


/**footer**/

.footer .fottop {
    padding: 65px 0 40px 0;
    background: #212c3e;
}

.footer .fottop .fotopbox {
    float: left;
    padding: 0 10px;
    min-width: 107px;
    position: relative;
    max-width: 182px;
}

.footer .fottop .fotopbox .line {
    width: 1px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 0;
    background: #4d5665;
}

.footer .fottop .fotopbox h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.footer .fottop .fotopbox a {
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    display: block;
    margin-bottom: 8px;
}

.footer .fottop .fotopbox a:hover {
    opacity: 1;
}

.footer .fottop .fotopbox1 {
    float: left;
    padding-left: 40px;
    min-width: 107px;
    position: relative;
}

.footer .fottop .fotopbox1 h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.footer .fottop .fotopbox1 .phone {
    color: #fff;
    font-size: 26px;
}

.footer .fottop .fotopbox1 a.kf {
    display: block;
    width: 155px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    margin: 10px 0;
    height: 33px;
    text-align: right;
    line-height: 33px;
    background: #1a3a75;
}

.footer .fottop .fotopbox1 a.kf img {
    float: left;
    margin-top: 7px;
}

.footer .fottop .fotopbox1 .enjoy {
    color: #fff;
    font-size: 14px;
}

.footer .fottop .fotopbox1 .enjoy a {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 4px;
}

.footer .fottop .fotopbox1 .enjoy a:hover {
    opacity: 0.7;
}

.footer .fottop .fotopbox2 {
    float: left;
    width: 300px;
}

.footer .fottop .fotopbox2 .box {
    display: inline-block;
    text-align: center;
    margin-left: 18px;
    color: #fff;
}

.footer .fottop .fotopbox2 .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

.footer .fotbot {
    padding: 18px 0;
    background: #1a2435;
}

.footer .fotbot a {
    color: #fff;
    font-size: 14px;
}

.footer .fotbot a:hover {
    opacity: 0.7;
}

.footer .fotbot .js {
    float: right;
}

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

.banner:hover .swiper-button-prev {
    left: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner:hover .swiper-button-next {
    right: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner .swiper-slide img {
    display: block;
    margin: 0 auto;
}

.banner .swiper-pagination {
    bottom: 150px;
    text-align: center;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: none;
    margin: 0 4px;
    opacity: 1;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
    width: 45px;
    border-radius: 30px;
    background: #fff;
}

.banner .swiper-button-prev {
    left: -50px;
    width: 45px;
    height: 60px;
    background: url(../images/left.png) no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner .swiper-button-next {
    right: -50px;
    width: 45px;
    height: 60px;
    background: url(../images/right.png) no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part {
    margin-top: -100px;
    position: relative;
    z-index: 999;
    margin-bottom: 47px;
}

.part .pabox {
    float: left;
    padding: 70px 25px 0 25px;
    width: 250px;
    min-height: 227px;
    background: #f6f6f6 url(../images/icon3.png) no-repeat right bottom;
}

.part .pabox a {
    display: block;
    color: #fff;
    background: #f6cb15;
    width: 142px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.part .pabox a:hover {
    background: #e1b707;
}

.part .pabox h3 {
    color: #444444;
    font-size: 24px;
    margin-bottom: 20px;
}

.part .pabox .con {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 10px;
}

.part .pabox1 {
    float: left;
    width: 304px;
}

.part .pabox2 {
    float: left;
    width: 505px;
    padding: 65px 45px 0 45px;
    min-height: 232px;
    background: url(../images/img2.jpg) no-repeat center center;
}

.part .pabox2 h3 {
    color: #fff;
    font-size: 24px;
}

.part .pabox2 .line {
    width: 23px;
    height: 3px;
    background: #fff;
    margin: 15px 0;
}

.part .pabox2 .con {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 65px;
    overflow: hidden;
}

.part .pabox2 a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 142px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.part .pabox2 a:hover {
    background: #e1b707;
    border: 1px solid #e1b707;
}

.part1 {
    position: relative;
}

.part1 .pa1l {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 9;
    background: #f0f0f8;
}

.part1 .pa1r {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 430px;
    width: 50%;
    z-index: 9;
    background: url(../images/bg.jpg) no-repeat right center;
}

.part1 .container {
    position: relative;
    z-index: 99;
    background: #f0f0f8;
}

.part1 .pa1con {
    position: relative;
}

.part1 .pa1con .pa1box {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part1 .pa1con .pa1box:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part1 .pa1con .pa1box:hover .tit {
    height: 430px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.part1 .pa1con .pa1box:hover .tit .ttc {
    position: absolute;
    bottom: 50%;
    margin-bottom: -55px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.part1 .pa1con .pa1box:hover .tit .ttc span {
    opacity: 1;
    background: #f6cb15;
    color: #fff;
    border: 1px solid #f6cb15;
}

.part1 .pa1con .pa1box a {
    display: block;
    position: relative;
}

.part1 .pa1con .pa1box a img {
    display: block;
}

.part1 .pa1con .pa1box .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #031740;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.part1 .pa1con .pa1box .tit .ttc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 18px 0 25px 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.part1 .pa1con .pa1box .tit span {
    display: block;
    width: 143px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
    margin: 0 auto;
    margin-top: 15px;
}

.part1 .pa1con .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: #fff url(../images/left2.png) no-repeat center center;
    position: absolute;
    right: 65px;
    left: initial;
    top: -43px;
}

.part1 .pa1con .swiper-button-prev:hover {
    background: #f6cb15 url(../images/left3.png) no-repeat center center;
}

.part1 .pa1con .swiper-button-next {
    width: 65px;
    height: 65px;
    background: #fff url(../images/right2.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: -43px;
}

.part1 .pa1con .swiper-button-next:hover {
    background: #f6cb15 url(../images/right3.png) no-repeat center center;
}

.title {
    padding: 50px 0 35px 0;
    color: #444444;
    font-size: 24px;
    font-weight: bold;
}

.title span {
    color: #1a3a75;
    font-size: 26px;
    margin-left: 10px;
    text-transform: uppercase;
   /* font-family: CenturyGothicbold;*/
}

.part2 {
    position: relative;
    background: #5373a6 url(../images/bg1.jpg) no-repeat center center;
    overflow: hidden;
}

.part2 .pa2r {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    margin-right: -50%;
    z-index: 9;
    background: #f0f0f8;
}

.part2 .container {
    position: relative;
    z-index: 99;
}

.part2 .title {
    color: #fff;
}

.part2 .title span {
    color: #fff;
}

.part2 .title .ms {
    font-size: 16px;
    color: #fff;
    float: right;
    font-weight: normal;
}

.part2 .pa2con {
    position: relative;
    background: #f0f0f8;
}

.part2 .pa2con .pic {
    width: 1200px;
    height: 520px;
    position: relative;
    z-index: 999;
}

.part2 .pa2con .pic ul li {
    list-style: none;
    width: 125px;
    height: 520px;
    float: left;
}

.part2 .pa2con .pic ul li.act {
    width: 695px;
    position: relative;
}

.part2 .pa2con .pic ul li.act .p1 {
    display: none;
}

.part2 .pa2con .pic ul li.act .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.part2 .pa2con .pic ul li.act .con {
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part2 .pa2con .pic ul li a {
    display: block;
    height: 520px;
    width: 100%;
}

.part2 .pa2con .txt {
    width: 125px;
    height: 520px;
    position: relative;
    background: #000;
    filter: alpha(opacity=30);
    background: rgba(0, 0, 0, 0.3);
}

.part2 .pa2con .con {
    position: absolute;
    bottom: -100%;
    padding: 10px 20px;
    color: #fff;
    width: 655px;
    font-size: 14px;
    line-height: 25px;
    background: #000;
    filter: alpha(opacity=30);
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part2 .pa2con .con h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.part2 .pa2con .txt p.p1 {
    color: #fff;
/*    font-family: "微软雅黑";*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -42px;
}

.part2 .pa2con .txt .p1 {
    font-size: 16px;
    width: 17px;
}

.part3 {
    margin-bottom: 65px;
}

.part3 .pa3con {
    position: relative;
}

.part3 .pa3con .pa3box {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .pa3box:hover {
    background: #5373a6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .pa3box:hover .pa3b .date {
    color: #fff;
}

.part3 .pa3con .pa3box:hover .pa3b h3 {
    color: #fff;
}

.part3 .pa3con .pa3box:hover .pa3b .con {
    color: #fff;
}

.part3 .pa3con .pa3box:hover .pa3b .line1 {
    background: url(../images/icon6.png) no-repeat center center;
}

.part3 .pa3con .pa3box:hover .pa3b .line2 {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .pa3box:hover .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .pa3box a {
    display: block;
}

.part3 .pa3con .pa3box .img {
    width: 400px;
    height: 268px;
    overflow: hidden;
}

.part3 .pa3con .pa3box .img img {
    width: 400px;
    height: 268px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .pa3box .pa3b {
    padding: 30px 35px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.part3 .pa3con .pa3box .pa3b .date {
    color: #666666;
    font-size: 14px;
}

.part3 .pa3con .pa3box .pa3b h3 {
    color: #444444;
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 15px 0;
    min-height: 60px;
}

.part3 .pa3con .pa3box .pa3b .con {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

.part3 .pa3con .pa3box .pa3b .line1 {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 78px;
    height: 10px;
    background: url(../images/icon5.png) no-repeat center center;
}

.part3 .pa3con .pa3box .pa3b .line2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #2962a8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.part3 .pa3con .swiper-pagination {
    position: absolute;
    right: 0;
    top: -60px;
}

.part3 .pa3con .swiper-pagination span {
    width: 40px;
    height: 6px;
    background: #b2b2b2;
    border-radius: 0;
    margin-left: 10px;
    opacity: 1;
}

.part3 .pa3con .swiper-pagination-bullet-active {
    background: #2962a8 !important;
}

.ban {
    height: 416px;
    background-size: 100% 100%;
    background-position: center center;
}

.ban .container {
    position: relative;
    height: 416px;
}

.ban h3 {
    color: #fff;
    padding-top: 155px;
    font-size: 30px;
    text-transform: uppercase;
}

.ban .line {
    margin-top: 18px;
    width: 25px;
    height: 8px;
    background: #e5c122;
}

.ban .cplb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ban .cplb a {
    float: left;
    color: #fff;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 16px;
    margin-right: 1px;
    width: 170px;
    text-align: center;
    background: rgba(0, 0, 0, 0.34);
}

.ban .cplb a:hover {
    background: #f6cb15;
}

.ban .cplb a.act {
    background: #f6cb15;
}

.ban .contac a {
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    width: auto;
}

.ban .contac a.act {
    background: #f0f0f8;
    color: #444444;
}

.ban .contac a:hover {
    background: #f0f0f8;
    color: #444444;
}

.ban .jointop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ban .jointop a {
    height: 68px;
    line-height: 68px;
    float: left;
    width: 238px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 1px;
    background: rgba(0, 0, 0, 0.34);
}

.ban .jointop a img {
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.product {
    margin-bottom: 35px;
}

.product .produtop {
    margin-top: 30px;
}

.product .produtop .protl {
    float: left;
}

.product .produtop .protl img {
    width: 467px;
    height: 491px;
    display: block;
}

.product .produtop .protr {
    float: right;
    background: #f0f0f8;
    width: 650px;
    min-height: 441px;
    padding: 25px 30px;
}

.product .produtop .protr .con {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 355px;
    overflow-y: scroll;
}

.product .produtop .protr .cont {
    margin-top: 20px;
}

.product .produtop .protr .cont a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 8px;
}

.product .produtop .protr .cont a img {
    margin-right: 10px;
    position: relative;
    top: 8px;
}

.product .produtop .protr .cont .a1 {
    background: #5373a6;
}

.product .produtop .protr .cont .a1:hover {
    background: #3d619b;
}

.product .produtop .protr .cont .a2 {
    background: #f6cb15;
}

.product .produtop .protr .cont .a2:hover {
    background: #ddb50e;
}

.product .produbot h3 {
    padding: 20px 0;
    color: #444444;
    font-size: 22px;
}

.product .produbot table {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.product .produbot table th {
    background: #5373a6;
    border: 1px solid #fff;
    padding: 13px 0;
    font-size: 14px;
    color: #fff;
    border-bottom: none;
    font-weight: normal;
}

.product .produbot table td {
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 12px 0;
    background: #f1f1f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
}

.product {
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding-top: 68px;
    padding-bottom: 90px;
}

.product h3 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}

.product .cplb {
    margin-top: 40px;
}

.product .cplb a {
    float: left;
    color: #fff;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 16px;
    margin-right: 1px;
    width: 170px;
    text-align: center;
    background: rgba(0, 0, 0, 0.34);
}

.product .cplb a:hover {
    background: #1a3a75;
}

.product .cplb a.act {
    background: #1a3a75;
}

.product .part1 .container {
    padding: 13px 0;
    background: #fff;
}

.product .part1 .pa1box {
    float: left;
    width: 300px;
}

.paging a {
    float: right;
    width: 70px;
    height: 70px;
}

.paging .prev {
    background: #f6cb15 url(../images/left3.png) no-repeat center center;
}

.paging .prev:hover {
    background: #ddb50e url(../images/left3.png) no-repeat center center;
}

.paging .next {
    background: #5373a6 url(../images/right3.png) no-repeat center center;
}

.paging .next:hover {
    background: #3d619b url(../images/right3.png) no-repeat center center;
}

.service .serv1 {
    margin-top: 25px;
    background: #f0f0f8;
    position: relative;
}

.service .serv1 .label {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    width: 68px;
    height: 68px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    background: url(../images/icon13.png) no-repeat center center;
}

.service .serv1 .serv1l {
    float: left;
    width: 600px;
}

.service .serv1 .serv1l img {
    display: block;
    height: 300px;
}

.service .serv1 .serv1r {
    float: left;
    margin-left: 25px;
    width: 555px;
    margin-right: 20px;
}

.service .serv1 .serv1r h3 {
    color: #444444;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service .serv1 .serv1r h3 span {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #e5c122;
    margin-right: 10px;
}

.service .serv1 .serv1r .con {
    color: #666666;
    font-size: 14px;
    line-height: 34px;
}

.service .serv2 {
    margin-bottom: 25px;
}

.service .serv2 .label {
    left: 0;
    top: 0;
    padding-left: 5px;
    padding-right: 0;
    text-align: left;
    background: url(../images/icon14.png) no-repeat center center;
}

.service .serv3 {
    float: left;
    width: 585px;
    margin-bottom: 50px;
    position: relative;
    background: #f0f0f8;
}

.service .serv3 img {
    display: block;
    height: 299px;
}

.service .serv3 .label {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    width: 68px;
    height: 38px;
    text-align: right;
    padding-right: 5px;
    padding-top: 35px;
    background: url(../images/icon15.png) no-repeat center center;
}

.service .serv3 .con {
    padding: 25px 35px;
}

.service .serv3 .con h3 {
    color: #444444;
    font-size: 26px;
    font-weight: bold;
}

.service .serv3 .con h3 span {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #e5c122;
    margin-right: 10px;
}

.service .serv3 .con .con1 {
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    margin-top: 24px;
}

.join {
    background: #f0f0f8;
    padding-top: 20px;
    padding-bottom: 50px;
}

.join .joinbox {
    margin-bottom: 28px;
}

.join .joinbox table {
    width: 100%;
}

.join .joinbox th {
    padding: 13px 0;
    width: 20%;
    text-align: center;
    font-weight: normal;
    background: #5373a6;
    color: #fff;
    font-size: 14px;
}

.join .joinbox .con {
    padding: 25px;
    background: #fff;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.join .joinfl h3 {
    color: #444444;
    font-size: 24px;
    margin-bottom: 20px;
}

.join .joinfl h3 span {
    color: #1a3a75;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.join .joinfl .joflcon {
    padding: 50px 30px 100px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/img16.jpg) no-repeat center top;
    background-size: cover;
}

.develop .del1 {
    background: url(../images/img17.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 25px;
}

.develop .del1 .container {
    padding: 80px 0 45px 0;
    background: url(../images/icon20.png) no-repeat right bottom;
}

.develop .del1 .del1l {
    width: 490px;
}

.develop .del1 .del1l h3 {
    color: #fff;
    font-size: 24px;
}

.develop .del1 .del1l h3 span {
    color: #e6c222;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}

.develop .del1 .del1l h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #e6c223;
    font-size: 14px;
}

.develop .del1 .del1l .con {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.develop .del2 .del2con {
    margin-bottom: 25px;
}

.develop .del2 .del2con .del2l {
    float: left;
    width: 610px;
}

.develop .del2 .del2con .del2l .box {
    float: left;
    width: 193px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.develop .del2 .del2con .del2l .box:hover .con {
    background: #e5c122;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.develop .del2 .del2con .del2l .box img {
    display: block;
    width: 193px;
    height: 200px;
}

.develop .del2 .del2con .del2l .box .con {
    background: #5373a6;
    padding: 15px 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.develop .del2 .del2con .del2l .box .con h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.develop .del2 .del2con .del2l .box .con .con1 {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.develop .del2 .del2con .del2r {
    float: right;
    width: 580px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.develop .del2 .del2con .del2r table {
    margin-top: 6px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.develop .del2 .del2con .del2r table th {
    padding: 5px;
    padding-left: 28px;
    width: 33.33%;
    text-align: left;
    font-weight: normal;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-left: none;
}

.develop .del2 .del2con .del2r table td {
    padding: 5px;
    padding-left: 28px;
    width: 33.33%;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-left: none;
}

.contact {
    background: #f0f0f8;
    padding-top: 30px;
    padding-bottom: 50px;
}

.contact .contactop .contopl {
    float: left;
    width: 510px;
    padding: 25px 35px 0 35px;
    background: #fff;
    min-height: 471px;
}

.contact .contactop .contopl h3 {
    color: #444444;
    font-size: 22px;
    margin-bottom: 15px;
}

.contact .contactop .contopl h3 span {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #e5c122;
    margin-right: 15px;
}

.contact .contactop .contopl .con {
    padding-left: 15px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 35px;
}

.contact .contactop .contopr {
    width: 580px;
    padding: 10px;
    float: right;
    background: #fff;
    height: 475px;
    overflow: hidden;
}

.contact .contactop .contopr iframe {
    width: 100%;
    height: 566px;
}

.contact .contactop .contopr img {
    display: block;
}

.contact .contacbot .title {
    padding: 25px 0;
}

.contact .contacbot .cobot {
    padding: 35px;
    background: #fff;
}

.contact .contacbot .cobot .box {
    background: #f7f7f7;
    width: 545px;
    height: 43px;
    float: left;
    margin: 0 10px;
    margin-bottom: 13px;
}

.contact .contacbot .cobot .box label {
    width: 90px;
    text-indent: 15px;
    float: left;
    height: 43px;
    color: #666666;
    font-size: 14px;
    line-height: 43px;
}

.contact .contacbot .cobot .box input {
    width: 430px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    background: none;
    color: #666666;
    font-size: 14px;
}

.contact .contacbot .cobot .box1 {
    margin-left: 10px;
}

.contact .contacbot .cobot .box1 textarea {
    display: block;
    width: 1090px;
    height: 258px;
    padding: 10px;
    color: #666666;
    font-size: 14px;
    border: none;
    background: #f7f7f7;
}

.contact .contacbot .cobot .sub {
    margin-top: 18px;
}

.contact .contacbot .cobot .sub .inp1 {
    color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 0 60px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    background: #e5c122;
    line-height: 45px;
    border: none;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact .contacbot .cobot .sub .inp1:hover {
    background: #c2a00b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact .contacbot .cobot .sub .inp2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    background: #8d8e8e;
    height: 45px;
    padding: 0 60px;
    cursor: pointer;
    line-height: 45px;
    border: none;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact .contacbot .cobot .sub .inp2:hover {
    background: #c2a00b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsxq {
    padding-bottom: 60px;
}

.newsxq .newtit {
    text-align: center;
    padding: 35px 0;
}

.newsxq .newtit h3 {
    color: #444444;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.newsxq .newtit .date {
    color: #999999;
    font-size: 14px;
}

.newsxq .newtit .date .enj {
    margin-left: 20px;
    display: inline-block;
}

.newsxq .newtit .date .enj img {
    position: relative;
    top: 3px;
}

.newsxq .newxcon {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.newsxq .newxcon img {
    display: block;
    margin: 0 auto;
}

.pian {
    padding-top: 30px;
}

.pian .pianl {
    float: left;
    width: 970px;
}

.pian .pianl li {
    padding: 15px 0;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.pian .pianl li:hover a {
    color: #e1b707;
}

.pian .pianl li.act {
    border-bottom: 1px solid #d8d8df;
}

.pian .pianl li a {
    font-weight: normal;
}

.pian .pianr {
    float: right;
    width: 230px;
    text-align: right;
    padding-top: 22px;
}

.pian .pianr a {
    display: inline-block;
    padding: 0 50px;
    background: #5373a6;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.pian .pianr a:hover {
    background: #375c98;
}

.prozs {
    margin-top: 25px;
    padding: 15px;
    position: relative;
    background: #fff url(../images/icon21.png) no-repeat 98% 95%;
}

.prozs .bol {
    float: left;
    width: 450px;
}

.prozs .bol img {
    display: block;
}

.prozs .bor {
    float: right;
    width: 675px;
    margin-right: 24px;
}

.prozs .bor h3 {
    color: #5373a6;
    font-size: 26px;
    padding-top: 0;
}

.prozs .bor .ms {
    color: #444444;
    font-size: 16px;
    margin: 14px 0;
}

.prozs .bor .con {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    min-height: 160px;
}

.prozs .bor .more {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    width: 142px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #f6cb15;
}

.prozs .swiper-button-prev {
    right: 65px;
    top: -43px;
    z-index: 999;
    left: initial;
    width: 65px;
    height: 65px;
    background: #f6cb15 url(../images/left3.png) no-repeat center center;
}

.prozs .swiper-button-next {
    right: 0;
    top: -43px;
    z-index: 999;
    width: 65px;
    height: 65px;
    background: #5373a6 url(../images/right3.png) no-repeat center center;
}

.news .pa3box {
    float: left;
    width: 33.33%;
    margin-top: 32px;
}

.enter1 {
    padding-top: 70px;
    background: #030303;
}

.enter1 .container {
    min-height: 521px;
    background: url(../images/img27.jpg) no-repeat left bottom;
}

.enter1 .en1r {
    float: right;
    width: 670px;
}

.enter1 .en1r h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.enter1 .en1r .con {
    color: #999999;
    font-size: 12px;
    line-height: 28px;
}

.enter1 .en1r .con p {
    text-indent: 2em;
}

.enter1 .en1r .qian {
    margin-top: 20px;
    width: 260px;
    float: right;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.enter1 .en1r .qian img {
    float: left;
    margin-right: 15px;
}

.enter2 .en2con {
    padding-bottom: 40px;
}

.enter2 .en2con .en2cl {
    float: left;
    width: 805px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}

.enter2 .en2con .en2cr {
    float: right;
    position: relative;
}

.enter2 .en2con .en2cr img {
    display: block;
}

.enter2 .en2con .en2cr .tit {
    width: 349px;
    color: #fff;
    font-size: 19px;
    background: #f6cb15;
    padding: 35px 10px;
    text-align: center;
}

.enter3 {
    background: #f0f0f8;
    padding-bottom: 25px;
}

.enter3 .en3con {
    width: 1235px;
}

.enter3 .en3con .box {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    width: 289px;
    position: relative;
    overflow: hidden;
}

.enter3 .en3con .box:hover .con .cont {
    text-align: left;
    height: 245px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.enter3 .en3con .box img {
    display: block;
    width: 289px;
    height: 302px;
}

.enter3 .en3con .box .con {
    position: absolute;
    bottom: 20px;
    width: 208px;
    padding: 10px 20px;
    max-height: 245px;
    overflow: hidden;
    left: 20px;
    text-align: center;
    background: url(../images/icon23.png);
}

.enter3 .en3con .box .con h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.enter3 .en3con .box .con .cont {
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.en4con #gla_box .prev,
.en4con #gla_box .next {
    display: block;
    z-index: 9999;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 171px;
}

.en4con #gla_box .prev {
    left: -155px;
    background: url(../images/left4.png) no-repeat center center;
}

.en4con #gla_box .next {
    right: -140px;
    background: url(../images/right4.png) no-repeat center center;
}

.en4con .bac {
    position: absolute;
    bottom: 0;
    left: 50px;
}

.en4con #gla_box {
    width: 1000px;
    margin: auto;
    position: relative;
}

.en4con .gla_inbox {
    overflow: hidden;
    position: relative;
}

.en4con .gla_inbox a {
    padding: 5px;
    display: block;
    position: absolute;
    top: 220px;
    left: 90px;
    background: #0066CC;
    color: #FFF;
}

.en4con .gla_inbox img {
    width: 100%;
    height: 100%;
}

.en4con #gla_box .roundabout-holder {
    height: 404px;
    width: 1000px;
}

.en4con #gla_box .roundabout-moveable-item {
    display: block;
    height: 300px;
    width: 406px;
    cursor: pointer;
}

.en4con .roundabout-in-focus {
    cursor: auto;
}

.en4con #gla_box1 .prev,
.en4con #gla_box1 .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 171px;
}

.en4con #gla_box1 .prev {
    left: -195px;
    background: url(../images/left4.png) no-repeat center center;
}

.en4con #gla_box1 .next {
    right: -180px;
    background: url(../images/right4.png) no-repeat center center;
}

.en4con .bac {
    position: absolute;
    bottom: 0;
    left: 50px;
}

.en4con #gla_box1 {
    width: 900px;
    margin: auto;
    position: relative;
}

.en4con #gla_box1 .roundabout-holder {
    height: 404px;
    width: 900px;
}

.en4con #gla_box1 .roundabout-moveable-item {
    display: block;
    height: 406px;
    width: 285px;
    cursor: pointer;
}

.enter5 {
    background: url(../images/img43.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 40px;
}

.enter5 .title {
    color: #fff;
}

.enter5 .title span {
    color: #fff;
}

.enter5 .event .event-list {
    background: url(../images/event-list-ul.png) no-repeat center;
}

.enter5 .event .event-list .swiper-container {
    height: 455px;
    overflow: hidden;
    position: relative;
}

.enter5 .event .event-list .swiper-wrapper {
    height: 1px !important;
    position: absolute;
    top: 50%;
}

.enter5 .event .event-list li {
    width: 255px;
    background-color: #fff;
    float: left;
    position: absolute;
}

.enter5 .event .event-list .swiper-slide:nth-child(odd) li {
    bottom: 45px;
}

.enter5 .event .event-list .swiper-slide:nth-child(even) li {
    top: 45px;
    left: -93px;
}

.enter5 .event .event-list li:before {
    content: '';
    width: 13px;
    height: 13px;
    margin-left: -6px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    z-index: 999;
    background-color: #fff;
}

.enter5 .event .event-list .swiper-slide:nth-child(odd) li:before {
    bottom: -50px;
}

.enter5 .event .event-list .swiper-slide:nth-child(even) li:before {
    top: -52px;
}

.enter5 .event .event-list li .infor {
    margin: 20px 15px 15px 15px;
    text-align: center;
}

.enter5 .event .event-list li h4 {
    font-size: 14px;
    height: 38px;
    color: #7f7f7f;
    margin: 5px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
}

.enter5 .event .event-list li .img {
    overflow: hidden;
}

.enter5 .event .event-list li .img img {
    width: 100%;
}

.enter5 .event .event-list li .time {
    font-size: 16px;
    height: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    background-color: #1a3a75;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.enter5 .event .event-list li .time:before {
    content: '';
    width: 0;
    height: 0;
    margin-left: -9px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    border-top: 7px solid #1a3a75;
    border-right: 9px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 9px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.enter5 .event .event-list li:hover .time {
    background-color: #f6cb15;
}

.enter5 .event .event-list li:hover .time:before {
    border-top: 7px solid #f6cb15;
}

.enter5 .event .event-list .bottom .time:before {
    border-top: 0 solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #1a3a75;
    border-left: 9px solid transparent;
    top: -7px;
}

.enter5 .event .event-list li.bottom:hover .time:before {
    border-bottom: 7px solid #f6cb15;
    border-top: 0;
}

.enter6 {
    padding-bottom: 60px;
}

.enter6 .en6con {
    position: relative;
}

.enter6 .en6con .swiper-button-prev {
    width: 35px;
    background: url(../images/left1.png) no-repeat center center;
}

.enter6 .en6con .swiper-button-next {
    width: 35px;
    background: url(../images/right1.png) no-repeat center center;
}

.enter6 .en6con .box {
    position: relative;
}

.enter6 .en6con .box img {
    display: block;
}

.enter6 .en6con .box .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 14x;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.enter7 {
    background: #f0f0f8;
    padding-bottom: 40px;
}

@media screen and (max-width: 1400px) {
    .header .logo {
        width: 20%;
    }
    .header .naver {
        width: 55%;
    }
    .header .headr {
        width: 25%;
    }
    .header .headr .phone {
        width: 45%;
    }
}

.head .act {
    color: white;
    background: #5373a6;
}

body .footer .bdshare-button-style0-24 .bds_weixin {
    background: url(../images/icon8.png) no-repeat center center !important;
}

body .footer .bdshare-button-style0-24 .bds_sqq {
    background: url(../images/icon9.png) no-repeat center center !important;
}

body .footer .bdshare-button-style0-24 .bds_tsina {
    background: url(../images/icon10.png) no-repeat center center !important;
}</pre></body></html>