/* 重设样式开始 */

* {
    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;
} */

/* 重设样式结束 */

/* 顶部开始 */
body .header {
    /* padding-top: -20px; */
    top: 0px;
    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 {
    margin-top: 200px;
    position: relative;
    /* top: 180px; */
    width: 100%;
    /* height: 100PX; */
    /* background-color: #295584; */
}


@media screen and (max-width:1240px) {
    body .content .head img {
        /* display: none; */
        left: -200%;
    }
}

@media screen and (max-width:1240px) {

    body .content .head div,
    body .content .head .title1,
    body .content .head .title2 {
        left: 5%;
        ;
    }
}

body .content .head {
    width: 80%;
    left: 10%;
    height: auto;
    position: relative;
    /* background-color: antiquewhite; */
    /* border-bottom:  2px solid gray; */
}

.content .head img {
    top: 50px;
    left: 5%;
    /* width: 35%; */
    height: 400px;
    position: relative;
}

.content .head .title1 {
    position: absolute;
    font-size: 30px;
    color: gray;
    left: 50%;
    top: 80px;
    font-weight: bolder;
    margin: 0;
}

.content .head .title2 {
    position: absolute;
    left: 50%;
    font-size: 20px;
    color: #3b78b9;
    top: 120px;
    font-weight: bold;
    margin: 0;
}

.content .head div {
    font-size: 18px;
    line-height: 40px;
    color: gray;
    position: relative;
    width: 600px;
    margin-top: 30px;
    left: 50%;
    /* top: 350px; */

}

body .content .head .head-1 {
    margin-top: -200px;
    top: 0px;
}

/* @media screen and (max-width:1240px) {
  body  .content .content {
        top: 400px;
         margin-bottom: 300px;
    }
} */

.content .content {
    margin-top: 50px;
    border-top: 2px solid gray;
    height: auto;
    /* top: 50px; */
    width: 80%;
    /* height: 500px; */
    position: relative;
    /* background-color: #295584; */
    left: 10%;

}

body .content .content div {
    /* top: 100px; */
    left: 10%;
    width: 80%;
    position: relative;
}

body .content .content div div {
    /* top: 100px; */
    position: relative;
    font-size: 28px;
    color: gray;
    font-weight: bold;
}

body .content .content div img {
    margin-top: 50px;
    margin-bottom: 50px;
    /* top: 150px; */
    width: 90%;
    position: relative;
    left: 5%;
}


/* 底部开始 */

body .down {
    position: relative;
    /* top: 100px; */
    margin-top: 50px;
    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: -50px;
    left: 20%;
}

body .down #imformation span {
    position: relative;
    font-size: 15px;
    /* margin-top: 20px; */
    left: 20%;
    /* top: 100px; */
    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 {
    /* margin-bottom: -80px; */
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    /* top:100px; */
    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: 170px !important;

    }
} */


@media screen and (max-width:710px) {
    body .down .ICP {
        top: 172px !important;

    }
}

@media screen and (max-width:416px) {
    body .down .ICP {
        top: 142px !important;

    }
}


@media screen and (max-width:1500px) {
    .down .down2 {
        display: none;
    }
}

@media screen and (max-width:1150px) {
    .down .down1 {
        display: none;
    }
}


/* 底部结束 */