@charset "UTF-8"; body {
    font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    position: relative;
    background: url(../images/header-bg.png) center top no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
    /* background-size: cover !important; */
}

.header .top {
    padding: 10px 0;
    line-height: 24px;
}

.header .top:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.header .top .lf {
    float: left;
    font-size: .875rem;
    color: #1151af;
}

.header .top .lf p {
    display: inline-block;
}

.header .top .lf p div {
    display: inline-block;
}

.header .top .rt {
    float: right;
}

.header .top .rt li {
    float: left;
    font-size: .875rem;
    color: #333333;
    padding: 0 8px;
    position: relative;
}

.header .top .rt li:last-child {
    padding-right: 0;
}

.header .top .rt li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #97bef7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.header .top .rt li:first-child:after, .header .top .rt li:last-child:after {
    display: none;
}

.header .top .rt a {
    color: #1151af;
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    text-align: center;
    transition: .5s;
}

.header .top .rt li:hover a{
    background: #1151af;
    color: #fff;
}

.header .top .rt li.weixin {
    position: relative;
}

.header .top .rt li.weixin .ewm {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    transform: translateY(-150%);
    transition: .5s
}

.header .top .rt li.weixin:hover .ewm {
    transform: translateY(0);
}

.header .logo-box {
    padding: 100px 0 30px;
}

.header .logo {
    text-align: center;
    position: relative;
}

.search-box {
    margin: 30px auto;
    max-width: 660px;
    width: 95%;
    height: 54px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-box .text {
    float: left;
    width:calc(100% - 101px);
    padding: 0 3%;
    line-height: 54px;
    height: 54px;
    font-size: 1.125rem;
    color: #555;
    background: none;
    border: none;
}

.search-box .btn {
    float: right;
    width: 100px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-align: center;
    background: #1151af;
}

.search-box .btn img {
    vertical-align: text-bottom;
}

.search-box .btn span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}

.search-box input::-webkit-input-placeholder {
    color: #999999;
}

.search-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.search-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.search-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

/* 导航 */
.navbar {
    position: relative;
    width: 100%;
    background: url(../images/nav-bg.png) center top no-repeat;
    margin-top: -75px;
}

.navbar li {
    float: left;
    width: 16.66%;
    text-align: center;
}

.navbar li a {
    display: inline-block;
    text-align: center;
    line-height: 75px;
    font-size: 1.625rem;
    color: #fff;
    transition: .5s;
    position: relative;
}

.navbar li a:hover {
    font-weight: bold;
}

.navbar li.current a {
    font-weight: bold;
}

.navbar li:hover a:after, .navbar li.current a:after {
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
    from {
        background-position-x: -10px, 0;
    }

    to {
        background-position-x: -30px, -20px;
    }
}

@keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes oline {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    70% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

@keyframes mline {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }

    65% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    75% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 0.55;
    }
}



/* 通用样式 */
.index-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.index-title * {
    transition: .5s;
}

.index-title h2 {
    position: relative;
    text-align: center;
}

.index-title h2 a {
    display: inline-block;
    padding: 0 35px;
    position: relative;
    font-size: 2rem;
    color: #1151af;
    font-weight: bold;
}

.index-title h2 a:before, .index-title h2 a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.index-title h2 a:before {
    left: 0;
}

.index-title h2 a:after {
    right: 0;
}

.index-title h2:before, .index-title h2:after {
    content: "";
    width: calc(50% - 108px);
    height: 100%;
    position: absolute;
    top: 0;
}

.index-title h2:before {
    left: 0;
   
}

.index-title h2:after {
    right: 0;
   
}

/* 通用样式 */

/* 首页中部区域 */
/* 底部 */
.footer {
    position: relative;
    background: url(../images/footer-bg.png) center top no-repeat #1151af;
}

.foot-link .link-list {
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
}

.foot-link .link-list .box {
    float: left;
    width: 25%;
    position: relative;
}

.foot-link .link-list .tit {
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.foot-link .link-list .tit p {
    display: inline-block;
    padding-right: 20px;
    font-size: 1rem;
    background: url(../images/select-ico.png) right center no-repeat;
    color: #fff;
}

.foot-link .link-list ul {
    position: absolute;
    width: 100%;
    max-height: 390px;
    left: 0;
    bottom: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    overflow-y: auto;
    display: none;
}

.foot-link .link-list ul li {
    padding: 5px 0;
}

.foot-link .link-list ul li a {
    display: block;
    font-size: .875rem;
    color: #333;
}

.foot-link .link-list ul li:hover a {
    color: #1151af;
}

.foot-link .link-list ul::-webkit-scrollbar {
    width: 4px;
}

.foot-link .link-list ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}

.foot-info {
    padding: 25px 0 25px;
}

.foot-info .lf {
    float: left;
    padding-top: 25px;
}

.foot-info .lf a {
    float: left;
    margin-right: 28px;
}

.foot-info .lf img {
    vertical-align: middle;
}

.foot-info .mid {
    float: left;
}

.foot-info .mid p, .foot-info .mid a {
    font-size: .875rem;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.foot-info .rt {
    float: right;
    margin-top: 0px;
}

.foot-info .rt li {
    float: left;
    margin-left: 25px;
}

.foot-info .rt li h2 {
    height: 80px;
    width: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    background: url(../images/ewm-bg.png) top no-repeat;
    font-size: .75rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    writing-mode: tb-rl;
    letter-spacing: 1px;
}

.foot-info .rt li img {
    width: 100px;
    height: 100px;
}

.cory {
    padding: 10px 0;
    text-align: center;
    background: #0b49a5;
}

.cory * {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.9);
}

.cory img {
    vertical-align: middle;
}

/* 底部 */
/* ------------------------- 首页结束 ------------------------- */
