@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: #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;
}

.mt10 {
    margin-top: 10px;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 1230px;
    max-width: 1920px;
    overflow: hidden;
    padding-left: 230px;
    box-sizing: border-box;
}

.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;
}

.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;
}

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

.ubb {
    padding-top: 40px;
    font-size: 16px;
    line-height: 2.375;
    color: #000;
}

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

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/international/img/icon.png);
    background-repeat: no-repeat;
}


/*公共头部*/

.header {
    top: 0;
    position: fixed;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 230px;
    background-color: #fff;
    font-size: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header .logo {
    display: inline-block;
    margin: 30px 0 0 30px;
}

.header .nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -180px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.header .nav li {
    position: relative;
    padding: 0 30px;
    line-height: 1;
}

.header .nav li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #d0d0d0;
}

.header .nav li:last-child::before {
    display: none;
}

.header .nav li a {
    padding: 23px 0;
    display: block;
    color: #000;
}

.header .nav .current a,
.header .nav li:hover a {
    color: #217ab8;
    font-weight: 700;
}

.header .return_btn {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 160px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #217ab8;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header .return_btn i {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 8px;
}

.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;
    right: 35px;
    width: 100%;
    text-align: right;
    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: 99;
    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;
    width: 24px;
    height: 24px;
    background: url(/static/index/international/img/icon.png) 0 -100px no-repeat;
}


/*公共底部*/

.footer {
    position: relative;
    z-index: 1;
    background-color: #217ab8;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.footer .copyright a{
    color: #fff;
}

.footer_right {
    font-size: 0;
    padding-top: 5px;
}

.footer_right span {
    font-size: 14px;
}

.footer_right a {
    position: relative;
    margin-left: 15px;
    font-size: 24px;
    color: #fff;
}

.footer_right a img {
    position: absolute;
    left: -60px;
    bottom: 40px;
    display: none;
}

.footer_right a:hover img {
    display: block;
}


/*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/international/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;
}

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