/* 重设样式开始 */

* {
    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:1500px) {
    body .content .head img {
        left: -100%;
    }
}

@media screen and (max-width:1500px) {

    body .content .head div,
    body .content .head .title1,
    body .content .head .title2 {
        left: 5%;
        ;
    }
}

body .content .head {
    width: 80%;
    left: 10%;
    /* height: 600px; */
    position: relative;
    /* background-color: antiquewhite; */

}

.content .head img {

    top: 50px;
    left: 5%;
    /* width: 35%; */
    height: 400px;
    position: relative;
}

.content .head .title1 {
    margin-top: 0;
    position: absolute;
    font-size: 30px;
    color: gray;
    left: 50%;
    top: 80px;
    font-weight: bolder;
    margin: 0;
}

.content .head .title2 {
    margin-top: 0;
    position: absolute;
    left: 50%;
    font-size: 20px;
    color: #3b78b9;
    top: 120px;
    font-weight: bold;
    margin: 0;
}

.content .head div {
    /* margin-top: -200px; */
    font-size: 18px;
    line-height: 40px;
    color: gray;
    position: relative;
    width: 600px;
    margin-top: 30px;
    left: 50%;
    top: 0;
}

body .content .head .head-1 {
    margin-top: -200px;
    top: 0;
}

body .content .content {
    margin-top: 50px;
    border-top: 2px solid gray;
    /* top: 50px; */
    width: 80%;
    /* height: 500px; */
    position: relative;
    /* background-color: #295584; */
    left: 10%;
}

body .content.content .ilms-1 {
    position: relative;
    width: 80%;
    left: 10%;
    /* background-color: #eee; */
}

body .content .content .ilms-1 img {
    position: relative;
    width: 70%;
    left: 15%;
}

body .content .content div div {
    min-width: 300px;
}

body .content .content .ilms-2 {
    top: 50px;
    position: relative;
    width: 80%;
    left: 10%;
    /* background-color: #eee; */
}

body .content .content .ilms-2 div {
    margin-top: 50px;
    ;
    position: relative;
    left: 5%;
    width: 40%;
    font-size: 18px;
    color: gray;
    line-height: 30px;
    border-radius: 20px;
    background-color:
        #ebf1f8;
    /* border: 1px solid #3b78b9; */
    padding: 20px;
}

body .content .content .ilms-2 div h3 {
    font-size: 26px;
    line-height: 50px;
    color: #3b78b9;
}

@media screen and (max-width:1080px) {

    body .content .content .ilms-2 img,
    body .content .content .ilms-4 img {
        display: none;
    }
}

.content .content .ilms-2 img {
    position: absolute;
    width: 40%;
    left: 55%;
    top: 0px;

}

body .content .content .ilms-3 {
    top: 100px;
    position: relative;
    width: 80%;
    left: 10%;
    /* background-color: #eee; */
}

body .content .content .ilms-3 div {
    margin-top: 50px;
    ;
    position: relative;
    left: 55%;
    width: 40%;
    font-size: 18px;
    color: gray;
    line-height: 30px;
    border-radius: 20px;
    background-color:
        #ebf1f8;
    /* border: 1px solid #3b78b9; */
    padding: 20px;
}

body .content .content .ilms-3 div h3 {
    font-size: 26px;
    line-height: 50px;
    color: #3b78b9;
}

body .content .content .ilms-3 img {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 0px;
}

body .content .content .ilms-4 {
    top: 200px;
    position: relative;
    width: 80%;
    left: 10%;
    /* background-color: #eee; */
}

body .content .content .ilms-4 div {
    margin-top: 50px;
    ;
    position: relative;
    left: 5%;
    width: 40%;
    font-size: 18px;
    color: gray;
    line-height: 30px;
    border-radius: 20px;
    background-color:
        #ebf1f8;
    /* border: 1px solid #3b78b9; */
    padding: 20px;
}

body .content .content .ilms-4 div h3 {
    font-size: 26px;
    line-height: 50px;
    color: #3b78b9;
}

body .content .content .ilms-4 img {
    position: absolute;
    width: 40%;
    left: 55%;
    top: 0px;
}

/* body .content .content .ilms-4 .last{
    margin-top: 50px; ;
     position: relative;
     left: 55%;
     width: 40%;
     font-size: 18px;
     color: gray;
     line-height: 30px;
     border-radius: 20px;
     background-color: 
     #ebf1f8;
     border: 1px solid #3b78b9;
     padding: 20px;
 } */



/* 底部开始 */

body .down {
    position: relative;
    /* top: 600px; */
    margin-top: 250px;
    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:600px; */
    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;
    }
}


/* 底部结束 */