* {
    padding: 0;
    margin: 0;
}
.BMapLabel {
    display: none !important;
}

.toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 50px;
    background-color: #e1f3d8;
    color: #fff;
    border-radius: 15px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(73deg, rgb(75, 245, 255) 5%, rgb(47, 106, 255) 88%);
}
.toast-container.leave {
    animation: fade .3s forwards;
}

@keyframes fade {
    0% {
        opacity: 1;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 40%;
    }
}

a {
    text-decoration: none;
    color: #111;
}
ul {
    list-style: none;
    
}
.wrapper {
    margin: 0 auto;
    min-width: 1170px;
}
.top-nav {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.top-nav-items > ul {
    display: flex;
    position: relative;
    list-style: none;
}
.top-nav-items > ul > li {
    height: 110px;
    border-right-style: none;
    border-right-color: rgb(255, 0, 0);
    border-right-width: 1px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top-nav-logo {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-nav-logo img {
    width: 460px;
    height: 73px;
    border-radius: 0px;
}

.top-nav-items > ul > li.active >a{
    color: #03a9f4;
}
.top-nav-items > ul > li:hover >a{
    color: #03a9f4;
}

.top-nav-items > ul >li > a {
    width: 110px;
    color: rgb(17, 19, 40);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    height: 110px;
    line-height: 110px;
    border-radius: 0px
}
.top-banner img{
    width: 100%;
}
.top-banner {
    width: 100%;
    min-width: 1170px;
    height: 544px;
}
.swiper-slide1 {
    background-image: url('../img/banner.jpg');
    
}
.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}
.swiper-slide2 {
    background-image: url('../img/banner1.jpg');
}
.swiper-slide3 {
    background-image: url('../img/banner2.jpg');
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
    margin-left: 10px;
}
.text-wrapper  {
    padding-top: 151px;
    width: 1028px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-family: MicrosoftYaHei-Bold, Arial;
    color: rgb(255, 255, 255);
    margin: 0px auto;
}
h2.banner-title {
    font-size: 42px;
    line-height: 70px;
    margin-bottom: 4px;
    letter-spacing: 3px;
    font-family: MicrosoftYaHei-Bold, Arial;
    font-weight: 700;
}
h2.banner-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    margin: 14px 0px 26px;
}
.desc {
    width: 409px;
    opacity: 0.9;
    font-family: MicrosoftYaHeiLight, Arial;
    font-size: 14px;
    line-height: 27px;
    color: rgb(255, 255, 255);
}
.form-btn {
    background-image: linear-gradient(73deg, rgb(75, 245, 255) 5%, rgb(47, 106, 255) 88%);
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-top: 32px;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    line-height: 22px;
    display: inline-block;
    padding: 9px 28px;
    border-radius: 28px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    cursor: pointer;
}


.intro {
    margin: 0 auto;
    padding-top: 20px;
    height: 340px;
    position: relative;
    background-color: rgba(250, 250, 250, 1);
}
.blocks {
    display: flex;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    width: 1070px;
}
.blocks .block {
    margin-bottom: 20px;
    min-height: 150px;
    min-width: 250px;
    max-height: 400px;
    height: 150px;
    position: relative;
    overflow: hidden;
    cursor: pointer;


}
.block1,.block2 {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .75s ease-in-out;
    transform-origin: center center;
    transform-style: preserve-3d;
    vertical-align: middle;
}
.block1 {
    color: #ffffff;
    background: #2196f3;
    border-color: #A4A4A4;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block2 {
    background-color: #fff;
    z-index: 2;
    bottom: -100%;
    color: #0c0c0c;
    /* background: #4bf5ff; */
    border-color: #A4A4A4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.block:hover .block2{
    bottom: 0;
}
.intro h2 {
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 25px auto;
    font-size: 34px;
}
.block1 img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.block2 h4 {
    margin-bottom: 5px;
}

.product-area {
    height: 500px;
    min-width: 1170px;
    background-color: rgb(255, 255, 255);
}
.inner  .five-product {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.five-product .single-product {
    display: block;
    cursor: pointer;
    width: 18%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.five-product .single-product:nth-child(1),
.five-product .single-product:nth-child(5) {
   transform: scale(.8);
}
.five-product .single-product:nth-child(2),
.five-product .single-product:nth-child(4) {
    transform: scale(.9);
 }




.single-product img {
    display: block;
    transition: .3s;
    margin: 0 auto;
}
.single-product img:hover {
    transform: scale(1.1);
}

.single-product .title {
    color: #111;
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    font-weight: bold;
    padding: 0 5px;
}
.single-product .detail {
    color: #111;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    color: #999;
}

.about {
    margin: 0 auto;
    padding-top: 20px;
    height: 340px;
    background-color: rgba(250, 250, 250, 1);
    /* background-image: url('../img/about.jpg'); */
    background-size: cover;
    min-width: 1170px;
}
.about .inner {
    width: 1170px;
    margin: 0 auto;
}
.inner h2 {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 34px;
    display: flex;
    justify-content: center;
}
.inner h2 + p {
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
}
.inner .content {
    width: 767px;
    margin: 20px auto 0;
}

.inner .content p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.getmorebtn {
    margin: 30px auto 0;
    width: 132px;
    height: 38px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    /* background-image: linear-gradient(73deg, rgb(75, 245, 255) 5%, rgb(47, 106, 255) 88%); */
    background-color: #111;

    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.getmorebtn::before {
    position: absolute;
    content: '';
    width: 30px;
    height:80px;
    left: -60px;
    transition: .35s;
    
    background: #fff;
    transform: rotate(45deg);
}
.getmorebtn:hover::before {
    left: 160px;
}
.contact {
    width: 100%;
    min-width: 1170px;
    
}
.contact-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 180px;
    background-color: rgba(250, 250, 250, 1);
    position: relative;
}
.contact-top::after {
    content: '';
    position: absolute;
    border: 30px solid rgba(250, 250, 250, 1);
    border-bottom: none;
    border-left-color:transparent;
    border-right-color:transparent;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);

}
.contact-top h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
}
.contact-top h2::before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: -webkit-linear-gradient(left, #4bf5ff 0%, #2f6aff 73%);
    border-radius: 2px;
    margin: 14px 0px 26px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-top p {
    font-size: 16px;
    line-height: 16px;
    color: #adb0b6;
    margin-top: 15px;
}
.contact-inner {
    min-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 30px;
}
.contact-inner .la {
    display: block;
    margin: 30px auto 10px;
    color: #999;
}
.contact-inner input {
    width: 770px;
    padding: 10px;
    background-color: #fdfdfd;
    outline: none;
    height: 30px;
    border-radius: 5px;
    border-color: #2196f3;
    margin-bottom: 10px;
    display: block;

}
.su {
    width: 100px;
    border-radius: 3px;
    box-sizing: border-box;
    min-height: 38px;
    background-image: linear-gradient(73deg, rgb(75, 245, 255) 5%, rgb(47, 106, 255) 88%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px ;
    margin-bottom: 15px ;
    cursor: pointer;
}
.footer {
    background: #1a1c20 none repeat center top;
    font-size: 13px;
    line-height: 23px;
    color: #898989;
    min-width: 1170px;
}
.wf-wrapper {
    background: #1a1c20 none repeat center top;
    min-width: 1170px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wf-wrapper a {
    color: #fff;
    margin-left: 10px;
}
.about-container {
    box-sizing: border-box;
    min-width: 1170px;
    height: 400px;
    z-index: 1;
    padding: 0;
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    background-image: url('../img/aboutus.jpg');
    background-color: #fff;
}
.about-us {
    background: rgb(255, 255, 255);
    min-width: 1170px;
    padding-top: 35px;
}
.about-us .logo {
    margin: 35px auto 20px;
    text-align: center;
}
.about-us-text  {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.about-us-text p {
    text-indent: 2em;
    font: normal 15px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #85868c;
    margin-bottom: 15px;
}
.about-us-icon {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.about-us-icon img {
    width: 55px;
    height: 55px;
    padding: 10px 25px 30px;
    transition: .3s;
}
.about-us-icon img:hover {
    transform: scale(1.2);
}
.recruit-banner {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: repeat;
    background-position: top left;
    background-image: url('../img/recruit.jpg');
    background-color: #fff;
}
.recruit-content {
    width: 1170px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.recruit-content .title h2 {
    text-align: center;
    padding: 35px 0 10px;
}
.recruit-content .title p {
    color: #a0a0a0;
    line-height: 18px;
    text-align: center;
}
.recruit-content .title .cont {
    margin-top: 20px;
    display: flex;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: center;
    margin-bottom: 50px;
}
.cont span:first-child{
    
    padding-right: 15px;
}
.cont span:nth-child(2) {
    padding-left: 15px;
}
.cont span a:hover{
    color: #03a9f4;
    cursor: pointer;
}

.job-item .job-name {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 3px solid #2196f3;
    margin-bottom: 15px;
    color: #2196f3;
}
.job-item {
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 10px #f5f4f4;
    padding: 10px;
    border-radius: 10px;

}
.job-item .divide {
    display: flex;
}
.divide > div:first-child {
    flex: 1;
    padding-right: 10px;
}
.divide > div:nth-child(2) {
    flex: 1;
    padding-left: 10px;
}
.skill-title {
    color: #607D8B;
    font-weight: bold;
}
.left-duty .duty-title{
    padding-right: 50px;
    color: #607D8B;
    font-weight: bold;
}
.left-duty p,.right-skill p{
    font-size: 16px;
    color: #2196F3;
    line-height: 2.5;
}


.contact-banner {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    background-repeat: repeat;
    background-position: center center;
    background-image: url('../img/contact.jpg');
    background-color: #fff;
}
.content-center {
    padding-top: 30px;
    
}
.contact-center {
    padding-bottom: 30px;
}
.bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-center h2 {
    text-align: center;
    margin: 30px auto 15px;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    position: relative;
}
.contact-center h2 + p {
    text-align: center;
    margin-bottom: 15px;
    color: #a2a2a2;
}
.contact-center .detail {
    height: 270px;
    border-left: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto;
    box-shadow: 0 0 0 10px #fff;
    position: relative;
}
.contact-center .detail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    background-color: transparent;
    /* box-shadow: -270px -110px #00bcd4,270px -110px #00bcd4,-270px 110px #00bcd4,270px 110px #00bcd4; */
    height: 20px;
    border-radius: 50%;
}

.contact-center .detail p,.contact-center .detail a {
    margin-bottom: 15px;
    font-size: 16px;
    /* padding-left: 20px; */
    padding-bottom: 25px;
    display: block;
    color: #666;
    font-weight: bold;
    /* border-left: 3px solid #2196f3; */
}

.product-banner {
    background-image: url("../img/product_banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0px;
    height: 400px;
    display: flex;
    min-width: 1170px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-banner h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    text-shadow: 0 0 4px rgba(0,0,0,.18);
    margin-bottom: 16px;
    position: relative;
}
.extra h2::after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 4px;
    background-image: -webkit-linear-gradient(left, #4bf5ff 0%, #2f6aff 73%);;
}
.product-banner p {
    font-weight: 500;
    margin-top: 16px;
    width: 580px;
    color: hsla(0,0%,100%,.85);
    text-align: center;
}

.product-list {
    padding-top: 20px;
    min-width: 1170px;
}
.product-list h2 {
    position: relative;
    text-align: center;
    margin: 20px auto 10px;
}
.list-center {
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}
.list-center .list-item {
    top: 0;
    box-shadow: 0 4px 24px 0 rgba(210,216,226,.45);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.42,1);
    position: relative;
    width: 348px;
    height: 390px;
    padding: 40px 48px;
    border-radius: 8px;
    margin: 17px 12px;
    box-sizing: border-box;
}
.list-center .list-item:hover {
    top: -10px;
    box-shadow: 0 8px 44px 0 rgba(210,216,226,.75);
}
.list-center .list-item img {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
}
.list-center .list-item h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,16,56,.85);
    margin-bottom: 16px;
    position: relative;
    text-align: left;
}
.list-item .detail {
    margin-top: 16px;
    color: rgba(0,16,56,.45);
}
.list-item a {
    position: absolute;
    right: 48px;
    bottom: 40px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #2f6aff;
    background-image: url('../img/arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-property: background-color,box-shadow;
    transition-property: background-color,box-shadow;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.list-item a:hover {
    background-color: #2f6aff;
    background-image: url('../img/arrowhover.svg');
    box-shadow: 0 0 0 12px #f1f5ff;
}
.product-banner img {
    width: 88px;
    height: 88px;
    margin-bottom: 32px;
}
.product-intro {
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0 30px;
}
.product-intro h2 {
    margin: 30px auto 15px;
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
}
.product-intro p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.product-intro > div {
    width: 1170px;
}
.product-intro .type {
    font-size: 16px;
    color: #fff;
    margin: 15px auto;
    width: 100px;
    text-indent: 0;
    background: #5a5961;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
}
.product-intro div img {
    max-width: 100%;
    max-height: 500px;
    margin-top: 10px;
}
.imgwrapper {
    width: 280px;
    height: 500px;
    position: relative;
}
.imgwrapper img+img {
    position: absolute;
    width: 250px;
    height: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgflex {
    display: flex;
    justify-content: space-around;
}

li .dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: tan;
    z-index: 999;
    display: none;
}
.dropdown li {
    padding: 10px;
    background-color: #03a9f4;
}
.dropdown li a {
    color: #fff;
}
.dropdown li:hover{
    background-color: #55c1f3;
}
.dropdown li:hover a {
    color: #fff;
}
.showproduct:hover .dropdown {
    display: block;
}