﻿@charset "utf-8";
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.banner-box{width:100%; height:100%;}
.banner-box img{width:100%; display:block;}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 27px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 80px !important;
}

.swiper-animation {
    opacity: 0;
}

.swiper-text-box .swiper-animation:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.swiper-text-box .swiper-animation:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.swiper-text-box .swiper-animation:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.swiper-text-box .swiper-animation:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.swiper-text-box .swiper-animation:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.banner-box .swiper-pagination-bullet-active {
    background: #1a96d5 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}



.inline {
    display: inline-block;
    vertical-align: top;
}

.center {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.banner-box .swiper-pagination-bullet-active {
    background: none !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet-active:after {
    background: #008aff !important;
    border: 1px solid #fff !important;
    width: 11px !important;
    height: 11px !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-container-horizontal > .banner-box .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px !important;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: rgba(0, 0, 0, .1);
    opacity: 1 !important;
    position: relative;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:first-child:before {
    display: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:before {
    width: 50px;
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    right: 19px;
    top: 8px;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:after {
    border: 1px solid #fff !important;
    background: #fff;
    content: "";
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.faq_tab_wrap {
    padding: 60px 0 20px;
}

.faq_tab_li {
    font-size: 0;
}

.faq_tab_span {
    width:20%;
    background: #999;
    text-align: center;
    line-height: 80px;
    height: 80px;
    font-size: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    cursor: pointer;
}

.faq_hover {
    background: #008aff;
}

.faq_tab_span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-top: 7px solid #999;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_hover:before {
    bottom: -7px;
    border-top: 7px solid #008aff;
}

.faq_tab_span:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px dashed #818385;
}

.faq_tab_span:first-child:after {
    display: none;
}

.faq_tab_icon {
    color: #ffffff;
    font-size: 30px;
}

.faq_tab_title {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-top:15px;
    font-family: Arial;;
    text-transform: uppercase;
}

.faq_tab_title h3 {
 font-size: 20px;
 font-weight: bold;
}


.faq_read_img a {
    display: block;
    padding-bottom: 79.83%;
}

.faq_read_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_read_img:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.faq_tab_box {
    position: relative;
    margin-top: 60px;
}

.faq_read_li:nth-child(1) {
    position: relative;
}

.faq_read_li {
    font-size: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
}

.faq_current {
    z-index: 9;
    opacity: 1;
}

.faq_read_left {
    width: 50%;
    overflow: hidden;
}

.faq_read_left img{
    width: 100%;
    display: block;
}

.faq_read_right {
    width: 50%;
    background-color: #fff;
    padding: 50px;
}

.faq_read_title {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 70px;
    position: relative;
    background: url(../images/in_ys_shuzibg.png) no-repeat left center;
    position: relative;
    color: #000;
}

.faq_read_title span{
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #008aff;
}

.faq_read_text {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin: 15px 0 30px 0;
}

.faq_lable {
    font-size: 0;
    padding-right: 10px;
}

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

.faq_lable .iconduigou {
    color: #008aff;
    padding-right: 5px;
    font-size: 22px;
}

.faq_read_box {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 210px;
    overflow: hidden;
}

.faq_read_button {
    padding-top: 40px;
}

.faq_button_li {
    width: 150px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    text-align: center;
}

.faq_button_li a {
    font-size: 16px;
    display: block;
    position: relative;
}

.faq_button_white a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #008aff;
}

.faq_button_white a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #008aff;
}

.faq_button_white:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #008aff;
    z-index: 2;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_white:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #008aff;
}

.faq_button_white a {
    position: relative;
    z-index: 3;
    color: #008aff;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_white:hover:after {
    width: 100%;
}

.faq_button_white:hover a {
    color: #ffffff;
}

.faq_button_black {
    margin-left: 20px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a {
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #008aff;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d4d4d;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a span {
    padding-left: 8px;
    line-height: 52px;
    position: relative;
    top: -50%;
    font-size: 12px;
}

.faq_button_black a span:after {
    content: "\e685";
    position: absolute;
    opacity: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a span:before {
    content: "\e685";
    position: absolute;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:hover:after {
    width: 100%;

}

.faq_button_black:hover a span:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.faq_button_black:hover a span:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
}

.banner-box {
    height: -webkit-calc(100vh);
    height: calc(100vh);
}

.banner_img {
    height: 100%;
}

.banner_index_wrap {
    position: relative;
}

.banner_index_img {
    padding-bottom: 35.41%;
}

.banner_index_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 174, .4);
}

.banner_index_read {
    text-align: center;
    color: #ffffff;
}

.banner_index_title {
    font-size: 52px;
}

.banner_index_text {
    font-size: 40px;
    padding-top: 20px;
}


/*视频*/
.index_video_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_video_wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contact_join_box {
    padding: 40px 0 0 0;
    width: 100%;
    float: left;
}

.contact_join_title {
    height: 60px;
    line-height: 60px;
    background: #008aff;
    font-size: 0;
}

.contact_join_title span {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}

.contact_join_title span:nth-child(1) {
    width: 34%;
}

.contact_join_title span:nth-child(2) {
    width: 66%;
}

.join_list_title {
    font-size: 0;
    width: 100%;
    line-height: 60px;
    background: #ebebeb;
}

.join_list_box:nth-child(2n) .join_list_title {
    background: #fff;
}

.join_list_title .join_list_text {
    font-size: 18px;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_title .join_list_text:nth-child(1) {
    width: 34%;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join_list_title .join_list_text:nth-child(2) {
    width: 51%;
    padding-left: 20px;
}

.join_list_title .join_list_text:nth-child(3) {
    width: 15%;
    text-align: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_title .join_list_text:nth-child(3) a {
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.join_list_title .join_list_text:nth-child(3) .iconxia {
    margin: 0 10px;
    color: #808080;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_read {
    font-size: 16px;
    line-height: 34px;
    padding: 40px 20px;
    background: #f7f7f7;
    width: 100%;
    color: #666;
    display: none;
}

.join_list_read p {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.join_current .join_list_title .join_list_text:nth-child(3) .iconxia {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.join_current .join_list_title .join_list_text:nth-child(3) a span:nth-child(1) {
    color: #0061ae;
}

.join_current .join_list_text {
    color: #000;
}

@media all and (max-width:980px){

.contact_join_title span {
    font-size: 15px;
}

.join_list_title {
    width: 100%;
    display: table;
}

.join_list_text {
    display: table-cell;
    vertical-align: middle;
}

.join_list_title .join_list_text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.join_list_title .join_list_text:nth-child(1), .join_list_title .join_list_text:nth-child(2) {
    padding-left: 10px;
}

.join_list_title .join_list_text:nth-child(1), .contact_join_title span:nth-child(1) {
    width: 44%;
}

.join_list_title .join_list_text:nth-child(2), .contact_join_title span:nth-child(2) {
    width: 30%;
}

.join_list_title .join_list_text:nth-child(3) {
    width: 26%;
}

.join_list_title .join_list_text:nth-child(1) {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}


.contact_join_title span {
    padding-left: 10px;
}

.contact_join_title {
    height: 40px;
    line-height: 40px;
}

.join_list_title {
    line-height: 40px;
}

.join_list_title .join_list_text:nth-child(3) .iconxia {
    margin-left: 0;
}

.join_list_title .join_list_text:nth-child(3) .iconxia {
    font-size: 14px;
}

.join_list_read {
    font-size: 12px;
    line-height: 22px;
    padding: 20px 20px;
}

.join_list_read p {
    font-size: 12px;
    line-height: 22px;
}
}