/* 重设样式开始 */

* {
    margin: 0;
    padding: 0;

}

ul li {
    list-style: none;
}

/* 
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clerfix {
    clear: both;
} */

.hidden {
    display: none;
}

/* .hidden1 {
    display: none;
} */

/* 重设样式结束 */

/* 顶部开始 */
.header {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    height: 180px;
    /* display: flex; */
    /* height: 12px; */
}


.header .top {
    height: 120px;
    width: 80%;
    /* position: absolute; */
    position: relative;
    /* display: flex;
    justify-content: center; */
    left: 10%;
}

.header .top .logo {
    position: relative;
    width: 50%;

    margin: 1px;
}

.header .top .logo img {
    height: 118px;

}

@media screen and (max-width:1000px) {
    .header .top .conpanyName {
        display: none;
    }
}

.header .top .conpanyName {

    position: absolute;
    height: 118px;
    width: 50%;
    right: 0;

    top: 0px;
    white-space: nowrap;
    color: gray;
    margin: 1px;
    overflow: hidden;
    text-align: end;
}


.header .top .conpanyName .conpanyNameEn {

    font-weight: normal;
    font-size: 20px;
}

.header .top .conpanyName .conpanyNameCn {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}

.mid div {
    width: 80%;
    position: relative;
    left: 10%;
}

.tag1,
.tag1~.hidden {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tag1:hover+.hidden {
    display: block;
    color: #eee;
    background-color: #3b78b9;
    font-size: 20px;
}

.tag1:hover {
    display: none;
}

.tag1 span {
    color: #eee;
    background-color: #3b78b9;
    font-size: 20px;
}

ul li ul li a {
    color: #eee;
    background-color: #3b78b9;
    font-size: 20px;
    padding: 10px;
    display: block;
}

.mid {
    height: 60px;
    width: 100%;
    white-space: nowrap;
    background: #3b78b9;
    border-bottom: 2px solid #295584;
}

.mid div .navigator {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.mid div .navigator li {
    /* height: 60px; */
    /* float: left; */
    flex: 1;
    justify-content: center;
    position: relative;
}

.mid div .navigator li ul li a {
    font-size: 18px;
}

.mid div .navigator li ul li {


    /* margin-left: -10px; */
    background-color: #3b78b9;
    /* border-bottom: 1px solid #eee; */

    /* width: 200px; */
}

.mid div ul li ul {
    /* background-color: #000; */
    /* width: 200px; */
    /* position: absolute; */
    height: auto;
    margin-top: -10px;
    padding-top: 30px;
    padding: 10px;
    display: none;

    /* z-index: 1; */
}

.mid div ul li:hover ul {
    display: block;
}

body .content .ad0 {
    top: 200px;
    position: relative;
}

.ad {
    /* display: none; */
    top: -50px;
    width: 1200px;
    height: 500px;
    margin: 2rem auto;
    overflow: hidden;
    position: relative;

}

.ad .ad-img {
    position: absolute;
    width: 6000px;
    height: 500px;
    overflow: hidden;
    /* left: -3600px; */
    display: flex;
    animation: run 12s ease infinite;
}

.ad .ad-img img {
    width: 1200px;
    height: 500px;

}

@keyframes run {

    0%,
    10% {
        transform: translateX(0px);
    }

    20%,
    30% {
        transform: translateX(-1200px);
    }

    40%,
    50% {
        transform: translateX(-2400px);
    }

    60%,
    70% {
        transform: translateX(-3600px);
    }

    80%,
    90% {
        transform: translateX(-4800px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* 顶部结束 */

/* 主体开始 */

.content {
    width: 100%;

    position: relative;
}

.content .about {
    position: relative;
    width: 100%;
    top: 200px;
}

.content .about .title {
    text-align: center;
    color: #3b78b9;
    position: relative;
    font-size: 40px;
    font-weight: bolder;
    text-decoration: underline 1px gray;
    text-underline-offset: 10px;
    left: 50px;
}

.content .about .title #about-us {
    width: 10px;
    color: gray;
    font-size: 18px;
    position: relative;
    top: 29px;
    right: 140px;
}

.content .about .content {
    position: relative;
    width: 80%;
    left: 10%;
}

.content .about .content #content1 {
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
}

.content .about .content #content1 img {
    width: 50%;
    height: 500px;
    position: relative;
    top: 100px;
    /* left: -30%; */

}

@media screen and (max-width:1320px) {
    .content .about .content #content1 img {

        left: -12.5%;
    }
}


@media screen and (max-width:1120px) {
    .content .about .content #content1 img {

        display: none;
    }
}

@media screen and (max-width:1320px) {
    .content .about .content #content1 div span {
        left: 45% !important;
    }
}

@media screen and (max-width:1120px) {
    .content .about .content #content1 div {
        height: 500px;
    }
}

@media screen and (max-width:1120px) {
    .content .about .content #content1 div span {
        top: 150px !important;
        left: 20% !important;
    }
}


@media screen and (max-width:1120px) {
    .content .about .content #content1 .title {

        left: 30% !important;
    }
}


.content .about .content #content1 .title {
    color: #3b78b9;
    position: absolute;
    font-size: 28px;
    text-decoration: none;
    left: 55%;
    top: 100px;
    white-space: nowrap;
}

.content .about .content #content1 div span {
    position: relative;
    font-size: 18px;
    color: darkgrey;
    width: 600px;
    display: block;
    left: 55%;
    top: -380px;
    margin-top: 30px;
    line-height: 32px;

}

@media screen and (max-width:1120px) {
    .content .about .content #content1 a .bottom span {
        top: 550px !important;
    }
}


.content .about .content #content1 a .bottom span {
    white-space: nowrap;
    min-width: 80px;
    top: 550px;
    align-items: center;
    background-color: #3b78b9;
    color: #eee;
    padding: 10px 15px;
    border-radius: 15px;
    width: 72px;
    position: absolute;
    display: inline-block;
}

.content .about .about2 {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: #3b78b9;
    top: -200px;
}

.content .about .about2 #our-advantages {
    text-align: center;
    color: #eee;
    display: block;
    font-size: 40px;
    font-weight: bolder;
    text-decoration: underline 1px #eee;
    text-underline-offset: 10px;
    top: 100px;
    position: relative;
}



.content .about .about2 #our-advantages2 {
    font-size: 18px;
    /* line-height: -100px; */

    /* margin: -70px; */

    text-align: center;
    color: #eee;
    display: block;

    top: 110px;
    position: relative;
}



/* .content .about .about2 ul .a01 {
    color: #3b78b9;
    background-color: #eee;
} */

/* .content .about .about2 ul li {
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
} */

.content .about .about2 .our-advantage .navigator div {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #eee;
    left: 300px;
    top: 150px;
}

/* 
.content .about .about2 ul li:hover {
    color: #3b78b9;
    background-color: #eee;
}

@media screen and (max-width:1000px) {
    .content .about .about2 .our-advantage img {
        display: none;
    }
}
 */





.content .about .about2 .our-advantage .navigator~div img {
    width: 300px;
    height: 200px;


    /* margin-right: 40px; */
    /* margin-top: -344px; */
    position: relative;
}

.content .about .about2 .our-advantage .b01 img {
    left: 300px;
    top: 200px;
    z-index: 1;
}

.content .about .about2 .our-advantage .b02 img {
    top: 150px;
    left: 500px;
}

.content .about .about2 .our-advantage .b03 img {
    /* position: r; */
    top: -200px;
    left: 900px;
    z-index: 1;
}

.content .about .about2 .our-advantage .b04 img {
    /* position: r; */
    top: -250px;
    left: 1100px;
}

.content .product {
    width: 80%;
    position: relative;
    left: 10%;
}

.content .product .title {
    text-align: center;
    color: #3b78b9;
    position: relative;
    font-size: 40px;
    font-weight: bolder;
    text-decoration: underline 1px gray;
    text-underline-offset: 10px;
    left: 50px;
    top: 100px;
}

.content .product .title #product {
    width: 10px;
    color: gray;
    font-size: 18px;
    position: relative;
    top: 30px;
    right: 140px;
}

/* 
@media screen and (max-width:1482px) {
    .content .product .content .navigator {
        display: none;
    }
} */














.content .product .content .product {
    position: relative;
    width: 90%;
    height: auto;
    /* height: 600px; */
    /* overflow: hidden; */
    top: 200px;
    left: 5%;
    /* margin-bottom: -350px; */
}

.content .product .content .product div a div {
    height: 350px;
    width: 400px;

    /* float: left; */
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;

}

.content .product .content .product div a div:hover {
    position: relative;
    top: -3px;
    left: 0;
    box-shadow: 0px 5px 5px #c8c8c8;
}

.content .product .content .product div a div img {
    height: 300px;
    width: 400px;
}

.content .product .content .product div a div span {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    color: gray;
    /* padding-left: 50px; */
    display: block;
    /* padding-bottom: 12px; */
    /* border: 1px solid #eee; */
    /* padding-top: 12px; */
}

.content .product .content .product div a div span:hover {
    color: #3b78b9;
}

.content .product .c01 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    justify-content: center;
}

.content .news-business {
    width: 100%;
    height: 600px;
    position: relative;
    top: 300px;
    white-space: nowrap;
}

.content .news-business a .news {
    width: 25%;
    height: 600px;
    overflow: hidden;

}

.content .news-business a .news img {
    height: 620px;
    width: 100%;
    margin-top: -130px;
}

.content .news-business a .news p {
    font-size: 30px;
    left: 30%;
    position: relative;
    display: block;
    top: 50%;
    color: #eee;
    line-height: 60px;
    z-index: 2;
    transition: all 0.4s ease 0s;
}


/* @media screen and (max-width:710px) {
    .content .news-business {
        display: none;
    }
} */

.content .news-business a .news:hover p {
    transform: translateY(-10px) translateX(10px);
    transition: all 0.4s ease 0s;
}

.content .news-business a .news div {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #3b78b9;
    top: -610px;
    left: -100%;
}

.content .news-business a .news:hover div {
    transform: translateX(100%);
    transition: all 0.4s ease 0s;
}

.content .news-business a .news div {
    transition: all 0.4s ease 0s;
}


.content .news-business .business {
    width: 75%;
    height: 600px;
    top: 0;
    position: absolute;
    right: 0;
}

.content .news-business .business a .business1 {
    width: 40%;
    height: 300px;
    overflow: hidden;

}

.content .news-business .business a .business2 {
    width: 60%;
    height: 300px;
    overflow: hidden;

}

.content .news-business .business a .business3 {
    width: 60%;
    height: 300px;
    float: right;
    overflow: hidden;
    margin-top: -600px;
    background-size: 300px;

}

.content .news-business .business a .business4 {
    width: 40%;
    height: 300px;
    float: right;
    overflow: hidden;
    margin-top: -300px;
    background-size: cover;


}

.content .news-business .business a div p {
    font-size: 30px;
    left: 40%;
    position: relative;
    display: block;
    top: 60%;
    color: #eee;
    line-height: 60px;
    z-index: 2;
}

.content .news-business .business a div img {
    /* position: relative; */
    margin-top: -430px;
    /* top: -430px; */
    height: 320px;
    width: 100%;
    top: -36px;

}


.content .news-business .business a div div {
    height: 100%;
    width: 100%;
    background-color: #3b78b9;
    top: 240px;
    position: relative;
}

.content .news-business .business a div:hover div {
    transform: translateY(-300px);
    transition: all 0.4s ease 0s;

}

.content .news-business .business a div div {
    transition: all 0.4s ease 0s;
}

.content .news-business .business a div:hover p {
    transform: translateY(-10px) translateX(-10px);
    color: #eee;
    transition: all 0.4s ease 0s;
}

.content .news-business .business a div p {
    transition: all 0.4s ease 0s;
}


/* 主体结束 */


/* 底部开始 */

body .down {
    position: relative;
    top: 300px;
    /* margin-top: -100px; */
    width: 100%;
    height: 350px;
    background-color: #eee;

}


/* @media screen and (max-width:710px) {
    body .down #imformation {
        top: 0 !important;

    }
} */


/* @media screen and (max-width:710px) {
    body .down #QR {
        display: none;

    }
} */


body .down #imformation {
    position: relative;
    top: 100px;
}

body .down #imformation img {
    position: relative;
    display: block;
    top: -30px;
    left: 20%;
}

body .down #imformation span {
    position: relative;
    font-size: 15px;
    /* margin-top: 20px; */
    left: 20%;
    top: 20px;
    line-height: 30px;
}

body .down #imformation~div {
    position: relative;
    height: 200px;
    width: 250px;

    float: right;
    top: -50px;
    left: -10%;
}

body .down div span a {
    position: relative;
    font-size: 15px;
    margin-top: 20px;
    line-height: 30px;
    display: block;
    color: #000;
    left: 95px;
}

body .down #QR img {
    position: relative;
    width: 100px;
    height: 100px;
    left: 75px;
    top: 20px;
}

body .down #QR span {
    position: relative;
    font-size: 15px;
    display: block;
    color: #000;
    top: 30px;
    left: 80px;
}

body .down #QR #tel {
    color: #3b78b9;
    font-style: italic;
    font-weight: bold;
}

.down .down1

/* .down .down2  */
    {
    border-left: 1px dashed #3b78b9;
}

.down .down1

/* .down .down2  */
    {
    border-right: 1px dashed #3b78b9;
}


.ICP {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    top: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px dashed gray;
    background-color: #3b78b9;
    color: #FFF;
}


/* @media screen and (max-width:710px) {
    body .down .ICP {
        top: 72px !important;

    }
} */



@media screen and (max-width:1500px) {
    .down .down2 {
        display: none;
    }
}

@media screen and (max-width:1150px) {
    .down .down1 {
        display: none;
    }
}

/* @media screen and (max-width:416px) {
    body .down .ICP {
        top: 12px !important;

    }
} */

/* 底部结束 */