*{
    margin:0;
    padding:0;
    list-style:none;
    word-break: break-all;
    font-family: "微软雅黑";
}
a,ul,li{text-decoration: none;}
img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body{
    background-color: #fff;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
address,
caption,
cite,
code,
dfn,
em,i,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.flexDiv{
    display: flex;
    justify-content: space-between;
}
.imgBox {
    overflow: hidden;
}

.imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.imgBox:hover img {
    transform: scale(1.1);
}
input, button:focus {
    outline: none;
}
::placeholder{  /* Firefox, Chrome, Opera */
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}
/*头部导航*/
.top{
    position: sticky;
    top: 0;
    z-index: 111111;
}
.top .top-left{
    padding-top: 24px;
}
.topDiv{
    width: 100%;
    background-color: #ffffff;
    /* background: url('../img/top.png') center no-repeat; */
    position: relative;
    height: 120px;
}
.top .topImg span{
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    color: #00afec;
    margin-left: 14px;
    position: relative;
    bottom: 16px;
}
.top-left p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #00afec;
    position: relative;
    left: 68px;
    top: 0px;
}
.topImg a{
    width: 280px;
    /* height: 49px; */
    display: inline-block;
}
.top .search {
    width: 190px;
    height: 30px;
    border-radius: 18px;
    position: relative;
    top: 42px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
}
.searchInput::placeholder{ color: #999!important; }
.top .search input {
    display: block;
    width: 130px;
    height: 100%;
    margin-left: 14px;
    color: #999999;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
.top .search a{
    display: block;
    position: absolute;
    right: 36px;
    bottom: 34px;
}
.top .search a>i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../img/ss.png') center no-repeat;
    position: absolute;
    left: 8px;
    top: 8px;
}
.top .search a::before{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 9px;
}
.topNavDiv{
    height: 60px;
    background: #00afec;
    /* border-bottom: 2px solid #f0f0f0; */
    box-sizing: border-box;
}
#nav .dlDiv{
    z-index: 1;
    margin-top: 2px;
    background: rgba(255,255,255,0.7);
}
#nav .dlDiv dd{
    border-bottom: 1px solid #3a7b96;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#nav .dlDiv dd:hover{
    /*background-color: #ffffff;*/
}
#nav .dlDiv dd:hover a{
    color: #00afec;
}
#nav .dlDiv dd a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    display: block;
}
#nav .dlDiv dd a span{
    position: absolute;
    right: 0;
}
#nav .dlDiv dd:last-child{
    border-bottom: none;
}
#nav li{
    width: 140px;
    height: 60px;
    text-align: center;
    position: relative;
}
#nav li:first-child a{
    display: inline-block;
    margin-left: 28px;
}
#nav li:first-child>a::before{
    content: "";
    width: 21px;
    height: 19px;
    background: url('../img/home_icon.png') center no-repeat;
    position: absolute;
    left: -28px;
    top: 20px;
}
#nav li>a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 4px;
    color: #ffffff;
    position: relative;
}
#nav li:hover{
    /*background-color: #e7e7e7;*/
    border-bottom: 2px solid #00afec;
    box-sizing: border-box;
}
#nav li:hover>a{
    color: #ffffff;
}
::marker:hover{
    color: #e7e7e7;
}
#nav .on{
    /* background-color: #ffffff!important; */
    background-color: rgba(255, 255, 255, 0.3);
    /* opacity: 0.3; */
}
#nav .on>a{
    color: #ffffff!important;
}
.dlDiv{
    display: none;
}


.margin-t50{
    margin-top: 50px;
}
.margin-t40{
    margin-top: 40px;
}
.margin-b50{
    margin-bottom: 50px;
}
.padding-t50{
    padding-top: 50px;
}
.padding-t40{
    padding-top: 40px;
}


/*foot*/
.footer{
    height: 180px;
    background: #00afec;
}
.footer .flexDiv {
    height: 180px;
    align-items: center;
}
.footer .addr p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}
.footer ul li{
    margin-left: 30px;
}
.footer ul li p{
    width: 97px;
    height: 97px;
}
.footer ul span{
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

/*搜索页面样式*/
#searchUL{
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
}
#searchUL li {
    height: 50px;
    position: relative;
    transition: all .4s;
    list-style-type: none;
}
#searchUL li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color:#f39800;
    position: absolute;
    left: 21px;
    top: 22px;
}
#searchUL li span{
    display: block;
    max-width: 600px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 46px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchListType ul li i {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 50px;
    color: #999999;
    margin-right: 20px;
}
.searchListType ul li:hover {
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
    z-index: 2;
}