.patner ul li,
.section2 ul li {
    
    overflow: hidden;
}

.footer a {
    color: #fff;
    margin-left: 5px;
}

.footer a:hover {
    text-decoration:underline;
}

@media (max-width:1600px) {
    .section1 .txt p{height:auto}
}

@media (max-width:768px) {
    .section1 .txt p{height:auto}
    
    .footer .txt {
        line-height: 1.8em !important;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.CommonItem .hd {
    height: 60px;
    line-height: 60px;
}

.CommonItem .hd b {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-weight: bold;
}

.SortListI ul li p {
    position: relative;
    height: 36px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0 35px;
    margin: 0;
}

.SortListI ul li i {
    color: #fff;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    background: #d3d9df;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 3;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-style: normal;
}

.SortListI ul li:nth-child(1) i {
    background: #e72422;
}

.SortListI ul li:nth-child(2) i {
    background: #ff9933;
}

.SortListI ul li:nth-child(3) i {
    background: #0096de;
}

.SortListI ul li a {
    font-size: 15px;
    color: #666;
    font-weight: bold;
}

.SortListI ul li a:hover {
    color: #0096de;
}

.SortListI ul li p {
    position: relative;
    height: 36px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0 35px;
}

.index-sidebar .icon-list {
    display: flex;
    color: #999;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f2f4;
    margin: 20px 0;
}

.index-sidebar .icon-list .item {
    text-align: center;
    width: 50%;
    padding: 10px;
}

.index-sidebar .icon-list .item:first-child {
    border-right: 1px solid #f0f2f4;
}

.index-sidebar .icon-list img {
    display: block;
    margin: auto;
}

.about-us {
    background: #fff;
    padding: 20px;
}

.about-us .NewsList {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.about-us ul.newsUlli li {
    position: relative;
    display: block;
    height: 168px;
    width: 310px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.about-us ul.newsUlli li a {
    display: block;
    height: 168px;
}

.about-us ul.newsUlli li img {
    width: 100%;
    height: 100%;
}

.about-us ul.newsUlli li p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, .5) 30%);
}

.about-us ul.textUlli {
    width: -webkit-fill-available;
    margin-left: 40px;
}

.about-us ul.textUlli li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f2f4
}

.about-us ul.textUlli li p {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 14px;
    color: #a3a8ad;
    margin: 0;
}

.about-us ul.textUlli li p>a {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.about-us ul.textUlli li p>a:hover {
    color: #0096de;
}

.about-us ul.textUlli li p>span {
    display: inline-block;
    /*width: 430px;*/
    overflow: hidden;
}

.about-us ul.textUlli li p>cite {
    float: right;
}

.about-us ul.textUlli li p>cite a {
    color: #a3a8ad;
}

.about-us ul.textUlli li p>cite em {
    margin-left: 10px;
    display: inline-block;
}

.about-us ul.textUlli li p>cite em i {
    height: 12px;
    float: left;
    margin: 11px 8px 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, .5) 30%);
}

.myTab {
    border-bottom: 2px solid #ddd;
    align-items: center;
    background: #f8f8f8;
}

.myTab a {
    padding: 15px 15px;
    font-size: 16px;
    color: #666;
    display: inline-block;
    text-decoration: none;
}

.myTab a.active {
    color: #fff;
    font-weight: bold;
    background: #0096de;
    position: relative;
}

.myTab a.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 12px solid #ddd;
    position: absolute;
    top: 10px;
    right: -12px;
}

.myTabContent {
    padding: 20px 0;
}

#floatDivBoxs {
    width: 130px;
    background: #fff;
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 99;
    border-radius: 5px;
    padding-bottom: 20px;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0096de;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-radius: 5px 0 0 5px;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;    
}
#floatDivBoxs .floatDimg {
    text-align: center;
}

#floatDivBoxs .floatDtxt {
    font-size: 15px;
    color: #666;
    padding: 12px 14px;
}
#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
    font-size: 16px;
    color: #0096de;
}

@media(min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

@media(max-width: 768px) {
    .about-us .NewsList {
        display: block;
    }

    .about-us ul.textUlli {
        margin-left: 0;
    }
}