* {
    padding: 0;
    margin: 0;
    /*font: 13px Arial, 'PingFang SC', 'Hiragino Sans GB', STHeiti,
    'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;*/
    font-size: 13px;
    font-family: "微软雅黑";
    color: #4c4c4c;
}

html,
body {
    min-width: 1300px;
    height: 100%;
    min-height: 100%;
}

strong {
    font-weight: bold !important;
}

li {
    list-style: none;
}

/* select {
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
} */
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

input {
    outline: none;
}

.disNone {
    display: none;
}

.floatF {
    float: left;
}

.floatR {
    float: right;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearDiv {
    clear: both;
}

.hideDiv {
    display: none;
}


.Boxmain {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: #100831;*/
    /*padding: 0px 25px;*/
}

.mainDiv {
    width: 1200px;
    margin: 0 auto;
}

.posR {
    position: relative;
}

.headDiv {
    /*  height: 110px;
      background: rgba(255, 255, 255, 0.04);*/
    height: 154px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid #4bb1a9;
}

.headerCen {
    height: 110px;
}

.headerLeft {
    display: inline-block;
    float: left;
    margin-top: 10px;;
}

.headerLeft img {
    height: 84px;
}

.headerRight {
    display: inline-block;
    float: right;
    margin-top: 20px;;
}

.ulDiv {
    background: url("../img/bannerBJ.png") no-repeat;
    background-size: 100% 100%;
    height: 44px;
    /*line-height: 43px;*/
}

.ulDiv li {
    float: left;
    color: #fff;
    cursor: pointer;
    /*padding-left:20px;*/
    /*border-right: 1px solid #077783;*/
}

.ulDiv li span {
    color: #fff;
    font-size: 16px;
}

.ulDiv li a {
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    padding: 14px 0;
}

.ulDiv li span:first-child {
    /*padding-right: 20px;*/
    padding: 0 15px 0 24px;
}

.ulDiv li:not(:last-child) span:last-child {
    /*color: #077783;*/
}

.ulDiv li.activeLi, .ulDiv>li:not(:last-child):hover {
    background: #38a4b0;
    color: #fff;
}
.loginA{
    float:right !important;
    margin-right: -20px !important;
    line-height: 43px !important;
}
.loginA span{
    padding: 0!important;
    color: #fff;
    font-size: 14px !important;
}

.TopUl {
    display: inline-block;
    position: absolute;
    width: 100px;
    margin-left: 150px;
    /* height: 160px; */
    z-index: 999;
    background: #22a68c;
    /* margin-top: 50px; */
    border-radius: 4px;
}

.TopUl li {
    border-bottom: 1px dashed #f4f4f4;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    width: 100%;
}
.TopUl li:hover{
    /*background-color: #f2f2f2;*/
    background: #38a4b0;
    color: #fff;
}
.selImg{
    vertical-align: middle;
    padding-left: 3px;
    margin-top: -2px
}


.dispN {
    display: none;
}

.dispB {
    display: block;
}

.dispNIM {
    display: none !important;
}

.dispBIM {
    display: block !important;
}
.footer {
    height: 290px;
    /*padding:0 20px;*/
}

.footTop {
    height: 197px;
    background: #2c373d;
    padding: 0 20px;
    color: #fff;
    padding-top: 33px;
}

.footTop div:first-child {
    /*padding-left: 330px;*/
}



.footBottom {
    border-top: 1px solid #3b454b;
    background: #2c373d;
    padding: 20px 20px;
    height: 20px;
    line-height: 20px;
}

.footBottom div {
    color: #fff;
}

.footMain div {
    display: inline-block;
}

.floatDiv table tr td {
    text-align: center;
}

.floatDiv table tr td img {
    border-radius: 5px;
}

.floatDiv table tr td span {
    color: #fff;
    /*font-size: 16px;*/
    line-height: 30px;
}

.floatDiv {
    width: 350px;
    margin-top: 20px;
}

.RightDiv {
    width: 780px;
    float: left;
}

.FootRight {
    margin-left: 40px;
}

.RightUl {

}

.RightUl li {
    float: left;
    width: 25%;
    text-align: left;
}

.RightUl li:last-child {
    width: 41%;
}

.RightUl li:last-child img {
    vertical-align: middle;
}

.RightUl li:last-child span {
    vertical-align: middle;
    color: #fff !important;
}

.RightUl li p, .RightUl li p span {
    color: #fff;
    font-size: 14px;
}

.RightUl li p:first-child {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    /*font-weight: bold;*/
}

.RightUl li p span:first-child {
    line-height: 30px;
    color: #dfe7e8;
}

.RightUl li p span:last-child {
    line-height: 30px;
    color: #ccad3c;
    margin-left: 10px;
}

.bottomUl {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.bottomUl li {
    float: left;
    line-height: 20px;
    /*margin-right: 10px;;*/
}

.bottomUl li span, .bottomUl li span a {
    font-size: 13px;
    color: #eee;
    margin-right: 15px;
    text-decoration: none;
}

.cursorP {
    cursor: pointer;
}

.smTitle {
    font-size: 50px;
    color: #fff;
    font-family: SimHei;
    font-weight: bolder;
}
.rightUl {
    position: fixed;
    right: 0;
    top: 40%;
}
.rightUl li {
    width: 45px;
    height: 45px;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    background: #fff;
    position: relative;
}
.rightUl li img {
    border: 0;
    vertical-align: middle;
}
.rightUl .Tips {
    position: absolute;
    width: 0;
    height: 100px;
    overflow: hidden;
    top: -15px;
    right: 200px;
    transition: all linear 0.3s;
    border-radius: 10px;
    z-index: 10;
}
.rightUl .Tips img {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30px;
}
