html,
body {
    margin: 0;
    padding: 0;
    background-color: #F6F6F7;
}

ul,
ol,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}
b{
    font-weight: normal;
}
i {
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: normal;
    -webkit-text-size-adjust: none !important;
    font-family:enRegular,"Microsoft YaHei";
}
a{
    text-decoration: none;
}
/* 字体限行 */
.text-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-limit-2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.uk-position-center-right{
    border: none;
}
.jinghua-wrap{
}
.header{
    height: 132px;
    background: url("./img/logobg.jpg") center center no-repeat;
}
a:hover{
    color: rgb(255, 186, 37);
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
}
.header-nav li:hover{
    color: #ffffff;
    background-color: rgb(255, 186, 37);
    box-shadow: rgba(255, 186, 37, 0.6) 1.5px 0px 28px;
}
.header-nav li:hover p{
    color: #ffffff;
}
.ye1200{
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-left{

}
.header-nav{
    display: flex;
    margin-left: 52px;
    float: left;
}
.logo{
    width: 102px;
    height: 89px;
    display: block;
    float: left;
    margin: 15px 0px 0px 30px;
}
.header-nav li{
    width: 78px;
    height: 103px;
    float: left;
    position: relative;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-right: 31px;
}
.header-nav li>a{
    font-size: 18px;
    color: rgb(153, 153, 153);
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.icon{
    background: url("./img/icon.png") 0% 0% / 800px 800px no-repeat;
    display: inline-block;
}
.header-nav li p{
    display: inline-block;
    font-size: 18px;
    color: rgb(1, 0, 0);
    font-weight: 600;
    line-height: 18px;
    margin-top: 62px;
}
.header-nav li:nth-child(1) i{
    width: 28px;
    height: 28px;
    background-position: -1px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(2) i{
    width: 28px;
    height: 28px;
    background-position: -33px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(3) i{
    width: 26px;
    height: 28px;
    background-position: -64px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(4) i{
    width: 29px;
    height: 28px;
    background-position: -93px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(5) i{
    width: 27px;
    height: 28px;
    background-position: -126px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(6) i{
    width: 29px;
    height: 28px;
    background-position: -158px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.header-nav li:nth-child(1):hover i,.header-nav li:nth-child(1).current i {
    background-position: -1px -32px;
}

.header-nav li:nth-child(2) i {
    width: 28px;
    height: 28px;
    background-position: -33px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}

.header-nav li:nth-child(2):hover i, .header-nav li:nth-child(2).current i {
    background-position: -33px -32px;
}

.header-nav li:nth-child(3) i {
    width: 26px;
    height: 28px;
    background-position: -64px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}

.header-nav li:nth-child(3):hover i, .header-nav li:nth-child(3).current i {
    background-position: -64px -32px;
}

.header-nav li:nth-child(4) i {
    width: 29px;
    height: 28px;
    background-position: -93px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}

.header-nav li:nth-child(4):hover i, .header-nav li:nth-child(4).current i {
    background-position: -93px -32px;
}

.header-nav li:nth-child(5) i {
    width: 27px;
    height: 28px;
    background-position: -126px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}

.header-nav li:nth-child(5):hover i, .header-nav li:nth-child(5).current i {
    background-position: -126px -32px;
}

.header-nav li:nth-child(6) i {
    width: 29px;
    height: 28px;
    background-position: -158px 0px;
    position: absolute;
    top: 26px;
    left: 24px;
}

.header-nav li:nth-child(6):hover i, .header-nav li:nth-child(6).current i {
    background-position: -158px -32px;
}

.setbox{
    width: 240px;
    height: 54px;
    float: right;
    margin-top: 30px;
    border-radius: 20px;
}
.setbox span{
    width: 48px;
    height: 48px;
    background: rgb(37, 36, 41);
    border-radius: 20px;
    display: inline-block;
    float: right;
    margin: 3px;
    cursor: pointer;
    margin-top: 33px;
}
.setbox span i{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    background-position: -245px 0px;
}
.info{
    margin: -30px 0px;
    width: 100%;
    height: 30px;
    line-height: 100px;
}
.setbox input{
    width: 172px;
    height: 54px;
    background: rgb(255, 255, 255);
    float: left;
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid rgb(232, 232, 232);
    line-height: 56px;
    border-radius: 20px;
    font-size: 14px;
    padding-left: 10px;
}
.main{
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.main-title{
    font-size: 15px;
    color: #797979;
    padding: 15px 0;
}
.main-title >a{
    color: rgb(255, 186, 37);
}
.main-wrap{
    display: flex;
}
.main-left{
    width: 188px;
    height: 491px;
    position: relative;
    background: #FAFAFA;
    border-top-left-radius: 10px;
}
.bottom-img{
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
}
.main-left a{
    color: #4C4C4C;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 39px;
    color: #4C4C4C;
    cursor: pointer;
}
.main-left li{

}
.main-left li span{
    display: flex;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    margin-right: 8px;
}
.img1{
    background:url("./img/item1.png");
}
.img2{
    background:url("./img/item2.png");
}
.img3{
    background:url("./img/item3.png");
}
.img4{
    background:url("./img/item4.png");
}
.img5{
    background:url("./img/item5.png");
}
.img6{
    background:url("./img/item6.png");
}

.active{
    background: #FFFFFF;
    border-bottom: 1px solid rgb(255, 186, 37);
}
.active i{
    color: #F98426!important;
}
.main-right{
    flex: 1;
    padding: 30px 20px;
    background: #ffffff;
}
.main-right h3{
    font-size: 24px;
    color: rgb(255, 186, 37);
    margin-bottom: 10px;
}
.main-right span{
    font-size: 16px;
    display: flex;
    color: #999999;
    padding: 20px 0;
}
.main-right h4{
    font-size: 18px;
    color: #000000;
}
.bottom{
    width: 100%;
    height: 130px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    background-color: rgb(20, 20, 20);
    text-align: center;
    padding-top: 30px;
}
.bottom p{
    color: rgb(153, 153, 153);
    font-weight: 400;
    margin-top: 20px;
}
.bottom p a{
    color: rgb(153, 153, 153);
    margin: 0px 10px;
    font-weight: 400;
}
.bottom p:nth-child(2){
    color: rgb(102, 102, 102);
}
.bottom p:nth-child(3) {
    margin-top: 10px;
    color: rgb(102, 102, 102) !important;
}
.bottom p:nth-child(3) a{
    color: rgb(102, 102, 102);
}

