body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
    height: auto;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
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: #d32328;
    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 {
    color: #666;
}
input:-moz-placeholder {
    color: #666;
}
input::-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder {
    color: #666;
}
textarea::-webkit-input-placeholder {
    color: #333;
}
textarea:-moz-placeholder {
    color: #333;
}
textarea::-moz-placeholder {
    color: #333;
}
textarea:-ms-input-placeholder {
    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("../images/icon.png");
    display: inline-block;
    vertical-align: middle;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.w1440 {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}
@media (max-width: 1660px) {
    .w1400 {
        width: 1200px;
        max-width: 1200px;
    }
    .w1600 {
        width: 1200px;
        max-width: 1200px;
    }
    .w1440 {
        width: 1200px;
        margin: 0 auto;
        max-width: 1200px;
    }
}
@-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);
    }
}
.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;
    overflow: hidden;
    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;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bannar{ width: 100%; position: relative; overflow: hidden;}
.bannar .banner-swiper{ width: 100%; position: relative;}
.bannar .banner-swiper .swiper-slide{ width: 100%; position: relative; overflow: hidden;}
.bannar .banner-swiper .swiper-slide video{ display: block; width: 100%; position: relative; transform:scale(1.05); transition: all ease 5s;}
.bannar .banner-swiper .swiper-slide.swiper-slide-active video{transform:scale(1); transition: all ease 5s;}
.bannar .banner-swiper .swiper-pagination .swiper-pagination-bullet{ width: 90px; height: 4px; position: relative; border-radius: 0;
background: #999; opacity: 1; margin: 0 10px;}
.bannar .banner-swiper .swiper-pagination-bullet span{background:#d32328; height: 4px; width:100%;position: absolute;
  top: 0px; transform: scaleX(0); transform-origin: left; z-index: 3; transition-timing-function: linear;
 animation: first 6s; opacity: 0;}
.bannar .banner-swiper .swiper-pagination-bullet-active span{animation:middle 6s; opacity: 1;}
.bannar .banner-swiper .swiper-pagination-bullet-active { background: #999;}
.bannar .banner-swiper .swiper-pagination{ bottom: 30px;}
.bannar .banner-swiper .swiper-pagination-bullet:first-child .swiper-pagination-bullet-active span{animation:first 6s;}
.bannar .banner-swiper .swiper-pagination-bullet:last-child .swiper-pagination-bullet-active span{animation:last 6s;}		

.bannar .swiper-button-prev{ background-image: none; width: 56px; height: 57px; left:auto; right: 2%;}
.bannar .swiper-button-prev span{ display: block; width: 56px; height: 57px; background-position: -73px -175px;}
.bannar .swiper-button-prev span:hover{background-position: -73px -240px;}
.bannar .swiper-button-next{ background-image: none; width: 56px; height: 57px; left: 2%; right:auto;}
.bannar .swiper-button-next span{ display: block; width: 56px; height: 57px; background-position: -0px -175px;}
.bannar .swiper-button-next span:hover{background-position: -0px -240px;}

@keyframes first{
	  0% {transform:scaleX(0.5);left:0px;}/*091*/
	  100% {transform:scaleX(1);left:2px;} /*0915*/
	}
	@keyframes last{
	  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
	  20% {transform:scaleX(0.3);left:0px;} /*090*/
	  100% {transform:scaleX(0.3);left:0px;} /*090*/
	}		
	@keyframes middle{
	  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
	  20% {transform:scaleX(0.45);left:2px;}/*092*/
	  100% {transform:scaleX(1);left:0px;} /*0913*/
	}	




#banner_main {
    position: relative;
    z-index: 2;
}
.banner {
    position: relative;
    width: 100%;
    min-width: 1000px;
    padding: 0px 0 47.2%;
    overflow: hidden;
}
.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;transition: ease 1s;
  animation:upin2 4s ease;
    background: #fff;
}
@keyframes upin2{0%{transform:scale(1.05)}100%{transform:scale(1)}}
.banner .list li a {
    width: 100%;
    display: block;
    height: 100%;
}
.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 {
    width: 13px;
    height: 23px;
    z-index: 12; float: left;
    cursor: pointer;
    transition: ease-in-out 0.2s; margin-left: 42px; margin-top: 31px;
    background-position: -174px -208px;
}
.banner .next {
    background-position: -191px -208px;
}
.banner .prev:hover {
    background-position: -174px -234px;
}
.banner .next:hover {
    background-position: -191px -234px;
}
.banner .sline {
    margin: 0 40px;
    float: left;
    display: block;
    width: 1px;
    height: 22px;
    background: url("../images/pnLine.png") no-repeat center center;
}
.banner .tip {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: 2%;
    height: 50px;
    z-index: 30;
    text-align: left;
}
.banner .tip li {
    margin: 0 9px;
    width: 34px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    font-weight: bold;
    overflow: hidden;
    display: inline-block; background-position: -137px -275px;
    *display: inline;
    *zoom: 1;
    transition: ease-in-out 0.2s;
    border-radius: 50px;
}
.banner .tip li.cur {
    background-position: -177px -275px;
    opacity: 1;
}
.banner .banner_zy{ width: 360px; height: 88px; background-color: #d32328; position: absolute; right: 0; bottom: 0;z-index:40;}
.banner .banner_zy i{ float: left; width: 1px; height: 22px; background-color: #f8dedf; margin-left:38px; margin-top: 32px;}
.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: 84%;
    top: 30%;
    left: 8%;
    text-align: left;
    z-index: 14;
}
.banner .v-txt .tit {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #11c05d;
    letter-spacing: 8px;
}
.banner .v-txt .tit1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #11c05d;
    letter-spacing: 8px;
}
.banner .v-txt p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #11c05d;
    letter-spacing: 8px;
}
.banner .video-container {
    background-color: #fff;
    z-index: 1;
}
.banner .video-container #video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    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 .list li video {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    object-position: center;
    left: 0;
    background-size: cover;
    top: 0;
}
.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: 50px;
    }
    .banner .v-txt .tit1 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner .v-txt p {
        font-size: 20px;
        line-height: 20px;
    }
    .banner .v-txt {
        top: 36%;
    }
}
.index_main {
}
.index_main .section1 {
    position: relative;
}
.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}
.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: "Myriad Pro", "Microsoft YaHei";
    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: #d32328;
}
.in_bl {
    width: 1400px;
    height: 46px;
    display: none;
    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: #d32328;
    line-height: 16px;
    padding-top: 30px;
}
.in_bl .in_bz i {
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 18px;
    background: url(../images/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: #d32328;
    line-height: 100px;
    background: url(../images/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;
    }
}
@media only screen and (max-width: 992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }
    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 42%;
    }
    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }
    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }
    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }
    .index_main .section1 .number span {
        margin-right: 22px;
    }
    .index_main .section1 .number span:after {
        bottom: -14px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}
.index {
    position: relative;
    overflow: hidden;
}
.header_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.9s ease-out 0s;min-width: 1280px;
    z-index: 100;
}
.header_main .header {
    position: relative;
    z-index: 3;
    height: 100%;
}
.header_main .header .head_gp {
    float: left;
}
.header_main .header .head_gp i {
    display: block;
    width: 1px;
    height: 89px;
    float: left;
    background: url(../images/t10_03.png) center center no-repeat;
    margin: 0 20px;
    margin-top: 10px;
}
.header_main .header .head_gp p {
    padding-top: 20px;
    float: left;
    font-size: 28px;
    color: #d32328;
    line-height: 28px;
    font-weight: bold;
}
.header_main .header .head_gp p span {
    display: block;
    color: #e60114;
    text-align: center;
    padding-top: 8px;
}
.header_main .navbg {
    width: 100%;
    height: 460px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    z-index: 2;
    width: 100%;
    display: none;
    backdrop-filter: blur(20px);
}
.header_main .navbg img {
    display: block;
    width: 350px;
    padding-left: 4%;
    padding-top: 8%;
}
.header_main .webLogo {
    padding-top: 21px;
    float: left;
    margin-left: 4vw;
}
.header_main .webLogo img {
    display: block;
    height: 56px;
    float: left;
}
.header_main .nav_main {
    float: right;
}
.nav_main .nav {
}
.header_main .nav_main .item {
    padding: 0 34px;
    float: left;
    height: 97px;
    z-index: 12;
}
.header_main .nav_main .item a {
    display: block;
    height: 97px;
    font-size: 18px;
    line-height: 97px;
    color: #fff;
    position: relative;
}
.header_main .nav_main .item i {
    display: block;
    width: 11px;
    height: 6px;
    background-position: -137px -101px;
    position: absolute;
    right: -26px;
    top: 48px;
}
.header_main.xc .nav_main .item i{ background-position: -154px -101px;}
.header_main .nav_main .item:hover .alink, .header_main .nav_main .item.hover .alink {
    font-weight: bold;
}
.header_main .nav_main .item.hover .alink i, .header_main .nav_main .item:hover .alink i {
    display: block;
}
@keyframes myfirst2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.nav_main .subNav {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
  top: 99px;
  text-align: center;
  background: #fff;
  z-index: 99;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.nav_main .nav li:hover .subNav {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
}
.nav_main .subNav .pro_img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 250px;
}

.nav_main .subNav .about_nav {
  padding-top: 60px;
  padding-bottom: 20px;
}

.nav_main .subNav .about_nav .about_left {
  width: 738px;
  float: left;
}

.nav_main .subNav .about_nav .about_left dl {
  width: 152px;
  text-align: left;
  float: left;
  margin-left: 94px;
}

.nav_main .subNav .about_nav .about_left dl dt {
  border-bottom: 1px solid #dfe1e6;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 13px;
  font-weight: lighter;
  margin-bottom: 28px;
}

.nav_main .subNav .about_nav .about_left dl dd {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-left: 0px;
  line-height: 20px;
}

.nav_main .subNav .about_nav .about_left dl a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #333;
  text-align: left; line-height: 26px;
}

.nav_main .subNav .about_nav .about_left dl a img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.nav_main .subNav .about_nav .about_left dl a:hover {
  color: #d32328;
  font-weight: bold;
}

.nav_main .subNav .about_nav .about_right {
  float: right;padding-bottom: 60px;
}

.nav_main .subNav .about_nav .about_right img {
  width: 500px;
  height: 240px;
  border-radius: 10px;
}

.nav_main .list li .subNav .w1400 .nav_left,
.nav_main .list li .subNav2 .w1400 .nav_left {
  text-align: left;
  position: relative;
  margin-top: 40px;
  width: 190px;
  transition: none;
  height: 332px;
  overflow-y: auto;
}

.nav_main .list li .subNav .w1400 .nav_left::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.nav_main .list li .subNav .w1400 .nav_left::-webkit-scrollbar-thumb {
  width: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 15px;
  background: #5b98d9;
}

.nav_main .list li .subNav .w1400 .nav_left::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #f5f5f5;
}

.nav_main .list li .subNav .w1400 .nav_left li,
.nav_main .list li .subNav2 .w1400 .nav_left li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: 100%;
  font-size: 18px;
  transition: none;
  font-weight: 400;
}

.nav_main .list li .subNav .w1400 .nav_right,
.nav_main .list li .subNav2 .w1400 .nav_right {
  width: calc(100% - 240px);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  box-sizing: border-box;
  border-left: 1px solid #e5e9ed;
  position: relative;
  height: 302px;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav_main .list li .subNav .w1400 .nav_right .col {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 40px;
  margin-right: 310px;
}

.nav_main .list li .subNav .w1400 .nav_right dl {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 40px;
  break-inside: avoid;
}

.nav_main .list li .subNav .w1400 .nav_right::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.nav_main .list li .subNav .w1400 .nav_right::-webkit-scrollbar-thumb {
  width: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 15px;
  background: #5b98d9;
}

.nav_main .list li .subNav .w1400 .nav_right::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #f5f5f5;
}

.nav_main .list li .subNav .w1400 .nav_right dl dt {
  border-bottom: 1px solid #dfe1e6;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}

.nav_main .list li .subNav .w1400 .nav_right dl dt a {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;

}

.nav_main .list li .subNav .w1400 .nav_right dl dd,
.nav_main .list li .subNav2 .w1400 .nav_right dl dd {
  font-size: 12px;
  float: left;
  width: 100%;
  margin-left: 0px;
  line-height: 28px;
}

.nav_main .list li .subNav .w1400 .nav_right dl dd a,
.nav_main .list li .subNav2 .w1400 .nav_right dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #333;
  text-align: left;
}

.nav_main .list li .subNav .w1400 .nav_right dl dd span,
.nav_main .list li .subNav2 .w1400 .nav_right dl dd span {
  color: #ccc;
  font-family: arial;
  float: right;
}

.nav_main .list li .subNav .w1400 .nav_right dl dd:hover a,
.nav_main .list li .subNav2 .w1400 .nav_right dl dd:hover a {
  color: #1478be;
  font-weight: bold;
}

.nav_main .list li .subNav .w1400 .nav_right dl dd:hover a span,
.nav_main .list li .subNav2 .w1400 .nav_right dl dd:hover a span {
  font-weight: 400;
}
@media (max-width: 1660px) {
  .nav_main .subNav .about_nav .about_left {
    width: 556px;
  }
}
.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;
    text-shadow: ;
}
.header_main .nav_main .item .sub-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, transparent 0%, #d32328 100%);
    transition: 0.38s;
    z-index: -1;
}
.header_main .nav_main .item .sub-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, transparent 0%, #d32328 100%);
    transition: 0.38s;
    z-index: -1;
}
.header_main .nav_main .item:hover .sub-box::before, .header_main .nav_main .item.active .sub-box::before {
    height: 100%;
    bottom: auto;
    top: 0;
    color: #fff;
    z-index: 1;
}
.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;
    background: #3bb79b;
    color: #4872de;
    background: #ffbe8b;
    background: rgba(21, 21, 21, 0.8);
}
.header_main .nav .sub-box {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 99px;
    height: 360px;
    display: none;
}
.header_main .nav .sub-box .it {
    width: 100%;
    position: relative;
    z-index: 3;
}
.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 {
    color: #333;
    float: left;
    line-height: 46px !important;
    height: 46px !important;
    width: 100%;
    padding: 0;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    font-size: 14px;
    display: block;
    background: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.header_main .nav .item:hover .sub-box .it a {
    color: #333;
}
.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 {
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_main.xc .nav .sub-box .it a:hover {
    color: #333 !important;
}
.header_main .tel {
    height: 38px;
    border: #dfdfe0 solid 1px;
    border-radius: 50px;
    width: 216px;
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right; display: none;
}
.header_main .tel i {
    width: 24px;
    height: 24px;
    background-position: -154px -115px;
    margin-right: 10px;
}
.header_main .tel h3 {
    color: #e44201;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
}
.header_main .quick {
    padding-top: 10px;
    margin-left: 26px;
    float: right;
}
.header_main .email {
    float: right;
    margin-top: 30px;
    margin-right: 4vw;
    margin-left: 2vw;
    position: relative;
    z-index: 14;
}
.header_main .email p {
    background: url(../images/t2_06.png) no-repeat left center;
    padding-left: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.header_main .email p span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
.header_main.xc .email p {
    background: url(../images/t2_07.png) no-repeat left center;
    color: #333;
}
.header_main .email .search-box {
    display: flex;
    align-items: center;
    position: relative;
}
.header_main .email .search-box .butn {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.header_main .email .search-box .butn i {
    width: 40px;
    height: 40px;
    background-position: -156px -154px;
    display: block;
    margin: 0 auto;
}
.header_main.xc .email .search-box .butn i {
    background-position: -184px -10px;
}
.header_main .email .search-box .butn.hov i {
    background-position: -230px 0;
    border-radius: 100%;
    width: 40px;
    height: 39px;
}
.header_main .email .share-sub {
    position: absolute;
    right: 47px;
    top: 0px;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    border: none;
    z-index: 10;
}
.header_main .email .share-sub.on {
    border: 1px solid #ddd;
    height: 38px;
}
.header_main .email .share-sub .sub-btn {
    border: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: 7px;
    background-color: #fff;
    background-position: -190px -18px;
    transition: ease-in-out 0.2s;
    outline: none;
}
.header_main .email .share-sub .tex {
    width: 135px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 11px 14px;
    color: #333;
    border: none;
    background: #fff;
    outline: none;
}
.header_main .email .searcher {
    float: left;
    width: 20px;
}
.header_main .email .search_btn {
    width: 20px;
    height: 20px;
    background: url("../images/j3_02.png") no-repeat center center;
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
}
.header_main.xc .email .search_btn {
    background: url("../images/j3_03.png") no-repeat center center;
}
.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("../images/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: arial;
    font-size: 18px;
    color: #333;
}
.header_main .email .member {
    color: #fff;
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
}
.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: arial;
    font-size: 26px;
    color: #fff;
    background: url("../images/telIco.png") no-repeat left center;
}
.header_main.xc .email .member {
    color: #333;
}
.header_main.xc .email .member i {
    background-position: -29px -121px;
}
.header_main.xc .tel_right .webTel {
    color: #d32328;
    background: url("../images/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;
}
.mouse-ico.xc {
    display: none;
}
.mouse-ico p {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
}
.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);
    }
}
.modal-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    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;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/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("../images/search_btn.png") no-repeat center center #d32328;
    border: none;
    cursor: pointer;
}
.floor_1_main {
    width: 100%;
    padding-top: 40px;
}
.floor_index {
    width: 100%;background: url("../images/f3_02.jpg") no-repeat top center; background-size: cover;
    overflow: hidden;
}
@media (max-width: 1660px) {
    .w1400 {
        width: 1200px;
        max-width: 1200px;
    }
}
.floor_1_1 {
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.floor_1_11 {
    width: 100%;
    position: relative;
}
.floor_1_11 a {
    display: block;
    width: 100%;
    background: url(../images/c4_03.jpg) center center no-repeat;
    height: 260px;
    position: relative;
    border-radius: 10px 30px 10px 30px;
    overflow: hidden;
    transition: all ease 0.36s;
}
.floor_1_11 a h3 {
    background: url(../images/c8_03.png) center center no-repeat;
    width: 35%;
    height: 65px;
    position: absolute;
    left: 11%;
    top: 50%;
    margin-top: -37.5px;
    background-size: 100%;
    animation: toright 2s infinite linear;
}
.floor_1_11 .a1 {
    display: block;
    width: 194px;
    height: 40px;
    background-color: #fff;
    border: #fff 2px solid;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -20px;
}
.floor_1_11 .a1 p {
    display: inline-block;
}
.floor_1_11 .a1 p span {
    display: block;
    float: left;
    font-size: 16px;
    color: #d32328;
    line-height: 40px;
    float: left;
}
.floor_1_11 .a1 p i {
    margin-left: 34px;
    float: left;
    margin-top: 14px;
    display: block;
    width: 7px;
    height: 13px;
    background-position: -154px -53px;
}
.floor_1_11 .a1:hover {
    background-color: #21afdf;
    border: #21afdf 2px solid;
}
.floor_1_11 .a1:hover p span {
    color: #fff;
}
.floor_1_11 .a1:hover p i {
    background-position: -154px -75px;
}
.floor_1_11 a:hover {
    transform: translateY(-5px);
    transition: all ease 0.36s;
}
@keyframes toright {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}
.floor_1_12 {
    position: relative;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    padding-bottom: 40px;
}
.floor_1_12 .swiper-slide {
    margin-top: 70px;
    position: relative;
    transition: all ease 0.36s;
}
.floor_1_12 .swiper-slide s {
    width: 0;
    transition: all ease 0.36s;
}
.floor_1_12 .swiper-slide a {
    display: block;
    width: 99.6%;
    background-color: #edf5f9;
    height: 100%;
    border: #dcedf4 solid 1px;
    border-radius: 20px;
    overflow: hidden;
}
.floor_1_12 .swiper-slide a h3 {
    font-size: 40px;
    color: #666;
    line-height: 40px;
    font-weight: bold;
    padding-top: 8%;
    padding-left: 8%;
}
.floor_1_12 .swiper-slide a .p1 {
    font-size: 24px;
    color: #666;
    line-height: 26px;
    padding-top: 4%;
    padding-left: 8%;
}
.floor_1_12 .swiper-slide a .p2 {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    padding-top: 2%;
    padding-left: 8%;
    padding-right: 8%;
}
.floor_1_12 .swiper-slide a .p3 {
    display: none;
    width: 30px;
    height: 30px;
    background-position: -191px -176px;
    margin-top: 6%;
    margin-left: 8%;
}
.floor_1_12 .swiper-slide a b {
    opacity: 0;
    display: block;
    width: 342px;
    height: 342px;
    position: absolute;
    background: url(../images/c9_03.png) center center no-repeat;
    left: 50%;
    top: 31%;
    margin-left: -171px;
    animation: myfirst2 15s infinite linear;
}
.floor_1_12 .swiper-slide a .img {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-top: 6%;
    padding-bottom: 60%;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
}
.floor_1_12 .swiper-slide a .img .img1 {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.36s;
}
.floor_1_12 .swiper-slide a .img .img2 {
    display: block;
    transition: all ease 0.36s;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.floor_1_12 .swiper-slide.swiper-slide-active {
    margin-top: 0;
    z-index: 5;
}
.floor_1_12 .swiper-slide.swiper-slide-active a {
    display: block;
}
.floor_1_12 .swiper-slide.swiper-slide-active .sldr {
    display: block;
    width: 540px;
    height: 590px;
    background-color: #fff;
    border: #fff solid 1px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -270px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.floor_1_12 .swiper-slide.swiper-slide-active s {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #67d9c7;
    background: -moz-linear-gradient(left, #67d9c7 0%, #3fafe4 100%);
    background: -webkit-linear-gradient(left, #67d9c7 0%, #3fafe4 100%);
    background: linear-gradient(to right, #67d9c7 0%, #3fafe4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d9c7', endColorstr='#3fafe4', GradientType=1);
}
.floor_1_12 .swiper-slide.swiper-slide-active a .p3 {
    display: block;
}
.floor_1_12 .swiper-slide:hover a .img .img1 {
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.floor_1_12 .swiper-slide:hover a .img .img2 {
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    opacity: 1;
    visibility: visible;
}
.floor_1_12 .swiper-slide:hover .img {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}
.floor_1_12 .swiper-slide.swiper-slide-active:hover a .img .img2 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.floor_1_12 .swiper-slide.swiper-slide-active a .img .img1 {
    opacity: 0;
}
.floor_1_12 .swiper-slide.swiper-slide-active a .img .img2 {
    opacity: 1;
}
.floor_1_12 .swiper-slide.swiper-slide-active a b {
    opacity: 1;
}
.floor_1_12 .swiper-button-next {
    width: 57px;
    height: 57px;
    background-image: none;
    margin-top: -28.5px;
}
.floor_1_12 .swiper-button-next span {
    position: absolute;
    width: 57px;
    height: 57px;
    cursor: pointer;
    background-position: -257px -412px;
}
.floor_1_12 .swiper-button-next span:hover {
    background-position: -73px -240px;
}
.floor_1_12 .swiper-button-prev {
    width: 57px;
    height: 57px;
    background-image: none;
    margin-top: -28.5px;
}
.floor_1_12 .swiper-button-prev span {
    position: absolute;
    width: 57px;
    height: 57px;
    cursor: pointer;
    background-position: -185px -412px 
}
.floor_1_12 .swiper-button-prev span:hover {
    background-position: -0px -240px;
}
@media (max-width: 1660px) {
    .floor_1_12 .swiper-slide.swiper-slide-active .sldr {
        height: 560px;
    }
    .floor_1_12 .swiper-slide a .img {
        margin-top: 0%;
    }
    .floor_1_12 {
        padding-bottom: 88px;
    }
}
.floor_1_1 .parHd {
    position: absolute;
    right: 0;
    top: -80px 
}
.floor_1_1 .parHd ul {
    display: inline-block;
}
.floor_1_1 .parHd ul li {
    margin-left: 20px;
    height: 50px;
    position: relative;
    background: url(../images/t8_04.png);
    float: left;
}
.floor_1_1 .parHd ul li::before {
    background: url(../images/t8_03.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    content: '';
    height: 50px;
    z-index: 2;
    display: block;
    background-size: 100%;
}
.floor_1_1 .parHd ul li::after {
    background: url(../images/t8_06.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: -4px;
    width: 9px;
    content: '';
    height: 50px;
    z-index: 1;
    display: block;
    background-size: 100%;
}
.floor_1_1 .parHd ul li a {
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 46px;
    padding: 0 16px;
}
.floor_1_1 .parHd ul li.on a {
    color: #d32328;
}
.floor_1_1 .parBd {
    width: 100%;
}
.floor_1_1 .parBd .slideBox {
    width: 100%;
    position: relative;
}
.floor_1_1 .parBd .slideBox .sPrev {
    display: block;
    width: 30px;
    height: 53px;
    background-position: -50px -325px;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -26px;
}
.floor_1_1 .parBd .slideBox .sNext {
    display: block;
    width: 30px;
    height: 53px;
    background-position: -92px -325px;
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -26px;
}
.floor_1_1 .parBd ul {
    display: inline-block;
    width: 100%;
}
.floor_1_1 .parBd ul li {
    width: 32%;
    float: left;
    overflow: hidden;
    margin-top: 2%;
    margin-right: 2%;
    position: relative;
    float: left;
    overflow: hidden;
}
.floor_1_1 .parBd ul li img {
    display: block;
    width: 100%;
    transition: all ease 0.36s;
}
.floor_1_1 .parBd ul li h3 {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.floor_1_1 .parBd ul li:nth-child(3n) {
    margin-right: 0;
}
.floor_1_1 .parBd ul li.item3, .floor_1_1 .parBd ul li.item6, .floor_1_1 .parBd ul li.item9, .floor_1_1 .parBd ul li.item12, .floor_1_1 .parBd ul li.item15, .floor_1_1 .parBd ul li.item18, .floor_1_1 .parBd ul li.item21, .floor_1_1 .parBd ul li.item24 {
    margin-right: 0;
}
.floor_1_1 .parBd ul li:hover {
}
.floor_1_1 .parBd ul li:hover img {
    transform: scale(1.03);
    transition: all ease 0.36s;
}
@media (max-width: 1660px) {
}
.floor_1_00 {
    display: inline-block;
    width: 100%;
    padding-top: 90px;
}
.floor_1_00 h3 {
    float: left;
}
.floor_1_00 h3 p {
    font-size: 26px;
    color: #dbdada;
    line-height: 46px;
    text-transform: uppercase;
}
.floor_1_00 h3 span {
    display: block;
    font-size: 36px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
.floor_1_00 .p {
    width: 64.2%;
    float: right;
}
.floor_1_00 .p p {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    width: 90%;
}
.floor_1_00 .x {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    width: 660px;
    float: right;
    padding-top: 20px;
}
.floor_1_00 .a1 {
    display: block;
    width: 158px;
    height: 44px;
    border-radius: 50px;
    text-align: center;
    transition: all ease 0.36s;
    float: right;
    margin-top: 2%;
    border: #666 solid 1px;
}
.floor_1_00 .a1 p {
    display: inline-block;
}
.floor_1_00 .a1 p span {
    display: block;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 44px;
    float: left;
}
.floor_1_00 .a1 p i {
    margin-left: 16px;
    float: left;
    display: block;
    transition: all ease 0.36s;
    font-size: 20px;
    color: #666;
    line-height: 44px;
}
.floor_1_00 .a1:hover {
    background-color: #d32328;
    border: #d32328 solid 1px;
    transition: all ease 0.36s;
}
.floor_1_00 .a1:hover p i {
    margin-left: 10px;
    color: #fff;
}
.floor_1_00 .a1:hover p span {
    color: #fff;
}
@media (max-width: 1660px) {
    .floor_1_00 h3 p {
        font-size: 22px;
        line-height: 40px;
    }
    .floor_1_00 h3 span {
        font-size: 32px;
        line-height: 32px;
    }
}
.floor_2_main { width: 100%; position: relative;}
.floor_2_main .floor_1_00 .hd{ float: right;}
.floor_2_main .floor_1_00 .hd ul{ display: inline-block;}
.floor_2_main .floor_1_00 .hd ul li{ width: 180px; height: 50px; float: left;}
.floor_2_main .floor_1_00 .hd ul li a{ display: block; width: 100%;height: 50px; text-align: center; line-height: 50px; font-size:18px; color: #333;}
.floor_2_main .floor_1_00 .hd ul li.on a{ background-color: #d32328; color: #fff;}
.floor_2_main .bd{ width: 100%;}
.floor_2_main .bd ul{ display: inline-block; width: 100%;}
.floor_2_main .bd ul li{ width: 32%; float: left; margin-right: 2%; background-color: #fff; border-radius:0 0 10px 10px; overflow: hidden;
margin-top: 40px; position: relative; transition: all ease 0.36s;}
.floor_2_main .bd ul li:nth-child(3n){ margin-right: 0;}
.floor_2_main .bd ul li .img{ display: block; width: 100%; overflow: hidden;}
.floor_2_main .bd ul li .img img{ display: block; width: 100%;transition: all ease 0.36s;}
.floor_2_main .bd ul li h3{ line-height: 64px; font-size:18px; padding-left: 7%;}
.floor_2_main .bd ul li i{ display: block; width: 31px; height: 31px; background-position: -144px -318px; position: absolute;
right: 5%; bottom: 16px;}
.floor_2_main .bd ul li:hover{ background-color: #d32328;transform: translateY(-5px); transition: all ease 0.36s;}
.floor_2_main .bd ul li:hover h3{ color: #fff;}
.floor_2_main .bd ul li:hover i{ background-position: -177px -318px;}
.floor_2_main .bd ul li:hover img { transform: scale(1.05); transition: all ease 0.36s;}




@media (max-width: 1660px) {
 
 
}
.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(../images/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);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.15);
    }
}
.floor_3_main { width: 100%;  position: relative; padding-bottom: 160px;}
.floor_3_main .floor_1_00 h3 span{ line-height: 48px;}
.floor_3_main .floor_1_00 .a2{ display: block; float: right; margin-top:50px;}
.floor_3_main .floor_1_00 .a2 p{ display: inline-block;}
.floor_3_main .floor_1_00 .a2 p span{ display: block; float: left; font-size: 24px; color: #666; line-height: 24px;transition: all ease 0.36s;}
.floor_3_main .floor_1_00 .a2 p i{ display: block; width: 27px;transition: all ease 0.1s; height: 27px; float: left; margin-left: 10px; background-position: -214px -318px;}
.floor_3_main .floor_1_00 .a2:hover p span{ color: #d32328;}
.floor_3_main .floor_1_00 .a2:hover p i{margin-left: 6px;}

.floor_3_1{ width: 100%; position: relative;}
.floor_3_1 .bd{ width: 100%; position: relative;}
.floor_3_1 .bd ul{ display: inline-block; width: 100%;}
.floor_3_1 .bd ul li{ width: 322px; float: left; margin-right: 37px; margin-top: 26px; overflow: hidden; position: relative;}
.floor_3_1 .bd ul li .img{ display: block; width: 100%; position: relative;}
.floor_3_1 .bd ul li .img .img1{ display: block; width: 100%;}
.floor_3_1 .bd ul li .img p{ width: 65px; height: 65px; background-color: #fff; border-radius: 5px; position: absolute; right: 20px; top: 20px;}
.floor_3_1 .bd ul li .img p img{ display: block; width: 100%;}
.floor_3_1 .bd ul li .img h3{background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); font-size: 24px; color: #fff; line-height: 130px;
width: 92%; padding-left: 8%; position: absolute; left: 0; bottom: 0;}
.floor_3_1 .bd ul li .w{ opacity: 0; background-color: #d32328; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
transition: all ease 0.36s;}
.floor_3_1 .bd ul li .w p{ width: 65px; height: 65px; background: linear-gradient(to bottom, #ffff00, #fec600); 
border-radius: 5px; position: absolute; left: 20px; top: 20px;}
.floor_3_1 .bd ul li .w h3{color: #fffe00;background: linear-gradient(to right, #ffff00, #fec600);
-webkit-background-clip: text;-webkit-text-fill-color: transparent; font-size: 24px; font-weight: bold; padding: 6%; padding-top: 36%;}
.floor_3_1 .bd ul li .w .p{ padding: 6%; font-size: 18px; color: #fff; line-height: 30px; padding-top: 0;}
.floor_3_1 .bd ul li .w .s{font-size: 18px; color: #fff; line-height: 20px; position: absolute; left: 6%; bottom: 10%;}
.floor_3_1 .bd ul li:hover .w{opacity: 1;}
.floor_3_1 .hd{ width: 100%; position: relative; margin-top: 26px; height: 60px;}
.floor_3_1 .hd .prev{ display: block; width: 60px; height: 60px; position: relative; float: left; background-color: #fff; cursor: pointer;}
.floor_3_1 .hd .prev span{ display: block;position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 11px; height: 21px; background-position: -188px -96px;}
.floor_3_1 .hd .next{ display: block; width: 60px; height: 60px; position: relative; float: left; background-color: #fff; cursor: pointer;}
.floor_3_1 .hd .next span{ display: block;position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 11px; height: 21px; background-position: -204px -96px;}
.floor_3_1 .hd .next:hover,.floor_3_1 .hd .prev:hover{ background-color: #d32328;}
.floor_3_1 .hd .prev:hover span{ background-position: -188px -121px;}
.floor_3_1 .hd .next:hover span{ background-position: -204px -121px;}
.floor_3_1 .hd i{ width: 88%; height: 1px; margin-top: 59px; background-color: #d1d1d1; float: right;}
.floor_3_1 .hd .pageState{ display: block; font-size: 24px; color: #999; line-height: 24px; font-family: Arial; position: absolute;
right: 0; bottom: 10px;}
.floor_3_1 .hd .pageState span{ font-size: 36px; color: #d32328; line-height: 36px;}

@media (max-width: 1660px) {
   .floor_3_1 .bd ul li{ width: 280px; margin-right: 27px;}
   .floor_3_1 .bd ul li .img h3{ font-size: 20px; line-height: 110px;}
   .floor_3_1 .bd ul li .w h3{font-size: 20px;}
   .floor_3_1 .bd ul li .w .p{ font-size: 16px;line-height: 26px;}
}
.floor_4_main {
    width: 100%;
    position: relative;
    background: url(../images/z3_04.jpg) center center no-repeat;
    padding-bottom: 70px;
}
.floor_4_main .floor_1_00 h3 {
    float: none;
    text-align: center;
}
.floor_4_main .floor_1_00 h3 span {
    color: #fff;
}
.floor_4_main .floor_1_00 h3 p {
    font-size: 20px;
    color: #ddd;
}
.floor_4_1 {
    width: 100%;
    position: relative;
    margin-top: 26px;
}
.floor_4_1 dl {
    width: 100%;
    position: relative;
}
.floor_4_1 dl dt {
    animation: toright 2s infinite linear;
    width: 368px;
    height: 368px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -184px;
    margin-top: -170px;
    z-index: 5;
    background: #3b99fb;
    background: -moz-linear-gradient(top, #3b99fb 0%, #d32328 100%);
    text-align: center;
    background: -webkit-linear-gradient(top, #3b99fb 0%, #d32328 100%);
    background: linear-gradient(to bottom, #3b99fb 0%, #d32328 100%);
}
.floor_4_1 dl dt .img {
    display: block;
    margin: 0 auto;
    margin-top: 17%;
}
.floor_4_1 dl dt h3 {
    font-size: 46px;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    padding-top: 6%;
    text-shadow: 1px 0px 1px rgb(0, 0, 0, 0.5);
}
.floor_4_1 dl dd {
    width: 100%;
    position: relative;
    display: inline-block;
}
.floor_4_1 dl dd .item {
    width: 788px;
    height: 359px;
    background: url(../images/z7_03.png) right center no-repeat;
    float: left;
    margin-bottom: 26px;
    text-align: left;
    transition: all ease 0.36s;
    background-size: 100%;
}
.floor_4_1 dl dd .item.li2 {
    background: url(../images/z7_05.png) left center no-repeat;
    background-size: 100%;
    margin-left: 24px;
    text-align: right;
}
.floor_4_1 dl dd .item.li3 {
    width: 788px;
    height: 319px;
    background: url(../images/z7_10.png) right center no-repeat;
    background-size: 100%;
}
.floor_4_1 dl dd .item.li4 {
    width: 788px;
    height: 319px;
    background: url(../images/z7_12.png) left center no-repeat;
    background-size: 100%;
    margin-left: 24px;
    text-align: right;
}
.floor_4_1 dl dd .item h3 {
    font-size: 30px;
    color: #d32328;
    line-height: 30px;
    font-weight: bold;
    padding: 6% 5% 2% 5%;
}
.floor_4_1 dl dd .item p {
    font-size: 14px;
    display: inline-block;
    color: #333;
    line-height: 22px;
    width: 66%;
    margin-left: 5%;
    margin-right: 5%;
}
.floor_4_1 dl dd .item .img {
    display: inline-block;
    padding-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
}
.floor_4_1 dl dd .item .img img {
    display: block;
    float: left;
    width: 164px;
    margin-right: 9px;
    transition: all ease 0.36s;
}
.floor_4_1 dl dd .item.li2 .img img, .floor_4_1 dl dd .item.li4 .img img {
    margin-right: 0;
    margin-left: 9px;
}
.floor_4_1 dl dd .item:hover {
    transform: translateY(-5px);
    transition: all ease 0.36s;
}
.floor_4_1 dl dd .item .img img:hover {
    transform: translateY(-5px);
    transition: all ease 0.36s;
}
@keyframes toright {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 1660px) {
    .floor_1_00 .x {
        float: right;
    }
    .floor_1_00 .x a {
        float: left;
        font-size: 20px;
        line-height: 50px;
        margin-left: 80px;
        position: relative;
    }
    .floor_1_00 .x a i {
        display: block;
        width: 0;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -11px;
        background-color: #d32328;
        transition: all ease 0.36s;
    }
    .floor_1_00 .x a:hover i {
        width: 100%;
        transition: all ease 0.36s;
    }
    .floor_1_00 .x a.aa1 {
        color: #d32328;
    }
    .floor_1_00 .x a.aa1 i {
        width: 100%;
    }
    .floor_4_1 dl dd .item {
        width: 588px;
        height: 268px;
    }
    .floor_4_1 dl dd .item.li3 {
        width: 588px;
        height: 238px;
    }
    .floor_4_1 dl dd .item.li4 {
        width: 588px;
        height: 238px;
    }
    .floor_4_1 dl dd .item p {
        width: 85%;
        line-height: 20px;
        font-size: 13px;
    }
    .floor_4_1 dl dd .item .img img {
        width: 124px;
    }
    .floor_4_1 dl dd .item h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .floor_4_1 dl dt {
        width: 280px;
        height: 280px;
        margin-left: -140px;
        margin-top: -133px;
    }
    .floor_4_1 dl dt .img {
        width: 140px;
        margin-top: 20%;
    }
    .floor_4_1 dl dt h3 {
        font-size: 34px;
        line-height: 42px;
    }
}
.floor_6_main {
    width: 100%;
    position: relative;
    background: url(../images/t6_02.jpg) center center;
    padding-bottom: 70px;
}
.floor_6_1 {
    width: 100%;
    margin-top: 45px;
    position: relative;
    display: inline-block;
}
.floor_6_1 .parHd {
    position: absolute;
    right: 0;
    top: -96px;
}
.floor_6_1 .parHd ul {
    display: inline-block;
}
.floor_6_1 .parHd ul li {
    margin-left: 20px;
    height: 50px;
    position: relative;
    background: url(../images/t8_04.png);
    float: left;
}
.floor_6_1 .parHd ul li::before {
    background: url(../images/t8_03.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    content: '';
    height: 50px;
    z-index: 2;
    display: block;
    background-size: 100%;
}
.floor_6_1 .parHd ul li::after {
    background: url(../images/t8_06.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: -4px;
    width: 9px;
    content: '';
    height: 50px;
    z-index: 1;
    display: block;
    background-size: 100%;
}
.floor_6_1 .parHd ul li a {
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 46px;
    padding: 0 16px;
}
.floor_6_1 .parHd ul li.on a {
    color: #d32328;
}
.floor_6_1 .parBd {
    width: 100%;
}
.floor_6_1 .parBd .slideBox {
    width: 100%;
    position: relative;
    height: 592px;
}
.floor_6_1 .parBd .slideBox .jd {
    width: 75.2%;
    float: right;
}
.floor_6_1 .parBd .slideBox .jd ul {
    width: 100%;
}
.floor_6_1 .parBd .slideBox .jd ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.floor_6_1 .parBd .slideBox .jd ul li img {
    display: block;
    width: 100%;
    transition: all ease 0.36s;
}
.floor_6_1 .parBd .slideBox .jd ul li h3 {
    background: rgba(0, 0, 0, 0.5);
    width: 95%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: left;
    position: absolute;
    left: 0%;
    bottom: 0;
    padding-left: 5%;
}
.floor_6_1 .parBd .slideBox .jd ul li:nth-child(3n) {
    margin-right: 0;
}
.floor_6_1 .parBd .slideBox .jd ul li:hover {
}
.floor_6_1 .parBd .slideBox .jd ul li:hover img {
    transform: scale(1.03);
    transition: all ease 0.36s;
}
.floor_6_1 .parBd .slideBox .fd {
    width: 21.5%;
    position: absolute;
    left: 0;
    bottom: 17%;
}
.floor_6_1 .parBd .slideBox .fd ul {
    width: 100%;
}
.floor_6_1 .parBd .slideBox .fd ul li {
    width: 142px;
    height: 80px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}
.floor_6_1 .parBd .slideBox .fd ul li img {
    width: 100%;
    display: block;
}
.floor_6_1 .parBd .slideBox .fd ul li.li2, .floor_6_1 .parBd .slideBox .fd ul li.li4, .floor_6_1 .parBd .slideBox .fd ul li.li6 {
    margin-right: 0;
}
.floor_6_1 .parBd .slideBox .fd ul li.on {
    border: #d63f1f solid 1px;
    width: 140px;
    height: 78px;
}
.floor_6_1 .parBd .slideBox .fd ul li.on img {
    border: #fff0dd solid 1px;
    width: 138px;
    height: 76px;
}
.floor_6_1 .genduo {
    width: 151px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.floor_6_1 .genduo a {
    display: block;
    width: 151px;
    height: 50px;
    background: url(../images/t11_03.png) center center no-repeat;
    text-align: center;
    transition: all ease 0.36s;
}
.floor_6_1 .genduo a p {
    display: inline-block;
}
.floor_6_1 .genduo a p span {
    display: block;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 47px;
}
.floor_6_1 .genduo a p i {
    display: block;
    float: left;
    width: 12px;
    height: 11px;
    background-position: 0px -421px;
    float: left;
    margin-left: 10px;
    margin-top: 18px;
}
.floor_6_1 .genduo a:hover p i {
    background-position: 0px -437px;
}
.floor_6_1 .genduo a:hover p span {
    color: #d32328;
}
.floor_6_1 .genduo a:hover {
    transform: translateY(-5px); 
    transition: all ease 0.36s;
}
@media (max-width: 1660px) {
    .floor_6_1 .parBd .slideBox .fd ul li {
        width: 120px;
        height: 67px;
    }
    .floor_6_1 .parBd .slideBox .fd ul li.on {
        width: 118px;
        height: 65px;
    }
    .floor_6_1 .parBd .slideBox .fd ul li.on img {
        width: 116px;
        height: 63px;
    }
    .floor_6_1 .parBd .slideBox {
        height: 508px;
    }
}
.floor_index_1 {  width: 100%; overflow: hidden;}
.floor_index_1 .w1600{ position: relative;}
.floor_index_11{display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.floor_index_11 .floor_index_111{ width:37%;}
.floor_index_11 .floor_index_111 h4{ font-size: 34px; line-height: 46px; color: #333; font-weight: bold; padding-top: 5%;}
.floor_index_11 .floor_index_111 h4 span{ display: inline-block; color: #d32328;}
.floor_index_11 .floor_index_111 .p{font-size: 16px; line-height:32px; color: #666; border-top: #c7c8c8 solid 1px; 
padding-top: 28px; margin-top: 32px;}
.floor_index_11 .floor_index_111 .a1{ display: block; width: 235px; height: 59px;  margin-top: 9%; text-align: center; line-height: 59px;
background: url(../images/f5_03.png) center center no-repeat; position: relative; font-size: 18px; color: #d32328;background-size: 100%;}
.floor_index_11 .floor_index_111 .a1:after { content: ""; width: 52px; height: 52px; position: absolute; top: 50%;
 left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: rgba(223, 140, 146, 1);
  border-radius: 100%; -webkit-animation: yuan 2s ease 0s infinite; animation: yuan 2s ease 0s infinite;}
  .floor_index_11 .floor_index_111 .a1:hover{background: url(../images/f5_04.png) center center no-repeat; color: #fff; background-size: 100%;}
@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.floor_index_11 .floor_index_112{ width: 61%; position: relative; display: flex; margin-top: 90px;padding-bottom: 10px;}
.floor_index_11 .floor_index_112 #video{ display: block; width: 98%; position: relative; z-index: 2;}
.floor_index_11 .floor_index_112 i{ display: block; width: 98%; height: 98%; background: url(../images/f6_03.png) center center no-repeat;
 position: absolute; left: 10px; top:10px; background-size: 100%;}
.floor_index_11 .floor_index_112 em{ display: block; width: 64px; height: 64px; background-position: -346px -112px;
position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); z-index: 5; cursor: pointer;}
 
 

@media (max-width: 1660px) {
	.floor_index_11 .floor_index_111 h4{ font-size: 30px; line-height: 40px; padding-top: 3%;}
	.floor_index_11 .floor_index_111 .p { font-size: 14px;line-height: 30px; text-indent: 28px;
	    border-top: #c7c8c8 solid 1px; padding-top: 20px;  margin-top: 26px;}
	.floor_index_11 .floor_index_111 .a1{ width: 200px;height: 52px; line-height: 52px;}
}
.floor_7_main {
    padding-top: 100px;
    background: url(../images/hm9_02.jpg) center center no-repeat;
    width: 100%;
    padding-bottom: 100px;
    background-size: cover;
}
.floor_7_main h3 {
    float: left;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
    text-shadow: 0 0px 1px #fff;
}
.floor_7_main .form {
    width: 100%;
    padding-top: 42px;
    display: inline-block;
}
.floor_7_main .form .item {
    float: left;
    width: 24%;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}
.floor_7_main .form .item .txt {
    width: 95%;
    line-height: 46px;
    outline: none;
    padding-left: 5%;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    border: none;
}
.floor_7_main .form .item .red {
    color: #F00;
    position: absolute;
    right: 5%;
    line-height: 42px;
    top: 0;
}
.floor_7_main .form .tarea {
    float: left;
    width: 24%;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.floor_7_main .form .tarea .area {
    width: 88%;
    line-height: 46px;
    outline: none;
    padding-left: 5%;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    border: none;
    resize: none;
}
.floor_7_main .form .tarea .red {
    color: #F00;
    position: absolute;
    right: 5%;
    line-height: 42px;
    top: 0;
}
.floor_7_main .form .bot {
    float: right;
    width: 20%;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}
.floor_7_main .form .bot .btn {
    width: 100%;
    line-height: 46px;
    outline: none;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.floor_7_main .form .bot .btn:hover {
    background-color: #d9d9d9;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
}
.floor_8_main {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.floor_8_main .img1 {
    width: 100%;
    display: block;
}
.floor_8_main .i {
    display: block;
    width: 260px;
    height: 333px;
    position: absolute;
    left: -2%;
    bottom: 0;
    background: url(../images/z11_02.png) center center no-repeat;
    z-index: 3;
}
.floor_8_main .o {
    width: 57.2%;
    height: 86%;
    background: rgb(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
}
.floor_8_main .w1600 {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 0;
}
.floor_8_1 {
    width: 47%;
    padding-left: 6%;
}
.floor_8_1 .floor_1_00 h3 p {
    font-size: 60px;
    color: #d32328;
    line-height: 50px;
    font-family: Arial;
}
.floor_8_1 .fx {
    width: 88px;
    height: 4px;
    background-color: #65d2a8;
    margin-top: 4%;
}
.floor_8_1 .p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 4%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.floor_8_1 .a1 {
    display: block;
    font-size: 16px;
    padding-top: 4%;
}
.floor_8_1 ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8%;
}
.floor_8_1 ul li {
    width: 30.3%;
    position: relative;
}
.floor_8_1 ul li.li3 {
    width: 18.3%;
}
.floor_8_1 ul li dt {
    width: 100%;
}
.floor_8_1 ul li dt span {
    display: inline-block;
    font-size: 60px;
    color: #d32328;
    line-height: 50px;
    font-family: Arial;
    font-weight: bold;
}
.floor_8_1 ul li dt i {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 16px;
    padding-left: 10px;
}
.floor_8_1 ul li dd {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.floor_8_1 ul li s {
    display: block;
    width: 1px;
    height: 76px;
    position: absolute;
    right: 0;
    top: 4%;
    background: url(../images/z13_03.png) center center no-repeat;
}
.floor_8_1 ul li.li3 s {
    display: none;
}
@media (max-width: 1660px) {
    .floor_8_main .w1600 {
        margin-left: -600px;
    }
    .floor_8_1 ul li dt span {
        font-size: 50px;
        line-height: 40px;
    }
    .floor_8_1 ul li {
        width: 32.3%;
    }
    .floor_8_1 ul li.li3 {
        width: 21.3%;
    }
    .floor_8_1 .floor_1_00 h3 p {
        font-size: 50px;
        line-height: 40px;
    }
    .floor_8_1 .floor_1_00 {
        padding-top: 70px;
    }
}
.floor_9_main {
    width: 100%;
    position: relative;
}
.floor_9_1 {
    margin-top: 50px;
    width: 100%;
    position: relative;
}
.floor_9_1 .bd {
    width: 100%;
    position: relative;
}
.floor_9_1 .bd ul {
    display: inline-block;
    width: 100%;
}
.floor_9_1 .bd ul li {
    width: 370px;
    margin-right: 36px;
    overflow: hidden;
    position: relative;
}
.floor_9_1 .bd ul li img {
    display: block;
    width: 100%;
    transition: all ease 0.36s;
}
.floor_9_1 .bd ul li:hover img {
    transform: scale(1.03);
    transition: all ease 0.36s;
}
.floor_9_1 .bd ul li .on {
    width: 100%;
    height: 100%; background: rgba(0, 0, 0, 0.3); position: absolute;
    left: 0;
    top: 0;
    display: flex;
    z-index: 10;
    align-items: center;
    text-align: center;  opacity: 0;
}
.floor_9_1 .bd ul li .on i {
    width: 55px; height: 55px; border-radius: 100%; background-position: -147px -218px;
    margin: 0 auto;  transition: ease-in-out .2s; transform: translateY(20px);}
.floor_9_1 .bd ul li:hover .on { opacity: 1;}
.floor_9_1 .bd ul li:hover .on i { transform: translateY(0px);}
@media (max-width: 1660px) {
    .floor_9_1 .bd ul li {  width: 290px;  margin-right: 20px; }
}
.floor_10_main {  background: url(../images/z3_05.jpg) center center no-repeat; width: 100%;  padding-bottom: 100px;
background-size: 100%;}
.floor_10_main .floor_1_00 { text-align: center;}
.floor_10_main .floor_1_00 h3 { float: none;}
.floor_10_1 { width: 100%; position: relative;  margin-top: 50px;}
.floor_10_1 dt {  width: 497px; height: 497px; position: absolute;  left: 50%; top: 50%;
    margin-left: -248.5px;  margin-top: -248.5px; z-index: 3;}
.floor_10_1 dt img {  display: block; width: 100%;  position: relative;  z-index: 3; animation: toright 2s infinite linear;}
.floor_10_1 dt i {
    display: block; width: 100%; height: 100%; background: url(../images/z5_03.png) center center no-repeat;
    background-size: 100%; animation: lan 40s infinite linear;  position: absolute; left: 0;
    top: 0;  background-size: 100%;}
.floor_10_1 dd { width: 100%;  position: relative;  display: flex; justify-content: space-between;  position: relative;
    flex-wrap: wrap;}
.floor_10_1 dd .item { width: 28%; display: inline-block; transition: all ease 0.36s; margin-bottom: 3%;}
.floor_10_1 dd .item span { display: block; width: 34px; height: 34px; border-radius: 50px;text-align: center;float: left;line-height: 34px;
    background: #3b99fb; background: -moz-linear-gradient(top, #3b99fb 0%, #d32328 100%); 
    background: -webkit-linear-gradient(top, #3b99fb 0%, #d32328 100%);
    background: linear-gradient(to bottom, #3b99fb 0%, #d32328 100%);
  font-size: 16px; color: #fff; font-weight: bold;}
.floor_10_1 dd .item .w { width: 86%; font-size: 16px; color: #666; line-height: 26px; float: right;}
.floor_10_1 dd .item .w h3 { font-size: 26px;  line-height: 28px; color: #333; padding-bottom: 10px;}
.floor_10_1 dd .item:hover { transform: translateY(-5px); transition: all ease 0.36s;}
.floor_10_1 dd .item:hover .w h3 { color: #65d2a8;}
.floor_10_1 dd .item:hover span { background: #65d2a8;}
.floor_10_1 dd .item:nth-child(2n) {  margin-left: 18%;}
@keyframes lan {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 1660px) {
    .floor_10_1 dt { width: 430px; height: 430px; margin-left: -215px; margin-top: -215px;}
    .floor_10_1 dd .item .w { font-size: 13px; line-height: 20px;}
    .floor_10_1 dd .item .w h3 { font-size: 22px; line-height: 24px;}
    .floor_10_1 dd .item { width: 29%; margin-bottom: 2%;}
}
.bottom_main { background:#2d2d2d;
position: relative; z-index: 5; height:470px;background-size: cover;}

.bottom_line{ padding-top:70px;display: flex;justify-content: space-between; position: relative; flex-wrap: wrap; width: 100%;
padding-bottom: 60px;}
.bottom_line .bottom_line1{ width: 31.8%;}
.bottom_line .bottom_line1 img{ display: block; }
.bottom_line .bottom_line1 p{ width: 100%; padding-top: 30px;}
.bottom_line .bottom_line1 p span{ display: block; font-size: 16px;color: #999;line-height: 32px; }

.bottom_line .bottom_line2{ width: 14.4%; text-align: center;}
.bottom_line .bottom_line2 h3{ font-size: 20px; color: #fff; line-height: 36px;}
.bottom_line .bottom_line2 h3 .span1{ display: block; font-size: 24px; color: #fff; line-height:26px; font-weight: bold; font-family: Arial;}
.bottom_line .bottom_line2 .p1{ margin: 0 auto; width:118px; border: #575757 solid 1px; margin-top:26px;}
.bottom_line .bottom_line2 .p1 img{ display: block; width:110px; height: 110px; border: #2d2d2d solid 4px;}
.bottom_line .bottom_line2 .p2{ font-size: 14px; color: #888c95; line-height: 40px;}

.bottom_line .bottom_line3{ width: 21.5%; text-align: right;}
.bottom_line .bottom_line3 h3{ font-size: 20px; color: #fff; line-height: 36px;}
.bottom_line .bottom_line3 h3 .span1{ display: block; font-weight: bold; font-size: 24px; color: #fff; line-height:26px; font-weight: bold; font-family: Arial;}
.bottom_line .bottom_line3 h3 .span2{display:inline-block;}
.bottom_line .bottom_line3 h3 .span2 i{ display: block; float: left; width: 21px; height: 3px;background-position: -292px 0px; margin-top: 18px;}
.bottom_line .bottom_line3 h3 .span2 span{font-size: 20px; color: #fff; line-height: 36px; float: left; padding-left: 14px;}
.bottom_line .bottom_line3 ul{ display: inline-block; width: 100%;}
.bottom_line .bottom_line3 ul a{ display: block; float: left; width: 50%; text-align: right; font-size: 16px; color: #999; line-height: 42px;}
.bottom_line .bottom_line3 ul a:hover{ color: #fff;}

@media (max-width: 1660px) {
  .bottom_line .bottom_line1 p span{ font-size: 14px; line-height: 32px; }
}


.bottom_main .tel {}
.bottom_main .tel .left img { height: 64px;}
.bottom_main .tel .left p { color: #636466; padding-top: 10px;}
.bottom_main .tel .right { color: #fff;  padding-top: 10px;}
.bottom_main .tel .right ul { display: flex;}
.bottom_main .tel .right ul li { display: flex; padding-left: 180px;}
.bottom_main .tel .right ul li i { display: block; width: 30px; height: 38px; background-position: -195px -92px;}
.bottom_main .tel .right p { font-size: 18px; color: #fff; line-height: 18px; padding-left: 18px;}
.bottom_main .tel .right p span {display: block; font-size: 18px; font-family: arial; line-height: 22px; padding-top: 4px;}
.bottom_main .tel .right ul li.li2 i { background-position: -235px -92px;}
.bottom_main .tel .right ul li.li3 i { background-position: -278px -92px;}
.bottom_main .box2 dl { float: left; padding-left: 130px;}
.bottom_main .box2 dl dt { margin-bottom: 12px;}
.bottom_main .box2 dl dt a { color: #fff; font-size: 18px;}
.bottom_main .box2 dl dt a:hover { text-decoration: underline;}
.bottom_main .box2 dl dd { line-height: 34px; font-size: 14px;}
.bottom_main .box2 dl dd a { color: #999;}
.bottom_main .box2 dl dd a:hover { color: #fff;}
.bottom_main .w1400{ position: relative; height: 100%;}

.bottom_copy { display: inline-block; position: absolute; left: 0; bottom: 0; font-size: 14px; width: 100%; 
line-height: 98px; color: #999;border-top: #3a3a3a solid 1px;}
.bottom_copy a {  color: #999;}
.bottom_copy a:hover { color: #fff;}
.bottom_main .box3 { text-align: center;position: relative;}
.bottom_main .box3 img {  width: 150px;}
.bottom_main .box3 p {font-size: 14px; color: #999; line-height: 30px; padding-top: 4px;}
.bottom_main .box3 .bd { width: 180px; text-align: right;}
.bottom_main .box3 .bd ul { display: inline-block;}
.bottom_main .box3 .bd img { display: block; width: 140px; height: 140px; border-radius: 5px;}
.bottom_main .box3 .hd { padding-top: 6px;}
.bottom_main .box3 .hd ul { display: inline-block;}
.bottom_main .box3 .hd ul li { width: 34px; height: 34px; border-radius: 50%; float: left; margin-left: 10px; position: relative;
 background-color: #383b43;}
.bottom_main .box3 .hd ul li img { display: block; width: 100%;}
.bottom_main .box3 .hd ul li.on { background-color: #0345a8;}
.bottom_main .box3 .hd ul li.on img { filter: grayscale(100%) brightness(500%); }
@media (max-width: 1660px) {
     .bottom_copy { font-size: 12px; }
	 .bottom_main .tel .right ul li { padding-left: 132px; }
	 .bottom_main .box2 dl {  padding-left: 104px; }
}
.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 { width: 65px;position: fixed; right: 10px; bottom: 10%; z-index: 999;}
.rightFix a { width: 65px; height: auto; background: #d32328; 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("../images/fix-ico.png") no-repeat 0 0;}
.rightFix .img { width: 110px; height: auto; position: absolute;
    left: -10px; top: 0; padding: 6px; background: #d32328;  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: #d32328; 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: #d32328;  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));
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        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));
        background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
        opacity: 0;
    }
}
.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: #d32328;
    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 #d32328;
    *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);
    }
}
@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);
    }
}
@media (max-width: 1660px) {
    .header_main .email .member {
        display: none;
    }
    .header_main .nav_main {
    }
    .header_main .nav_main .item {
        padding: 0 28px;
    }
    .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: 1550px) {
    .header_main .nav_main .item { padding: 0 26px; }
    .header_main .webLogo img {  height: 56px; }
    .header_main .webLogo { padding-top: 18px; }
    .header_main .header .head_gp p { padding-top: 28px; font-size: 20px;  line-height: 22px;}
    .header_main .email { margin-right: 2vw; }
    .header_main .webLogo {  margin-left: 2vw; }
}
@media (max-width: 1366px) {
    .header_main .nav_main .item {  padding: 0 22px;}
    .header_main .tel h3 { font-size: 18px; }
    .header_main .tel {  width: 200px  }
    .header_main .email { margin-right: 1vw; }
}
@media (max-width: 1250px) {
    .header_main .nav_main .item {  padding: 0 16px; }
}
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flyInLeft {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.delay100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay200 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay300 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay400 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay600 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay700 {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay800 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay900 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay1100 {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay1200 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.flyInRight {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
