/*标签样式初始化*/
div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #006ae2;
    text-decoration: none;
}

.bg {
    width: 100%;
    min-width: 1300px;
    position: relative;
}

.box {
    margin: 0 auto;
    width: 90%;
    min-width: 1300px;
    max-width: 1600px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*间隙*/
.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}

.top120 {
    padding-top: 120px;
}

/*英文样式*/
.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


/*标题*/
.t {
    text-align: center;
    position: relative;
    padding: 80px 0 40px 0;
}

.t b {
    font-family: Arial;
    color: #eee;
    font-size: 50px;
}

.t h3 {
    font-size: 34px;
    color: #111;
    line-height: 44px;
    font-weight: bold;
}

.t p {
    font-size: 18px;
    line-height: 38px;
}



/*抬头*/
#head_bg {
    width: 100%;
    height: 120px;
    min-width: 1300px;
    transition: 0.2s all ease-in-out;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.head {
    width: 92%;
    margin: 0 auto;
}

.logo {
    padding: 18px 20px 0 0;
}

.name {
    margin-top: 26px;
}

.name h3 {
    font-size: 26px;
    color: #006ae2;
    line-height: 38px;
}

.name p {
    font-size: 16px;
    color: #333;
}

.English {
    width: 130px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 100px;
    border: 1px #eee solid;
    margin-top: 44px;
    background: url(../image/20210824151452_1580273841.png)no-repeat 20px center;
}

.English a {
    font-size: 15px;
    display: block;
    text-indent: 2em;
}

/*栏目*/
.nav {
    margin-left: 4vw;
}

.NavCeshi>li {
    float: left;
    top: 0px;
    padding: 0 1.6vw;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative;
}

.NavCeshi>li>a {
    display: block;
    text-align: center;
    color: #333;
    transition: 0.2s all ease-in-out;
    position: relative;
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
    color: #000;
}

.NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
    color: #006ae2;
    font-weight: bold;
}

.NavCeshi>li>a:after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 34px;
    background: #006ae2;
}

.NavCeshi>li.navcurrent>a:after,
.NavCeshi>li:hover>a:after {
    width: 80%;
}


/*下拉导航*/
.nav2 {
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 500px;
    height: 0;
    transition: all linear 0.3s;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.nav2 a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #333;
    text-align: left;
    transition: all linear 0.3s;
}

.nav>ul>li:hover .nav2 {
    height: auto;
    z-index: 9;
    padding: 40px;
}

.nav2 a:hover {
    background: #006ae2;
    text-indent: 1em;
    color: #fff;
}

.nav2_l {
    width: 40%;
}

.nav2_r {
    width: 60%;
}

.nav2_r img {
    width: 100%;
}

.nav1 {
    width: 700px;
}

.nav1 .nav2_l {
    width: 50%;
}

.nav1 .nav2_r {
    width: 50%;
}

.nav1 li {
    width: 50%;
    float: left;
}

#aa5 .nav2,
#aa6 .nav2 {
    right: 0;
}

@media (max-width: 1920px) {
    .NavCeshi>li {
        padding: 0 1.8vw;
    }

    .nav {
        margin-left: 6vw;
    }
}

@media (max-width: 1680px) {
    .NavCeshi>li {
        padding: 0 1.6vw;
    }

    .nav {
        margin-left: 4vw;
    }
}

@media (max-width: 1560px) {
    .NavCeshi>li {
        padding: 0 1.4vw;
    }

    .nav {
        margin-left: 2vw;
    }
}

@media (max-width: 1400px) {
    .NavCeshi>li {
        padding: 0 1.2vw;
    }

    .nav {
        margin-left: 3vw;
    }

    .head {
        width: 98%;
    }
}

@media (max-width: 1300px) {
    .nav {
        margin-left: 1vw;
    }
}

@media (max-width: 1248px) {
    .NavCeshi>li {
        padding: 0 0.9vw;
    }
}

/*栏目结束*/




/*幻灯片*/
.banner-box {
    background: #fff;
}

.banner-box,
.banner-box .bd li {
    height: 800px;
}

.banner-box {
    min-width: 1300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.banner-box .bd {
    width: 100% !important;
}

.banner-b {
    position: absolute;
    bottom: 0;
}

.banner-box .bd li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.banner-btn a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.banner-box .banner-btn a.prev,
.banner-box .banner-btn a.next {
    top: 360px;
    background-position: 0 -40px;
}

.banner-btn a.prev {
    left: -54px;
    background-image: url(../image/20210824160821_1880751838.png);
    background-repeat: no-repeat;
}

.banner-btn a.next {
    right: -54px;
    background-image: url(../image/20210824160832_1831058381.png);
    background-repeat: no-repeat;
}

.banner-box:hover .banner-btn a.prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.banner-box .hd {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: block;
}

.banner-box .hd ul {
    text-align: center
}

.banner-box .hd ul li {
    width: 20px;
    height: 10px;
    border-radius: 20px;
    text-indent: -9999px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner-box .hd ul li.on {
    background: #006ae2;
    width: 32px;
}




/*搜索*/
.search_bg {
    height: 100px;
    border-bottom: 1px solid #eee;
}

.search_nbg {
    position: absolute;
    top: 520px;
    height: 100px;
    border-bottom: 1px solid #eee;
}

.search_nbg .search {
    margin: 0 auto;
}

.search-bg {
    width: 280px;
    height: 40px;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 30px;
}

.search {
    height: 100px;
}

.search_l {
    line-height: 98px;
    color: #999;
}

.search_l dd {
    font-size: 15px;
    color: #333;
    display: inline-block;
    font-weight: bold;
}

.search_l a+a {
    padding-left: 10px;
}

.search_l a {
    font-size: 15px;
    color: #999;
    padding-right: 10px;
}

.search_l a:hover {
    color: #006ae2;
}

.search-bg #infoname {
    width: 310px;
    background: #eee;
    outline: none;
    color: #ccc;
    border: none;
    height: 40px;
    line-height: 6;
    font-size: 14px;
    padding-left: 20px;
    font-weight: lighter;
}

.search_nbg #infoname {
    width: 310px;
    height: 40px;
}

.search-bg {
    position: relative;
}

.search-i {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    background: #006ae2;
}






/*产品*/
.prod_bg {
    background: #f5f5f5 url(../image/20210825090916_344143198.jpg)no-repeat center bottom;
    padding-bottom: 80px;
}

.list ul {
    text-align: center;
}

.list ul li {
    display: inline-block;
    position: relative;
    height: 3.7vw;
}

.list ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 20px;
    transition: 0.3s all ease;
}

.list ul li a:before,
.list ul li a:after {
    content: "";
    display: block;
    position: absolute;
    background: #eee;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s all ease;
}

.list ul li a:before {
    width: 20px;
    height: 1px;
    left: 0;
}

.list ul li a:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 20px;
}

.list ul li:hover a {
    color: #006ae2;
    padding-left: 40px;
    font-weight: bold;
}

.list ul li:hover::before {
    background: #006ae2;
}

.list ul li:hover a:before {
    background: #006ae2;
    width: 30px;
}

.list ul li:hover a:after {
    background: #006ae2;
    left: 30px;
}

.prod_r ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}

.prod_r ul li:nth-child(4n) {
    margin-right: 0;
}

.prod_r ul li img {
    width: 100%;
    height: auto;
    transition: 0.3s all linear;
}

.prod_r .progdwz2021 li:hover img {
    transform: scale(1.1);
}

.prod_r .progdwz2021 li>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.prod_r .progdwz2021 ul li span a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    background: #fff;
    margin-top: 1px;
    transition: 0.3s all linear;
}

.prod_r .progdwz2021 li:hover span a {
    background: #006ae2;
    color: #fff;
}

.prod_r li br {
    display: none;
}



@media (max-width: 1920px) {
    .list_t {
        padding: 1.4vw 0;
    }

    .list_d {
        padding: 1.2vw 0 0 0;
        height: 51.4vw;
    }

    .list_d ul li a {
        line-height: 3.58vw;
    }
}

@media (max-width: 1680px) {
    .list_t {
        padding: 1.4vw 0 1.8vw 0;
    }

    .list_d {
        padding: 1.4vw 0 0 0;
        height: 55.2vw;
    }

    .list_d ul li a {
        line-height: 3.8vw;
    }
}

@media (max-width: 1560px) {
    .list_t {
        padding: 1.6vw 0 1.8vw 0;
    }

    .list_d {
        padding: 2vw 0 0 0;
        height: 56vw;
    }
}

@media (max-width: 1440px) {
    .list_d {
        height: 56.6vw;
    }
}

@media (max-width: 1400px) {
    .list_d {
        height: 58.3vw;
    }
}

@media (max-width: 1300px) {
    .list_d {
        height: 63vw;
    }

    .list_d ul li a {
        line-height: 4vw;
    }
}

@media (max-width: 1200px) {
    .list {
        width: 21.5%;
    }

    .prod_r {
        width: 76%;
    }

    .list_d {
        height: 67.3vw;
    }

    .list_d ul li a {
        line-height: 4.5vw;
    }
}

/*应用*/
.appl_bg {
    background: url(../image/20210907200227_1762367927.jpg)no-repeat center top;
}

.appl_t,
.appl_t h3 {
    color: #fff;
}

.appl li {
    float: left;
    width: 14.2857%;
    text-align: center;
    color: #fff;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.appl li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
}

.appl li:hover::after {
    background: rgba(0, 0, 0, 0.2);
}

.appl_w {
    padding-top: 160px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.appl li:nth-child(1) {
    background: url(../image/20210907201936_444197551.jpg)no-repeat center top;
}

.appl li:nth-child(2) {
    background: url(../image/20210907201950_885577073.jpg)no-repeat center top;
}

.appl li:nth-child(3) {
    background: url(../image/20210907202009_812429248.jpg)no-repeat center top;
}

.appl li:nth-child(4) {
    background: url(../image/20210907202024_1031623445.jpg)no-repeat center top;
}

.appl li:nth-child(5) {
    background: url(../image/20210907202047_259351009.jpg)no-repeat center top;
}

.appl li:nth-child(6) {
    background: url(../image/20210907202059_1427531964.jpg)no-repeat center top;
}

.appl li:nth-child(7) {
    background: url(../image/20210907202111_1506374092.jpg)no-repeat center top;
}

.appl li p {
    font-size: 34px;
}

.appl li span {
    font-size: 16px;
    line-height: 40px;
}


/*优势*/
.adv_bg {
    background: url(../image/20210825102457_1845971524.jpg)no-repeat center;
    padding-top: 20px;
    height: 900px;
}

.adv_t,
.adv_t h3 {
    color: #fff;
}

.adv_t {
    padding-bottom: 60px;
}

.adv li {
    float: left;
    width: 20%;
    height: 564px;
    text-align: center;
    position: relative;
    padding-top: 150px;
    cursor: pointer;
}

.adv li p {
    color: #222;
    font-weight: bold;
}

.adv_w p {
    font-size: 18px;
    padding-bottom: 1vw;
}

.adv_w p:before {
    content: "";
    display: block;
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.adv li:nth-child(1) .adv_w p:before {
    background-image: url(../image/20210825112823_216461645.png);
}

.adv li:nth-child(2) .adv_w p:before {
    background-image: url(../image/20210825112840_542947722.png);
}

.adv li:nth-child(3) .adv_w p:before {
    background-image: url(../image/20210825113030_1027459247.png);
}

.adv li:nth-child(4) .adv_w p:before {
    background-image: url(../image/20210825112855_1822038036.png);
}

.adv li:nth-child(5) .adv_w p:before {
    background-image: url(../image/20210825112906_2087873560.png);
}

.adv li span {
    font-size: 15px;
    line-height: 28px;
    padding: 0 3vw;
    display: block;
}

.adv_ww {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease;
    padding-top: 10%;
    border-radius: 200px;
    overflow: hidden;
}

.adv_ww:after {
    content: "";
    background: #006ae2 url(../image/20210825111056_955484493.png)no-repeat center 1vw;
    width: 64%;
    height: 7vw;
    border-radius: 100%;
    position: absolute;
    bottom: -4vw;
    left: 0;
    right: 0;
    margin: auto;
}

.adv_ww img {
    width: 80%;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.adv_ww p {
    font-size: 24px;
    padding: 2vw 0 0 0;
}

.adv_ww p:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ccc;
    margin: 20px auto;
}

.adv li.on .adv_ww {
    top: 0;
    opacity: 1;
}


.adv_b {
    text-align: center;
    color: #fff;
    background: #ec4000 url(../image/20210825105919_1563690394.png)no-repeat 34px center;
    width: 480px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    margin: 0 auto;
    text-indent: 52px;
    position: relative;
    bottom: -64px;
}

.adv_b span {
    font-size: 18px;
    position: relative;
    top: -8px;
}

.adv_b b {
    font-size: 40px;
    font-family: "Tw Cen MT";
}



/*产品特点*/
.padv_bg {
    padding-top: 40px;
}

.padv li {
    float: left;
    width: 23.5%;
    height: 230px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px #eee solid;
    padding-top: 50px;
    transition: 0.3s all ease;
    cursor: pointer;
}

.padv li:nth-child(4n) {
    margin-right: 0;
}

.padv li b {
    font-size: 24px;
    color: #222;
}

.padv li dd {
    color: #333;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px;
}

.padv li span {
    font-size: 15px;
    line-height: 30px;
}

.padv li:hover {
    background: #006ae2;
    border: 1px #006ae2 solid;
    color: #fff;
}

.padv li:hover b,
.padv li:hover dd {
    color: #fff;
}



/*实力*/
.power li {
    float: left;
    width: 19.4%;
    height: 714px;
    color: #fff;
    transition: 0.3s all ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.power li+li {
    margin-left: 0.6%;
}

.power li.on {
    width: 40%;
}

.power li:nth-child(1) {
    background: url(../image/20210825144623_146629918.jpg)no-repeat center;
}

.power li:nth-child(2) {
    background: url(../image/20210825195942_1546641842.jpg)no-repeat center left;
}

.power li:nth-child(3) {
    background: url(../image/20210825200038_1600186631.jpg)no-repeat center left;
}

.power li:nth-child(4) {
    background: url(../image/20210825200211_936704321.jpg)no-repeat center;
}

.power_w {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 250px;
}

.power_w p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.power_w dd {
    font-size: 24px;
    font-weight: bold;
    font-family: "Tw Cen MT";
}

.power_w dd:before {
    content: "";
    display: block;
    width: 1px;
    height: 146px;
    background: rgba(255, 255, 255, 0.4);
    margin: 80px auto;
}

.power li.on .power_w {
    opacity: 0;
}

.power_ww {
    height: 250px;
    width: 100%;
    padding: 40px 46px;
    background: #006ae2;
    position: absolute;
    bottom: 0;
    transition: 0.5s all linear;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    bottom: -50px;
}

.power li.on .power_ww {
    opacity: 1;
    bottom: 0;
}

.power_ww p {
    font-size: 30px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    font-weight: bold;
    line-height: 60px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.power_ww p:after {
    font-size: 30px;
    font-family: "Tw Cen MT";
    display: block;
    float: right;
    opacity: 0.5;
}

.power li:nth-child(1) .power_ww p:after {
    content: "01";
}

.power li:nth-child(2) .power_ww p:after {
    content: "02";
}

.power li:nth-child(3) .power_ww p:after {
    content: "03";
}

.power li:nth-child(4) .power_ww p:after {
    content: "04";
}

.power_ww span {
    font-size: 15px;
    line-height: 30px;
}




/*证书*/
.honor_bg {
    position: relative;
    background: url(../image/20210825153403_105889797.jpg)no-repeat center;
    padding: 0 0 80px 0;
}

.honor_box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    transform-style: preserve-3d;
}

#honor_box-slide {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#honor_box-slide .swiper-slide {
    width: 400px;
    height: 590px;
    background: #000;
    box-sizing: border-box;
    transform: perspective(100px) rotateY(5deg) scale(0) !important;
}

#honor_box-slide .swiper-slide img {
    display: block;
    width: 100%;
}

.honor_box .swiper-prev {
    cursor: pointer;
    position: absolute;
    left: 7%;
    top: 43%;
    z-index: 999;
    width: 44px;
    height: 44px;
    background-image: url(../image/20210825154033_251796821.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.honor_box .swiper-next {
    cursor: pointer;
    position: absolute;
    right: 7%;
    top: 43%;
    z-index: 999;
    background-image: url(../image/20210825154033_251796821.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}

#honor_box-slide .swiper-slide-prev {
    transform: scale(.7) !important;
}

#honor_box-slide .swiper-slide-next {
    transform: scale(.7) !important;
}

#honor_box-slide .swiper-slide-active a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#honor_box-slide .swiper-slide-active {
    transform: perspective(0) rotateY(0) scale(1) !important;
}

.swiper-container {
    overflow: unset;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

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






/*流程*/
.press li {
    float: left;
    width: 23.5%;
    text-align: center;
    padding: 3.4vw 3vw;
    box-shadow: 0 0 50px rgba(0, 106, 226, 0.1);
    border: 1px #006ae2 solid;
    transition: 0.3s all ease;
    cursor: pointer;
}

.press li+li {
    margin-left: 2%;
}

.press li:hover {
    box-shadow: 0 0 50px rgba(236, 64, 0, 0.5);
    border: 1px #ec4000 solid;
}

.press li dd {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #2287fa 0%, #006ae2 100%);
    margin: 0 auto;
    transition: 0.3s all ease;
}

.press li:hover dd {
    background: linear-gradient(to bottom, #f06b39 0%, #ec4000 100%);
}

.press li dd:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../image/20210825160645_1098616993.png);
    background-repeat: no-repeat;
    transition: 0.3s all ease;
}

.press li:nth-child(1) dd:after {
    background-position: 0 0;
}

.press li:nth-child(2) dd:after {
    background-position: -94px 0;
}

.press li:nth-child(3) dd:after {
    background-position: -188px 0;
}

.press li:nth-child(4) dd:after {
    background-position: -282px 0;
}

.press li p {
    font-size: 24px;
    line-height: 30px;
    color: #222;
    padding-top: 20px;
}

.press li span {
    font-size: 20px;
    color: #ccc;
    font-family: "Arial";
    line-height: 40px;
    display: block;
    padding: 10px 0;
}

.press li font {
    font-size: 15px;
    line-height: 30px;
}

.press_b {
    text-align: center;
    margin: 80px auto 90px auto;
    width: 480px;
    height: 72px;
}

.press_b a,
.press_b p {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    color: #fff;
    float: left;
}

.press_b a {
    width: 160px;
    font-size: 20px;
    background: #ec4000;
    border: 1px #ec4000 solid;
    transition: 0.3s all ease;
}

.press_b a:hover {
    background: #fff;
    color: #ec4000;
}

.press_b p {
    width: 320px;
    font-size: 40px;
    font-weight: bold;
    font-family: "Tw Cen MT";
    background: #006ae2;
}

/*简介*/
.com_bg {
    background: url(../image/20210825171940_1170874591.jpg)repeat center;
    height: 600px;
    margin-bottom: 200px;
}

.com_t,
.com_t h3 {
    color: #fff;
}

.com_w {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding-bottom: 3vw;
}

.com_w a {
    font-size: 15px;
    color: #fff;
}

.com_w a:hover {
    color: #ec4000;
}

.com_b {
    background: #fff;
    padding: 3vw;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
    width: 88%;
    margin: 0 auto;
}

.com_a {
    width: 40%;
    margin: 0 auto;
}

.com_a a {
    display: block;
    float: left;
    width: 38%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #006ae2;
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease;
    margin-bottom: 40px;
}

.com_a a+a {
    margin-left: 2%;
}

.com_a a.on {
    width: 100%;
    background: #ec4000;
}

.com_cont ul li {
    display: inline-block;
    width: 23%;
    text-align: center;
    position: relative;
}

.com_cont ul li+li {
    margin-left: 2%;
}

.com_cont ul li a {
    display: block;
    overflow: hidden;
}

.com_cont ul li img {
    width: 100%;
    height: auto;
    transition: 0.3s all ease;
}

.com_cont ul li:hover img {
    transform: scale(1.1);
}

.com_cont ul li p {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.com_cont ul li p a {
    line-height: 44px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
    transition: 0.3s all ease;
}

.com_cont ul li:hover p a {
    background: rgba(0, 106, 226, 0.8);
}




/*新闻*/
.news_top {
    width: 551px;
    margin: 0px auto;
}

.news_wz {
    height: 48px;
    line-height: 36px;
}

.news_wz b {
    font-size: 26px;
}

.news_wz span {
    font-size: 24px;
    margin-left: 8px;
    color: #ccc;
    text-transform: uppercase;
    font-family: Arial;
}

.news_wz em {
    font-size: 16px;
    font-weight: 200;
    display: block;
    color: #999;
}

.news_tab {
    margin-top: 10px;
}

.news_tab li {
    float: left;
    background: #fff;
    box-shadow: 0px 0px 20px #eee;
    width: 171px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 30px;
}

.news_tab li+li {
    margin-left: 19px;
}

.news_tab li a {
    font-size: 18px;
    font-weight: 100;
    color: #666;
    display: block;
}

.news_tab li.on {
    color: #fff;
    background: linear-gradient(-90deg, #2083f2, #006ae2);
    box-shadow: 0px 0px 10px rgba(38, 149, 215, 0.3);
    width: 171px;
    height: 42px;
    line-height: 42px;
    margin-left: 193px;
}

.news_tab li.on a {
    color: #fff !important;
}

.news_a {
    margin-right: 17px;
}

.news_a em {
    position: relative;
    font-size: 20px;
    color: #c2c2c2;
    top: 8px;
}

.news_a .sPrev,
.news_a .sNext {
    position: absolute;
    top: 2px;
    font-size: 20px;
    color: #c2c2c2;
    cursor: pointer;
}

.news_a .sPrev {
    right: 5px;
    transform: rotate(-90deg);
}

.news_a .sNext {
    left: 5px;
    transform: rotate(90deg);
}

.news_a i:hover {
    color: #005cab;
}

.news_list {
    height: 28vw;
    min-height: 500px !important;
    width: 100%;
    overflow: hidden;
}

.news_list .tempWrap {
    width: 100% !important;
}

.news_list .news_div {
    height: 100%;
}

.news_list .news_div_item {
    width: 25%;
    display: inline-block;
    position: relative;
    height: 100%;
    transition: 0.5s;
    padding: 30px 40px 40px;
    border-right: 1px #eee solid;
}

.news_list .news_div_item:first-child {
    border-left: 1px #eee solid;
}

.news_list .news_div_item_date {
    font-weight: 400;
    height: 26px;
    line-height: 22px;
}

.news_list .news_div_item_content {
    padding-right: 14px;
    padding-bottom: 90px;
}

.news_list .news_div_item_year,
.news_list .news_div_item_month,
.news_list .news_div_item_day {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

.news_list .news_div_item_a {
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
    position: relative;
    transition: 0.3s;
    font-weight: normal;
    color: #222;
}

.news_list .news_div_item_a::before {
    position: absolute;
    content: '查看详情';
    bottom: -152px;
    left: 0;
    width: 0;
    height: 33px;
    background: #fff;
    border-radius: 40px;
    line-height: 33px;
    color: #999;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 43px;
    border: 1px #eee solid;
    font-weight: 100;
    display: none;
}

.news_list .news_div_item_a::after {
    position: absolute;
    content: '';
    bottom: -141px;
    font-size: 43px;
    background: url(../image/20210826174314_205309628.png) no-repeat center;
    width: 18px;
    height: 14px;
    left: 0;
    transition: 0.5s;
}

.news_list .news_div_item_body {
    font-size: 14px;
    color: #666;
    font-weight: 100;
    line-height: 24px;
}

.news_list .news_div_item_pic,
.news_list .news_div_item_pic a,
.news_list .news_div_item_image {
    width: 100%;
    height: auto;
    display: block;
}

.news_list .news_div_item_pic {
    height: 14vw;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.news_list .news_div_item img {
    transition: 0.3s all linear;
}

.news_list .news_div_item:hover img {
    transform: scale(1.1);
}

.news_list .news_div_item:hover .news_div_item_a {
    color: #006ae2;
    transition: 0.3s;
}

.news_list .news_div_item:hover .news_div_item_a::before {
    padding-left: 40px;
    display: block;
    width: 130px;
}

.news_list .news_div_item:hover .news_div_item_a::after {
    left: 110px;
}





/*footer*/
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_bg {
    width: 100%;
    color: #fff;
    background: #131513;
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}

.bq_item li {
    position: relative;
}

.bq_item li {
    float: left;
    position: relative;
}

.bq_item li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #006ae2;
    top: 24px;
    left: -22px;
}

.bq_item li+li {
    margin-left: 14%;
}

.bq_item li a {
    display: block;
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.47);
    font-weight: lighter;
}

.bq_item li a:hover {
    color: #fff;
}

.footer_t {
    font-size: 18px !important;
    color: #fff !important;
    line-height: 48px !important;
    position: relative;
    font-weight: bold;
}

.footer li p img {
    width: 130px;
}

.copy {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    padding-top: 10px;
}

.copy a {
    font-size: 14px;
    color: #999;
}

.copy a:hover {
    color: #ff7b0f;
}

.copy_bg {
    height: 80px;
    background: #131513;
    line-height: 80px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copy_bg div {
    color: rgba(255, 255, 255, 0.47);
}

.copy_b div:nth-child(1) {
    width: 65%;
}

.copy_bg div a {
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
}

.copy_bg div a:hover {
    color: #fff;
}

.foo_icon li div p {
    margin-top: 3px;
}

.cl {
    clear: both;
}

.banq {
    width: 65%;
}

.bq_cl>b,
.bq_cr>b,
.bq_r>b {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    line-height: 48px;
}

.bq_ewm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    position: relative;
}

.bq_ewm li span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #131513;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bq_ewm li span img {
    width: 100%;
}

.bq_ewm li span:hover {
    background: #006ae2;
    border-color: #006ae2;
}

.ewm_cc {
    position: absolute;
    top: -100px;
    left: 0;
    display: none;
}

.bq_r {
    width: 35%;
    padding-left: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bq_lx {
    line-height: 36px;
}

.bq_lx li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.47);
}

.bq_ewm li+li {
    margin-left: 10px;
}

.bq_item li:first-child {
    padding-left: 20px;
}

.bq_item li:first-child:before {
    left: 0;
}



.links {
    height: 92px;
    padding: 0 15px;
    background: #eee;
    line-height: 92px;
    font-size: 18px;
    color: #333;
}

.links p.fl {
    background: url(../image/20210825191149_1334578692.png) no-repeat left center;
    padding-left: 33px;
}

.links p.fr a {
    font-size: 14px;
    color: #333;
    font-weight: lighter;
}

.end {
    text-align: center;
}

.end,
.end a {
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    line-height: 70px;
}

.linkTagcs li a {
    font-size: 15px;
}






/*浮动*/
.qqkefu {
    position: fixed;
    top: 60%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 990;
    right: 10px;
    width: 39px;
}

.qqkefu ul li {
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    float: right;
    background: url("../image/20210825203145_1089753747.png") no-repeat;
    background-color: #006ae2;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.qqkefu ul li a {
    color: #fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}

.qqkefu ul li.qq_cza {
    overflow: hidden
}

.qqkefu ul li:hover {
    background-color: #ec4000;
}

.qqkefu ul li.top {
    background-position: 0 0;
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.qqkefu ul li b {
    width: 45px;
    height: 45px;
    display: block;
    overflow: hidden;
    float: right;
}

.qqkefu ul li span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.qqkefu ul li.qq_phone {
    background-position: right -46px;
}

.qqkefu ul li.qq_ku {
    background-position: right -92px;
}

.qqkefu ul li.qq_ms {
    background-position: right -138px;
}

.qqkefu ul li.qq_czb {
    background-position: right -184px;
}

.qqkefu ul li.qq_czc {
    background-position: right -184px;
}

.qqkefu ul li.qq_app {
    background-position: right -228px;
}

.qqkefu ul li.qq_czae {
    line-height: 15px !important
}

.erweima {
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
}

.erweima p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}

.erweima p img {
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}

.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    position: absolute;
    right: -5px;
    top: 122px;
}

.app {
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;

}

.app p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}

.app p img {
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}

.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    position: absolute;
    right: -5px;
    top: 132px;
}


.erweima1 {
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;

}

.erweima1 p {
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}

.erweima1 p img {
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}

.erweima1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    position: absolute;
    right: -5px;
    top: 122px;
}