@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft YaHei", "微软雅黑" !important;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    overflow-x: hidden;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.banner {
    position: relative;
    background: #02101d;
}

.ban_png_img2 {
    position: absolute;
    top: 25%;
    right: 16%;
    width: 570px;
    height: 330px;
    transition: all .9s ease-in-out;
    transform: translateZ(50px);
    animation: fadeInUp-m .9s cubic-bezier(.4, 0, .3, 1) 0s normal none 1 running;
}
[v-cloak] {
    display: none !important;
}
.ban_png_img1 {
    position: absolute;
    top: 25%;
    right: 16%;
    width: 570px;
    height: 330px;
    transition: all .9s ease-in-out;
    transform: translateZ(500px);
    animation: fadeInUp-s .9s cubic-bezier(.4, 0, .3, 1) 0s normal none 1 running;
}

.banner_txt {
    position: relative;
    height: 360px;
}

.banner_bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 2;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.nner_txt {
    position: absolute;
    color: #ffffff;
    width: 100%;
    left: 0;
    top: 55%;
    z-index: 1111;
    margin-top: -98px;
    animation: right-to-left .6s ease-in-out 0s normal running 1;
}

.nner_txt h5 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.nner_txt p {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.nner_txt a {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    margin-top: 50px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nner_txt a:hover {
    background: #ffffff;
    color: #373d41;
}

.header {
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.logo {
    width: 124px;
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}

.header_menu {
    float: left;
}

.header_menu ul li {
    float: left;
    margin-left: 26px;
    line-height: 60px;
}

.header_menu ul li a {
    color: #ffffff;
    font-size: 14px;
}

.header_right {
    margin: 12px 0;
    float: right;
    line-height: 33px;
}

.header_right a {
    margin: 0 0 0 8px;
    color: #fff;
    opacity: 0.97;
    font-size: 12px;
    position: relative;
    display: inline-block
}

.header_right a span {
    position: absolute;
    top: 40px;
    left: -5px;
    opacity: 0;
    filter: alpha(opacity=0); /* 针对 IE8 以及更早的版本 */
}

.header_right a:hover span {
    opacity: 1;
    filter: alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.head_cont {
    border-radius: 3px;
    padding: 7px 17px;
    background: #1976d2;
    line-height: 16px;
}

.head_cont img {
    width: 15px;
    vertical-align: -4px;
}

.pagination_gr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.pagination_gr {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: left;
    z-index: 111;
    padding-left: 20%;
    bottom: 0;
}

.pagination_gr .swiper-pagination-bullet:before {
    background: rgba(255, 255, 255, 0.17);
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
}

.pagination_gr .swiper-pagination-bullet:hover {
    opacity: 1;
    border: 1px solid #fff;
}

.pagination_gr .swiper-pagination-bullet:hover:before {
    background: #ffffff;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
}

.pagination_gr .swiper-pagination-bullet-active {
    opacity: 1;
    border: 1px solid #fff;
}

.pagination_gr .swiper-pagination-bullet-active:before {
    background: #ffffff;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
}

.pagination_gr .swiper-pagination-bullet-active:after {
    opacity: 1;
    border: 1px solid #fff;
}

/*index_home1*/

.cell {
    z-index: 30;
    border-radius: 80px;
    position: absolute;
    padding: 2px;
}

.cell .bg img {
    width: 55px;
}

.cell .bg {
    z-index: 40;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cell h3 span {
    display: block;
    margin-top: -2px
}

.cell h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px dashed #fff;
    opacity: 0;
    transition: all .2s ease-in
}

.cell:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border: 3px solid #a0a0a0;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(.8)
}

.cells-hover .bg {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .1s ease-in
}

.cells-hover h3 span {
    animation: goout .1s forwards linear;
    text-align: left
}

.cells-hover h3::after {
    opacity: 1;
    animation: rotate 4s infinite linear;
    border: 1px dashed #5e5cea;
    background: #fff
}

.cells-hover h3 span {
    animation: goout .1s forwards linear;
    text-align: left;
}

.cell1_one {
    top: 37%;
    left: 41%;
}

.cell1_two {
    top: 15%;
    left: 56%;
}

.cell1_three {
    top: 29%;
    left: 77%;
}

.cell1_two h3 span {
    line-height: 55px;
    padding-top: 0 !important;
}

.cell1_three h3 span {
    line-height: 55px;
    padding-top: 0 !important;
}

@keyframes goout {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(90%)
    }
    100% {
        transform: translateX(130%)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes moveto2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(74px, 241px)
    }
}

.sphere1 {
    background: url(../images/oval.png) no-repeat;
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 21;
    -webkit-transform: rotate(132deg);
    -moz-transform: rotate(132deg);
    -ms-transform: rotate(132deg);
    -o-transform: rotate(132deg);
    /* transform: rotate(132deg); */
    top: 25%;
    left: 50%;
}

.sphere2 {
    background: url(../images/oval.png) no-repeat;
    background-size: 14px 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 21;
    -webkit-transform: rotate(190deg);
    -moz-transform: rotate(190deg);
    -ms-transform: rotate(190deg);
    -o-transform: rotate(190deg);
    transform: rotate(190deg);
    top: 25%;
    left: 77%;
}

.cell h3 {
    display: block;
    background-color: #fff;
    border-radius: 80px;
    border: 2px solid #cccccc;
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin: 4px;
    font-weight: normal;
    width: 55px;
    height: 55px;
    line-height: 20px;
}

.cell h3 span {
    padding-top: 7px;
    color: #666666;
}

.planning .allTop {
    cursor: pointer;
}

.planning h5 {
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
}

.planning h5 img {
    width: 34px;
    margin-right: 10px;
    vertical-align: -10px;
}

.planning p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.planning a {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
    margin-top: 25px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.planning a:hover {
    background-color: #108cee;
    border-color: #108cee;
    color: #fff;
}

.planne {
    margin-bottom: 30px;
}

.planne h5 {
    margin-bottom: 15px;
}

.planning_yin {
    display: none
}

.planning_cang {
}

.incenter {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.incenter2 {
    width: 202px;
    height: 202px;
    border-radius: 101px;
    margin: 39px auto;
    background: #fff;
    position: relative;
}

.incenter2:after {
    content: "";
    width: 202px;
    height: 202px;
    position: absolute;
    border-radius: 140px;
    top: 0;
    left: 0;
    box-shadow: 0 0 40px rgba(11, 101, 255, 0.27);
}

.incenter3 {
    width: 280px;
    height: 280px;
    border-radius: 140px;
    /* margin: 0px auto; */
    z-index: 10;
    position: absolute;
    bottom: 64px;
    right: 23%;
}

.incenter3:after {
    content: "";
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 140px;
    box-shadow: 0 0 60px rgba(11, 101, 255, 0.35);
}

.texttitle {
    position: absolute;
    left: 80%;
    top: 50%;
    margin-top: -38px;
    width: 100%;
}

.texttitle h4 {
    font-size: 34px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.title_line {
    width: 150px;
    background: #d2d2d2;
    height: 2px;
    position: relative;
    margin-left: -8px;
}

.title_line:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    right: -4px;
    top: -4px;
    background: #ffffff;
}

.texttitle p {
    margin-bottom: 0px;
    padding-top: 5px;
    text-transform: uppercase;
}

.core {
    width: 58%;
    float: left;
    position: relative;
    /*padding-bottom: 100px;*/
    height: 459px;
}

.index_home1_width {
    overflow: hidden;
}

.planning {
    width: 42%;
    float: left;
    padding: 75px 0;
    padding-right: 18%;
}

.core_img {
    position: absolute;
    width: 100%;
    top: 60px;
    right: 0%;
}

/*index_home1*/
/*index_home2*/

.index_home2 {
    background: url("../images/two_bg.jpg") no-repeat;
    background-size: cover;
}

.indprod_txt {
    padding: 25px 20px;
    background: #ffffff;
}

.indprod_txt:hover {
    background: #1976d2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.indprod_txt h5 {
    margin-top: 0px;
    font-size: 18px;
    color: #000000;
}

.indprod_txt p {
    color: #666666;
    margin-bottom: 0px;
    line-height: 22px;
    height: 66px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indprod_txt:hover h5 {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.indprod_txt:hover p {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.indprod_txt_cha {
    width: 110px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #777;
    border: 1px solid #777;
    margin-top: 15px;
}

.indprod_txt:hover .indprod_txt_cha {
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home_mar {
    padding: 75px 0;
}

.index_prod {
    width: 22%;
    margin: 0px 1.5%;
    float: left;
}

.home1_txt {
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.home1_txt h5 {
    margin-top: 0px;
    font-size: 36px;
    letter-spacing: 5px;
}

.home1_txt p {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home1_more {
    text-align: center;
    margin-top: 50px;
}

.home1_more a {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    width: 200px;
    display: inline-block;
    height: 40px;
    border-radius: 3px;
    background: #0e93fd;
    background: -moz-linear-gradient(left, #0e93fd 0, #117efd 37.5%, #1567fd 80%, #1662fd 100%);
    background: -webkit-linear-gradient(left, #0e93fd 0, #117efd 37.5%, #1567fd 80%, #1662fd 100%);
    background: linear-gradient(to right, #0e93fd 0, #117efd 37.5%, #1567fd 80%, #1662fd 100%);
    progid: DXImageTransform . Microsoft . gradient(startColorstr = '#0e93fd', endColorstr = '#1662fd', GradientType = 1);
}

/*index_home2*/
/*index_home3*/
.index_txt {
    text-align: center;
    margin-bottom: 30px;
}

.index_txt h5 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 16px;
    letter-spacing: 3px;
}

.index_txt p {
    margin-bottom: 0px;
    color: #5d5c5c;
    font-size: 16px;
}

.ind_plat_img {
    text-align: center;
}

.ind_plat_img span {
    position: relative;
    height: 75px;
    display: inline-block;
    width: 75px;
    background: no-repeat 50%;
    margin: 0 auto;
    background-size: 75px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@-webkit-keyframes slide-market20 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    to {
        opacity: 1
    }
}

@keyframes slide-market20 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1
    }
}

.slide-market-20 {
    /*-webkit-animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1;*/
    /*animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1;*/

    /*-webkit-animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1 , background-position 2s ease;*/
    /*animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1 , background-position 2s ease;*/
    -webkit-animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1, background-position 1s ease;
    animation: slide-market20 1.5s cubic-bezier(.4, 0, .2, 1) 0s 1, background-position 1s ease;
}

.ind_plat_img1 span {
    background: no-repeat 50%;
    margin: 0 auto;
    background-size: 75px;
    background-position: 0 0;
    background-image: url("../images/bg6.jpg");
}

.ind_plat_hd:hover .ind_plat_img1 span {
    background-image: url("../images/bg_6.jpg");
}

.ind_plat_img2 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url("../images/bg2.jpg");
}

.ind_plat_hd:hover .ind_plat_img2 span {
    background-image: url("../images/bg_2.jpg");
}

.ind_plat_img3 span {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
}

.ind_plat_hd:hover .ind_plat_img3 span {
    background-image: url("../images/bg_1.jpg");
}

.ind_plat_img4 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url("../images/bg5.jpg");
}

.ind_plat_hd:hover .ind_plat_img4 span {
    background-image: url("../images/bg_5.jpg");
}

.ind_plat_img5 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url("../images/bg3.jpg");
}

.ind_plat_hd:hover .ind_plat_img5 span {
    background-image: url("../images/bg_3.jpg");
}

.ind_plat_img6 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url("../images/bg4.jpg");
}

.ind_plat_hd:hover .ind_plat_img6 span {
    background-image: url("../images/bg_4.jpg");
}

.ind_plat h5 {
    font-size: 20px;
    color: #373d41;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

.ind_plat {
    width: 31.3%;
    margin: 20px 1%;
    float: left;
    margin-bottom: 15px;
}

.ind_plat_hd {
    padding: 25px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding-top: 15px;
}

.ind_plat_hd:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.ind_plat p {
    color: #a9b0b4;
    margin-bottom: 0px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*index_home3*/

/*index_home4*/
.index_home4 {
    position: relative;
}

.index_home4_bg {
    position: relative;
}

.home4_bg_txt {
    color: #f5f5f5;
    position: absolute;
    left: 22.5%;
    top: 50%;
    text-align: left;
    z-index: 11;
    margin-top: -89px;
    width: 40%;
}

.home4_bg_txt h5 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.home4_bg_txt p {
    margin-bottom: 0;
    font-size: 16px;
}

.home4_bg_txt a {
    display: inline-block;
    width: 117px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #050349;
    border-radius: 30px;
    text-align: center;
    margin-top: 40px;
}

.index_home4 .index_txt h5 {
    color: #088ac4
}

/*.index_home4*/

/*.index_home5*/
.ind_ser {
    float: left;
    margin: 0 0.5%;
    width: 32%;
}

.ind_ser1 {
    background: url("../images/home5_1.png") no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
    padding: 30px 0;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}

.ind_ser2 {
    background: url("../images/home5_2.png") no-repeat center;
    background-size: cover;
}

.ind_ser3 {
    background: url("../images/home5_3.png") no-repeat center;
    background-size: cover;
}

.ind_ser4 {
    background: url("../images/home5_4.png") no-repeat center;
    background-size: cover;
}

.pro_adv_wrap {
    width: 120px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fff;
    text-align: center;
}

.ind_ser1:before {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -48px;
    width: 100px;
    height: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-bottom: 0;
    content: '';
    background: #fff;
}

.ind_ser {
    position: relative;
    text-align: center;
}

.ind_ser h5 {
    font-size: 20px;
    margin-top: 0px;
    color: #373d41;
    margin-bottom: 10px;
}

.ind_ser p {
    margin-bottom: 0px;
    color: #666666;
    font-size: 18px;
}

/*.index_home5*/
/*.index_home6*/
.index_home6 {
    background: #1976d2;
    position: relative;
    padding: 30px 0;
    overflow: hidden;

    /*background: url("../images/home6_bg.jpg ") no-repeat center;*/
    /*background-size: cover;*/
}

.index_home6_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_home6 h5 {
    color: #fff;
    font-size: 24px;
    padding: 16px 0;
}

.index_home6 {
    text-align: center;
}

.index_home6 h5 {
    margin-top: 0px;
    font-size: 26px;
}

.index_home6 a {
    display: inline-block;
    width: 122px;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 111;
}

.footer {
    background: #02101e;
    padding: 60px 0;
}

.footer_one {
    width: 20%;
    float: left;
    position: relative;
}

.footer_one ul li a {
    font-size: 14px;
}

/*
.footer_one:after {
    content: "";
    position: absolute;
    height: 127px;
    background: #1f2d3a;
    width: 1px;
    top: 0;
    right: 23%;
}
*/

.footer_one_r:after {
    width: 0px;
}

.footer_one h5 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.footer_one p {
    color: #58626b;
    margin-bottom: 10px;
}

.fot_img img {
    width: 17px;
    display: inline-block;
}

.footer2 {
    background: #010c16;
    color: #2c353d;
    padding: 25px 0;
    text-align: center;
}

.footer2 p {
    margin-bottom: 0px;
}

/*产品*/
.pucts_width {
    margin: auto -2.5%;
}

.ducts3_all {
    margin: 0px -1%;
}

.ducts_3_1_right {
    background: url(../images/bg3.gif) no-repeat right bottom;
    width: 498px;
    height: 241px;
    float: right;
}

.ducts_3_1_left {
    width: calc(100% - 498px);
    float: left;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.ducts_3_1_left h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.ducts_3_1_left a {
    display: inline-block;
    line-height: 40px;
    width: 136px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ducts_3_1_left a:hover {
    background: #ffffff;
    color: #555;
}

.products_3_1 {
    background-color: #1976d2;
    color: #fff;
}

.products_3_1 .ducts3_width {
    position: relative;
}

.pro_one {
    width: 22%;
    margin: 0px 1.5%;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro_one:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
}

.pro_one_img {
    overflow: hidden;
}

.pro_one_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro_one:hover .pro_one_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pro_one_txt {
    background: #e9e9e9;
    padding: 16px 11px;
}

.pro_one_txt h5 {
    margin-top: 0px;
    font-size: 16px;
    color: #000000;
}

.pro_one_txt p {
    margin-bottom: 0px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ducts_txt {
    text-align: center;
    margin-bottom: 50px;
}

.ducts_txt h5 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.ducts_txt p {
    color: #666666;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.products_2 {
    background: url("../images/ducts_2bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 110px;
}

.products_2 .ducts_txt h5 {
    color: #ffffff
}

.products_2 .ducts_txt p {
    color: #ffffff
}

.ducts_2_wid {
    margin: 0px -1.5%;
}

.ducts_on {
    width: 22%;
    float: left;
    text-align: left;
    color: #f2f2f2;
    margin: 0px 1.5%;
    margin-bottom: 50px;
}

.plan p {
    margin-top: 0;
    font-size: 50px !important;
}

.ducts_on p {
    font-size: 16px;
    margin-bottom: 0px;
}

.products_3 {
    background: #f4f4f4;
}

.based {
    margin-bottom: 55px;
}

.based p {
    color: #666666;
    line-height: 24px;
    margin-bottom: 5px;
}

.ducts3_width {
    width: 75%;
    margin: 0px auto;
}

.ducts3_one {
    width: 14.666%;
    margin: 0px 1%;
    float: left;
    background: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.ducts1 {
    margin-top: 0px;
}

.ducts1 span {
    height: 75px;
    display: inline-block;
    width: 75px;
    background: no-repeat 50%;
    margin: 0 auto;
    background-size: 75px;
    background-position: 0 0;
    background-image: url(../images/bg6.jpg);
}

.ducts2 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url(../images/bg2.jpg);
}

.ducts3 span {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
}

.ducts4 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url(../images/bg5.jpg);
}

.ducts5 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url(../images/bg3.jpg);
}

.ducts6 span {
    background: no-repeat 50%;
    background-size: 75px;
    background-position: 0 0;
    background-image: url(../images/bg4.jpg);
}

.ducts3_one h4 {
    margin: 0px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.ducts3_one h5 {
    font-size: 16px;
    margin: 20px 0;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ducts3_one p {
    color: #666666;
    margin-bottom: 0px;
    line-height: 22px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ducts_4_left .ducts_txt {
    text-align: left;
    margin-bottom: 20px;
}

.ducts_4_left {
    width: 35%;
    float: left;
}

.ducts_4_right {
    width: 65%;
    float: left;
}

.ducts_4_right_one {
    width: 310px;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.12);
    top: 0;
}

.ducts_rig_img {
    width: 90px;
    margin: 0px auto;
}

.ducts_right_one h5 {
    color: #111111;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.ducts_right_one p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}

.ducts_right_one span {
    height: 44px;
    width: 99px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border: 1px solid #606163;
    color: #666666;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px;
}

.kuang span {
    height: 44px;
    width: 99px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border: 1px solid #606163;
    color: #666666;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px;
}

.view_i1 {
    position: absolute;
    top: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #cccccc;
    border: 1px solid #646567;
}

.view_i2 {
    position: absolute;
    right: -4px;
    bottom: -4px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #cccccc;
    border: 1px solid #646567;
}

.kuang {
    position: relative;
    text-align: center;
    margin: 10px 13px;
}

.ducts_right_one {
    position: relative;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.12);
    margin: 10px 13px;
}

.ducts_right_one:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ducts_4_width {
    padding-left: 15%;
    padding-right: 5%;
}

.ducts_right_one a {
    display: inline-block;
    position: relative;
    z-index: 11;
}

.arrow_click {
    margin-top: 23%
}

.arrow_click a {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #f2f2f2;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ababab;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.arrow_click a:hover {
    background: #1566fd;
    color: #ffffff;
    border: 1px solid #1566fd;
}

.arrow_click a:hover i {
    color: #ffffff;
}

.arrow_click a i {
    line-height: 50px;
    font-size: 40px;
    display: inherit;
    font-weight: 200;
}

/*新聞*/
.news1_img {
    position: relative;
}

.news1_txt {
    position: absolute;
    width: 100%;
    font-size: 20px;
    top: 50%;
    /* height: 100%; */
    padding: 0 35px;
    color: #ffffff;
    margin-top: -20px
}

.news1_txt p {
    margin-bottom: 0px;
}

.new_1_on_tx {
    background: #ffffff;
    padding: 24px;
}

.new_1_on_tx p {
    color: #6a6f85;
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 16px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_one {
    box-shadow: 2px 4px 4px 2px #f4f4f4;
    width: 28.33%;
    margin: 0px 2.5%;
    float: left;
}

.news_two {
    width: 31.33%;
    float: left;
    margin: 0px 1%;
    border: 1px solid #e9eaec;
}

.news_two_hd {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news_two_hd:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
}

.news_two_img {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9eaec;
}

.news_width {
    margin: 0px -1%;
    padding-top: 70px;
}

.news_two_img img {
    width: 75px;
}

.news_two_txt {
    padding: 30px 20px;
}

.news_two_txt h5 {
    margin-top: 0px;
    color: #373d41;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 18px;
}

.news_two_txt p {
    color: #777f84;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.view_m {
    text-align: center;
    margin-top: 50px;
}

.view_m a span {
    width: 18px;
    vertical-align: 1px;
    display: inline-block;
    margin-left: 5px;
}

.view_m a {
    color: #74aae9;
}

/*關於*/
.about2 {
    position: relative;
    padding: 70px 0;
    background: url('../images/about1.jpg') no-repeat center;
    background-size: cover;
}

.about2_txt {
    width: 45%;
    margin-left: 20%;
    color: #fefefe;
}

.about2_txt h5 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 15px;
}

.about2_txt p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 26px;
}

.about2_txt a {
    display: inline-block;
    width: 140px;
    height: 36px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 34px;
    color: #fefefe;
    border-radius: 3px;
    margin-top: 30px;
}

.about1 {
    background: #f2f2f5;
    padding-bottom: 80px;
	padding-top:120px;
}

.about1_txt {
    background: #ffffff;
    padding: 40px 25px;
    margin-top: -30px;
    position: relative;
    z-index: 25;
}

.about1_left {
    width: 30%;
    float: left;
}

.about1_right {
    width: 70%;
    float: left;
}

.about1_left_img img {
    width: 192px;
}

.about1_left .ducts_txt {
    text-align: left;
}

.about1_right h5 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.about1_right p {
    font-size: 15px;
    margin-bottom: 10px;
}

.about1_right p span {
    font-size: 18px;
    color: #111;
}

.about1_left_img {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.out1_right {
    margin-bottom: 30px;
}

.talent_one {
    width: 25%;
    float: left;
}

.lent_tt {
    background: #f7f8fa;
    border: 1px solid #dddddd;
    border-right: none;
    height: 50px;
    line-height: 48px;
    width: 100%;
    position: relative;
    text-align: center;
}

.talent {
    position: relative;
}

.talent_one_txt {
    border: 1px solid #dddddd;
    padding: 90px 15px 30px 15px;
    margin-top: 100px;
    position: relative;
    border-right: none;
}

.talent_one_txt h5 {
    font-size: 18px;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.talent_one_txt_omg {
    position: absolute;
    width: 148px;
    height: 148px;
    border: 1px solid #dedede;
    border-radius: 50%;
    overflow: hidden;
    top: -74px;
    left: 50%;
    margin-left: -74px;
}

.talent_one_txt p {
    margin-bottom: 0;
    line-height: 24px;
    color: #666666;
}

.t_one_txt span {
    height: 44px;
    width: 99px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border: 1px solid #606163;
    color: #666666;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
}

.t_one_txt {
    text-align: center;
}

.lent_add {
    color: #1872cc !important;
    background: #ffffff;
}

.lent_add:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1872cc;
    top: -1px;
    left: 0px;
}

.duties {
    height: 144px;
    overflow: hidden;
}

.per_logo {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.per_logo:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
}

/*服务*/
.service_1 {
    background: #f2f2f2;
}

/*服务*/

.ser_n1 {
    height: 500px;
}

.ser_left {
    height: 100%;
    padding: 20px;
    background: #ffffff;
    float: left;
    margin-right: 1%;
}

.ser_left1 {
    height: 100%;
    padding: 20px;
    background: #ffffff;
    margin-right: 1%;
    float: left;
}

.ser_left1_tu {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ser_right {
    height: 100%;
    padding: 20px;
    background: #ffffff;
    margin-right: 1%;
    float: left;
}

.ser_right1 {
    height: 100%;
    padding: 20px;
    background: #ffffff;
    float: left;
}

.ser_bt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.ser_bt_left {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.ser_bt_right {
    float: left;
}

.operating h4 {
    line-height: 30px;
    margin-top: 30px;
}

.ser_text p {
    line-height: 25px;
    text-indent: 2px;
    color: #666;
}

.ser_xbt {
    text-align: center;
}

.ser_kuan p {
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;*/
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
}

.er_te {
    max-height: 262px;
    overflow: hidden;
}

.hovered1 .er_te {
    max-height: 285px;
}

.ser_kuan1 {
    width: 40%;
}

.operating1 .ser_xbt {
    text-align: center;
}

.ser_kuan {
    /*width: 19%;*/
    width: 20%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hovered1 {
    width: 57%;
}

.ser_kuan .operating {
    display: none;
}

.ser_kuan .operating1 {
    display: block;
}

.hovered1 .operating1 {
    display: none;
}

.hovered1 .operating {
    display: block;
}

.ducts_txt, .pro_one1, .allTop, .based, .ducts3_one, .integra, .home1_txt, .ser_n1 {
    position: relative;
    top: 60px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.cooper_logo .col-sm-3 {
    position: relative;
    top: 60px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.integra {
    color: #666666;
    margin-bottom: 0px;
    line-height: 22px;
    width: 80%;
}

.ducts_right_one {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ducts_right_one:hover {
    top: -8px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.12);
}

.index_prod, .index_txt, .ind_plat, .ind_ser, .news_two, .news_one, .about2_txt {
    position: relative;
    top: 60px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.allLeft {
    position: relative;
    left: 160px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.allRight {
    position: relative;
    right: 160px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.ducts_3_1_left {
    top: 65%;
}

.btn_top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.btn_top span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #313940;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.btn_top i {
    color: #4c545b;
    font-size: 30px;
    line-height: 45px;
}

@-webkit-keyframes right-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes right-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp-m {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-m {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp-s {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-s {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/* 新闻详情 */

.news_xiangqing img {
    line-height: 22px;
    margin-bottom: 10px;
}

.news_tl {
    margin-bottom: 30px;
}

.news_tl a {
    line-height: 30px;
    margin-right: 5px;
}

.news_tl2 {
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 5px solid #03004c;
}

.news_tl2 h3 {
    font-size: 20px;
}

.news_tl2 p {
    line-height: 30px;
    font-size: 14px;
}

.newscon {
    line-height: 25px;
}

.newscon img {
    width: 100%;
}

/* 商品企划 */

.spqh {
    background: url(../images/qh.jpg) no-repeat left top;
    overflow: hidden;
    padding: 50px 80px 70px 20px;
    webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.spqhimg {
    width: 49%;
    padding: 30px;
    float: left;
}

.spqh01 {
    background: none;
}

.spqh_con {
    float: right;
    width: 50%;
}

.spqh_con_con {
    margin-top: 50px;
}

.spqh_con_con p {
    line-height: 28px;
}

.spqh_con h3 {
    margin-bottom: 20px;
}

.spqh_con h5 {
    font-size: 18px;
}

.qhtitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
}

.qhtitle1 {
    background: #fff;
    width: 270px;
    position: relative;
    z-index: 11;
    margin: 0 auto;
}

.qhtitle h5 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.qhtitle p {
    color: #666666;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.qhtitle span {
    width: 100%;
    top: 25%;
    height: 20px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0px;
}

.qthxnl {
    width: 600px;
    margin: auto;
}

.qthxnl .col-lg-6 {
    border: 1px solid #ddd;
    text-align: center;
    padding: 50px;
}

.qthxnl p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

/* 人才通道 */

.jobcenter {
    width: 576px;
    position: relative;
    background: url(../images/back_1.png);
    background-size: cover;
    padding: 30px;
}

.jobcenter1 {
    width: 576px;
    position: relative;
    background: url(../images/back_2.png);
    background-size: cover;
    padding: 30px;
}

.fk {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 0;
    width: 120px;
}

.jobcenter span {
    font-size: 18px;
}

.jobcenter1 span {
    font-size: 18px;
}

.jobcenter_con p {
    padding-left: 10px;
    line-height: 22px;
    background: url(../images/dian.png) left 8px no-repeat;
}

.job_detcon {
    float: left;
    width: 576px;
    background: #f1f1f1;
}

.job_detcon1 {
    float: right;
}

.container_job {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.job_detcon span {
    margin-bottom: 30px;
    display: block;
}

/* 产品二级 */

.product1 {
    background: #eee;
    padding: 80px;
    padding: 60px 50px 80px 60px;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 360px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.product1con {
    float: right;
    width: 50%;
}

.product1con h3 {
    font-size: 22px;
    display: inline;
    font-family: Verdana, Geneva, sans-serif;
    width: auto;
    border-bottom: 3px solid #1872cc;
}

.product1con p {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 25px;
}

.product1 span {
    display: block;
    float: left;
    width: 50%;
    padding-top: 30px;
}

.product1 a {
    display: block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    position: relative;
    border: 1px solid #717171;
}

.product1 a img {
    position: absolute;
    right: 20px;
    display: block;
    top: 22px;
}

.product1_kuang {
    margin-bottom: 30px;
}

.product2 {
    text-align: center;
    background: #ededed;
    padding: 100px;
    margin-bottom: 30px;
}

.product2 h5 {
    font-size: 30px;
}

.product2logo {
    margin-bottom: 30px;
}

.product2logo img {
    width: 200px;
}

.pro2txt {
    max-width: 600px;
    margin: auto;
    width: 90%;
    line-height: 26px;
    text-align: left;
}

.pro2img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pro2img_pad {
    padding-left: 2px;
    padding-right: 2px;
}

.pro2img_pad1 {
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 4px;
}

.pro2img_pad2 {
    padding-left: 2px;
    padding-right: 0px;
    padding-top: 4px;
}

.title {
    font-size: 18px;
    text-align: center;
}

/*news*/
.index_con7_box {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.index_con7_text {
    border: 0px;
}

.index_con7_text {
    width: 100%;
    padding-left: 230px;
    background-color: #fff;
    border-top: 0;
}

.index_con7_text h5 {
    color: #910a2d;
    margin-bottom: 12px;
    position: relative;
}

.index_con7_text h5:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #910a2d;
}

.index_con7_text h4 {
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 15px;
    color: #000;
}

.index_con7_text p {
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}

.index_con7_text_son {
    position: relative;
}

.index_con7_text .text_xs {
    color: #999;
    /*	position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;*/
    line-height: 14px;
    height: 14px;
}

.index_con7_text .text_xs .time {
    float: left;
}

.index_con7_text .text_xs .look {
    float: right;
    font-size: 12px;
}

.index_con7_text .text_xs .look img {
    width: 20px;
    margin-right: 5px;
}

.index_con7_box:hover .index_con7_text {
    /*background: #f1f1f1;*/
}

.index_con7_img {
    float: left;
    width: 200px;
}

/*news*/

.gexin p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 100px;
}

/*pro2*/
.index_news {
    width: 100%;
    position: relative;
}

.news_prev {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 9;
    background: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: -30px;
    margin-top: -70px;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    transition: all cubic-bezier(.18, 1, .21, 1) .6s;
}

.news_next {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 9;
    background: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: -30px;
    margin-top: -70px;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .6s;
    transition: all cubic-bezier(.18, 1, .21, 1) .6s;
}

.news_prev:hover, .news_next:hover {
    background: #1976d2;
}

.index_news_img {
    position: relative;
}

.index_news_img span {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    font-family: arial;
    padding: 12px 0;
}

.index_news_img span b {
    display: block;
    font-size: 18px;
}

/*pro2*/

/*pro1_1*/
.pro1_1 {
    width: 100%;
    background: #ededed;
}

.pro1_1_con {
    padding-left: 0px;
    padding-right: 0px;
}

.pro1_1_left {
    background: #ededed;
    padding: 5% 0;
}

.pro1_1_right {
    padding: 20px;
    background: #f8f6f0;
}

.pro1_1_left_logo {
    text-align: center;
}

.pro1_1_left_logo img {
    width: 120px;
}

.pro1_1_left p {
    width: 90px;
    margin: 0 auto;
    border: solid 1px #666;
    padding: 8px 5px;
    text-align: center;
    background: none;
    margin-top: 15px;
}

.pro1_1_left p:hover {
    color: #fff;
    background: #1976d2;
    border: solid 1px #f8f6f0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news_zho {
    text-align: center;
}

/*pro1_1*/
/*liuyan*/
.liuyan {
    width: 100%;
    background: #454f82;
    position: relative;
    padding: 80px 0;
}

.liuyan_sj {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -2px;
}

.liuyan_top {
    width: 100%;
}

.liuyan_top h4 {
    color: #fff;
    float: left;
}

.liuyan_top h5 {
    color: #7ab5f1;
    float: left;
}

.liuyan_left {
    width: 100%;
}

.liuyan_left_x {
    width: 100%;
    margin-top: 16px;
}

.liuyan_left_x p {
    width: 11%;
    float: left;
    font-size: 14px;
    color: #e1ddff;
    line-height: 34px;
}

.liuyan_left_x input, .liuyan_left_x textarea {
    width: 89%;
    float: left;
    background: none;
    border: 1px solid #7d85b4;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    color: #6b73a4;
}

.yzm {
    width: 140px;
    float: right;
    background: url(../images/liuyan_yzm.jpg) no-repeat left center;
    padding-left: 80px;
    color: #e1ddff;
    line-height: 34px;
    height: 34px;
}

.liuyan_left_x textarea {
    height: 195px;
    line-height: 24px;
    padding: 5px;
    color: #6b73a4;
}

.liuyan_tj span {
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 35px;
    background: #3399fe;
    text-align: center;
    margin-top: 25px;
    color: #ffffff;
    margin-left: 15%;
    cursor: pointer;
}

.liuyan_tj a.on {
    color: #fff;
}

.worth_le {
    padding-left: 0
}

.worth {
    float: right;
}

.liuyan_le {
    padding-left: 0;
}

.liuyan_rig {
    padding-right: 0px;
}

.yanzhangma {
    width: 58% !important;
}

.layout {
    border-right: 0px;
}

/*liuyan*/

/*招聘内页*/
.channel1_img {
    width: 120px;
    display: inline-block;
}

.channel_l span {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
}

.channel_l {
    margin-bottom: 15px;
}

.talent {
    margin: 0px -2%;
}

.channel_left {
    padding: 35px;
    width: 46%;
    margin: 0px 2%;
    /*background-image: url("../images/back_1.png");*/
    /*background-size: cover;*/
    border: 1px solid transparent;
    float: left;
    position: relative;
    background-color: #f1f1f1;
    min-height: 426px;
}

.back_line1 {
    background: url("../images/back_lin1.png");
    background-size: cover;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.back_line2 {
    background: url("../images/back_lin2.png");
    background-size: cover;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.back_line3 {
    background: url("../images/back_lin3.png");
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}

.back_line4 {
    background: url("../images/back_lin4.png");
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
}

.channel_left p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

.channel_left p span {
    display: block;
}

.channel_left p:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00c0ff;
    left: 0;
    top: 10px;
    position: absolute;
}

.fk_img {
    position: absolute;
    width: 40%;
    right: 0;
    top: 35px;
}

.director_on {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
    padding-bottom: 10px;
}

.director_on:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 4px;
    background: #1872cc;
    left: 0px;
    bottom: 0;
}

.prominent {
    margin-top: 30px;
}

.channel_right .back_line1 {
    background: url("../images/back_lin2_1.png");
    background-size: cover;
}

.channel_right .back_line2 {
    background: url("../images/back_lin2_2.png");
    background-size: cover;
}

.channel_right .back_line3 {
    background: url("../images/back_lin2_3.png");
    background-size: cover;
}

.channel_right .back_line4 {
    background: url("../images/back_lin2_4.png");
    background-size: cover;
}

.director_a {
    margin-top: 50px;
    text-align: center;
}

.director_a a {
    width: 110px;
    display: inline-block;
    height: 42px;
    background: #1872cc;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
}

.liuyan_left_x textarea::-webkit-input-placeholder {
    color: #6b73a4;
}

.liuyan_left_x textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6b73a4;
}

.liuyan_left_x textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6b73a4;
}

.liuyan_left_x textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6b73a4;
}

.pro1_1_left_logo3 h3 {
    margin-top: 0px;
}

.index_con7_box, .product1 {
    position: relative;
    top: 60px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.talent_job .talent_one {
    margin-bottom: 50px;
}

.about3 nav {
    text-align: center;
}

.new_1 nav {
    text-align: center;
}

/*5.29*/
.product-2 .product1con h3 {
    font-size: 22px;
    display: inline;
    font-family: "微软雅黑";
    width: auto;
    border-bottom: none;
}

.product-2 span {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 0;
}

.product-2 span img {
    width: 60px;
}

.product-2 .product1con {
    float: none;
    text-align: center;
    width: 100%;
}

.product-2 p {
    margin-top: 10px;
}

.product-2 a {
    margin: 0 auto;
}

.tenvideo_player {
    height: 500px;
    width: 100%;
}

@media (max-width: 1800px) and (min-width: 1441px) {

    .ban_png_img1 {
        right: 10%;
    }

    .ban_png_img2 {
        right: 10%;
    }

}

@media (max-width: 1440px) and (min-width: 1024px) {
    .ducts3_width {
        width: 90%;
        margin: 0px auto;
    }

    .home4_bg_txt {
        left: 12%;
        top: 44%;
    }

    .index_prod {
        width: 22%;
        margin: 1px 1.5%;
        float: left;
    }

    .ban_png_img1 {
        right: 6%;
    }

    .ban_png_img2 {
        right: 6%;
    }

    .planning {
        padding-right: 9%;
    }

    .cell1_one {
        top: 28%;
        left: 41%;
    }

    .cell1_two {
        top: 14%;
        left: 56%;
    }

    .cell1_three {
        top: 24%;
        left: 76%;
    }

    .sphere1 {
        top: 29%;
        left: 50%;
    }

    .sphere2 {
        top: 22%;
        left: 77%;
    }

    .ducts_4_width {
        padding-left: 12%;
    }

    .nner_txt h5 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .nner_txt {
        margin-top: -88px;
    }

}

@media (max-width: 1439px) and (min-width: 1280px) {
    .cell1_one {
        top: 28%;
        left: 26%;
    }

    .sphere1 {
        top: 27%;
        left: 50%;
    }

    .sphere2 {
        top: 20%;
        left: 76%;
    }

}

@media (max-width: 1279px) and (min-width: 1170px) {

    .home4_bg_txt {
        left: 12%;
        top: 44%;
        width: 70%;
    }

    .spqh {
        padding: 35px 60px 30px 20px;
    }

    .spqh_con_con p {
        line-height: 26px;
    }

    .nner_txt h5 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .nner_txt a {
        margin-top: 20px;
    }

    .nner_txt {
        margin-top: -63px;
    }

    .about2_txt {
        width: 80%;
        margin-left: 8%;
    }

    .operating h4 {
        line-height: 30px;
        margin-top: 10px;
    }

    .ser_text p {
        line-height: 24px;
    }

    .ser_bt {
        padding-bottom: 15px;
    }
}

@media (max-width: 1169px) and (min-width: 1024px) {

    .about2_txt {
        width: 80%;
        margin-left: 4%;
        color: #fefefe;
    }

    .spqh {
        padding: 35px 60px 30px 20px;
    }

    .home4_bg_txt {
        left: 12%;
        top: 44%;
        width: 75%;
    }

    .index_prod {
        width: 22%;
        margin: 1px 1.5%;
        float: left;
    }

    .spqh_con_con p {
        line-height: 24px;
    }

    .nner_txt h5 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .nner_txt a {
        margin-top: 20px;
    }

    .nner_txt {
        margin-top: -63px;
    }

    .ser_text p {
        line-height: 24px;
    }

    .ser_bt {
        padding-bottom: 15px;
    }

}

[v-cloak] {
    display: none !important;
}