@charset "UTF-8";

body {
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.5;
}

body, html {
    font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

body, a {
    color: #434343;
}

body, input, select, button, textarea {
    font-size: 14px;
    font-family: "微软雅黑";
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


li {
    display: inline-block;
    list-style-type: none;
}

dd {
    display: block;
    margin-inline-start: 40px;
    unicode-bidi: isolate;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color:transparent
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

/* 解决mac导航滚动条隐藏 */
::-webkit-scrollbar{ widtH:10px; height: 10px;}
::-webkit-scrollbar-thumb{border-radius: 1em; background: rgba(50,50,50,0.1);}
::-webkit-scrollbar-track{border-radius: 1em;background: rgba(50,50,50,0.1);}

.fixed, .clearfix, .cf, .header, .main, .footer {
    *zoom: 1
}

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }


.default-background-color {
    /*background-color: #F8F8F8;*/
    background-color: #F6F6F6;
}

.white-background-color {
    background-color: #FFFFFF;
}


.on
li.on {
    font-weight: bold;
}

/************************************************/
/** 整行布局 */
/************************************************/
.entire-row-container-top {
    padding: 0 0 5% 0;
    background: #F3F5F5;
}

.entire-row-container {
    padding: 5% 0 0;
    background: #F3F5F5;
}

.entire-row-wrap {
    width: 1400px;
    max-width: 85%;
    margin: auto;
}

.entire-row-title {
    text-align: center;
    width: 100%;
    margin: 0 0 1%;
}


.flex-container {
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
/*    display: -moz-box;
    display: -webkit-box;*/
}

.nth-flex-container {
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
/*    display: -moz-box;
    display: -webkit-box;*/
}

.full-show-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0;
    zoom: 1;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}

.default-background-color .nth-flex-container:nth-child(odd) {
    background-color: #F8F8F8;
}

.default-background-color .nth-flex-container:nth-child(even) {
    background-color: #FFFFFF;
}

.left-right-side {
    padding: 0px;
    margin: 0 0 0 0;
    flex: 1;
}

.left-side {
    padding: 0px;
    margin: 0 0 0 0;
    flex: 1;
}

.contents {
    padding: 0px;
    margin: 0 0 0 0;
    width: 1000px;
}


.right-side {
    padding: 0px;
    margin: 0 0 0 0;
    flex: 1;
}

.side-l-r, .left-side, .contents, .right-side {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.flex-average-contents-3 {
    padding: 0px;
    margin: 0 0 0 0;
    flex: 1;
}

.flex-average-contents-3-top-separate {
    padding: 0px;
    margin: 48px 0 0 0;
    flex: 1;
}


.one-third li {
    float: left;
    width: 31.33%;
    margin: 0 1% 2%;
}

/*
.one-third {
    float: left;
    width: 31.33%;
    margin: 0 1% 2%;
}
*/


.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.margin-l-24 {
	margin: 0 0 0 24px;
}


.margin-l-32 {
	margin: 0 0 0 32px;
}

.margin-lr-16 {
	margin: 0 16px;
}

.margin-lr-24 {
	margin: 0 24px;
}

/************************************************/
/** 头部导航栏 */
/************************************************/
.nav-container {
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
    background-color: #FFFFFF;
/*    display: -moz-box;
    display: -webkit-box;*/
}

.nav-link-container {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -1px;
}

.head-null {
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF6F00;
    height: 2px;
    width: 100%;
}

.logo {
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
/*    margin-top: 22.5px; */
    margin-top: 12px;
    background-size: 80px 80px;
    background-image: url("/static/intro/img/logo/jiuqi_logo.png")
}

.logo-text {
    float: left;
    display: inline-block;
    width: 120px;
    height: 50px;
    margin-top: 12px;
    padding-top: 24px;
    padding-left: 8px;
    font-size: 24px;
    color: #333;
    font-family:"微软雅黑";
    font-weight: bold;
}

.head-nav-list {
    display: inline-block;
    float: right;
    zoom: 1;
    padding-right: 150px;
    height: 100%;
}

.head-nav-list>li {
    float: left;
/*    display: inline-block; */
    display: flex;
    height: 100%;
    line-height: 100%;
    padding: 0px 20px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
}

.head-nav-list > li > a {
  /*cursor: default;*/
  color: inherit;
  text-decoration: none;
  text-align: center;
  width: 72px;
  font-size: 16px;
}

.head-nav-select {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF6F00;
    font-weight: bold;
}

.head-nav-select > a:hover {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.head-nav-select > a:active {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.head-nav-select > a:visited {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.head-nav-select > a:link {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
*/

.head-nav {
    text-decoration: none;
    color: #2c3a46;
    font-weight: bold;
    transition: background-color 0.5s ease;
}

.head-nav:hover {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #FF6F00;
    cursor: pointer;
}

.media-content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}



/************************************************/
/** 二级头部导航栏 */
/************************************************/
.sub-head-nav {
  display: flex;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #333;
  background-color: #EEEEEE;
  font-family:"微软雅黑";
  font-weight: bold;
  margin: 0 2px;
  height: 100%;
  line-height: 100%;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}


.sub-head-nav-select {
  display: flex;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF6F00;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-family:"微软雅黑";
  font-weight: bold;
  margin: 0 2px;
  height: 100%;
  line-height: 100%;
  justify-content: center;
  align-items: center;
}


.sub-head-nav:hover {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #FF6F00;
    cursor: pointer;
}


.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3;    /* Firefox */
  column-count: 3;
 
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;    /* Firefox */
  column-gap: 20px;
}


.three-columns > li {
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-family:"微软雅黑";
  font-weight: bold;
}


/************************************************/
/** 底部 */
/************************************************/
.footer {
    width: 100%;
    min-width: 990px;
    background-color: #373D44;
    color: #FFFFFF;
}

.footer-container {
    margin: 0 auto;
    width: 990px;
}


.common_copy_ {
    font-size: 12px;
    margin: 0 auto 0;
    text-align: center;
    border-top: 1px solid rgba(229,229,229,0.2);
    padding: 32px 0;
    color: #b6b6b6;
}

.common_copy_ a {
    text-decoration: none;
    color: #b6b6b6;
}

.copyright {
    margin-top: 24px;
}



.single-line {
  width: max-content;
  display: inline-block;
  border: 0px solid #000;
  padding: 5px;
}

.entire-row-part-full {
    width: 100%;
    height: 100%;
}

.entire-row-part-100 {
    width: 100%;
    height: 100px;
}

.entire-row-part-200 {
    width: 100%;
    height: 200px;
}

.entire-row-part-300 {
    width: 100%;
    height: 300px;
}

.entire-row-part-h300 {
    width: auto;
    height: 300px;
    object-fit: contain;
}


.media-show-full {
    width: 100%;
    height: 100%;
}


.media-show-full {
    width: 100%;
    height: 100%;
}

.media-show-80 {
    width: 100%;
    height: 80px;
}

.media-show-100 {
    width: 100%;
    height: 100px;
}

.media-show-160 {
    width: 100%;
    height: 160px;
}

.media-show-200 {
    width: 100%;
    height: 200px;
}


.media-show-300 {
    width: 100%;
    height: 300px;
}


.media-show-h300 {
    width: auto;
    height: 300px;
    object-fit: contain;
}


.media-show {
    width: 100%;
    height: 400px;
}


.media-200 {
    width:400px;
    height: 200px;
    /* position: relative;*/
}

.media-260 {
    width:400px;
    height: 260px;
    /* position: relative;*/
}


.media-show-container {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    zoom: 1;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}


/** font */
.font-32 {
    font-size: 32px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px;
}

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

.sub-title {
  display: flex;
  text-decoration: none;
  text-align: center;
  color: #333;
  /*background-color: #c0c0c0;/*
  font-family:"微软雅黑";
  font-weight: bold;
  /*width: calc(100% - (8px * 2));*/
  height: 48px;
  line-height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 0;
  padding: 0 0;
}

.top-no-indent-detail {
    margin: 0px auto 24px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.bottom-no-indent-detail {
    margin: 24px auto 0px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.words {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.media-show-container .words h3 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.words_r {
    margin: 0;
    padding: 0, 80px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: right;
}

.detail {
    margin: 30px auto 24px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.img-line {
    margin: 0 auto;
    justify-content: center;
}


.ratio-img, .ratio-img img {
    width: 100%;
}


.fixed-img, .fixed-img-max, .tran-scale, .tran-scale-max {
    overflow: hidden;
    /*display:block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.tran-scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.tran_scale02:hover img {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
}
/*
.tran-scale:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
}

.tran_scale02:hover img {
    transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
}
*/

/*
.tran-scale:hover img {
    max-width: 120%;
    max-height: 120%;
    width: 120%;
    height: 120%;
}
*/

.fixed-img img {
    max-width: 100%; /* 图片宽度不超过父容器宽度 */
    max-height: 100%; /* 图片高度不超过父容器高度 */
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.fixed-img-max img {
    max-width: 100%; /* 图片宽度不超过父容器宽度 */
    max-height: 100%; /* 图片高度不超过父容器高度 */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.tran-scale img {
    max-width: 100%; /* 图片宽度不超过父容器宽度 */
    max-height: 100%; /* 图片高度不超过父容器高度 */
    width: 100%;
    height: 100%;
    /*transition: width 0.5s ease-in-out;
    transition: width 2s ease-in-out 0.5s;*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}


 .tran-scale-max img {
    max-width: 100%; /* 图片宽度不超过父容器宽度 */
    max-height: 100%; /* 图片高度不超过父容器高度 */
    /*transition: width 0.5s ease-in-out;
    transition: width 2s ease-in-out 0.5s;*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}


.tran-scale-max:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
}
/*
.tran-scale-max:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}
*/
/*
.tran-scale-max:hover img {
    max-width: 120%;
    max-height: 120%;
}
*/



/*动画-start*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
.animated {
    animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
*/

.animated02 {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}

/*逐渐显示*/
.toShow {
    position: absolute;
    animation: toShow 1.5s 0.5s;
    animation: toShow 1.5s 0.5s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}

/* 放大效果*/
.enlarge {
    animation-name: enlarge;
    -webkit-animation-name: enlarge;
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

 /*从下到上进入*/
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

/*从下到上进入*/
.fadeInUpLeft {
    animation-name: fadeInUpLeft;
    -webkit-animation-name: fadeInUpLeft;
}

/*从右到左进入*/
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

/*从左到右进入*/
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

/*中心旋转*/
.coreRotate {
    animation-name: coreRotate;
    -webkit-animation-name: coreRotate;
}

@keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
 
 
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes enlarge
{
    from {
        opacity: 0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
 
@-webkit-keyframes enlarge /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}

/*从上到下*/
@keyframes fadeInDown
{
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px); /* Safari */
        transform: translateY(-20px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translateY(0); /* Safari */
        transform: translateY(0); /* 标准语法 */
    }
}

@-webkit-keyframes fadeInDown /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -webkit-transform: translateY(-20px); /* Safari */
        transform: translateY(-20px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translateY(0); /* Safari */
        transform: translateY(0); /* 标准语法 */
    }
}

/*从左下到右上*/
@keyframes fadeInUpLeft
{
    from {
        opacity: 0;
        -webkit-transform: translate(-1000px,1000px); /* Safari */
        transform: translate(-1000px,1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}
 
@-webkit-keyframes fadeInUpLeft /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -webkit-transform: translate(-1000px,1000px); /* Safari */
        transform: translate(-1000px,1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}

/*从右到左进入*/
@keyframes fadeInRight
{
    from {
        opacity: 0;
        -webkit-transform: translate(1000px,0); 
        transform: translate(1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}
 
@-webkit-keyframes fadeInRight 
{
    from {
        opacity:0;
       -webkit-transform: translate(1000px,0); 
        transform: translate(1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}

/*从左到右进入*/
@keyframes fadeInLeft
{
    from {
        opacity: 0;
        -webkit-transform: translate(-1000px,0); 
        transform: translate(-1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}

@-webkit-keyframes fadeInLeft 
{
    from {
        opacity:0;
       -webkit-transform: translate(-1000px,0); 
        transform: translate(-1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}

/*绕中心旋转*/
@keyframes coreRotate {
    5% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); /* IE 9 */
        -webkit-transform:rotate(5deg); /* Safari and Chrome */
    }
    30% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
    60% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); 
        -webkit-transform:rotate(5deg);
    }
    90% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
}

@-webkit-keyframes coreRotate {
    5% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); /* IE 9 */
        -webkit-transform:rotate(5deg); /* Safari and Chrome */
    }
    30% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
    60% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); 
        -webkit-transform:rotate(5deg);
    }
    90% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
}
/*动画-end*/
