@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: 15px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    color: #333;
    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;
}

.mt10 {
    margin-top: 10px;
}

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

.dn {
    display: none;
}

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

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1580px;
    min-width: 1200px;
}

.w1000 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.w1200 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

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

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

.color1 {
    color: #217ab8!important;
}

.color2 {
    color: #fff!important;
}

.colorBg1 {
    background-color: #217ab8!important;
}

.btn1 {
    display: inline-block;
    width: 192px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #00468e;
}

.btn1:hover {
    color: #fff;
}

.btn2 {
    display: inline-block;
    width: 80px;
    text-align: center;
    border: 1px solid #217ab8;
    line-height: 34px;
    border-radius: 3px;
    color: #217ab8;
}

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

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

.ubb * {
	max-width: 100%;
}

.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: 540px;
}

.icon_bg {
    display: inline-block;
    background-image: url(/static/index/img/icon.png);
    background-repeat: no-repeat;
}

/*公共头部*/

.header {
    top: 0;
    position: fixed;
    z-index: 999;
    height: 152px;
    width: 100%;
    max-width: 1920px;
    background-color: #fff;
    font-size: 0;
}

.header .logo {
    float: left;
    margin-top: 18px;
}

.head_right {
    position: relative;
}

.head_right .top {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    line-height: 30px;
}

.head_right .top a {
    color: #666;
    float: left;
    margin: 0 16px;
}

.head_right .top span {
    float: left;
    color: #ccc;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.head_right .top .search {
    position: relative;
    float: left;
    margin-left: 40px;
}

.head_right .top .search input {
    transition: all 0.5s ease-out;
    width: 0;
    opacity: 0;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}

.head_right .top .search.open {
    margin-left: 16px;
}

.head_right .top .search.open input {
    height: 28px;
    color: #333;
    border-radius: 15px;
    width: 150px;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    opacity: 1;
}

.head_right .top .search i {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 18px;
    color: #ababab;
    cursor: pointer;
}

.head_right .top .search.open i {
    right: 10px;
    top: 10px;
    font-size: 12px;
}

.head_right .top .language {
    color: #666;
    float: left;
    cursor: pointer;
    margin-left: 16px;
    display: none;
}

.head_right .top .language i {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    margin-left: 10px;
    background-position: -60px -140px;
}

.head_right .top .language ul {
    display: none;
    position: absolute;
    z-index: 30;
    right: 0;
    top: 24px;
    width: 115px;
    text-align: left;
    background-color: #fff
}

.head_right .top .language:hover ul {
    display: block;
}

.head_right .top .language ul::before {
    content: "";
    position: absolute;
    right: 20px;
    top: -5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
}

.head_right .top .language ul a {
    color: #666;
    font-size: 15px;
    display: block;
    line-height: 30px;
    padding: 4px 15px;
}

.head_right .top .language ul .current a {
    font-weight: 700;
}

.head_right .top .language ul img {
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.header .nav {
    padding-top: 60px;
    font-size: 18px;
}

.header .nav li {
    float: left;
    position: relative;
}

.header .nav li:hover>a {
    border-top-color: #217ab8;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
}

.header .nav li>a {
    position: relative;
    z-index: 1;
    display: block;
    color: #000;
    padding: 22px 20px 23px;
    cursor: pointer;
    border-top: 4px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    background-color: #fff;
}

.header .nav li>a span {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.header .nav dl {
    display: none;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 82px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 230px;
    padding: 15px 26px;
    background: #fff;
}

.header .nav li:hover {
    z-index: 2;
}

.header .nav li:last-child dl {
    text-align: right;
    right: 0;
    left: auto;
}

.header .nav dl dd {
    padding: 10px 0;
}

.header .nav dl a {
    color: #333;
    padding: 0 0;
}

.header .nav dl .current a, .header .nav dl a:hover {
    color: #217ab8;
    text-decoration: underline;
}

.header .nav .current a span {
    border-color: #217ab8;
    color: #217ab8;
}

.header .nav li:hover a span {
    border-color: #333;
    color: #333;
}

.header .nav li:hover>.borderNo {
    border-color: transparent;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: 100%;
    width: 100%;
}

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

.banner .swiper-page {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 40px;
    height: 12px;
}

.swiper-page .swiper-pagination-switch {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
}

.swiper-page .swiper-active-switch {
    width: 24px;
}

.video_layer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

.video_con {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -380px 0 0 -550px;
    width: 1100px;
    height: 760px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #000;
    border-radius: 5px;
}

.video_title {
    line-height: 60px;
    font-size: 22px;
    color: #ccc;
}

.video-js-box {
    width: 1060px;
    height: 680px;
}

video.video-js {
    height: 100%;
}

.video_close {
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(/static/index/img/icon.png) 0 -100px no-repeat;
}

/*公共底部*/

.footer {
    position: relative;
    background-color: #202020;
    font-size: 16px;
    color: #ccc;
}

.footer .box-1 {
    padding: 105px 0 80px 0;
}

.footer_title {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.footer_line {
    width: 50px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
    margin-top: 20px;
}

.footer_nav {
    padding-left: 11.5%;
}

.footer_nav ul {
    padding-top: 10px;
}

.footer_nav li {
    padding-top: 15px;
}

.footer_nav li a {
    color: #ccc;
}

.footer_contact {
    padding-top: 10px;
}

.footer_contact p {
    padding-top: 15px;
}

.footer_contact a {
    color: #ccc;
}

.footer_contact p i {
    width: 30px;
}

.footer_contact .rhdd {
    margin-top: 16px;
    display: inline-block;
    line-height: 30px;
    width: 108px;
    border: 1px solid #696969;
    text-align: center;
    border-radius: 3px;
    margin-left: 30px;
}

.footer_us {
    padding-left: 11.5%;
}

.footer_media {
    width: 250px;
}

.footer_media .d1 {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.footer_media .d1 a {
    float: left;
    margin-left: 24px;
    width: 24px;
    height: 24px;
    position: relative;
    background-position: -80px -100px;
}

.footer_media .d1 a:first-child {
    margin-left: 0;
}

.footer_media .d1 a img {
    position: absolute;
    left: -45px;
    bottom: 40px;
    display: none;
}

.footer_media .d1 a:hover img {
    display: block;
}

.footer_media .d1 .a2 {
    width: 28px;
    height: 25px;
    background-position: -120px -100px;
}

.footer_media .d1 .a3 {
    width: 21px;
    background-position: -160px -100px;
}

.footer_media .d1 .a4 {
    width: 55px;
    background-position: -200px -100px;
}

.footer_media .d1 .a5 {
    width: 24px;
    height: 24px;
    background-position: -20px -140px;
}

.footer_media .d2 {
    margin-top: 50px;
    display: block;
    line-height: 52px;
    background-color: #217ab8;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.footer_media .d2 i {
    width: 23px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    top: -3px;
    position: relative;
    background-position: -40px -100px;
}

.footer .box-2 {
    background-color: #111;
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.footer .box-2 a{
    color: #ccc;
}

/*jcf*/

.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}

.select-area {
    position: relative;
    display: block;
    cursor: pointer;
}

.select-area .left {
    display: none;
}

.select-area .center {
    text-align: left;
    display: block;
    padding: 0 10px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #999;
    background: #FFF;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

.select-opener {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    width: 7px;
    height: 4px;
    background: url(/static/index/img/icon.png) 0 -140px no-repeat;
}

.select-options {
    position: absolute;
    overflow: hidden;
    z-index: 2000;
}

.select-options .drop-holder {
    overflow: hidden;
    background: #FFF;
    border-top: none;
}

.select-options ul li {
    width: 100%;
    float: left;
}

.select-options ul a {
    display: block;
    padding: 5px 15px;
    color: #333;
    cursor: default;
}

.select-options .item-selected a {
    color: #333;
    background: #eaeaea;
}
.float-nav {
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 100px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.float-nav a {
    display: block;
    width: 118px;
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.float-nav a i{
    font-size: 18px;
    margin-right: 8px;
}

@media screen and (min-width: 1921px) {
    .header {
        left: 50%;
        margin-left: -960px;
    }
}

@media screen and (max-width: 1440px) {
    .footer_nav, .footer_us {
        padding-left: 7%;
    }
    .header .nav li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .nav{
        font-size: 16px;
    }
    .header .nav dl{
        top: 79px;
    }
}

@media screen and (max-width: 1366px) {
    .footer_nav, .footer_us {
        padding-left: 5%;
    }
}