/*通用样式*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: none;
}

img {
    object-fit: cover;
    object-position: top;
}


/*删除a标签下划线  设置最多的颜色*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}


/*h标签统一字体大小*/

body {
    font-family: "微软雅黑";
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}


/*页面默认字体样式*/

p {
    color: #333333;
}

ul,
li {
    list-style: none;
}

.heard {
    width: 100%;
    position: fixed;
    top: 0;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px hsl(0, 0%, 60%);
    z-index: 5;
    position: relative;
}

.heard .toggle {
    width: 80px;
    height: 80px;
    position: absolute;
    right: -77px;
}

.heard .toggle img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.heard .toggle:hover .lists {
    display: block;
}

.heard .toggle .lists {
    width: 80px;
    height: 90px;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.heard .toggle .lists a div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.heard .top {
    width: 1080px;
    margin: 0 auto;
}

.heard .top .logo {
    float: left;
}

.heard .top .logo img {
    height: 80px;
}

.heard .top .nav {
    float: right;
    width: 60%;
    position: relative;
}

.heard .top .nav .navlist {
    float: left;
    line-height: 80px;
    width: 20%;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.heard .top .nav .navlist::after {
    content: "";
    width: 0px;
    height: 10px;
    background-color: #666;
    position: absolute;
    right: 0;
    top: 35px;
}

.heard .top .nav .no::after {
    width: 0;
}

.heard .top .nav .navlist .qianlan {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #025bac;
    top: -80px;
    left: 0;
    z-index: -1;
    transition: all .5s;
}

.heard .top .nav .navlist:hover .name {
    color: #fff;
}

.heard .top .nav .navlist:hover .qianlan {
    top: 0;
}

.heard .top .nav .navlist:hover .xiala {
    display: block;
}

.heard .top .nav .navlist .xiala {
    position: absolute;
    left: 0;
    background-color: #0762b7;
    width: 100%;
    text-align: center;
    display: none;
}

.heard .top .nav .navlist .xiala a {
    color: #fff;
}

.heard .top .nav .navlist .xiala .list {
    height: 40px;
    line-height: 40px;
}

.footer {
    background-color: #025bac;
}

.footer .footer_con {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.footer .footer_con .footer_con_top{
    width: 100%;
     display: flex;
     justify-content: space-between;
}    
.footer .footer_con .footer_con_btm{
    width:100%;
    margin-top: 10px;
    
}
.footer .footer_con .footer_con_btm h4{
    text-align: center;
    color: #fff;
}
.footer .footer_con .footer_con_btm h4 a{
     color: #fff;
}
.footer .footer_con .left {
    width: 33%;
    border-right: 1px solid rgb(199, 199, 199);
}

.footer .footer_con .left h4 {
    margin-bottom: 10px;
    color: #fff;
}

.footer .footer_con .left h5 {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.footer .footer_con .mid {
    width: 33%;
    border-right: 1px solid rgb(199, 199, 199);
}

.footer .footer_con .right {
    width: 33%;
}

.footer .footer_con .mid img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.footer .footer_con .right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer_con .right img {
    width: 100%;
    margin-left: 25px;
    max-height: 55px;
}

.footer .footer_con .right i {
    width: 25%;
}

.banner {
    width: 100vw;
    /* height: 798px; */
    height: 570px;
    margin: 0 auto;
    overflow: hidden;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.banner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav {
    width: 1080px;
    margin: 0 auto;
    position: absolute;
    left: calc((100% - 1080px)/2);
    top: 0;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav .list {
    width: 29%;
    height: 798px;
    background-color: rgb(2, 91, 172, .5);
    padding-top: 250px;
    padding-left: 20px;
    box-sizing: border-box;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav .list h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav .list h4 {
    color: #fff;
    margin-top: 50px;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav1 {
    width: 1080px;
    height: 798px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav1 .list {
    width: 80%;
    height: 240px;
    background-color: rgb(2, 91, 172, .5);
    padding-top: 10px;
    padding-left: 200px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 300px;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav1 .list h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
}

.banner .swiper .swiper-wrapper .swiper-slide .nav1 .list h4 {
    color: #fff;
    margin-top: 30px;
}

.connav {
    width: 1080px;
    margin: 0 auto;
}

.newstatus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.newstatus .left {
    width: 296px;
}

.newstatus .left .title {
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-bottom: 8px;
}

.newstatus .left .title a {
    color: #666;
}

.newstatus .left .title .zuo {
    color: #025bac;
    font-weight: bold;
}

.newstatus .left .title div span {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.newstatus .left .newlists {
    margin-top: 10px;
}

.newstatus .left .newlists .newlist {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(173, 173, 173);
}

.newstatus .left .newlists .newlist .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3D464D;
    font-size: 14px;
}

.newstatus .left .newlists .newlist .time {
    font-size: 12px;
    color: #666666;
}

.newstatus .mid {
    background-color: #fff;
    width: 690px;
    height: 233px;
    box-shadow: 0px 2px 2px 2px rgba(154, 209, 255, 0.29);
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -80px;
    /* top: -108px; */
    z-index: 3;
}

.newstatus .mid .list {
    width: 33%;
    padding: 20px 20px;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.newstatus .mid .no {
    border: none;
}

.newstatus .mid .list .title {
    color: #025bac;
    font-weight: bold;
}

.newstatus .mid .list .title span {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
}

.newstatus .mid .list .nav {
    font-size: 14px;
    font-family: NotoSansSC-DemiLight;
    color: #666666;
    margin-top: 20px;
}

.newstatus .right img {
    width: 32px;
    height: 32px;
}

.newstatus .right div {
    margin-top: 5px;
    cursor: pointer;
}

.newstatus .right .wx {
    position: relative;
}

.newstatus .right .wx:hover .tan {
    display: block;
}

.newstatus .right .wx .tan {
    width: 200px;
    height: 192px;
    position: absolute;
    top: -210px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px hsl(0, 0%, 70%);
    z-index: 3;
    left: -88px;
    display: none;
}

.newstatus .right .wx .tan .title {
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #f3f3f3;
    color: #777777;
    font-size: 12px;
}

.newstatus .right .wx .tan .ma {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.newstatus .right .wx .tan .ma img {
    width: 100%;
    height: 100%;
}

.newstatus .right .wx .tan .nav {
    color: #666666;
    text-align: center;
    font-size: 12px;
}

.newstatus .right .wx .tan .jiao {
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #ffff;
    position: absolute;
    bottom: -20px;
    left: 95px;
    /* border-left-color:lightseagreen; */
    /* border-right-color:lightseagreen; */
    /* border-bottom-color: lightseagreen; */
}

.module {
    width: 100%;
    margin-bottom: 50px;
}

.module .title {
    width: 100%;
    text-align: center;
    position: relative;
}

.module .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0;
    top: 20px;
}

.module .title .name {
    background-color: #fff;
    width: 200px;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.module .title .name .big {
    font-size: 28px;
    color: #666666;
}

.module .title .name .small {
    font-size: 14px;
    color: #666666;
}

.module .lists {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.module .lists .list {
    width: 262px;
    height: 385px;
    background-color: #025bac;
    overflow: hidden;
}

.module .lists .list .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.module .lists .list .img img {
    width: 100%;
    height: 100%;
}

.module .lists .list .cu {
    font-size: 18px;
}

.module .lists .list p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 38px;
}

.module .lists .list .btn {
    width: 119px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 80px;
}

.module .lists .list:hover {
    background-color: #0355a1;
}


/* 品牌文化 */

.module .module_lists {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.module .module_lists .module_list {
    width: 22%;
}

.module .module_lists .module_list .top {
    height: 180px;
}

.module .module_lists .module_list .top img {
    width: 100%;
    height: 100%;
}

.module .module_lists .module_list .btm {
    padding: 10px;
    box-sizing: border-box;
    height: 180px;
}

.module .module_lists .module_list .btm .name {
    color: #025bac;
    font-size: 18px;
    font-weight: bold;
}

.module .module_lists .module_list .btm .nav {
    color: #666;
    font-size: 12px;
    margin-top: 10px;
}

.hui {
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.con1 {
    width: 952px;
    margin: 0 auto;
}

.con1 .car {
    width: 100%;
    margin-top: 100px;
}

.con1 .car .top {
    display: flex;
    justify-content: space-between;
    height: 262px;
}

.con1 .car .top .left {
    width: 400px;
    position: relative;
}

.con1 .car .top .left>img {
    width: 100%;
    max-height: 262px;
}

.con1 .car .top .left .whit {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
}

.con1 .car .top .left .whit .name {
    margin-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}

.con1 .car .top .left .whit .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 4px 8px;
    color: #025bac;
    border-radius: 3px;
}

.con1 .car .top .left .whit .btn:hover {
    background-color: #025bac;
    color: #ffff;
}

.con1 .car .top .right {
    width: 531px;
    position: relative;
}

.con1 .car .top .right>img {
    width: 100%;
    max-height: 262px;
}

.con1 .car .top .right .whit {
    width: 275px;
    height: 173px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 3;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: end;
}

.con1 .car .top .right .whit .name h3 {
    color: #666;
    font-size: 35px;
}

.con1 .car .top .right .whit .name::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #025bac;
    right: 10px;
}

.con1 .car .top .right .whit p {
    font-size: 24px;
    color: #666666;
    margin-top: 10px;
}

.con1 .car .btm {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.con1 .car .btm .list {
    width: 255px;
}

.con1 .car .btm .list .top {
    height: 135px;
}

.con1 .car .btm .list .top img {
    width: 100%;
    max-height: 135px;
}

.con1 .car .btm .list .whit {
    height: 160px;
    background-color: #fff;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    position: relative;
}

.con1 .car .btm .list .whit h3 {
    color: #666666;
    font-size: 24px;
}

.con1 .car .btm .list .whit .btn {
    position: absolute;
    color: #025bac;
    padding: 3px 8px;
    border-radius: 5px;
    left: 20px;
    bottom: 20px;
}

.con1 .car .btm .list .whit .btn:hover {
    background-color: #025bac;
    color: white;
}

.con1 .work {
    width: 100%;
    height: 514px;
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

.con1 .work .left {
    width: 331px;
    height: 100%;
}

.con1 .work .left img {
    width: 100%;
    height: 100%;
}

.con1 .work .right {
    width: 600px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

.con1 .work .right .top {
    width: 100%;
    height: 173px;
    position: relative;
}

.con1 .work .right .top .you {
    float: right;
    width: 400px;
    position: relative;
}

.con1 .work .right .top .you img {
    width: 400px;
    max-height: 173px;
}

.con1 .work .right .top .you .whit {
    width: 45%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 55%;
    padding: 15px 0 0 10px;
    box-sizing: border-box;
}

.con1 .work .right .top .you .whit h3 {
    color: #666666;
    font-size: 24px;
}

.con1 .work .right .top .you .whit .btn {
    position: absolute;
    color: #025bac;
    padding: 3px 8px;
    border-radius: 5px;
    left: 20px;
    bottom: 20px;
}

.con1 .work .right .top .you .whit .btn:hover {
    background-color: #025bac;
    color: white;
}

.con1 .work .right .top .zuo {
    width: 393px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    padding: 10px;
    left: -220px;
}

.con1 .work .right .top .zuo h3 {
    font-size: 35px;
    color: #666666;
}

.con1 .work .right .top .zuo .name {
    position: relative;
}

.con1 .work .right .top .zuo .name::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #025bac;
    bottom: -10px;
    left: 0;
}

.con1 .work .right .top .zuo p {
    font-size: 20px;
    margin-top: 15px;
    color: #666666;
}

.con1 .work .right .btm {
    position: absolute;
    bottom: 0;
    height: 294px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con1 .work .right .btm .list {
    width: 45%;
    background-color: #ffffff;
    height: 100%;
}

.con1 .work .right .btm .list .shang {
    height: 40%;
}

.con1 .work .right .btm .list .shang img {
    width: 100%;
    max-height: 100%;
}

.con1 .work .right .btm .list .whit {
    width: 100%;
    height: 60%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.con1 .work .right .btm .list .whit h3 {
    font-size: 24px;
    color: #666666;
}

.con1 .work .right .btm .list .whit .btn {
    position: absolute;
    color: #025bac;
    padding: 3px 8px;
    border-radius: 5px;
    left: 20px;
    bottom: 20px;
}

.con1 .work .right .btm .list .whit .btn:hover {
    background-color: #025bac;
    color: white;
}

.con1 .communication {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 50px;
}

.con1 .communication .top {
    width: 100%;
    position: relative;
}

.con1 .communication .top img {
    width: 100%;
}

.con1 .communication .top .whit {
    width: 260px;
    height: 260px;
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: 200px;
    padding: 10px 0 0 10px;
}

.con1 .communication .top .whit h3 {
    font-size: 35px;
    color: #666666;
}

.con1 .communication .top .whit .name {
    position: relative;
}

.con1 .communication .top .whit .name ::after {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #025bac;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.con1 .communication .top .whit p {
    font-size: 26px;
    margin-top: 20px;
    color: #666666;
}

.con1 .communication .btm {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.con1 .communication .btm .list {
    width: 45%;
    position: relative;
}

.con1 .communication .btm .list img {
    height: 100%;
}

.con1 .communication .btm .list .whit {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45%;
    background-color: #fff;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
}

.con1 .communication .btm .list .whit h3 {
    color: #666666;
    font-size: 30px;
}

.con1 .communication .btm .list .whit .btn {
    position: absolute;
    color: #025bac;
    padding: 3px 8px;
    border-radius: 5px;
    left: 20px;
    bottom: 20px;
}

.con1 .communication .btm .list .whit .btn:hover {
    background-color: #025bac;
    color: white;
}

.connection {
    width: 917px;
    margin: 0 auto;
    margin-top: 80px;
}

.connection .title {
    width: 100%;
    text-align: center;
    position: relative;
}

.connection .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0;
    top: 20px;
}

.connection .title .name {
    width: 200px;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.connection .title .name .big {
    font-size: 28px;
    color: #666666;
}

.connection .title .name .small {
    font-size: 14px;
    color: #666666;
}

.connection .nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.connection .nav .left {
    width: 45%;
}

.connection .nav .left img {
    width: 100%;
}

.connection .nav .right {
    width: 45%;
    padding-top: 10px;
}

.connection .nav .right .top {
    padding-bottom: 3px;
    border-bottom: 1px dashed black;
}

.connection .nav .right .top img {
    width: 29px;
    vertical-align: middle;
}

.connection .nav .right .top span {
    font-size: 18px;
    color: #666666;
    vertical-align: middle;
}

.connection .nav .right .name {
    margin-top: 50px;
}

.connection .nav .right .name p {
    font-size: 14px;
    color: #777777;
    margin-top: 5px;
}

.jingbei {
    height: 240px;
    background-image: url('../img/ts_bj_mv.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}

.jingbei .lanbei {
    width: 100%;
    height: 100%;
    position: absolute;
    
    opacity: .4;
}

.jingbei .nav {
    width: 917px;
    padding: 20px 0 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.jingbei .nav .left {
    width: 50%;
    position: relative;
}

.jingbei .nav .left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 2px;
    height: 400px;
    background-color: #FFFFFFB3;
}

.jingbei .nav .right {
    width: 50%;
}

.jingbei .nav .left .title {
    color: #fff;
    font-size: 16px;
}

.jingbei .nav .left .list {
    width: 70%;
    margin-top: 20px;
}

.jingbei .nav .left .list .name {
    font-size: 14px;
    color: #ffffff;
}

.jingbei .nav .left .list .kuang {
    width: 100%;
    height: 40px;
}

.jingbei .nav .left .list .kuang input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.jingbei .nav .left .list .kuang textarea {
    width: 100%;
    border: none;
    outline: none;
}

.jingbei .nav .left .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #025bac;
    color: #fff;
    text-align: center;
    margin-top: 140px;
    cursor: pointer;
}

.jingbei .nav .right {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-top: 8%;
    box-sizing: border-box;
}

.jingbei .nav .right .zuo {
    width: 222px;
}

.jingbei .nav .right .zuo img {
    width: 100%;
    height: 286px;
}

.jingbei .nav .right .you {
    padding-top: 120px;
}

.jingbei .nav .right .you p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.jingbei1 {
    height: 491px;
    background-image: url('../img/money.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}

.jingbei1 .lanbei {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #025bac;
    opacity: .4;
}

.jingbei1 .nav {
    width: 917px;
    padding: 20px 0 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.jingbei1 .nav .left {
    width: 50%;
    position: relative;
}

.jingbei1 .nav .left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 2px;
    height: 400px;
    background-color: #FFFFFFB3;
}

.jingbei1 .nav .right {
    width: 50%;
}

.jingbei1 .nav .left .title {
    color: #fff;
    font-size: 16px;
}

.jingbei1 .nav .left .list {
    width: 70%;
    margin-top: 20px;
}

.jingbei1 .nav .left .list .name {
    font-size: 14px;
    color: #ffffff;
}

.jingbei1 .nav .left .list .kuang {
    width: 100%;
    height: 40px;
}

.jingbei1 .nav .left .list .kuang input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: rgba(212, 214, 214, 0.1);
}

.jingbei1 .nav .left .list .kuang textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    background-color: rgba(212, 214, 214, 0.1);
}

.jingbei1 .nav .left .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #025bac;
    color: #fff;
    text-align: center;
    margin-top: 140px;
    cursor: pointer;
}

.jingbei1 .nav .right {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-top: 8%;
    box-sizing: border-box;
}

.jingbei1 .nav .right .zuo {
    width: 222px;
}

.jingbei1 .nav .right .zuo img {
    width: 100%;
    height: 286px;
}

.jingbei1 .nav .right .zuo {
    width: 160px;
}

.jingbei1 .nav .right .you {
    padding-top: 70px;
}

.jingbei1 .nav .right .you p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.news {
    width: 900px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
}

.news .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news .list .left {
    width: 105px;
    border-top: 2px solid black;
}

.news .list .left .name {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.news .list .left .name p {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.news .list .left .bla {
    width: 100%;
    height: 60px;
    background-color: rgb(231, 236, 238);
}

.news .list .left .bla img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-left: 42px;
}

.news .list .right {
    width: 660px;
    border: 1px solid #999999;
    padding: 10px;
    box-sizing: border-box;
}

.news .list .right .img {
    width: 100%;
    height: 463px;
    overflow: hidden;
}

.news .list .right .img img {
    width: 100%;
    transition: all .6s;
}

.news .list .right .img img:hover {
    transform: scale(1.1);
}

.news .list .right .name {
    width: 100%;
    padding: 10px;
}

.news .list .right .name .top {
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #999999;
}

.news .list .right .name .top h2 {
    font-size: 24px;
    color: #333333;
}

.news .list .right .name .top p {
    font-size: 14px;
    color: #999999;
}

.news .list .right .name .title {
    padding-top: 10px;
}

.news .list .right .name .title p {
    color: #666666;
    font-size: 14px;
}

.news .list .right .name .title .btn {
    width: 120px;
    height: 40px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
    font-size: 14px;
}

.newsinfo {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.newsinfo h3 {
    font-size: 24px;
    color: #333333;
}

.newsinfo p {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.newsinfo .context {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.productlist {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    min-height: 500px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.productlist .right {
    border-left: 1px solid #666666;
}

.productlist .right .title {
    padding-left: 30px;
    font-size: 18px;
    color: #333333;
    border-left: 2px solid black;
    margin-bottom: 20px;
}

.productlist .right p {
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #353535;
}

.productlist .right p:hover {
    color: #025bac;
}

.productlist .left {
    width: 850px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productlist .left .list {
    width: 246px;
    box-shadow: 0 0 2px 2px rgba(150, 197, 215, 0.8);
    margin-bottom: 20px;
}

.productlist .left .list img {
    width: 100%;
    height: 165px;
}

.productlist .left .list .nav {
    width: 100%;
    /* height: 140px; */
    background-color: #fff;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.productlist .left .list .nav h3 {
    color: #333333;
    font-size: 20px;
}

.productlist .left .list .nav p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
}

.productlist .left i {
    width: 246px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.enlargeContainer {
    display: none;
}

.enlargePreviewImg {
    /*这里我设置的是：预览后放大的图片相对于整个页面定位*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*宽度设置为页面宽度的70%，高度自适应*/
    width: 50%;
    z-index: 200;
}


/*关闭预览*/

#close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 200;
}

.aboutbei {
    height: 240px;
    background-image: url('../img/ts_ir_mv-b.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.aboutbei1 {
    height: 240px;
    background-image: url('../img/ts_tec_mv_2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.aboutbei2 {
    height: 240px;
    background-image: url('../img/ts_tec_mv_3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.aboutbei .huibei {
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutbei .name {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.aboutbei .name h2 {
    color: #ffffff;
    font-size: 60px;
}

.aboutbei .name p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
}

.huibei {
    background-color: rgb(238, 238, 238);
}

.huibei .nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.huibei .nav .left {
    width: 400px;
}

.huibei .nav .left h3 {
    color: #025bac;
    font-size: 18px;
}

.huibei .nav .left .jianjie {
    font-size: 14px;
    color: #5A5A5A;
    margin-top: 15px;
    font-family: FZHei-B01S;
    line-height: 24px;
}

.huibei .nav .right {
    width: 750px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 3;
}

.huibei .nav .right .mod {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.huibei .nav .right .mod .bai {
    width: 30%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.huibei .nav .right .mod .lan {
    width: 70%;
    background-color: #025bac;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
}

.huibei .nav .right .mod .bai .name h3 {
    color: #025bac;
    font-size: 18px;
}

.huibei .nav .right .mod .bai .name p {
    font-size: 12px;
    color: #666666;
}

.huibei .nav .right .mod .bai .name {
    position: relative;
}

.huibei .nav .right .mod .bai .name::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #777777;
    position: absolute;
    left: 5px;
    bottom: -10px;
}

.huibei .nav .right .mod .bai h4 {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.huibei .nav .right .mod .lan .name h3 {
    color: #fff;
    font-size: 18px;
}

.huibei .nav .right .mod .lan .name p {
    font-size: 12px;
    color: #fff;
}

.huibei .nav .right .mod .lan .name {
    position: relative;
}

.huibei .nav .right .mod .lan .name::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    bottom: -10px;
}

.huibei .nav .right .mod .lan h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 24px;
}

.choose {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.choose .title {
    width: 100%;
    text-align: center;
    position: relative;
}

.choose .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    position: absolute;
    left: 0;
    top: 20px;
}

.choose .title .name {
    background-color: #fff;
    /* width: 200px; */
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.choose .title .name .big {
    font-size: 28px;
    color: #666666;
}

.choose .title .name .small {
    font-size: 14px;
    color: #666666;
}

.choose .tu {
    width: 100%;
    margin-top: 20px;
    position: relative;
    min-height: 500px;
}

.choose .tu .img {
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
}

.choose .tu .img img {
    width: 100%;
    max-height: 500px;
}

.choose .tu .lan {
    width: 60%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 100px;
    background-color: rgb(90, 90, 90, .9);
    padding: 100px 30px 10px 40px;
    box-sizing: border-box;
}

.choose .tu .lan p {
    font-size: 18px;
    color: #ffff;
}

.choose .tu .lan h3 {
    font-size: 18px;
    color: #ffff;
    margin-top: 20px;
}

.choose .mokuai {
    width: 80%;
    height: 106px;
    margin: 0 auto;
    background-color: rgb(85, 85, 85);
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
}

.choose .mokuai .list {
    border-right: 1px solid #fff;
    padding-top: 30px;
    box-sizing: border-box;
    width: 25%;
}

.choose .mokuai .list p {
    color: #fff;
    text-align: center;
}

.huibei .pa {
    padding: 15px 0 20px 0;
    box-sizing: border-box;
}

.huibei .culture {
    width: 1200px;
    margin: 0 auto;
    border-left: 2px solid #025bac;
    border-right: 2px solid #025bac;
    padding: 10px 280px 10px 280px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.huibei .culture .list {
    width: 298px;
    height: 186px;
    padding: 10px 50px 10px 50px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.huibei .culture .list h1 {
    font-size: 88px;
    color: #666666;
    text-align: center;
}

.huibei .culture .list h3 {
    font-size: 14px;
    text-align: center;
    color: #666666;
}

.huibei .culture .list p {
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.huibei .culture .list1 {
    background-color: rgb(238, 238, 238);
    padding: 0;
}

.huibei .culture .list1 h2 {
    color: #025bac;
    text-align: end;
    font-size: 40px;
}

.huibei .culture .list1 p {
    text-align: end;
    margin-top: 20px;
}

.heard .caidan {
    display: none;
}

.zhezhao {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.zhezhao #heardlist {
    display: block;
    width: 65vw;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    color: #ffff;
    padding-left: 20px;
    padding-top: 50px;
    box-sizing: border-box;
}

.zhezhao #heardlist .close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.zhezhao #heardlist .lists {
    width: 100%;
    position: relative;
}

.zhezhao #heardlist .lists .name {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
    color: #ffff;
}

.zhezhao #heardlist .lists .name a {
    color: #ffff;
}

.zhezhao #heardlist .lists .xiala {
    height: 0;
    overflow: hidden;
}

.zhezhao #heardlist .lists .list {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    color: #ffff;
}

.zhezhao #heardlist .lists .jia {
    position: absolute;
    right: 10px;
    width: 15px;
    top: 12px;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .crumbs {
        width: 100vw;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .noxian {
        display: none !important;
    }
    .heard .top .logo {
        margin-left: 10px;
    }
    .heard .caidan {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        top: 25px;
    }
    .heard .caidan img {
        width: 100%;
        height: 100%;
    }
    .heard .top {
        width: 100%;
    }
    .heard .top .logo img {
        height: 40px;
        margin-top: 20px;
    }
    .heard .top .nav {
        float: right;
        width: 75%;
        position: absolute;
        right: 0;
    }
    .heard .top .nav .navlist {
        font-size: 12px;
    }
    .heard .top .nav .navlist::after {
        width: 0;
    }
    .banner {
        height: 300px;
        margin-top: 80px;
    }
    .banner .swiper .swiper-wrapper .swiper-slide img {
        width: 110vw;
    }
    .banner .wow {
        display: none;
    }
    .connav {
        width: 100vw;
    }
    .newstatus .left {
        width: 90%;
        margin: 0 auto;
    }
    .module .lists {
        width: 95vw;
        margin: 0 auto;
    }
    .module .lists>a {
        width: 48%;
    }
    .module .lists .list {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100%;
        height: 244px;
    }
    .module .lists .list .img {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .module .lists .list .btn {
        margin-top: 24px;
    }
    .module .module_lists {
        width: 98vw;
        margin: 0 auto;
    }
    .module .module_lists .module_list {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 48%;
    }
    .con1 {
        width: 100vw;
    }
    .con1 .work {
        margin-top: 32px;
        height: auto;
        margin-bottom: 230px;
    }
    .con1 .car .top .right .whit {
        top: -54px;
    }
    .con1 .communication .btm .list .whit {
        left: 0;
        width: 80%;
    }
    .con1 .car .top .left .whit {
        left: 0;
        z-index: 5;
    }
    .news {
        width: 100vw;
    }
    .jingbei {
        height: 325px;
    }
    .newsinfo {
        width: 100vw;
        padding: 10px;
        box-sizing: border-box;
    }
    .newsinfo .context>p {
        font-size: #666666;
        font-size: 14px;
        line-height: 24px;
    }
    .huibei .nav {
        width: 100vw;
        padding: 10px;
        box-sizing: border-box;
    }
    .choose {
        width: 100vw;
    }
    .choose .mokuai {
        display: block;
        height: auto;
    }
    .choose .mokuai .list {
        width: 100%;
        background-color: rgb(85, 85, 85);
        margin-bottom: 15px;
        border: none;
        padding: 0;
        height: 80px;
    }
    .huibei .culture {
        width: 100vw;
        padding: 0;
        border: none;
        display: block;
    }
    .huibei .culture .list {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .productlist {
        width: 100vw;
    }
    .productlist .left {
        display: block;
    }
    .productlist .left .list {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .aboutbei {
        height: 370px;
    }
    .aboutbei .name {
        margin-top: 110px;
        margin-left: 30px;
    }
    .aboutbei .name h2 {
        font-size: 50px;
    }
    .connection {
        width: 100vw;
    }
    .connection .nav .right {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .jingbei1 {
        height: auto;
    }
    .jingbei1 .nav {
        width: 100%;
        padding: 30px;
        /* margin-top: 80px; */
        display: block;
    }
    .jingbei1 .nav .left {
        width: 100%;
    }
    .jingbei1 .nav .left::after {
        width: 0;
    }
    .jingbei1 .nav .left .list {
        width: 90%;
    }
    .jingbei1 .nav .right {
        width: 100%;
        padding-left: 0;
    }
    .footer .footer_con {
        width: 100vw;
        padding: 30px;
    }
    .footer .footer_con .left {
        width: 45%;
        border: none;
    }
    .footer .footer_con .mid {
        width: 60%;
        border: none;
    }
    .con1 .car .top .right>img {
        margin-top: 118px;
        margin-left: -16px;
    }
    .news .list {
        display: block;
    }
    .news .list .right {
        width: 98vw;
        margin: 0 auto;
    }
    .news .list .right .img {
        height: auto;
    }
    .huibei .nav .left {
        width: auto;
    }
    .choose .tu {
        min-height: 280px;
    }
    .choose .tu .img {
        width: 100%;
    }
    .choose .tu .lan {
        height: 164px;
        top: 32px;
        width: 70%;
        padding-top: 39px;
    }
    .con1 .work .right .top .zuo {
        width: 236px;
        left: 0;
        top: 120px;
        z-index: 3;
    }
    .con1 .work .right .top .you img {
        margin-left: -15px;
    }
}