@font-face {
    font-family: "Source Han Sans CN Regular";
    src: url("../font/SourceHanSans-Regular.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Source Han Sans CN Medium";
    src: url("../font/SourceHanSans-Medium.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Source Han Sans CN Bold";
    src: url("../font/SourceHanSans-Bold.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-family: "Source Han Sans CN Regular";
    height: auto;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
div, p, li {
    word-break: break-all;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
    padding: 0;
    margin: 0;
}
fieldset {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
}
a, img, iframe {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
i {
    font-style: normal;
}
address, caption, cite, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
ul, ol, li {
    list-style: none;
}
caption {
    text-align: left;
}
th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
 q:unknown {
 content: '';
}
button, input, select, textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.por {
    position: relative;
}
.poa {
    position: absolute;
}
input, textarea, select {
    font-family: inherit;
    font-size: 100%;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #2763c9;
    text-decoration: none;
}
.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
 color: #fff;
}

::-moz-placeholder {
 color: #fff;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #333;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #333;
}
 input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #666;
}
 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
 input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
 input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #666;
}
 textarea::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #333;
}
 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
 textarea:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #333;
}
.fl, .left {
    float: left;
}
.fr, .right {
    float: right;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    _height: 0;
    overflow: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
 *zoom: 1;
}
.hidden {
    display: none;
}
.icon {
    background-image: url("icon.png");
    display: inline-block;
    vertical-align: middle;
}
.w1400 {
    width: 100%;
    min-width: 1200px;
    padding-left: 4vw;
    padding-right: 4vw;
}
.w1440 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
.w1440 {
    margin: 0 auto;
    min-width: 1200px;
}
}

@media (max-width: 1660px) {
.w1400 {
    min-width: 1200px;
}
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
 from {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 to {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scale-bg {
 from {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 to {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/*--banner大图基础样式****/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    /*   opacity: .25;*/
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: none;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/*banner*/
#banner_main {
    position: relative;
    z-index: 2;
    height: 100vh;
    max-height: 960px;
}
.banner {
    position: relative;
    width: 100%;
    padding: 0px 0;
    overflow: hidden;
    height: 100vh;
    max-height: 960px;
}
.banner .list {
    width: 100%;
    display: inline-block;
}
.banner .list li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.banner .list li .banner-video {
    position: relative;
}
.banner .list li .banner-video::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 960px;
    background: #0009;
    z-index: 999;
}
/*
.banner .list li a {
    width: 100%;
    display: block;
}
*/
.banner .list li a img {
    height: 100vh;
    max-height: 960px;
    width: 100%;
    display: block;
}
.banner .list .video-containers .imgbanner::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 960px;
    background: #0009;
    z-index: 999;
}
.banner .imo {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}
.banner .indexg2 {
    width: 36%;
    display: block;
    position: absolute;
    left: 13.5%;
    top: 30%;
}
.banner .slide_btn {
    position: absolute;
    bottom: 46px;
    right: 5.2%;
    height: 24px;
    z-index: 120;
}
.banner .prev, .banner .next {
    display: none;
    position: absolute;
    width: 57px;
    height: 57px;
    z-index: 12;
    top: 42%;
    left: 2%;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    background-position: -0px -175px;
}
.banner .next {
    background-position: -73px -175px;
    left: auto;
    right: 2%
}
.banner:hover .prev, .banner:hover .next {
    display: block;
}
.banner .prev:hover {
    background-position: -0px -240px;
}
.banner .next:hover {
    background-position: -73px -240px;
}
.banner .sline {
    margin: 0 40px;
    float: left;
    display: block;
    width: 1px;
    height: 22px;
    background: url("../image/pnLine.png") no-repeat center center;
}
.banner .tip {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: 4%;
    height: 50px;
    z-index: 30;
    text-align: center;
}
.banner .tip li {
    margin: 0 9px;
    width: 10px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
 *display: inline;
    border: #fff solid 2px;
 *zoom: 1;
    transition: ease-in-out 0.2s;
}
.banner .tip li.cur {
    opacity: 1;
    background-color: #fff;
}
.banner .pbg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 885px;
    height: 225px;
    background: url("../images/banner_bg1.png") no-repeat center center;
    z-index: 4;
    background-size: cover;
}
.banner .pbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1614px;
    height: 330px;
    background: url("../images/banner_bg2.png") no-repeat center center;
    z-index: 3;
    background-size: cover;
}
.banner .v-txt {
    position: absolute;
    width: 80%;
    top: 38%;
    left: 10%;
    text-align: left;
    z-index: 9999;
}
.banner .v-txt .tit {
    font-size: 64px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0px;
    font-family: "Source Han Sans CN Medium";
}
.banner .v-txt .tit1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 8px;
}
.banner .v-txt p {
    font-size: 28px;
    line-height: 2;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Source Han Sans CN Medium";
}
.banner .v-txt a {
    width: 160px;
    height: 50px;
    line-height: 48px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 25px;
}
.banner .v-txt a:hover {
    background: #fff;
    color: #000;
}
.banner .video-container {
    background-color: #fff;
    z-index: 1;
}
.banner .video-container #video {
    display: block;
    min-width: 960px;
    position: absolute;
    top: -0.5%;
    left: 0%;
    z-index: 12;
}
.banner .list li .img {
    display: block;
    position: absolute;
    left: 14%;
    top: 28%;
    width: 37%;
}
.banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/tq_02.png") no-repeat center center;
    z-index: 13;
}
.banner .online {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    z-index: 16;
    transition: all ease 0.36s;
    border-radius: 5px;
}
.banner .online:hover {
    text-indent: 6px;
    color: #fff;
    border-color: #953034;
    background: #953034;
    transition: all ease 0.36s;
    box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
    transition: all ease 0.36s;
}
.ui-linebar {
    height: 75px;
    background-color: #466ec1;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    margin-left: -.5px;
    z-index: 10;
    display: none;
}
.ui-linebar .ink {
    -webkit-animation: k-ink 2s linear -.5s infinite;
    animation: k-ink 2s linear -.5s infinite;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
 @-webkit-keyframes k-ink {
 0%, 25% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0)
}
 to {
 -webkit-transform: scaleY(1);
 transform: scaleY(1)
}
}
 @keyframes k-ink {
 0%, 25% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0)
}
 to {
 -webkit-transform: scaleY(1);
 transform: scaleY(1)
}
}
.banner .list li .bnma {
    position: absolute;
    left: 7%;
    bottom: 20%;
    width: 27%;
    z-index: 999;
    margin: 0 110px;
    z-index: 1;
}
.banner .list li .bnma img {
    display: block;
    width: 100%;
}
.imn {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .list li .img2 {
    width: 24%;
    display: block;
    position: absolute;
    right: 18%;
    bottom: 26%;
}
.banner .list li .icm {
    width: 100%;
    height: 100%;
}
.banner .list li.li3 .img2 {
    right: 21%;
    bottom: 22%;
    width: 22%;
}

@media (max-width: 1660px) {
.banner .list li .bnma {
    width: 30%;
    bottom: 20%;
}
.banner .v-txt .tit {
    font-size: 50px;
    line-height: 1.6;
}
.banner .v-txt .tit1 {
    font-size: 50px;
    line-height: 50px;
}
.banner .v-txt p {
    font-size: 20px;
    line-height: 1.6;
}
.banner .v-txt {
    top: 36%;
}
.banner .prev {
    margin-left: -570px;
}
.banner .next {
    margin-left: -530px;
}
}
/*banner */
.index_main {
    height: 100vh;
    overflow: hidden;
    max-height: 960px;
}
.index_main .section1 {
    position: relative;
    height: 100vh;
    max-height: 100vh;
}
.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    max-height: 960px;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 2500ms ease-in-out;
}
.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 50%;
    opacity: 0;
    width: 1440px;
    margin-left: -720px;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 50px;
    font-weight: lighter;
    text-align: left;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;
}
.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}
.index_main .section1 .left {
    left: 0;
}
.index_main .section1 .right {
    right: 0;
}
.index_main .section1 .slick_txt .slick_arrow {
    width: 77px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.index_main .section1 .slick_txt .prev {
    background-image: url("../images/ban_prev.png");
    left: 60px;
}
.index_main .section1 .slick_txt .next {
    background-image: url("../images/ban_next.png");
    right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
    transform: scale(1.1);
    left: 55px;
}
.index_main .section1 .slick_txt .next:hover {
    transform: scale(1.1);
    right: 55px;
}
.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    z-index: 10;
}
.index_main .section1 .line {
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 8%;
    margin-bottom: 19px;
    z-index: 9;
    display: none;
}
.index_main .section1 .number .inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.index_main .section1 .number span {
    font-family: "Source Han Sans CN Medium";
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    border-radius: 16px;
    background: #000;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-size: 0;
}
.index_main .section1 .number span:last-child {
    margin-right: 0;
}
.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
    width: 11px;
    height: 11px;
    background: #fff;
    margin-bottom: 0px;
}
.index_main .section1 .number span.active {
    width: 40px;
    height: 10px;
    margin-bottom: 0;
    background: #2763c9;
}
/* 客服组件 */
.in_bl {
    width: 1400px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    z-index: 3;
}
.in_bl .in_bz {
    margin: 0 auto;
    display: block;
    width: 80px;
    text-align: center;
}
.in_bl .in_bz p {
    font-size: 16px;
    color: #2763c9;
    line-height: 16px;
    padding-top: 30px;
}
.in_bl .in_bz i {
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 18px;
    background: url(../image/j3_07.png) center center no-repeat;
    margin-top: 10px;
    webkit-animation: bounce-down 2s linear infinite;
    animation: bounce-down 2s linear infinite;
}
 @keyframes bounce-down {
 25% {
 transform: translateY(-3px);
}
 50% {
 transform: translateY(0);
}
 75% {
 transform: translateY(3px);
}
 100% {
 transform: translateY(0);
}
}
.in_bl .in_by {
    font-size: 24px;
    color: #2763c9;
    line-height: 100px;
    background: url(../image/j3_04.png) left center no-repeat;
    padding-left: 26px;
    position: absolute;
    right: 26px;
    top: 0;
}

@media (max-width: 1660px) {
.in_bl {
    width: 1200px;
    margin-left: -600px;
}
}
.index_main .section2 {
    background: #f5f5f5;
}
.index_main .section2 h3 {
    text-align: center;
}
.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url("../image/3.jpg") no-repeat;
    background-size: 100% 100%;
}
.index_main .section3 h3 {
    text-align: center;
}
.index_main .section4 {
    background: #f5f5f5;
}
.index_main .section4 h3 {
    text-align: center;
}

@media only screen and (max-width: 1600px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
}
}

@media only screen and (max-width: 1440px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
    margin-top: 5px;
}
}

@media only screen and (max-width: 1366px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 30px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
}
.index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
}
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1199px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 18px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
}
}
.index {
    position: relative;
    overflow: hidden;
}
.header_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.9s ease-out 0s;
    z-index: 100;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    background: #fff;
    box-shadow: 0 1px 20px 0 #0002;
}
.header_main .header {
    position: relative;
}
.header_main .webLogo {
    padding-top: 12px;
    float: left;
    margin-left: 4vw;
}
.header_main .webLogo img {
    display: block;
    float: left;
}
.header_main .nav_main {
    float: right;
    position: relative;
}
.nav_main .nav {
    position: relative;
}
.header_main .nav_main .item {
    padding: 0 35px;
    float: left;
    height: 98px;
    position: relative;
    z-index: 12;
}
.header_main .nav_main .item a {
    display: block;
    height: 100px;
    font-size: 18px;
    line-height: 100px;
    color: #000;
}
.header_main .nav_main .item:hover .alink, .header_main .nav_main .item.hover .alink {
    color: #12499e;
}
.header_main .nav_main .item.hover .alink, .header_main .nav_main .item:hover .alink {
    border-bottom: 3px solid #12499e;
}
/*.header_main .nav_main .item.li2 .sub-box .a6,.header_main .nav_main .item.li2 .sub-box .a5,.header_main .nav_main .item.li2 .sub-box .a7{ display:none;}*/
/*.header_main .nav_main .item.li3 .sub-box .a3{ display:none;}
.header_main .nav_main .item.li3 .sub-box .sub{ display:none;}*/


.header_main .nav li .subnav {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    width: 120px;
    margin-left: -60px;
    display: none;
    border-radius: 4px;
    overflow: hidden;
}
.header_main .nav li .subnav .subA {
    color: #333;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    text-align: center;
}
.header_main .nav li .subnav .subA:hover {
    font-weight: bold;
    color: #4872de;
    background: rgba(21, 21, 21, 0.8);
}
.header_main .nav .sub-box {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 100px;
    background: #fff;
    display: none;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}
.header_main .nav .sub-box .it {
    width: 100%;
}
.header_main .nav .sub-box img {
    display: block;
    float: right;
    width: 40%;
    margin-top: 20px;
    margin-right: 20px;
}
.header_main .nav .sub-box .it .icon {
    width: 6px;
    height: 10px;
    background-position: -96px 0;
    position: absolute;
    top: 19px;
    left: 15px;
}
.header_main .nav .sub-box .it a {
    border-bottom: 1px solid #ddd;
    color: #333 !important;
    float: left;
    line-height: 50px !important;
    height: 50px !important;
    width: 100%;
    padding: 0;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
    display: block;
    background: none;
    transition: ease-in-out 0.2s;
}
.header_main .nav .sub-box .it .sub {
    width: 50%;
    margin-top: 10px;
}
.header_main .nav .sub-box .it .sub a {
    border: none;
    font-size: 12px;
    padding-right: 35px;
    width: auto;
    line-height: 30px !important;
    height: 30px !important;
}
.header_main .nav .sub-box .it a:hover {
    color: #2763c9 !important;
    font-weight: bold;
}
.header_main .quick {
    padding-top: 10px;
    margin-left: 26px;
    float: right;
}
.header_main .email {
    float: right;
    margin-top: 33px;
    margin-right: 4vw;
    margin-left: 1vw;
    z-index: 99;
    position: relative;
}
.header_main .email p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    float: left;
}
.header_main .email p span {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #da251c;
}
.header_main .email .searcher {
    float: left;
    width: 20px;
}
.header_main .email .en {
    background: #12499e;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: 0.4s 0.2s;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}
.header_main .email .en:hover {
    background: #12499e;
    transition: 0.4s 0.2s;
    font-weight: bold;
    color: #fff;
}
.header_main .email .search_btn {
    background: rgba(28,30,59,0.3) url("../image/j3_02.png") no-repeat 20px center;
    float: left;
    display: block;
    transition: 0.4s 0.2s;
    cursor: pointer;
    border-radius: 17px;
    width: 180px;
    height: 34px;
}
.header_main .email .search_btn:hover {
    background: rgba(28,30,59,0.8) url("../image/j3_02.png") no-repeat 20px center;
    transition: 0.4s 0.2s;
}
.header_main .email .search_btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.header_main .email .search_main {
    position: absolute;
    z-index: 10;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 0;
    height: 80px;
    right: 50px;
    top: 90px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
 *background: #000;
}
.header_main .email .search_box {
    width: 280px;
    height: 40px;
    margin-top: 20px;
    margin-left: 40px;
    background: url("../images/search_main.png") no-repeat bottom center;
}
.header_main .email .search_box input {
    background-color: none;
    border: none;
}
.header_main .email .search_box .stxt {
    width: 240px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #fff;
    background-color: transparent;
    outline: none;
}
.header_main .email .search_box .sbtn {
    font-size: 0;
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    margin-top: 5px;
    outline: none;
    background: url("../image/searchico.png") no-repeat center center;
}
.header_main .quick .cte {
    position: relative;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}
.header_main .quick .cte .cvalue {
    padding-right: 12px;
    font-family: "Source Han Sans CN Medium";
    font-size: 18px;
    color: #333;
}
.header_main .email .member {
    color: #fff;
    font-size: 20px;
    font-family: "Source Han Sans CN Medium";
}
.header_main .email .member i {
    width: 25px;
    height: 26px;
    background-position: 0 -121px;
    margin-top: 7px;
}
.header_main .email .member:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.header_main.xc {
    border-bottom: 1px solid #ddd;
    transition: all 0.9s ease-out 0s;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
}
.header_main.xc .nav_main .item a {
    color: #333;
}
.header_main .tel_right {
    padding-top: 38px;
    float: right;
    margin-right: 2vw;
}
.header_main .tel_right .webTel {
    padding-left: 32px;
    font-family: "Source Han Sans CN Medium";
    font-size: 26px;
    color: #fff;
    background: url("../image/telIco.png") no-repeat left center;
}
/*.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}*/
.header_main.xc .email .member {
    color: #333;
}
.header_main.xc .email .member i {
    background-position: -29px -121px;
}
/*.header_main.xc .email .search_btn {
  background: url("../images/searchico2.png") no-repeat center center;
}*/
.header_main.xc .tel_right .webTel {
    color: #2763c9;
    background: url("../image/telIco2.png") no-repeat left center;
}
.header_main .lag_sel_box {
    position: relative;
    line-height: 78px;
}
.header_main .lag_box {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -40px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #758190;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 20px;
}
.header_main .lag_box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 30%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}
.header_main .lag_box .item {
    cursor: pointer;
    padding-right: 25px;
    width: 30px;
    border-bottom: 1px solid #758190;
}
.header_main .lag_box .item:last-child {
    border-bottom: none;
}
 .header_main .lag_box .item::hover {
 color: #004bc6;
}
.header_box .lag_sel_box .lag_box li.on {
    color: #004bc6;
}
.header_main .lag_box.on {
    top: 100px;
    display: block;
}
.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 666;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);/* 背景色 */
}
.mouse-ico {
    position: absolute;
    width: 180px;
    height: 44px;
    left: 50%;
    margin-left: -90px;
    bottom: 1%;
    z-index: 20;/*background:url(../images/a2_04.png) center center no-repeat;*/
}
.mouse-ico.xc {
    display: none;
}
.mouse-ico p {
    font-size: 14px;
    color: #fff;
}
.mouse-ico span {
    display: block;
    margin: 0 auto;
    width: 21px;
    height: 33px;
    background-position: 0 -129px;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
}
.mouse-ico span.mouse {
    animation: mousemove 3s linear 1s infinite;
}
.iconv {
    background: url(../images/iconv.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
 @keyframes mousemove {
 0% {
 transform: translateY(-5px);
}
 25% {
 transform: translateY(0px);
}
 50% {
 transform: translateY(5px);
}
 75% {
 transform: translateY(0px);
}
 100% {
 transform: translateY(-5px);
}
}
.menu-btn {
    position: relative;
    z-index: 3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.4s 0.2s;
    background: rgba(28,30,59,0.3);
}
.menu-btn:hover {
    background: rgba(28,30,59,0.8);
}
.menubtn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menubtn span::after, .menubtn span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 68%;
    height: 2px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menubtn span::before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.menubtn span::after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.menubtn.active span::after, .menubtn.active span::before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.menubtn.active span::before {
    background: #f70202;
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menubtn.active span::after {
    background: #f70202;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-flex {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: 0.88s;
    z-index: 98;
}
.menu-flex.show {
    visibility: visible;
    pointer-events: visible;
}
.menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.88s 0.3s;
}
.menu-flex.show .menu-bg {
    opacity: 1;
    visibility: visible;
    transition: 0.88s 0s;
}
.menu-right {
    position: absolute;
    right: -330px;
    top: 0;
    width: 330px;
    height: 100%;
    background: #fff;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-flex.show .menu-right {
    right: 0;
}
.menu-list {
    padding-top: 119px;
    margin: 0 30px;
}
.menu-list > li {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #ebebeb;
}
.menu-list > li > a {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 42px;
    color: #333333;
    font-size: 16px;
    height: 59px;
    line-height: 59px;
}
.menu-list > li > a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #e4e966;
    transition: 0.38s;
    z-index: -1;
}
.menu-list > li > a:hover {
    color: #fff;
}
.menu-list > li > a em {
    position: absolute;
    right: 37px;
    top: 50%;
    margin-top: -3px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #333333;
}
.menu-list > li > a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #004bb2;
    transition: 0.38s;
    z-index: -1;
}
.menu-list > li:hover > a::before, .menu-list > li.active > a::before {
    height: 100%;
    bottom: auto;
    top: 0;
    color: #fff;
}
.menu-leval {
    display: none;
}
.menu-leval li {
    position: relative;
    border-top: 1px solid #ebebeb;
}
.menu-leval li:first-child {
    border-top: none;
}
.menu-leval li a {
    display: block;
    position: relative;
    padding-left: 59px;
    height: 59px;
    line-height: 59px;
    color: #666666;
    font-size: 16px;
}
.menu-leval li a i {
    display: block;
    position: absolute;
    right: 36px;
    top: 50%;
    margin-top: -7px;
    font-size: 15px;
    line-height: 1;
    font-style: bold;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: 0.38s;
}
.menu-leval li a:hover {
    color: #333333;
}
.menubtn.active span::after, .menubtn.active span::before {
    width: 100%;
}
/*模态框内容*/
.modal-content {
    display: flex;
    /*采用flexbox布局*/
    flex-direction: column;
    /*垂直排列*/
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    /*距顶部15% 水平居中*/
    padding: 20px;
    border: 1px solid #888;
    width: 612px;
    animation: topDown 0.4s;/*自定义动画，从模态框内容上到下出现*/
}
 @keyframes topDown {
 from {
 top: -300px;
 opacity: 0;
}
 to {
 top: 0;
 opacity: 1;
}
}
/*模态框头部*/
.modal-header {
    display: block;
    /*采用flexbox布局*/
    flex-direction: row;
    /*水平布局*/
    align-items: center;
    /*内容垂直居中*/
    justify-content: space-between;
    text-align: right;
}
/*关闭X 样式*/
.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../image/closeModal.png") no-repeat center center;
}
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: rotate(360deg);
    transition: all ease 0.36s;
}
.modal-body {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
}
.modal-body .stxt {
    float: left;
    width: 500px;
    height: 48px;
    border: #CCC solid 1px;
    padding-left: 30px;
    outline: none;
}
.modal-body .sbtn {
    width: 80px;
    height: 50px;
    background: url("../image/search_btn.png") no-repeat center center #2763c9;
    border: none;
    cursor: pointer;
}
@font-face {
    font-family: 'ck';
    src: url('../font/ck.ttf');
}
.footerM {
    width: 100%;
    /*height: 620px;*/
    background-color: #101d2d;
    overflow: hidden;
}
.footerM .footer {
    background: url(/bg.jpg) center top;
}
.footer .footer_1 {
    padding-top: 30px;
}
.footerM .footer_1 .title {
}
.footerM .footer_1 .title b {
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.footerM .footer_1 .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #2c384688;
}
.footerM .footer_1 .title h3 img {
    height: 50px;
}
.footerM .footer_1 .title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0 0px;
    padding-top: 10px;
}
.footerM .footer_1 .botrig {
    text-align: right;
}
/* .footerM .footer_1 .botrig .botnav {
  text-align: right;
} */

.footerM .footer_1 .title s {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 4px;
    margin-right: 15px;
    vertical-align: middle;
}
.footerM .footerB {
    padding: 10px 0px;
    border-top: 1px solid #2c384688;
    width: 100%;
    margin: 0px auto 0px;
}
.footerM .footerB p {
    width: 100%;
}
.footerM .footerB p.copy {
    float: left;
    color: #505a66;
    font-size: 13px;
    text-align: center;
}
.footerM .footerB p.copy a {
    color: #505a66;
    font-size: 14px;
}
.footerM .footerB p.copy span {
    color: #505a66;
}
.footerM .footerB p.jisu {
    float: right;
    text-align: right;
    color: #505a66;
}
.footerM .footerB p.jisu a {
    color: #505a66;
    font-size: 16px;
}
.footerM .footerB p.jisu span {
    color: #505a66;
    font-size: 16px;
}
.footer_1 .bot_contact {
    width: 100%;
    height: 100%;
    margin: auto;
}
.footer_1 .bot_contact .title {
    padding-left: 0px;
}
.footer_1 .bot_contact .cont {
    color: #888c95;
    line-height: 30px;
    padding-left: 0px;
    width: 90%;
}
.footer_1 .bot_contact .cont p {
    font-size: 12px;
    color: #76808c;
    line-height: 24px;
    padding-top: 10px;
}
.footer_1 .bot_contact .cont p a {
    color: #76808c;
}
.footer_1 .bot_contact .cont p a:hover {
    color: #fff;
    font-weight: bold;
}
.bot_contact em {
    margin: 0 5px;
}
.footer_1 .bot_contact .cont i {
    color: #cb1a20;
    font-size: 14px;
    font-weight: bold;
}
.footer_1 .bot_contact .cont .s1 {
    display: block;
    padding-left: 72px;
}
.footer_1 .botrig {
    height: 100%;
    /* border-left: 1px solid #535353;
    width: 55%;
    border-right: 1px solid #535353; */
    padding: 0;
}
.footer_1 .botrig .title {
    text-align: left;
}
.footer_1 .botnav {
    width: 100%;
    float: left;
}
.footer_1 .botnav li {
    width: calc(20% - 1px);
    margin-right: 0%;
    border-right: 1px solid #2c384688;
    float: left;
    display: block;
    list-style: none;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    padding-left: 0px;
    min-height: 180px;
    min-width: 170px;
}
.footer_1 .botnav li:last-child{
    border-right: 0px solid #2c384688;
}
/*
.footer_1 .botnav li:nth-child(3) {
    width: calc(20% - 1px);
    min-width: 280px;
}
.footer_1 .botnav li:last-child {
    min-width: 150px;
}

.footer_1 .botnav li:first-child{
    border-left: 1px solid #2c3846;
}
*/
.footer_1 .botnav li a {
    color: #76808c;
    display: block;
    line-height: 1.8;
    text-align: center;
    padding-right: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer_1 .botnav li a:hover {
    color: #fff;
}
.footer_1 .botnav li a:first-child {
    padding-top: 10px;
	padding-bottom: 5px;
}
.footer_1 .botnav li a:last-child {
    padding-bottom: 0px;
}
.footer_1 .botnav li .bt {
    font-size: 18px;
    color: #fff
}
.footer_1 .bewm {
    position: relative;
    float: right;
    /*height: 330px;*/
    text-align: right;
    width: 10%;
}
.footer_1 .bewm img {
    width: 90px;
    height: 90px;
    padding: 5px;
    display: block;
    border: 1px solid #fff;
    margin-bottom: 0px;
    float: right;
}
.footer_1 .bewm p {
    color: #fff;
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    color: #76808c;
}
.copyright_main {
    width: 100%;
    background: url(../images/copy_bg.jpg) no-repeat center top;
    height: 73px;
}
.copyright_main .copyright {
    color: #fff;
    font-size: 12px;
    line-height: 73px;
}
.copyright_main .copyright a {
    color: #fff;
}
.copyright_main .copyright a.yyzz {
    padding: 0 20px;
}
.copyright_main .copyright a:hover {
    color: #fff;
    font-weight: bold;
}
/* newfooter-end */
.footer_2 {
    width: 100%;
    height: 70px;
}
.copyright {
    font-size: 12px;
    color: #999;
    border-top: #4e5157 solid 1px;
}
.copyright .copy {
    float: left;
    height: 70px;
    line-height: 70px;
}
.copyright a {
    color: #999;
}
.copyright em {
    margin: 0 5px;
}
.copyright .jszc {
    float: right;
    height: 70px;
    line-height: 70px;
}
.copyright .jszc span {
    height: 70px;
}
.copyright a:hover {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 1660px) {
.footer_1 .botnav li {
    padding-left: 0px;
}
}
.bottom_main .bottom_copy .box1 {
    width: 42%;
}
.bottom_main .bottom_copy .box1 h3 {
    color: #888c95;
    font-size: 14px;
    line-height: 30px;
}
.bottom_main .bottom_copy .box1 h3 a {
    color: #cb1a20;
}
.bottom_main .bottom_copy .box1 p {
    line-height: 29px;
    color: #626671;
    font-size: 14px;
    padding-top: 29px;
}
.bottom_main .bottom_copy .box1 p a {
    color: #626671;
}
.bottom_main .bottom_copy .box1 p a:hover {
    color: #fff;
}
.bottom_main .bottom_copy .box2 {
    width: 16%;
    text-align: center;
}
.bottom_main .bottom_copy .box2 img {
    width: 110px;
    height: 110px;
    padding: 4px;
    border: 1px solid #535967;
}
.bottom_main .bottom_copy .box2 p {
    color: #888c95;
    line-height: 30px;
}
.bottom_main .bottom_copy .box3 {
    width: 42%;
}
.bottom_main .bottom_copy .box3 .tit {
    text-align: right;
}
.bottom_main .bottom_copy .box3 .ul {
    width: 180px;
    overflow: hidden;
}
.bottom_main .bottom_copy .box3 ul {
    width: 248px;
}
.bottom_main .bottom_copy .box3 li {
    width: 124px;
    float: left;
    line-height: 35px;
}
.bottom_main .bottom_copy .box3 li a {
    color: #888c95;
}
.bottom_main .bottom_copy .box3 li a:hover {
    color: #fff;
}
.bottom_main .bottom_copy .tit {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}
.bottom_main .bottom_copy .tit span {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 3px;
    vertical-align: middle;
}

@media (max-width: 1660px) {
}
.bottom_main .bottom_copy .box1 {
    width: 42%;
}
.bottom_main .bottom_copy .box1 h3 {
    color: #888c95;
    font-size: 14px;
    line-height: 30px;
}
.bottom_main .bottom_copy .box1 h3 a {
    color: #cb1a20;
}
.bottom_main .bottom_copy .box1 p {
    line-height: 29px;
    color: #626671;
    font-size: 14px;
    padding-top: 29px;
}
.bottom_main .bottom_copy .box1 p a {
    color: #626671;
}
.bottom_main .bottom_copy .box1 p a:hover {
    color: #fff;
}
.bottom_main .bottom_copy .box2 {
    width: 16%;
    text-align: center;
}
.bottom_main .bottom_copy .box2 img {
    width: 110px;
    height: 110px;
    padding: 4px;
    border: 1px solid #535967;
}
.bottom_main .bottom_copy .box2 p {
    color: #888c95;
    line-height: 30px;
}
.bottom_main .bottom_copy .box3 {
    width: 42%;
}
.bottom_main .bottom_copy .box3 .tit {
    text-align: right;
}
.bottom_main .bottom_copy .box3 .ul {
    width: 180px;
    overflow: hidden;
}
.bottom_main .bottom_copy .box3 ul {
    width: 248px;
}
.bottom_main .bottom_copy .box3 li {
    width: 124px;
    float: left;
    line-height: 35px;
}
.bottom_main .bottom_copy .box3 li a {
    color: #888c95;
}
.bottom_main .bottom_copy .box3 li a:hover {
    color: #fff;
}
.bottom_main .bottom_copy .tit {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}
.bottom_main .bottom_copy .tit span {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 3px;
    vertical-align: middle;
}
/*rightFix*/
.rightFix {
    width: 65px;
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 999;
}
.rightFix a {
    width: 65px;
    height: auto;
    background: #2763c9;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-top: 8px;
    border-radius: 5px;
    padding-bottom: 5px;
}
.rightFix a h3 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.rightFix .ico {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all ease 300ms;
    margin: 0 auto 1px;
    padding: 0;
    background: url("../image/fix-ico.png") no-repeat 0 0;
}
.rightFix .img {
    width: 110px;
    height: auto;
    position: absolute;
    left: -10px;
    top: 0;
    padding: 6px;
    background: #2763c9;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
    color: #333;
    padding-bottom: 10px;
}
.rightFix .img p {
    padding-top: 5px;
}
.rightFix a:hover .img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
    display: block;
}
.rightFix .img img {
    width: 110px;
    height: 110px;
}
.rightFix a span {
    width: 200px;
    text-align: center;
    height: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
    background: #2763c9;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.2s;
    border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
    background-color: #2763c9;
    overflow: visible;
}
.rightFix a:hover h3 {
    color: #fff;
}
.rightFix a.fix-ewm:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -140px;
}
.rightFix a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -210px;
}
.rightFix .fix-tel:hover .ico {
    background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
    background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
    background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
    background-position: 0 -64px;
}
.rightFix .fix-ewm:hover .ico {
    background-position: -32px -64px;
}
.rightFix .mess .ico {
    background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
    background-position: -32px -96px;
}
.rightFix .fix_top .ico {
    background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico, .rightFix .fix_top.hover .ico {
    background-position: -32px -128px;
}
.rightFix .fix-form {
    background-position: 10px -234px;
}
.rightFix .fix-form span {
    font-size: 14px;
    line-height: 23px;
    width: 180px;
}
.rightFix .fix-form:hover {
    background-position: -37px -234px;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
 0% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: bottom;
 transform-origin: bottom;
 background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 opacity: 1;
}
 100% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transform-origin: top;
 transform-origin: top;
 background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /*FireFox*/
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        /* Opear */
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 opacity: 0;
}
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-underline-from-center1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -3px;
    background: #12499e;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before, .hvr-underline-from-center1.hover:before, .hvr-underline-from-center1:focus:before, .hvr-underline-from-center1:active:before {
    left: 0;
    right: 0;
}
.hvr-underline-from-center1:hover, .hvr-underline-from-center1.hover {
 *height: 43px;
 *border-bottom: 3px solid #2763c9;
 *line-height: 43px;
}
 @-webkit-keyframes scale {
 0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.02);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @keyframes scale {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.02);
}
 100% {
 transform: scale(1);
}
}

/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
.about_2_main .develop_box {
    padding: 0 6%;
}
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes animatemap {
 0% {
 transform: translateY(-10px);
}
 20% {
 border-radius: 2px;
}
 50% {
 transform: translateY(-5px);
 border-bottom-right-radius: 25px;
}
 80% {
 border-radius: 2px;
}
 100% {
 transform: translateY(-10px);
}
}
 @-webkit-keyframes big {
 0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(0.9);
}
 100% {
 -webkit-transform: scale(1);
}
}

/* 响应1200屏幕 */
@media (max-width: 1660px) {
.header_main .email .member {
    display: none;
}
.header_main .nav_main {
}
.header_main .nav_main .item {
    padding: 0 25px;
}
.header_main .nav .sub-box {
    left: 10px;
}
.header_main .nav li:nth-child(9) .sub-box {
    left: auto;
    right: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt {
    width: 1000px;
    margin-left: -500px;
}
}

@media (max-width: 1660px) {
.header_main .email .search_btn {
    margin-left: 40px;
}
}

@media (max-width: 1400px) {
.header_main .email p {
    display: none;
}
.header_main .nav_main .item {
    padding: 0 20px;
}
.header_main .email .search_btn {
    margin-left: 10px;
}
}

@media (max-width: 1320px) {
.header_main .email p {
    display: none;
}
.header_main .nav_main .item {
    padding: 0px 15px;
}
.header_main .nav .sub-box .it a {
    font-size: 14px;
}
}
/*# sourceMappingURL=index.css.map */

/* tit */
.floor_tit {
    display: inline-block;
    width: 100%;
    padding-top: 90px;
}
.floor_tit .floor_left {
    float: left;
}
.floor_tit .floor_left span {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    padding-top: 6px;
    text-transform: uppercase;
}
.floor_tit .floor_left h3 {
    float: left;
    display: block;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    line-height: 36px;
    margin-top: 10px;
}
.floor_tit .a1 {
    float: right;
    display: block;
    width: 140px;
    border: #666 solid 1px;
    height: 38px;
    background: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    transition: all ease 0.36s;
    border-radius: 50px;
}
.floor_tit a p {
    display: inline-block;
}
.floor_tit .a2 span {
    float: right;
    display: block;
    width: 120px;
    height: 90px;
    transition: ease-in-out .2s;
    background: url(../images/more_2.png)no-repeat center center;
}
.floor_tit .a2 span:hover {
    transition: ease-in-out .2s;
    transform: translateX(10px);
    filter: invert(100%);
}
.floor_tit a span {
    float: right;
    display: block;
    width: 120px;
    height: 90px;
    transition: ease-in-out .2s;
    background: url(../images/more_1.png)no-repeat center center;
}
.floor_tit a span:hover {
    transition: ease-in-out .2s;
    transform: translateX(10px);
    filter: invert(40%);
}
.floor_tit a i {
    display: block;
    width: 26px px;
    height: 26px;
    background-position: -256px -70px;
    float: left;
    margin-top: 6px;
    margin-left: 12px;
}
.floor_left1 {
}
.floor_left1 span {
    font-size: 24px;
    color: #666;
    line-height: 36px;
    padding-top: 6px;
    text-transform: uppercase;
}
.floor_left1 h3 {
    display: block;
    font-weight: bold;
    font-size: 36px;
    color: #2763c9;
    line-height: 36px;
}
.floor_tit .floor_left2 {
    float: left;
}
.floor_tit .floor_left2 span {
    display: block;
    font-size: 24px;
    color: #666;
    line-height: 24px;
    text-transform: uppercase;
}
.floor_tit .floor_left2 h3 {
    float: left;
    display: block;
    font-weight: bold;
    font-size: 48px;
    color: #2763c9;
    line-height: 48px;
    margin-top: 14px;
}

@media (max-width: 1660px) {
.floor_tit .floor_left span {
    font-size: 22px;
}
.floor_tit .floor_left h3 {
    font-size: 42px;
}
.floor_tit .floor_left2 span {
    font-size: 22px;
}
.floor_tit .floor_left2 h3 {
    font-size: 42px;
}
}
/* index */
.floor_index {
    width: 100%;
    overflow: hidden;
    margin-top: -8px;
}
/* index1关于我们 */
.floor_1_main {
    width: 100%;
    background: #eef4fa;
}
.floor_1_left span {
    display: block;
    font-weight: 600;
    font-size: 36px;
    color: #000;
    line-height: 48px;
    float: left;
}
.floor_1_body {
    position: relative;
    width: 100%;
}
.floor1_left {
    position: absolute;
    left: 0;
    background: url(../picture/about-bg.png) bottom right no-repeat;
    width: 1500px;
    height: 927px;
    z-index: 10;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-top: 150px;
    padding-bottom: 60px;
    margin-top: 0px;
    padding-right: 30%;
}
.floor_1_left {
    float: left;
    width: 100%;
}
.floor_1_left h3 {
    padding: 0px 0 10px;
    float: left;
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #12499e;
    line-height: 48px;
    width: 100%;
}
.floor_1_left span.aos-init.aos-animate {
    padding-bottom: 15px;
}
.floor_1_left p {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0px;
}
.floor_1_main .more {
    float: left;
    display: block;
    width: 170px;
    height: 60px;
    border: #00529e solid 1px;
    background-color: #00529e;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    transition: all ease 0.36s;
    box-sizing: border-box;
    border-radius: 0px;
}
.floor_1_main .more p {
    display: inline-block;
}
.floor_1_main .more i {
    display: block;
    width: 108px;
    text-align: center;
    float: left;
    height: 58px;
}
.floor_1_main .more span {
    display: block;
    float: right;
    width: 60px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    background-color: #003399;
    color: #fff;
}
.floor_1_main .more:hover {
    border: #003399 solid 1px;
    background-color: #003399;
    color: #fff;
}
.floor_1_shuzi {
    display: block;/*width: 200px;
    float: right;*/
}
.floor_1_shuzi ul {
    display: inline-flex;
    width: 100%;
}
.floor_1_shuzi ul li {
    width: 25%;
    padding-top: 50px;
    padding-bottom: 70px;
}
/*
.floor_1_shuzi ul .li1 {
    background-color: #366ecc;
}
.floor_1_shuzi ul .li2 {
    background-color: #154dab;
}
.floor_1_shuzi ul .li3 {
    background-color: #023487;
}
*/
.floor_1_shuzi ul li dt {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}
.floor_1_shuzi ul li p {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.floor_1_shuzi ul li dt p span {
    display: inline-block;
    font-size: 50px;
    color: #000;
    line-height: 50px;
    text-align: center;
    float: left;
}
.floor_1_shuzi ul li dt p i {
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    padding-left: 12px;
    padding-top: 22px;
    float: left;
}
.floor_1_shuzi ul li b {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: 400;
}
.floor1_left .left_box {
    position: absolute;
    left: 0;
}
.floor1_left .left_box h4 {
    display: inline-block;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-size: 36px;
    color: #bcc9df;
    font-weight: bold;
    line-height: 48px;
}
.floor1_left .left_box span {
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-size: 36px;
    color: #bcc9df;
    font-weight: 400;
    display: block;
    float: left;
}
.floor_1_right {
    float: right;
    width: 76%;
    position: relative;
}
.floor_1_right img {
    display: block;
    position: relative;
    z-index: 6;
    max-height: 927px;
    float: right;
}
.bofang_box {
    position: absolute;
    display: block;
    right: 100px;
    bottom: 460px;
    width: 20%;
    z-index: 999;
}
.floor_1_right .bofang {
    float: right;
    display: inline-block;
    margin-left: 28px;
    cursor: pointer;
}
.floor_1_right .bofang i {
    display: block;
    width: 94px;
    height: 94px;
    background: url(../picture/bf.png) no-repeat center center;
    background-size: 100%;
}
.floor_1_right .bofang i:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.floor1_left .bofang {
    float: right;
    display: inline-block;
    margin-left: 28px;
    cursor: pointer;
}
.floor1_left .bofang i {
    display: block;
    width: 94px;
    height: 94px;
    background: url(../picture/bf.png) no-repeat center center;
    background-size: 100%;
}
.floor1_left .bofang i:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1660px) {
.bofang_box {
    right: 100px;
    bottom: 430px;
}
.floor_1_left h3 {
    font-size: 24px;
    padding: 30px 0;
    line-height: 40px;
}
.floor_1_left h3 span {
    display: block;
    width: 100%;
}
.floor_1_left span {
    font-size: 26px;
    float: left;
}
.floor_1_left p {
    font-size: 14px;
    line-height: 1.5;
}
.floor1_left {
    left: 0;
    /*width: 900px;
    padding-left: 156px;
    height: 600px;*/
    z-index: 10;
    padding-top: 80px;
    padding-right: 45px;
    width: 1400px;
}
.floor_1_left {
    width: 70%;
}
.floor_1_shuzi ul li {
    width: 25%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.floor_1_shuzi ul li dt {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}
.floor_1_shuzi ul li dt p span {
    font-size: 40px;
}
.floor_1_shuzi ul li dt p i {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 22px;
}
.floor_1_shuzi ul li b {
    font-size: 14px;
}
.floor_1_shuzi {
/*width: 150px;*/
}
.floor_1_right .bofang i {
    width: 94px;
    height: 94px;
}
.floor1_left i {
/*width: 94px;
    height: 94px;*/
}
.floor_1_right img {
    max-height: 768px;
}
.floor1_left {
    max-height: 768px;
}
}

@media (max-width: 1560px) {
.floor_1_left h3 {
    font-size: 24px;
    padding: 0px;
    line-height: 36px;
}
.floor_1_left h3 span {
    display: block;
    width: 100%;
}
.floor1_left {
    left: 0;
    width: 1200px;
    z-index: 10;
    /*padding-left: 156px;*/
    padding-top: 60px;
    margin-top: 0px;
    padding-bottom: 60px;
    height: 680px;
}
.floor_1_right .bofang i {
/*width: 135px;
    height: 135px;*/
}
.floor1_left i {
}
.bofang_box {
    bottom: 300px;
}
.floor_1_right img {
    max-height: 680px;
}
}

@media (max-width: 1366px) {
.floor_1_left span {
    font-size: 20px;
    line-height: 30px;
}
.floor1_left {
    left: 0;
    width: 1100px;
    /*height: 540px;
    padding-left: 156px;*/
    z-index: 10;
    padding-top: 44px;
    margin-top: 0px;
}
.floor_1_right .bofang i {
/*width: 125px;
    height: 125px;*/
}
.bofang_box {
    bottom: 360px;
}
.header_main, .floor_1_main {
    min-width: 1200px;
}
.floor_1_left {
    width: 65%;
}
}
/* 视频 */
.weui_mask {
    background: rgba(0, 0, 0, .6);
}
.weui_mask, .weui_mask_transition, .weui_mask_transparent {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.weui_dialog {
    position: fixed;
    z-index: 5000;
    width: 668px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 15px;
}
.weui_dialog_ft {
    position: absolute;
    right: -18px;
    top: -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 66666;
}
.weui_btn_dialog.primary {
    color: #2b2b2b;
}
.weui_dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    background: url(../image/closeM.png) center center no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.weui_dialog .in_title {
    width: 100%;
}
.weui_dialog .in_title img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    display: block;
}
.weui_dialog .in_title span {
    line-height: 60px;
}
.weui_dialog_ft a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
 @keyframes scaleDran {
 0% {
 transform: scale(1);
}
 25% {
 transform: scale(1.15);
/*放大1.1倍*/
}
 50% {
 transform: scale(1);
}
 75% {
 transform: scale(1.15);
}
}
.index_t {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.index_t .left {
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
}
.index_t .left span {
    display: block;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 100;
}
.index_t .left h3 {
    float: left;
    display: block;
    font-size: 30px;
    line-height: 50px;
    font-weight: 100;
    margin-top: 4px;
    color: #333;
    width: 100%;
}
.index_t .left h1 {
    float: left;
    display: block;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 0px;
	margin-bottom: 0px;
    color: #333;
    width: 100%;
}
.index_t .left p {
    float: left;
    display: block;
    padding-top: 8px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #999;
    text-transform: uppercase;
}
.index_t .left .subtit {
    float: left;
    display: block;
    padding-top: 24px;
    margin-left: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
}
.index_t .right a {
    position: relative;
    display: block;
    width: 190px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    border-radius: 24px;
    font-size: 18px;
    color: #999;
    margin-top: 4px;
    background-color: #fff;
    padding-left: 45px;
    box-sizing: border-box;
    box-shadow: -6px 0px 6px 0px #f4f4f4, 6px 0px 6px 0px #f4f4f4, 0px 5px 19px 0px #f4f4f4;
}
.index_t .right a i {
    width: 39px;
    height: 39px;
    background: url(../images/more.png);
    border-radius: 50px;
    display: block;
    cursor: pointer;
    position: absolute;
    margin-left: 10px;
    right: 4px;
    top: 4px;
}
.index_t .right a:hover, .index_t .right.hover {
    box-shadow: -1px -3px 15px 8px #dfeef9;
    border-radius: 24px;
    color: #c30011;
}
.container {
    padding: 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.index_2 {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 0px;
    background-size: cover;
}
.index_2 .waves {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1px;
    width: 100%;
    height: 580px;
}
canvas {
    display: block;
}
.index_2_body {
    position: relative;
    margin-top: 90px;
    z-index: 66;
}
.index_2_body .parHd {
    display: inline-block;
    /*position: absolute;
    right: 0;
    top: -70px;*/
    width: 50%;
    float: right;
}
.index_2_body .parHd ul {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.index_2_body .parHd ul li {
    display: block;
    width: calc(33% - 15px);
    margin: 10px 1.5%;
    text-align: left;
    line-height: 36px;
    float: left;
    margin-left: 0px;
    padding: 15px 25px;
    background: #fffa;
    border-radius: 15px;
}
.index_2_body .parHd ul li.more {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #12499e;
    text-align: center;
    line-height: 36px;
    background-color: #12499e;
    float: left;
    margin-left: 10px;
}
.index_2_body .parHd ul li.more a {
    color: #fff;
}
.index_2_body .parHd ul li a h1 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
    height: inherit;
    line-height: 1;
    margin: 0.3em 0;
}
.index_2_body .parHd ul li a h2 {
    color: #000;
	line-height: 1.4;
    font-size: 14px;
	min-height: 65px;
	padding-top: 5px;
}
.index_2_body .parHd ul li a h3 {
    color: #666;
    font-size: 13px;
    line-height: 1.2;
}
.index_2_body .parHd ul li.on {
    background-color: #2763c9;
    border: #2763c9 solid 0px;
    border-radius: 15px;
    padding: 15px 25px
}
.index_2_body .parHd ul li.on h1 {
    color: #fff;
}
.index_2_body .parHd ul li.on h3 {
    color: #fff;
}
.index_2_body .parHd ul li.on h2 {
    color: #fff;
}
.index_2_body .parHd ul li a {
    font-size: 18px;
    color: #666666;
    display: block;
    font-weight: 500;
}
.index_2_body .parBd {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 50px;
}
.index_2_body .parBd li {
    float: left;
    width: 440px;
}
.index_2_body .parBd .slideBox {
    display: inline-block;
    width: 100%;
    position: relative;
}
.index_2_body .parBd .slideBox .sPrev {
    width: 60px;
    height: 60px;
    background-position: -164px -348px;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: absolute;
    border: none;
    left: 0px;
    top: 200px;
}
.index_2_body .parBd .slideBox .sNext {
    width: 60px;
    height: 60px;
    background-position: -229px -348px;
    border-radius: 50px;
    box-sizing: border-box;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 75px;
    top: 200px;
}
.index_2_body .parBd .slideBox .sNext:hover {
    background-position: -229px -412px;
}
.index_2_body .parBd .slideBox .sPrev:hover {
    background-position: -164px -412px;
}
.index_2_body .parBd .slideBox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 1422px;
    float: right;
    margin-top: 32px;
}
.index_2_body .parBd .slideBox ul {
    display: inline-block;
    overflow: hidden;
}
.index_2_body .parBd .slideBox ul li {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.index_2_body .parBd .slideBox ul li b {
    display: block;
    /*width: 380px;
    height: 290px;*/
    margin: 0 auto;
    overflow: hidden;
}
.index_2_body .parBd .slideBox ul li b img {
    display: block;
    /*width: 380px;
    height: 290px;*/
    transition: all .36s ease;
}
.index_2_body .parBd .slideBox ul li .txt {
    padding: 30px 40px;
    /* padding: 30px 35px 10px; */
    text-align: left;
    background-color: #fff;/* background-color: #fff; */
    position: absolute;
    bottom: 0px;
}
.index_2_body .parBd .slideBox ul li:hover .txt {
    background-color: #023487;
}
.index_2_body .parBd .slideBox ul li h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}
.index_2_body .parBd .slideBox ul li p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.index_2_body .parBd .slideBox ul li:hover p {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
}
.index_2_body .parBd .slideBox ul li .more {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 40px;
    text-align: left;
    border-radius: 24px;
    font-size: 16px;
    color: #666;
    position: relative;
    margin-top: 4px;
}
.index_2_body .parBd .slideBox ul li .more i {
    display: inline-block;
    width: 155px;
    height: 15px;
    position: absolute;
    left: 80px;
    top: 10px;
    background: url(../image/y6_03.png) center center no-repeat;
}
.index_2_body .parBd .slideBox ul li:hover .more i {
    background: url(../image/y6_05.png) center center no-repeat;
}
.index_2_body .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index_2_body .parBd .slideBox ul li:hover .more {
    display: block;
    width: 120px;
    line-height: 30px;
    text-align: left;
    border-radius: 24px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 4px;
}
.index_2_body .parBd .slideBox ul li:hover h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 1660px) {
.index_2_body .parBd .slideBox ul li p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.index_2_body .parBd .slideBox ul li .more {
    height: 42px;
}
.index_2_body .parHd {
    display: inline-block;/* position: absolute;
    right: 0;
    top: -96px;
	padding-left: 50px;*/
}
.index_2_body .parBd .slideBox ul li {
    width: 100%;
    margin-right: 20px;
}
.index_2_body .parBd .slideBox ul li b img {
    display: block;
    /*width: 320px;
    height: 250px;*/
    transition: all .36s ease;
}
.index_2_body .parBd .slideBox ul li b {
    display: block;
    /*width: 380px;
    height: 250px;*/
    margin: 0 auto;
    overflow: hidden;
}
.index_2_body .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.index_2_body .parBd .slideBox ul li .txt {
    padding: 30px;
}
.index_2 {
    padding-bottom: 0px;
}
.index_2_body .parBd .slideBox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 1422px;
    float: right;
    margin-top: 20px;
}
.index_2_body .parBd .slideBox ul li:hover .txt {
    padding: 30px;
}
.index_t .left h3 {
    font-size: 24px;
    line-height: 45px;
    font-weight: 100;
}
.index_t .left span {
    font-size: 26px;
    line-height: 26px;
}
.index_t .left h1 {
    font-size: 26px;
}
.index_2_body .parHd ul {
    padding-top: 10px !important;
}
.index_2_body .parHd ul li a h1 {
    font-size: 36px;
}
.index_2_body .parHd ul li a h3 {
    font-size: 14px;
    line-height: 1;
}
.index_2_body .parBd {
    padding-right: 80px;
}
}
.index_3 {
    width: 100%;
    background: url(../image/y1_03.jpg) no-repeat center center;
    padding-bottom: 70px;
}
.index_31 {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.index_31 .nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -70px;
}
.index_31 .nav li {
    display: block;
    width: 146px;
    height: 36px;
    border: 1px solid #999;
    text-align: center;
    line-height: 36px;
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
}
.index_31 .nav .more {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #12499e;
    text-align: center;
    line-height: 36px;
    background-color: #12499e;
    float: left;
    margin-left: 10px;
}
.index_31 .nav .more a {
    color: #fff;
    width: 100%;
    height: 100%;
}
.index_31 .nav .more:hover {
    background-color: #2763c9;
    border: #2763c9 solid 1px;
}
.index_31 .nav li.current {
    background-color: #2763c9;
    border: #2763c9 solid 1px;
}
.index_31 .nav li.current a {
    color: #fff;
    font-weight: bold;
}
.index_31 .nav li a {
    font-size: 18px;
    color: #666666;
    display: block;
    font-weight: 500;
}
.index_31 .box_body {
    width: 100%;
    position: relative;
}
.index_31 .box_body .di {
    display: none;
}
.index_31 .box_body .di .di_quan {
    display: inline-block;
    width: 100%;
}
.index_31 .box_body .di .di_z {
    width: 57%;
    float: left;
}
.index_31 .box_body .di .di_z .swiper-container {
    width: 100%;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .img {
    display: block;
    width: 100%;
    position: relative;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .img img {
    display: block;
    width: 100%;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .img p {
    width: 84px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2763c9;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    border-radius: 0 0 20px 0;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .img p span {
    display: block;
    font-size: 58px;
    line-height: 66px;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    padding: 10px 5%;
    width: 90%;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .txt h3 {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.index_31 .box_body .di .di_z .swiper-container .swiper-slide .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.index_31 .box_body .di .di_z .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.index_31 .box_body .di .di_z .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 5%;
    left: auto;
    width: auto;
    bottom: 24px;
}
.index_31 .box_body .di .di_z .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #366ecc;
}
.index_31 .box_body .di .di_y {
    width: 41%;
    float: right;
}
.index_31 .box_body .di .di_y ul {
    display: inline-block;
    width: 100%;
}
.index_31 .box_body .di .di_y ul li {
    width: 100%;
    display: inline-block;
    background-color: #f5f7fa;
    margin-bottom: 19px;
    padding: 7% 0px;
}
.index_31 .box_body .di .di_y ul li .img {
    width: 60px;
    float: left;
    font-size: 14px;
    color: #737373;
    line-height: 14px;
    text-align: center;
    margin-left: 7%;
}
.index_31 .box_body .di .di_y ul li .img p {
    width: 100%;
}
.index_31 .box_body .di .di_y ul li .img p span {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.index_31 .box_body .di .di_y ul li .txt {
    width: 58%;
    float: left;
    margin-left: 5%;
}
.index_31 .box_body .di .di_y ul li .txt h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index_31 .box_body .di .di_y ul li .txt p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 6px;
}
.index_31 .box_body .di .di_y ul li i {
    display: block;
    width: 36px;
    height: 36px;
    background-position: -319px -350px;
    float: left;
    margin-left: 5%;
    margin-top: 1%;
}
.index_31 .box_body .di .di_y ul li:hover {
    background-color: #fff;
    box-shadow: 2px 2px 12px 3px rgba(85, 118, 174, 0.3);
}
.index_31 .box_body .di .di_y ul li:hover i {
    background-position: -319px -391px;
}
.index_31 .box_body .di .di_y ul li:hover .img {
    color: #366ecc;
}
.index_31 .box_body .di .di_y ul li:hover .img p span {
    color: #366ecc;
}

@media (max-width: 1660px) {
.index_31 .box_body .di .di_y ul li {
    margin-bottom: 18px;
    padding: 6% 0px;
}
}
/* index3专家团队 */
.floor_3_main {
    width: 100%;
    background: url(../images/index3_bg.jpg) no-repeat center center;
    padding-bottom: 100px;
}
.floor_3_main .floor_tit {
    padding-top: 80px;
}
.floor_3_body {
    width: 100%;
    margin-top: 40px;
}
.picScroll-left {
    overflow: hidden;
    position: relative;
}
.gn_t1 .picScroll-left {
    padding-bottom: 80px;
}
.picScroll-left .hd {
    overflow: hidden;
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: #e3e3e3 solid 2px;
}
.picScroll-left .hd .qh {
    float: left;
}
.picScroll-left .hd .pageState {
    float: right;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
}
.picScroll-left .hd .prev {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #2763c9;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}
.picScroll-left .hd .next i {
    display: block;
    width: 23px;
    height: 23px;
    background-position: -280px -157px;
    margin: 0 auto;
    margin-top: 19px;
}
.picScroll-left .hd .prev i {
    display: block;
    width: 23px;
    height: 23px;
    background-position: -311px -188px;
    margin: 0 auto;
    margin-top: 19px;
}
.picScroll-left .hd .next {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}
.picScroll-left .hd .next:hover {
    background-color: #2763c9;
}
.picScroll-left .hd .next:hover i {
    background-position: -280px -188px;
}
.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
    background-position: 0 0;
}
.picScroll-left .bd {
    padding: 10px 0 100px;
}
.picScroll-left .bd ul {
    /* overflow: hidden; */
    zoom: 1;
}
.picScroll-left .bd ul li {
    margin-right: 30px;
    width: 327px;
    float: left;
    height: 460px;
    display: inline;
    transition: ease-in-out .2s;
    text-align: left;
    background: url(../images/index3_box_bg1.png) center center no-repeat;
    background-size: 100%;
}
.picScroll-left .bd ul li:hover {
    transition: ease-in-out .2s;
    transform: translateY(-6px);
}
.picScroll-left .bd ul li .txt {
    padding: 60px 30px 0;
    height: 280px;
}
.picScroll-left .bd ul li h4 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    color: #000;
}
.picScroll-left .bd ul li:hover h4 {
    color: #2763c9;
}
.picScroll-left .bd ul li span {
    display: inline;
    font-size: 18px;
    padding-left: 10px;
    color: #666;
}
.picScroll-left .bd ul li b {
    display: block;
    width: 100px;
    height: 37px;
    background-position: -352px -85px;
    margin-left: 30px;
}
.picScroll-left .bd ul li i {
    display: block;
    width: 38px;
    height: 1px;
    margin: 30px 0;
    z-index: 15;
    background: url(../images/index3_.jpg);
}
.picScroll-left .bd ul li .title {
    line-height: 32px;
    font-size: 16px;
    color: #606060;
}
.picScroll-left .bd ul li .title p {
    line-height: 32px;
    font-size: 16px;
    color: #606060;
}
.picScroll-left .bd ul li .title b {
    line-height: 24px;
}

@media (max-width: 1660px) {
.picScroll-left .bd ul li {
    margin-right: 20px;
    width: 284px;
    height: 402px;
}
.picScroll-left .bd ul li h4 {
    font-size: 30px;
    line-height: 40px;
}
.picScroll-left .bd ul li .title {
    font-size: 14px;
    line-height: 28px;
}
.picScroll-left .bd ul li .txt {
    padding: 40px 30px 0;
    height: 268px;
}
}
/* index4新闻中心 */
.floor_4_main {
    width: 100%;
    background-color: #fff;
    padding-bottom: 100px;
}
.floor_4_body {
    width: 100%;
    position: relative;
}
.floor_4_body .hd {
    width: 100%;
    height: 62px;
    border-bottom: #8d8e8e solid 1px;
    position: relative;
    margin-top: -40px;
}
.floor_4_body .hd ul {
    float: right;
    display: block;
    margin-top: 0px;
}
.floor_4_body .hd ul li {
    font-size: 20px;
    height: 60px;
    color: #333;
    line-height: 30px;
    position: relative;
    width: 90px;
    float: left;
    margin-right: 100px;
}
.floor_4_body .hd ul li:last-child {
    margin-right: 0px;
}
.floor_4_body .hd ul li i {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #09459e;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.floor_4_body .hd ul li.on a {
    color: #09459e;
}
.floor_4_body .hd ul li.on i {
    display: block;
}
.floor_4_body .hd .more {
    display: block;
    float: right;
    padding-top: 10px;
}
.floor_4_body .hd .more a {
    display: block;
}
.floor_4_body .hd .more a p {
    float: left;
    font-size: 16px;
    line-height: 16px;
}
.floor_4_body .hd .more a span {
    display: block;
    float: left;
    width: 15px;
    height: 7px;
    background-position: -197px 0px;
    margin-left: 12px;
    margin-top: 6px;
    transition: all ease 0.36s;
}
.floor_4_body .hd .more a:hover span {
    background-position: -197px -10px;
}
.floor_4_body .bd {
    width: 100%;
}
.floor_4_body .bd .conWrap {
    width: 100%;
    margin-top: 12px;
}
.floor_4_body .bd .con {
    display: none;
    width: 100%;
}
.floor_4_body .bd ul {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}
.floor_4_body .bd ul li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    transition: all ease 0.36s;
}
.floor_4_body .bd ul li:hover {
    transform: translateY(-5px);
    transition: all ease 0.36s;
}
.floor_4_body .bd ul li:last-child {
    margin-right: 0%;
}
.floor_4_body .bd .date {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}
.floor_4_body .bd .date i {
    font-size: 54px;
    margin-right: 10px;
    font-weight: bold;
    color: #333;
}
.floor_4_body .bd .img {
}
.floor_4_body .bd img {
    width: 100%;
}
.floor_4_body .bd li:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}
.floor_4_body .bd ul li h3 {
    font-size: 28px;
    color: #272727;
    line-height: 34px;
    font-weight: bold;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 68px;
}
.floor_4_body .bd ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.floor_4_body .bd ul li:hover h3 {
    color: #014da1;
    font-weight: 700;
}
.floor_4_body .bd .mo {
    width: 90px;
    float: left;
    font-size: 14px;
    margin-top: 30px;
}
.floor_4_body .bd li:hover .mo {
    color: #014da1;
}
/* index5荣誉资质 */
.floor_5_main {
    width: 100%;
    background: url(../images/index5_bg.jpg)no-repeat top center;
    padding-bottom: 100px;
}
.floor_5_body {
    width: 100%;
    margin-top: 60px;
}
.gonsDetail .loop1 .loop1_swp {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../images/gonsDetail_showdow.png) no-repeat center bottom;
    background-size: 653px 49px;
}
.gonsDetail .loop1 .loop1_swp .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gonsDetail .loop1 .loop1_swp .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 640px;
    border-radius: 5px;
    overflow: hidden;
}
.gonsDetail .loop1 .loop1_swp .swiper-slide img {
    width: 100%;
}
.floor_5_body .swiper-slide {
    width: 352px;
}
.floor_5_body .swiper-button-next {
    background-image: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    top: auto;
}
.floor_5_body .swiper-button-next span {
    display: block;
    width: 23px;
    height: 23px;
    background-position: -280px -157px;
    margin: 0 auto;
    margin-top: 19px;
}
.floor_5_body .swiper-button-next:hover {
    background-color: #2763c9;
}
.floor_5_body .swiper-button-next:hover span {
    background-position: -280px -188px;
}
.floor_5_body .swiper-button-prev {
    background-image: none;
    width: 60px;
    height: 60px;
    background-color: #2763c9;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: 20px;
    top: auto;
}
.floor_5_body .swiper-button-prev span {
    display: block;
    width: 23px;
    height: 23px;
    background-position: -311px -188px;
    margin: 0 auto;
    margin-top: 19px;
}
.loop1_swp .mySwiper {
    padding-bottom: 120px;
}

@media (max-width: 1660px) {
.floor_5_body .swiper-slide {
    width: 302px;
}
}
/* index6合作伙伴 */
.floor_6_main {
    width: 100%;
    background: url(../images/index6_bg.jpg)no-repeat center center;
    padding-bottom: 90px;
}
.floor_6_body {
    width: 100%;
    margin-top: 60px;
}
.floor_6_left {
    float: left;
    width: 21.2%;
}
.floor_6_left .img {
    width: 100%;
    display: block;
}
.floor_6_left .img img {
    width: 100%;
}
.floor_6_body .slideBox {
    float: right;
    width: 78.8%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.floor_6_body .slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    left: 50%;
    margin-left: -24px;
}
.floor_6_body .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.floor_6_body .slideBox .hd ul li {
    float: left;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    font-size: 0;
    cursor: pointer;
}
.floor_6_body .slideBox .hd ul li.on {
    background: #2763c9;
    color: #fff;
}
.floor_6_body .slideBox .bd {
    position: relative;
    display: inline-block;
    width: 100%;
}
.floor_6_body .slideBox .bd img {
    width: 100%;
    display: block;
}
.floor_6_body .slideBox .bd ul {
    width: 100%;
    overflow: hidden;
}
.floor_6_body .slideBox .bd ul li {
    width: 20%;
    float: left;
    border: #d8e7f2 solid 1px;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.floor_6_body .slideBox .bd ul li .img {
    display: block;
    width: 100%;
    height: 110px;
}
.floor_6_body .slideBox .bd ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.floor_6_body .slideBox .bd ul li:hover {
    -webkit-transform: scale(1.03);
    position: relative;
    z-index: 3;
    transform: scale(1.03);
    box-shadow: 8px 0 16px rgba(0,0,0,0.1);
}
#_c_4 .ctext .list .pic .wz p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.footer_lx {
    width: 100%;
    /*background: url(../picture/footbg.jpg) center top;*/
    background: #fff;
    height: 6rem;
}
.footer_lx .footer_lx01 {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    display: inline-flex;
}
.footer_lx .footer_lx01 .footer_lx02 {
    color: #000;
    width: 60%;
    font-size: 36px;
    line-height: 6rem;
}
.footer_lx .footer_lx01 .footer_lx03 {
    color: #000;
    width: 40%;
    text-align: right;
}
.footer_lx .footer_lx01 .footer_lx03 a {
    color: #000;
    border: 1px solid #000;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    float: right;
    margin-top: 4.5%;
}

@media (max-width: 1660px) {
#_content_4 ._block {
    padding: 90px 0px 90px 0px !important;
}
#_c_4 .ctext .list .pic .wz {
    margin-top: 170px !important;
}
.index_2_body .parBd .slideBox ul li b img {
/*min-height: 560px;*/
}
#_c_3 .ctext .text .info ul li p{
	font-size: 14px;
}
#_c_3 .ctext .text .info ul li h1 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-family: "Source Han Sans CN Medium";
}
#_c_3 .ctext .text .t1 {
    font-size: 26px;
    color: #000;
    font-weight: 800;
}
#_c_3 .ctext{
	padding-bottom: 90px;
}
}

@media only screen and (max-width: 1440px) {
.index_2_body .parBd {
    padding-right: 60px;
}
.index_t .left h1 {
    margin-top: 0px;
}
.index_2_body .parHd ul li {
    margin-bottom: 15px;
}
#_c_4 .ctext .list .pic .wz {
    padding: 0px 0px !important;
}
.index_2_body .parHd ul li a h3 {
    font-size: 13px;
    line-height: 1.8
}
#_c_3 .ctext{
	padding-bottom: 60px;
}
#_c_4 .ctext .list .pic .wz h2{
	display: none;
}
}

@media only screen and (max-width: 1366px) {
#_c_3 .ctext .text .info ul li p {
    font-size: 16px !important;
}
#_c_3 .ctext .text .info {
    line-height: 30px !important;
    padding-top: 20px !important;
    padding-left: 10px !important;
}
.index_2_body .parBd .slideBox ul li b img {
/*min-height: 480px;*/
}
.index_2_body .parHd ul li a h1{
    font-size: 26px;
}
.index_2_body .parHd ul li a h2 {
    color: #000;
    line-height: 1.4;
    font-size: 14px;
    min-height: 85px;
    padding-top: 5px;
}
.index_t .left h1{
	margin-bottom: 0px;
}
}

@media only screen and (max-width: 1300px) {
}
.nav-search-input {
    border: 0px;
    height: 34px;
    background: none;
    width: 180px;
    text-indent: 46px;
    color: #fff;
}

@media (max-width: 992px) {
#banner_main {
    height: 100vh;
    max-height: 100vh;
}
.index_main .section1 {
    height: 100vh;
    max-height: 100vh;
}
.index_main {
    height: 100vh;
    max-height: 100vh;
}
.banner .list li a img {
    height: 100vh;
    max-height: 100vh;
}
/*
	.banner .list li .banner-video::before{
		height: 640px;
		max-height: 640px;
	}
	.banner .list .video-containers .imgbanner::before{
		height: 640px;
		max-height: 640px;
	}
	.banner {
		height: 640px;
		max-height: 640px;
	}
	*/
.header_main, .floor_1_main {
    min-width: 100%;
}
.floor1_left {
    width: 100%;
    background: #f8f8fa;
    padding: 50px 25px;
    height: inherit;
    position: relative;
}
.floor_1_right {
    display: none;
}
.floor_1_left {
    width: 100%;
}
.bofang_box {
    display: none;
}
#_c_3 .ctext .text {
    width: calc(100% - 8vw) !important;
}
.banner .video-container #video {
    display: none;
}
.floor_1_shuzi ul {
    display: block;
}
.floor_1_shuzi ul li {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    min-height: 120px;
}
.banner .v-txt .tit {
    font-size: 30px;
}
.banner .v-txt p {
    font-size: 16px;
}
#_c_3 .ctext .pic {
    width: calc(100% - 8vw)
}
#_c_3 .ctext .pic .img:nth-child(1) {
    margin-top: 0px;
}
#_c_3 .ctext .pic .img:nth-child(2) {
    margin-top: 0px;
}
#_c_3 .ctext .pic .img:nth-child(3) {
    margin-top: 0px;
}
#_c_3 .slick-list.draggable {
    padding-top: 40px;
}
#_c_3 .ctext {
    padding-bottom: 20px;
}
#_content_4 ._block {
    padding: 60px 0px 60px 0px !important;
}
#_c_4 .ctext .list .pic .wz {
    width: 100%;
}
#_c_4 .ctext .list .pic .img {
    width: 100%;
    border-radius: 0%;
    padding-bottom: 60%;
    margin-bottom: 20px;
    margin-right: 0px;
}
#_c_4 .ctext .text {
    position: inherit;
    margin-bottom: 20px;
    width: 100%;
}
#_c_4 .ctext .list .pic.slick-current .img {
    margin-right: 0px;
}
.w1400 {
    min-width: 100%;
}/*
	.index_2_body .parHd ul li{
		width: calc(50% - 15px);
		margin: 10px 5px;
	}*/
.index_2_body {
    margin-top: 30px;
}
.index_2_body .parHd {
    width: 100%;
}
.index_2_body .parBd {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
}
.index_2_body .parHd ul li {
    width: calc(100% - 0px);
    margin: 10px 5px;
}
.index_2_body .parHd ul li a {
    display: flex;
}
.index_2_body .parHd ul li a h1 {
    min-width: 50px;
    padding-right: 10px;
}
.index_2_body .parHd ul li a h2 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.4;
	min-height: 55px;
}
#_content_44 ._block {
    padding: 0px 0px 0px 0px;
    margin: 30px auto 100px auto;
}
#_c_4 .ctext .list .pic .wz h2 {
    font-size: 14px;
}
#_c_4 .ctext .slick-dots {
    display: none !important;
}
#_c_44 .ctext .slick-dots {
    width: 50%;
}
#_c_44 .ctext .list .slick-prev {
    right: 30vw;
}
#_c_44 .ctext .list .slick-next {
    right: calc(28vw - 60px);
}
.footer_1 .bot_contact .cont {
    width: 100%;
}
.footerM {
    height: auto;
}
.footerM .footerB {
    margin-top: 10px;
}
.footer .footer_1 {
    padding-top: 30px
}
.footerM .footerB p.copy {
    font-size: 12px;
}
.footerM .footerB p.jisu span {
    font-size: 12px;
}
.footerM .footerB p.jisu a {
    font-size: 12px;
}
.floor_1_left p {
    font-size: 14px;
    line-height: 1.6;
}
.floor_1_shuzi ul li dt p i {
    font-size: 12px;
}
.floor_1_shuzi ul li dt p span {
    font-size: 24px;
}
.floor_1_shuzi ul li b {
    font-size: 12px;
}
#_c_3 .ctext .text .info {
    line-height: 30px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}
#_c_3 .ctext .text .info ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #fff4;
}
#_c_3 .ctext .text .info ul li h1 {
    font-size: 18px;
    line-height: 1.4;
}
#_c_3 .ctext .text .t1 {
    font-size: 28px;
    line-height: 1.2;
    overflow: hidden;
    color: #000;
    font-weight: 800;
    height: auto;
    padding-top: 10px;
}
#_c_3 .ctext .text .t2 {
    margin-bottom: 0px;
}
#_c_4 .ctext .list .pic .wz a {
    margin-top: 40px;
}
#_c_4 .ctext .list .slick-next {
    right: 55px;
    bottom: 25px !important;
}
.index_2_body .parHd ul {
    padding-top: 0px;
}
.index_t .left h1 {
    margin-bottom: 0px;
}
#_content_44 .zb {
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
}
.footer_1 .botnav {
    display: none;
}
.footerM .footer_1 .title h3 {
    border-bottom: 0px;
}
#_c_44 .ctext .list .pic {
    margin-right: 30px;
}
}

@media (max-width: 640px) {
.header_main, .floor_1_main {
    min-width: 100%;
}
.footer_lx {
    height: 3rem;
}
.footer_lx .footer_lx01 .footer_lx02 {
    margin-right: 15px;
    line-height: 1.6;
    font-size: 16px;
    height: auto;
    width: 40%;
    padding-top: 10px;
}
.footer_lx .footer_lx01 .footer_lx03 {
    width: 55%;
}
.footer_1 .bot_contact {
    width: 100%;
}
#_c_3 .ctext .pic .img .info {
    height: auto !important;
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#_c_4 .ctext .list .slick-prev {
    top: 383px;
}
#_c_4 .ctext .list .slick-next {
    bottom: 0px;
}
.index_2_body .parHd ul li a h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
#_c_3 .ctext .pic .img:nth-child(2) .info {
    height: auto !important;
    line-height: 1.5 !important;
}
#_c_3 .ctext .pic .img .wz {
    height: auto !important;
}
#_c_3 .ctext .pic .img:nth-child(3) .info {
    height: auto !important;
    line-height: 1.5 !important;
}
#_c_3 .ctext .pic .img .info {
    font-size: 14px;
}
}
input::placeholder {
 color: #eee; /* 通用方法 */
}
 input::-webkit-input-placeholder {
 color: #eee; /* Chrome/Safari */
}
 input::-moz-placeholder {
 color: #eee; /* Firefox */
}
 input::-ms-input-placeholder {
 color: #eee; /* IE/Edge */
}
