/*顶部导航*/
.b-w1150 {
    width: 1200px;
}


.t4-lf {
    width: 160px;
}


.t4-lf .t4-lf-a {
    color: #333333;
    height: 20px;
    text-align: left;
    width: 110px;
}



.t4-lf .t4-down-jump a {
    color: #333333;
}


.phone-website a {
    color: #333333;
}

.phone-website a:hover {
    font-weight: bold;
    color: #333333;


}

/*logo啊上方广告位*/
.advertising-space {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;

}

.advertising-space ul {
    width: 1300px;
    margin: 0;
}

.advertising-space li {
    height: 90px;
    margin: 0 15px 15px 0;
    float: left;
}

.advertising-ul {
    overflow: hidden;
}

.t5 {
    width: 1200px;
}

.t5 ul {
    /*margin-top: 45px;*/
}


.logo-right {
    width: 728px;
    float: right;
}

.logo-right li {
    height: 90px;
}

/*左右测悬浮广告位*/

.fixLt {
    width: 120px;
    height: 500px;
    z-index: 1000;
    position: fixed;
    top: 76px;
    left: 0;
}

.fixRt {
    width: 120px;
    height: 500px;
    z-index: 1000;
    position: fixed;
    top: 76px;
    right: 0;
}
.fixLt li,.fixRt li{
    width: 120px;
    height: 500px;
}
.fixLt-lose {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;

}

.fixRt-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;

}
/*视频广告*/
.video-ad{
    width: 410px;
    height: 230px;
    /*background: #999999;*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:1000
}
.video-ad-close{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
/*底部广告*/
.bottom-ad{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index:200
}
.bottom-ad iframe{
    width: 100%;
}
.bottom-ad-close{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
/*搜索*/
.text {
    width: 288px;
    height: 34px;
    background: #FFFFFF;
    border: none;

}

.form-search {
    line-height: 50px;
    width: 383px;
}

.t6-nav .b-w1150 {
    display: flex;
    justify-content: space-between;
}


.container {
    width: 300px;
    margin: 0 auto;
    height: 34px;
    margin-top: 8px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container > div {
    float: left;
}

.container .input {
    position: relative;
    width: 267px;
    height: 34px;

    border-right: none;

    border-radius: 4px 0 0 4px;
}

.container .input > input {
    display: inherit;
    outline: none;
    border: none;
    margin: 0;
    height: 34px;
    width: 267px;

    border-radius: 17px 0 0 17px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    padding-left: 70px;
    box-sizing: border-box;

}

.container .input > input::-webkit-input-placeholder {
    color: #999;
}

.container .input .picker {
    width: 40px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 38px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    /*background-image: url("./image/down.png");*/
    /*background-position: 50px center;*/
    /*background-repeat: no-repeat;*/
    user-select: none;
}
.container .input .picker .picker-down{
    margin-bottom: 4px;
}
.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 70px;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .picker-list > li {
    padding-left: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.container .input .picker-list > li:hover {
    background-color: #ebf1f5;
    cursor: pointer;
}

.container .input .hot-list {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .hot-list > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.container .input .hot-list > a:hover {
    background-color: #f3f3f3;
}

.container .input .hot-list > a > div {
    float: left;
}

.container .input .hot-list > a > div.number {
    text-align: center;
    width: 40px;
}

.container .search {
    width: 89px;
    height: 34px;
    background-color: #ffffff;

    border-radius: 0 17px 17px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .search img {
    width: 18px;
    height: 18px;
}


/*厂商专区*/
/*.t3 {*/
/*    width: 1200px;*/

/*    height: 40px;*/
/*    padding: 15px 0;*/
/*    border-top: 1px solid #EEEEEE;*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/

/*.t3 .name {*/
/*    width: 100px;*/
/*    height: 40px;*/
/*    background: #F5F5F5;*/
/*    border: 1px solid #EEEEEE;*/
/*    text-align: center;*/
/*    line-height: 40px;*/
/*    margin-right: 20px;*/

/*}*/

/*.t3 .site {*/
/*    display: flex;*/
/*    align-items: center;*/


/*}*/

/*.triangle {*/

/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 97px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 10px solid transparent;*/
/*    border-left: 20px solid #F5F5F5;*/
/*    border-bottom: 10px solid transparent;*/
/*}*/

/*.t3 .site-list {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/

/*}*/

/*.t3 .site-list li {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    margin-right: 10px;*/
/*}*/

/*.t3 .site-list span {*/
/*    font-size: 12px;*/
/*    font-family: MicrosoftYaHei;*/
/*    color: #666666;*/
/*    font-weight: normal;*/
/*}*/

/*.t3 .site-list a img {*/
/*    width: 60px;*/
/*    height: 26px;*/
/*}*/

/*.t3 .site-list a {*/
/*    padding: 0;*/
/*}*/

/**/
a:hover {
    text-decoration: none

}

.main-index {
    width: 1200px;
    margin: 0 auto;
}

.start {
    margin-top: 21px;
    width: 1300px;
    overflow: hidden;
}

.start li {
    float: left;
    margin: 0 15px 15px 0;

}

.common-img {
    width: 1300px;
    overflow: hidden;

}

.common-img li {
    margin-right: 15px;
    float: left;

}

.common-img a:first-child img {
    width: 728px;
    height: 90px;
}

.common-img a:nth-child(2) img {
    width: 457px;
    height: 90px;
}

.start-advertisement {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.start-advertisement .width-fist {
    width: 110px;
    height: 60px;
    background: #999999;
}

.start-advertisement .width-second {
    width: 575px;
    height: 60px;
    background: #999999;
}

.plate {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-bottom: 22px;
}

.main-index .plate-medium {
    width: 410px;
}

.main-index .plate-small {
    width: 300px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.ad-carousel {
    width: 410px;
    height: 270px;
    /*background: gray;*/


}

.ad-carousel-title {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    background: #F8F8F8;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
}

.focus {
    margin-top: 33px;
}

/*各主标题的样式*/
.my-title-box {

    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    height: 40px;

}

.title-content {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    border-bottom: 4px solid #FF7700;
    padding-bottom: 10px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
}

/*行业聚焦图片部分样式（其他相同样式模块可使用）*/
.plate-content-top {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;

}

.plate-content-top-img {
    width: 160px;
    height: 90px;
}

.plate-content-top-title {
    height: 53px;
    margin-left: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 28px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.plate-content-divs{
    width: 410px;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*行业聚焦图片下部分样式（其他相同样式模块可使用）*/
.plate-content-li li {
    width: 410px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.plate-content-bottom{
    width: 410px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*热点精选*/
.hotspot {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;

}

.hotspot li {
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plate-small .plate-small-img {
    width: 300px;
    height: 250px;

}

.plate-small .plate-small-advertisement {
    width: 300px;
    height: 70px;
    margin-top: 15px;
}

.plate-small .plate-small-welfare {
    margin-top: 15px;
}

.plate-small .plate-small-welfare li {
    margin-top: 15px;
}

.plate-small .plate-small-welfare li div:first-child {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plate-small .plate-small-welfare li div:nth-child(2) {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*视频通用*/
.video {
    display: flex;

    flex-wrap: wrap;
}

.video li {
    width: 200px;
    margin-right: 14px;
    margin-bottom: 20px;

}

.video img {
    width: 100%;
    height: 100%;
}

.video-subject {
    width: 200px;
    height: 112px;
    display: inline-block;
    position: relative;
}

.live-shade {
    position: absolute;
    left:84px;
    top: 40px;


}

.live-shade svg {
    width: 40px;
    height: 40px;
}

.video-title {
    width: 200px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*最新测评 技术*/
.evaluation-technology {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.evaluation-technology .evaluation {
    width: 860px;
}

.evaluation-technology .technology {
    width: 300px;
}

/*技术产品内容样式*/
.technology-content {
    margin-top: 20px;
}

.technology-content li {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/*直播*/
.live-broadcast {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.selected {
    width: 860px;
}

/* 专题直播*/
.live-special {
    margin-top: 30px;
}

.live-special-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.live-special-title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.live-special-title div:nth-child(2) {
    width: 778px;
    height: 4px;
    background: #DDDDDD;
    margin-left: 10px;
}

/* 直播动态*/
.dynamic {
    width: 300px;

}

.liveing-icon {

    font-size: 14px;
    font-family: MicrosoftYaHeiSemibold;
    color: #007AFF;
    margin-top: 10px;
}

.liveing-icon .icon {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    border-radius: 7px;

}

.liveing-icon .icon-bg-b {
    background: #007AFF;
}

.liveing-icon .icon-bg-y {
    background: #FF7700;
}

.icon-color-b {
    color: #007AFF;
    font-size: 14px;
}

.icon-color-y {
    color: #FF7700;
    font-size: 14px;
}

.icon-color-g {
    color: #999999;
    font-size: 14px;
}
.bottom-msg h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-dynamic .title {
    margin-top: 6px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.live-box {
    padding: 2px 0 0 5px;
}

.live-box .live-item {
    height: 70px;
    display: flex;
}

.live-box .live-item .left {
    position: relative;
}

.live-box .live-item .left .dot {
    position: absolute;
    top: 12px;
    left: -4px;
}

.live-box .live-item .left .dot .dot-icon {
    width: 15px;
    height: 15px;
}

.live-box .live-item .left .line {
    width: 1px;
    height: 70px;
    background: #999999;
    margin-left: 3px;
}

.live-box .live-item .right {
    flex: 1;
    width: 0;
    margin-left: 19px;
}

.dynamic-advertisement {
    margin-top: 25px;
    width: 300px;
    height: 250px;
    /*background: #999999;*/
}

/*论坛话题，会议*/
.forum-meeting {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.forum {
    width: 860px;
}

.meeting {
    width: 300px;
}

.forum-meeting .forum-carousel {
    width: 410px;
}

.forum-first {
    display: flex;
    justify-content: space-between;
}

.forum-carousel-img {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.forum-carousel-img div {
    width: 200px;
}

.forum-carousel-img div img {
    width: 200px;
    height: 112px;
}

.forum-carousel-img div p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 10px;
}

.hot-topic {
    width: 410px;
}

.hot-topic .live-special-title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.hot-topic .live-special-title div:nth-child(2) {
    width: 328px;
}

.hot-topic .live-special {
    margin-top: 0;
}

/*最新回复,最新发帖*/
.forum-second {
    display: flex;
    justify-content: space-between;
    /*margin-top: 30px;*/
}

.reply .live-special-title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.reply .live-special-title div:nth-child(2) {
    width: 328px;
    height: 4px;
    background: #DDDDDD;
    margin-left: 10px;
}

.post .live-special-title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.post .live-special-title div:nth-child(2) {
    width: 328px;
    height: 4px;
    background: #DDDDDD;
    margin-left: 10px;
}

/*PI victor*/
.forum-third {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.pi, .vicor {
    width: 410px;
}

/*精彩现场*/
.wonderful-scene {
    margin-top: 30px;
}

.wonderful-scene .live-special-title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.wonderful-scene .live-special-title div:nth-child(2) {
    width: 218px;
    height: 4px;
    background: #DDDDDD;
    margin-left: 10px;
}

.sense-li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sense-li .video-subject {
    width: 140px;
    height: 80px;
    margin-right: 15px;
}

.sense-li .video-subject>img {
    width: 140px;
    height: 80px;
}
.sense-li .video-subject .live-shade img{
    width: 24px;
    height: 24px;
}
.sense-li .live-shade {
    position: absolute;
    left: 58px;
    top: 28px;
    width: 24px;
    height: 24px;
}
.wonderful-scene .video-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 52px;
}
/*是德科技，最新资料*/
.latest-information {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.latest-information .shide-technology {
    width: 410px;
}

.latest-information .infineon {
    width: 410px;
}

.latest-information .information {
    width: 300px;
}

.information-content {

    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.information-content li {

    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.information-content li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.information-content li img {
    width: 20px;
    height: 20px;
}

.information-content li p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-left: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.information .information-content:last-child {
    border-bottom: 0;
}

/*诚信供应商*/
.supplier-img {
    width: 300px;
    height: 140px;
}

.supplier-information {
    margin-top: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.supplier-information p {
    margin-bottom: 10px;
}
.supplier-information p:first-child{
    line-height: 21px;
}
.supplier-information .official-website {
    color: #007AFF;
}

/*热门岗位，最新简历，名企招聘*/
.recruit {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.popular-positions,
.latest-resume {
    width: 410px;
}

.recruitment {
    width: 300px;
}

.positions-resume {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.positions-resume .left-line {
    width: 2px;
    height: 30px;
    background: #DDDDDD;
}

.positions-resume .main-information {
    margin-left: 16px;
}

.positions-resume-title {
    display: flex;

}

.positions-resume-title h5, .positions-resume-title .catch, .positions-resume-title p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.positions-resume-title h5 {
    padding-right: 10px;
    border-right: 1px solid #DDDDDD;
}

.positions-resume-title p {
    margin-left: 10px;
}

.positions-resume-content {
    display: flex;
    margin-top: 10px;

}

.positions-resume-content {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.positions-resume-content span {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.positions-resume-content span:last-child {

    border-right: 0;

}

.positions-resume-content span:first-child {
    padding-left: 0;
}

.recruitment-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.recruitment-content img {
    width: 145px;
    height: 70px;
    margin-bottom: 10px;
}

/*福利活动*/
.welfare-activities {
    margin-top: 30px;
}

.welfare-activities-content {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;

}

.welfare-activities-content li {
    width: 228px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.welfare-activities-content img {
    width: 228px;
    height: 128px;
}

.welfare-activities-content p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*底部*/
.footer {
    background: #F5F5F5;
    width: 100%;
    margin-top: 50px;
}

.cooperative-manufacturer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
}

.manufacturer-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.manufacturer-title h5 {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;

    color: #333333;
}

.manufacturer-title p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-left: 5px;
}

.manufacturer-content {
    margin-top: 15px;
    display: flex;

    flex-wrap: wrap;

}

.manufacturer-content img {
    width: 100px;
    height: 57px;
    margin-bottom: 10px;
    margin-right: 9px;
}

.footer .line {
    width: 1200px;
    height: 1px;
    background: #DDDDDD;

    margin: 29px auto 0;
}

.links {
    width: 1200px;
    margin: 25px auto 0;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    box-sizing: border-box;

}

.links a:hover {
    color: #FF7700;
}

.links-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.links-title h5 {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;

    color: #333333;
}

.links-title p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-left: 5px;
}

.links-content {
    margin-top: 20px;

}

.links-content a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.links-content dd {
    margin-bottom: 26px;
}

.links-lis {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.links-lis li {
    width: 150px;
    margin-bottom: 10px;
}

/*关于我们*/
.about-us {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 0 auto;
    padding: 11px 0 13px;
    justify-content: center;
    background: #F5F5F5;
}

.about-us a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333333;
    padding: 0 20px;
    border-right: 1px solid #cccccc;
}

.about-us a:last-child {
    border: none;
}

/*备案*/
.keep-record {
    width: 100%;
    background: #333333;
    text-align: center;
    padding: 11px 0 13px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;

}
.keep-record .link{
    color: #999999;
}
/*轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 410px;
    height: 230px;
}

.swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 100;

}

.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background: #ffffff;
    margin-left: 10px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #FF7700;
}

.swiper-button-prev1, .swiper-button-prev2 {
    position: absolute;
    top: 130px;
    left: 20px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;


}

.swiper-button-next1, .swiper-button-next2 {
    position: absolute;
    top: 130px;
    right: 20px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;


}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 15px;
    color: #ffffff;
}

/*.reply,.post{*/
/*    width: 410px;*/
/*}*/

/*.www-home {*/
/*  font-size: 14px;*/
/*  color: #666;*/
/*}*/
/*.www-home .clear {*/
/*  font-size: 0px;*/
/*}*/
/*.www-home a {*/
/*  color: #666;*/
/*  text-decoration: none;*/
/*}*/
/*.www-home a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home a.col3 {*/
/*  color: #333;*/
/*}*/
/*.www-home a.col3:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r1 .lb-warp {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .lb-warp img {*/
/*  width: 420px;*/
/*  height: 236px;*/
/*}*/
/*.www-home .r1 .lb-warp .j-slide-num {*/
/*  position: absolute;*/
/*  top: 238px;*/
/*  left: 0px;*/
/*  width: 100%;*/
/*  height: 20px;*/
/*  text-align: center;*/
/*}*/
/*.www-home .r1 .lb-warp.shide .j-slide-num {*/
/*  width: 420px!important;*/
/*}*/
/*.www-home .r1 .lb-warp .j-slide-num span {*/
/*  display: inline-block;*/
/*  margin-right: 10px;*/
/*  border-radius: 4px;*/
/*  width: 14px;*/
/*  height: 4px;*/
/*  background: #ddd;*/
/*  cursor: pointer;*/
/*}*/
/*.www-home .r1 .lb-warp .j-slide-num span.j-num-curr {*/
/*  background: #FF7700;*/
/*}*/
/*.www-home .r1 .m1{*/
/*  overflow: hidden;*/
/*}*/
/*!* 直播*!*/
/*.www-home .r1 .m1 .live_title{*/
/*  position: relative;*/
/*  height: 47px;*/
/*}*/
/*.www-home .r1 .m1 .live_title .gray_line{*/
/*  width: 850px;*/
/*  height: 1px;*/
/*  background-color: #ddd;*/
/*}*/
/*.www-home .r1 .m1 .live_title .orange_line{*/
/*  width: 64px;*/
/*  height: 3px;*/
/*  background-color: #FF7700;*/
/*  margin-top: -1px;*/
/*}*/
/*.www-home .r1 .m1 .live_title .live_title_name{*/
/*  margin-top: 8px;*/
/*  margin-bottom: 15px;*/
/*  width: 78px;*/
/*  height:22px;*/
/*  font-size:16px;*/
/*  font-weight:bold;*/
/*  color:rgba(51,51,51,1);*/
/*  line-height:22px;*/
/*  text-align: left;*/
/*}*/
/*.www-home .r1 .m1 .live_title .more{*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 14px;*/
/*  height: 16px;*/
/*  font-size: 12px;*/
/*  color: #999999;*/
/*  line-height: 16px;*/
/*}*/
/*.www-home .r1 .m1 .live_title .more:hover {*/
/*  color: #ff7700;*/
/*}*/
/*!* 直播 end*!*/

/*.www-home .live-container {*/
/*  overflow:hidden;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.www-home .live-container .live-list {*/
/*  overflow: hidden;*/
/*  width: 100%;*/
/*}*/
/*!* 直播预告*!*/
/*.www-home .live-live-box {*/
/*  float:left;*/
/*  overflow: hidden;*/
/*  width: 420px;*/
/*}*/
/*.www-home .live-live-box .one-live {*/
/*  margin-bottom: 15px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .live-live-box .one-live:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.www-home .live-live-box .live-list .left {*/
/*   float: left;*/
/*   overflow: hidden;*/
/*   width: 70px;*/
/* }*/
/*.www-home .live-live-box .right {*/
/*  float: left;*/
/*  padding-left: 10px;*/
/*  overflow: hidden;*/
/*  width: 340px;*/
/*}*/
/*.www-home .live-live-box .status {*/
/*  border-radius: 3px 3px 0px 0px;*/
/*  height: 24px;*/
/*  background: #007AFF;*/
/*  text-align: center;*/
/*  font-size: 12px;*/
/*  color: #FFFFFF;*/
/*  line-height: 24px;*/
/*}*/
/*.www-home .live-live-box .hour {*/
/*  border-radius: 3px 3px 0px 0px;*/
/*  border: 1px solid #DDDDDD;*/
/*  height: 24px;*/
/*  background: #EEEEEE;*/
/*  text-align: center;*/
/*  font-size: 12px;*/
/*  color: #333333;*/
/*  line-height: 24px;*/
/*}*/
/*.www-home .live-live-box .popularity {*/
/*  border-radius: 0px 0px 3px 3px;*/
/*  border: 1px solid #007AFF;*/
/*  border-top: 0;*/
/*  height: 24px;*/
/*  background: #FFFFFF;*/
/*  text-align: center;*/
/*  font-size: 12px;*/
/*  color: #007AFF;*/
/*  line-height: 24px;*/
/*}*/
/*.www-home .live-live-box .minute {*/
/*  border-radius: 0px 0px 3px 3px;*/
/*  border: 1px solid #DDDDDD;*/
/*  border-top: 0;*/
/*  height: 24px;*/
/*  background: #FFFFFF;*/
/*  text-align: center;*/
/*  font-size: 12px;*/
/*  color: #999999;*/
/*  line-height: 24px;*/
/*}*/

/*.www-home .live-live-box .text-overflow {*/
/*  display:-webkit-box;*/
/*  text-overflow: ellipsis;*/
/*  -ms-text-overflow: ellipsis;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-line-clamp: 1;*/
/*  overflow:hidden;*/
/*}*/
/*.www-home .live-live-box .title {*/
/*  margin: 3px 0;*/
/*  height: 19px;*/
/*  font-size: 14px;*/
/*  color: #333333;*/
/*  line-height: 19px;*/
/*}*/
/*.www-home .live-live-box .title:hover {*/
/*  color: #ff7700;*/
/*}*/
/*.www-home .live-live-box .companny {*/
/*  height: 16px;*/
/*  font-size: 12px;*/
/*  color: #999999;*/
/*  line-height: 16px;*/
/*}*/
/*!* 直播预告 end*!*/
/*!* 直播回放*!*/
/*.www-home .live-preview-box {*/
/*  float:left;*/
/*  width: 410px;*/
/*}*/
/*.www-home .live-preview-box ul{*/
/*  width: 900px;*/
/*}*/
/*.www-home .live-preview-box .one-live {*/
/*  float: left;*/
/*  width: 410px;*/
/*  margin:0 30px 19px 0;*/
/*}*/

/*.www-home .live-preview-box .text-overflow {*/
/*  display:-webkit-box;*/
/*  text-overflow: ellipsis;*/
/*  -ms-text-overflow: ellipsis;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-line-clamp: 1;*/
/*  overflow:hidden;*/
/*}*/
/*.www-home .live-preview-box .title {*/
/*  height: 14px;*/
/*  font-size: 14px;*/
/*  color: #333333;*/
/*  line-height: 14px;*/
/*}*/
/*.www-home .live-preview-box .title img {*/
/*  margin-right: 10px;*/
/*  vertical-align: -2px;*/
/*}*/
/*.www-home .live-preview-box .title:hover {*/
/*  color: #ff7700;*/
/*}*/
/*!* 直播回放 end*!*/

/*.www-home .r1 .m2 {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m2 h3 {*/
/*  position: relative;*/
/*  display:block;*/
/*  margin-bottom: 7px;*/
/*  padding-left: 50px;*/
/*  overflow:hidden;*/
/*  font-size: 18px;*/
/*  white-space:nowrap;*/
/*  text-overflow:ellipsis;*/
/*  font-weight: normal;*/
/*}*/
/*.www-home .r1 .m2 h3 span {*/
/*  position: absolute;*/
/*  top: 1px;*/
/*  left: 0px;*/
/*  display: inline-block;*/
/*  padding: 1px 8px;*/
/*  background: #f40103;*/
/*  border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  color: #fff;*/
/*}*/
/*.www-home .r1 .m2 p {*/
/*  margin-bottom: 15px;*/
/*  font-size: 14px;*/
/*  color: #999;*/
/*  line-height: 22px;*/
/*}*/


/*.www-home .r1 .m4 {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m4 .m_title .gray_line{*/
/*  width: 275px;*/
/*  height: 1px;*/
/*  background-color: #ddd;*/
/*}*/
/*.www-home .r1 .m4 .m_title .orange_line{*/
/*  width: 64px;*/
/*  height: 3px;*/
/*  background-color: #ff7700;*/
/*  margin-top: -1px;*/
/*}*/
/*.www-home .r1 .m4 .m_title p{*/
/*  margin: 8px 0 15px;*/
/*  width: 64px;*/
/*  height: 21px;*/
/*  font-size: 16px;*/
/*  color: #333333;*/
/*  line-height: 21px;*/
/*  font-weight: 700;*/
/*}*/

/*.www-home .r1 .m4 .tabContainer{*/
/*  margin-top: 15px;*/
/*}*/

/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li{*/
/*  width: 275px;*/
/*  height: 60px;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .left_img{*/
/*  width: 80px;*/
/*  height: 60px;*/
/*  float: left;*/
/*  margin-right: 10px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .left_img img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .right_content{*/
/*  width: 185px;*/
/*  height: 60px;*/
/*  float: right;*/
/*}*/
/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .right_content p.title{*/
/*  width:185px;*/
/*  max-height:40px;*/
/*  height:auto;*/
/*}*/

/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .right_content p.title1 a{*/
/*  width:185px;*/
/*  max-height:40px;*/
/*  height:auto;*/
/*  font-size:14px;*/
/*  font-weight:400;*/
/*  color:rgba(51,51,51,1);*/
/*  line-height:20px;*/
/*  display:-webkit-box;*/
/*  overflow:hidden;*/
/*  text-overflow:ellipsis;*/
/*  -webkit-box-orient:vertical;*/
/*  -webkit-line-clamp:2;*/
/*  word-wrap: normal;*/
/*}*/

/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .right_content p.title1 a:hover{*/
/*	color: #f60;*/
/*}*/

/*.www-home .r1 .m4 .tabContainer .tab_Content .tab_content_item li .right_content p.subHead{*/
/*  width:185px;*/
/*  height:17px;*/
/*  font-size:12px;*/
/*  font-weight:400;*/
/*  color:rgba(153,153,153,1);*/
/*  line-height:17px;*/
/*  overflow: hidden;*/
/*  text-overflow:ellipsis;*/
/*  white-space: nowrap;*/
/*  margin-top: 3px;*/
/*  word-wrap: normal;*/
/*}*/

/*.www-home .r1 .m4 .m4_adv_img{*/
/*  width: 275px;*/
/*  height: 65px;*/
/*  margin-top: 15px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m4 .m4_adv_img ul{*/
/*  width: 100%;*/
/*}*/
/*.www-home .r1 .m4 .m4_adv_img ul li{*/
/*  width: 100%;*/
/*}*/
/*.www-home .r1 .m4 .m4_adv_img ul li a img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.www-home .r1 .m4 .small_video_container{*/
/*  width: 100%;*/
/*  height: 131px;*/
/*  margin-top: 15px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content{*/
/*  width: 130px;*/
/*  margin-right: 15px;*/
/*  height: 100%;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content:last-child{*/
/*  margin-right: 0;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content .img_box{*/
/*  width: 130px;*/
/*  height: 90px;*/
/*  position: relative;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content .img_box img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content .img_box .small_video_title{*/
/*  width:68px;*/
/*  height:17px;*/
/*  background:rgba(0,0,0,1);*/
/*  border-radius:2px;*/
/*  opacity:0.9;*/
/*  font-size:12px;*/
/*  font-weight:400;*/
/*  color:rgba(255,255,255,1);*/
/*  line-height:18px;*/
/*  position: absolute;*/
/*  bottom: 8px;*/
/*  left: 8px;*/
/*  z-index: 10;*/
/*  text-align: center;*/
/*}*/

/*.www-home .r1 .m4 .small_video_container .small_video_content .video_introduce{*/
/*  margin-top: 7px;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content .video_introduce a{*/
/*  display: block;*/
/*  width:130px;*/
/*  height:34px;*/
/*  font-size:12px;*/
/*  font-weight:400;*/
/*  color:rgba(51,51,51,1);*/
/*  line-height:17px;*/
/*  display:-webkit-box;*/
/*  overflow:hidden;*/
/*  text-overflow:ellipsis;*/
/*  -webkit-box-orient:vertical;*/
/*  -webkit-line-clamp:2;*/
/*  text-align: justify;*/
/*  word-break: break-all;*/
/*}*/
/*.www-home .r1 .m4 .small_video_container .small_video_content .video_introduce a:hover{*/
/*  color: #f60;*/
/*}*/
/*.www-home .r1 .m4 .adv_img_container{*/
/*  margin-top: 15px;*/
/*  width: 275px;*/
/*  height: 65px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m4 .adv_img_container .t-ad ul li{*/
/*  width: 135px;*/
/*  height: 65px;*/
/*}*/
/*.www-home .r1 .m4 .adv_img_container .t-ad ul li:last-child{*/
/*  margin-right: 0;*/
/*}*/
/*.www-home .r1 .m4 .adv_img_container .t-ad ul li a img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.www-home .r1 .m6{*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m6 ul{*/
/*  width: 850px;*/
/*  height: 216px;*/
/*}*/
/*.www-home .r1 .m6 ul li{*/
/*  width: 276px;*/
/*  height: 216px;*/
/*  float: left;*/
/*  margin-right: 11px;*/
/*}*/
/*.www-home .r1 .m6 ul li:last-child{*/
/*  margin-right: 0;*/
/*}*/
/*.www-home .r1 .m6 ul li .top_img{*/
/*  width: 276px;*/
/*  height: 156px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r1 .m6 ul li .top_img img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.www-home .r1 .m6 ul li .text_introduce{*/
/*  width: 276px;*/
/*  height: 60px;*/
/*  box-sizing: border-box;*/
/*  padding: 10px 13px;*/
/*  border: 1px solid #eee;*/
/*}*/
/*.www-home .r1 .m6 ul li .text_introduce p.title{*/
/*  font-size:14px;*/
/*  font-weight:400;*/
/*  color:rgba(51,51,51,1);*/
/*  line-height:20px;*/
/*  overflow: hidden;*/
/*  text-overflow:ellipsis;*/
/*  white-space: nowrap;*/
/*  word-wrap: normal;*/
/*}*/

/*.www-home .r1 .m6 ul li .text_introduce p.title:hover{*/
/*	color: #f60;*/
/*}*/

/*.www-home .r1 .m6 ul li .text_introduce p.subhead{*/
/*  font-size:12px;*/
/*  font-weight:400;*/
/*  color:rgba(153,153,153,1);*/
/*  line-height:17px;*/
/*  overflow: hidden;*/
/*  text-overflow:ellipsis;*/
/*  white-space: nowrap;*/
/*  word-wrap: normal;*/
/*}*/

/*.www-home .r2 {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .clear {*/
/*  background: red;*/
/*}*/
/*.www-home .r2 .m1,*/
/*.www-home .r2 .m2,*/
/*.www-home .r2 .m3 {*/
/*  height: 295px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m1 .hc-h ul {*/
/*  width: 390px;*/
/*}*/
/*.www-home .r2 .m1 .hc-h li {*/
/*  width: 91px;*/
/*}*/
/*.www-home .r2 .m1 .hc-c {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li {*/
/*  position: relative;*/
/*  margin-bottom:  22px;*/
/*  margin-bottom: 21px\0;*/
/*  padding-left: 35px;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li i.icon-company {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/

/*}*/
/*.www-home .r2 .m1 .hc-c li i.icon-company-luntan {*/
/*  background-position: 0px -390px;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li a.tit {*/
/*  display: inline-block;*/
/*  width: 320px;*/
/*  margin-bottom: 7px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li p {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li p a {*/
/*  color: #999;*/
/*}*/
/*.www-home .r2 .m1 .hc-c li p a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r2 .m2 .hc-h ul {*/
/*  width: 460px;*/
/*}*/
/*.www-home .r2 .m2 .hc-h li {*/
/*  width: 228px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li {*/
/*  position: relative;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li i.circle {*/
/*  top: -6px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li a {*/
/*  display: inline-block;*/
/*  width: 310px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li div {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  right: 0px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li div span {*/
/*  display: inline-block;*/
/*  width: 40px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c1 li div b {*/
/*  font-weight: normal;*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li {*/
/*  position: relative;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li i.circle {*/
/*  top: -6px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li a {*/
/*  display: inline-block;*/
/*  width: 340px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li div {*/
/*  position: absolute;*/
/*  top: 1px;*/
/*  right: 0px;*/
/*  font-size: 12px;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li div a {*/
/*  display: inline-block;*/
/*  width: 75px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  color: #999;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li div a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li div b {*/
/*  font-weight: normal;*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r2 .m2 .hc-c2 li div i {*/
/*  position: relative;*/
/*  top: -2px;*/
/*}*/
/*.www-home .r2 .m2 .b-h225 {*/
/*  height: 225px;*/
/*				height:  235px;*/
/*}*/
/*.www-home .r2 .m3 .hc-h ul {*/
/*  width: 280px;*/
/*}*/
/*.www-home .r2 .m3 .hc-h li {*/
/*  width: 273px;*/
/*}*/
/*.www-home .r2 .m3 .hc-c {*/
/*  height: 234px;*/
/*  padding: 20px 15px 0;*/
/*  border: 1px solid #ddd;*/
/*  border-top: none;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r2 .m3 .hc-c li {*/
/*  margin-bottom: 12px;*/
/*					*margin-bottom:  10px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .openclass {*/
/*  height: 235px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .openclass .m1 ul {*/
/*  width: 900px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .openclass .m1 li {*/
/*  position: relative;*/
/*  float: left;*/
/*  margin-right: 15px;*/
/*}*/
/*.www-home .r3 .openclass .m1 li img {*/
/*  width: 273px;*/
/*  height: 200px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.www-home .r3 .openclass .m1 li i {*/
/*  position: absolute;*/
/*  top: 160px;*/
/*  left: 12px;*/
/*  display: inline-block;*/
/*  width: 36px;*/
/*  height: 24px;*/
/*  background: url('/view/www/statics/css/image/icon-www.png') no-repeat 0 -116px;*/
/*}*/
/*.www-home .r3 .openclass .m1 li:hover i {*/
/*  background: url('/view/www/statics/css/image/icon-www.png') no-repeat 0 -142px;*/
/*}*/
/*.www-home .r3 .openclass .m1 li .dv {*/
/*  position: absolute;*/
/*  top: 155px;*/
/*  right: 0px;*/
/*  height: 25px;*/
/*  padding: 0 10px;*/
/*  font-size: 12px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  line-height: 25px;*/
/*}*/
/*.www-home .r3 .openclass .m1 li .dv div {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  z-index: -1;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #000;*/
/*  opacity: 0.5;*/
/*  -moz-opacity: 0.5;*/
/*  filter: alpha(opacity= 50 );*/
/*}*/
/*.www-home .r3 .openclass .m1 li .sp {*/
/*  width: 255px;*/
/*  padding: 0px 5px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .openclass .m2 .hc-c ul {*/
/*  width: 280px;*/
/*}*/
/*.www-home .r3 .openclass .m2 .hc-c li a {*/
/*  width: 136px;*/
/*  height: 38px;*/
/*  line-height: 38px;*/
/*}*/
/*.www-home .r3 .zizhan {*/
/*  height: 373px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan h4 {*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-h ul {*/
/*  width: 880px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-h li {*/
/*  width: 423px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-h li.b-w220 {*/
/*  width: 220px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-h li.b-w190 {*/
/*  width: 190px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m1 ul {*/
/*  width: 390px;*/
/*						*width:  400px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m1 li {*/
/*  margin-right: 20px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m1 li img {*/
/*  width: 175px;*/
/*  height: 110px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m1 li div {*/
/*  width: 165px;*/
/*  height: 25px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m2 li {*/
/*  position: relative;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m2 li a {*/
/*  display: inline-block;*/
/*  width: 300px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m2 li i {*/
/*  top: -5px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m2 li span {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  right: 0px;*/
/*  font-size: 14px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m3 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li {*/
/*  position: relative;*/
/*  margin-bottom: 14px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li.zx img,*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li.zx span,*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li.zx a{*/
/*  float: left;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li.zx span{*/
/*  margin-left: 15px;*/
/*  width: 190px;*/
/*  height: 52px;*/
/*  display: inline-block;*/
/*  white-space: normal;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m3 li.zx a{*/
/*  margin-left:15px;*/
/*  color:#1996e6;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m4 {*/
/*  border-top: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m4 ul {*/
/*  width: 145px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c1 .m4 li a {*/
/*  width: 138px;*/
/*  height: 38px;*/
/*  line-height: 38px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .tjrm ul{*/
/*  width: 870px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .tjrm li{*/
/*  width: 270px;*/
/*  height: 80px;*/
/*  margin-bottom: 15px;*/
/*  margin-right: 20px;*/
/*  float: left;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl{*/
/*  height: 50px;*/
/*  background: #efefef;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl div{*/
/*  float: left;*/
/*  height: 50px;*/
/*  line-height: 50px;*/
/*  font-size: 18px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl .yyfl-h*/
/*{*/
/*  font-weight: bold;*/
/*  margin: 0 20px 0;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul{*/
/*  width: 500px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul li{*/
/*  float: left;*/
/*  width: 150px;*/
/*  font-size: 16px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul li i{*/
/*  float: left;*/
/*  width: 40px;*/
/*  height: 50px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul li.qc i{*/
/*  background: url("image/car-g.png") no-repeat center center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul li.gyyy i{*/
/*  background: url("image/gear-g.png") no-repeat center center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl ul li.xfdz i{*/
/*  background: url("image/money-g.png") no-repeat center center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .yyfl .tick{*/
/*  height: 50px;*/
/*  line-height: 50px;*/
/*  float: right;*/
/*  margin-right: 20px;*/
/*  color:#f70;*/
/*  font-size: 16px;*/
/*  display: block;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 li {*/
/*  min-height: 70px;*/
/*  margin-bottom: 14px;*/
/*						*margin-bottom:  13px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 img {*/
/*  float: left;*/
/*  width: 115px;*/
/*  height: 70px;*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 h4 {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 p {*/
/*  margin-bottom: 10px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  font-size: 12px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 div {*/
/*  margin-left: -5px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 div a {*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 div a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m1 div span {*/
/*  padding: 0 5px;*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m2 {*/
/*  padding-top: 30px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m2 div {*/
/*  position: relative;*/
/*  border: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m2 div .txt {*/
/*  width: 265px;*/
/*  height: 31px;*/
/*  padding-left: 5px;*/
/*  border: none;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m2 div .btn {*/
/*  position: absolute;*/
/*  top: -1px;*/
/*  right: 0px;*/
/*  width: 75px;*/
/*  height: 32px;*/
/*  background: #f60;*/
/*  border: none;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m2 div .btn:hover {*/
/*  background: #ff4800;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m3 .hc-c {*/
/*  border-right: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m3 ul {*/
/*  width: 360px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c2 .m3 li a {*/
/*  width: 116px;*/
/*  height: 48px;*/
/*							*height:  47px;*/
/*  line-height: 48px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m1 img {*/
/*  width: 255px;*/
/*  height: 135px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m1 div {*/
/*  width: 245px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m2 ul {*/
/*  width: 280px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m2 li {*/
/*  float: left;*/
/*  margin: 0 15px 14px 0;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m2 a {*/
/*  display: inline-block;*/
/*  width: 118px;*/
/*  height: 35px;*/
/*  border: 1px solid #ddd;*/
/*  text-align: center;*/
/*  line-height: 35px;*/
/*  border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m2 a:hover {*/
/*  background: #f60;*/
/*  border: 1px solid #f60;*/
/*  color: #fff;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m3 {*/
/*  min-height: 100px;*/
/*  margin-bottom: 6px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m3 img {*/
/*  float: left;*/
/*  width: 135px;*/
/*  height: 100px;*/
/*  margin-right: 5px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m3 h4 {*/
/*  margin-bottom: 10px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m3 p {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*  line-height: 20px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m4 ul {*/
/*  width: 290px;*/
/*						*width:  295px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m4 li {*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m4 li div {*/
/*  width: 125px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m4 img {*/
/*  width: 135px;*/
/*  height: 100px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m5 {*/
/*  margin-bottom: 13px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m5 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c3 .m5 li {*/
/*  margin-bottom: 14px;*/
/*						*margin-bottom:  13px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-list-1 {*/
/*  width: 334px;*/
/*  margin-right: 27px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-list-2 {*/
/*  width: 338px;*/
/*  margin-right: 23px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-list-3 {*/
/*  width: 128px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 {*/
/* width: 475px;*/
/* margin-right: 53px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .m1 {*/
/*  height: auto;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .field {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .field a {*/
/*  display: block;*/
/*  width: 145px;*/
/*  height: 40px;*/
/*  text-align: center;*/
/*  line-height: 40px;*/
/*  border-radius: 4px;*/
/*  border: 1px solid #DDDDDD;*/
/*  font-size: 14px;*/
/*  color: #666666;*/
/*  font-weight: normal;*/
/*  margin-bottom: 8px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .field a:hover {*/
/*  border: 1px solid #ff5a03;*/
/*  color: #FF7700;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .box {*/
/*  width: 100%;*/
/*  margin-top: 8px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .box .item {*/
/*  display: block;*/
/*  width: 151px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .box .item img {*/
/*  width: 151px;*/
/*  height: 101px;*/
/*  display: block;*/
/*  border: none;*/
/*  vertical-align: middle;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .box .item .text {*/
/*  width: 140px;*/
/*  text-align: center;*/
/*  line-height: 18px;*/
/*  overflow : hidden;*/
/*  text-overflow: ellipsis;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  color: #666666;*/
/*  margin: 12px auto 0;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-1 .box .item:hover .text {*/
/*  color: #FF7700;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 {*/
/*  width: 320px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 .m1 {*/
/*  height: auto;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 .case {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 .case li {*/
/*  width: 100%;*/
/*  margin-bottom: 15px;*/
/*  list-style: none;*/
/*  line-height: 14px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 .case li a {*/
/*  font-size: 14px;*/
/*  color: #666666;*/
/*  line-height: 14px;*/
/*  font-weight: normal;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .vicor-list-2 .case li a:hover {*/
/*  color: #FF7700;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 {*/
/*  width: 100%;*/
/*  height: 205px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li {*/
/*  list-style: disc;*/
/*  width: 100%;*/
/*  height: 19px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li::marker{*/
/*  color: #DDDDDD;*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li a {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  line-height: 19px;*/
/*  color: #333;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li a:hover {*/
/*  color: #FF7700;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tips {*/
/*  width: 100%;*/
/*  height: 60px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  margin-top: 5px;*/
/*  margin-bottom: 28px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tips a {*/
/*  display: block;*/
/*  width: 80px;*/
/*  height: 23px;*/
/*  background: #FFFFFF;*/
/*  border-radius: 12px;*/
/*  border: 1px solid #DDDDDD;*/
/*  padding: 0 12px;*/
/*  line-height: 23px;*/
/*  font-size: 12px;*/
/*  color: #333333;*/
/*  font-family: MicrosoftYaHei;*/
/*  text-overflow: ellipsis;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tips a:hover {*/
/*  color: #FF7700;*/
/*  border: 1px solid #FF7700;*/
/*}*/
/*!* .www-home .r3 .zizhan .hc-c4 .m1 li img {*/
/*  float: left;*/
/*  width: 115px;*/
/*  height: 70px;*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li h4 {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li p {*/
/*  margin-bottom: 12px;*/
/*  font-size: 12px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m1 li div {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*} *!*/
/*.www-home .r3 .zizhan .hc-c4 .m2 {*/
/*  margin-bottom: 15px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m2 li {*/
/*  margin-bottom: 10px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 {*/
/*  width: 100%;*/
/*  height: 112px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 li {*/
/*  list-style: disc;*/
/*  width: 100%;*/
/*  height: 19px;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 li::marker{*/
/*  color: #DDDDDD;*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 li a {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  line-height: 19px;*/
/*  color: #333;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 li a:hover {*/
/*  color: #FF7700;*/
/*}*/
/*!* .www-home .r3 .zizhan .hc-c4 .m3 li img {*/
/*  width: 145px;*/
/*  height: 90px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m3 li div {*/
/*  width: 135px;*/
/*} *!*/
/*.www-home .r3 .zizhan .hc-c4 .m4 {*/
/*  border-top: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .m4 a {*/
/*  width: 143px;*/
/*  height: 38px;*/
/*  line-height: 38px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-video-box {*/
/*  width: 100%;*/
/*  height: 236px;*/
/*  margin-top: 3px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-video-box a {*/
/*  width: 100%;*/
/*  height: 72px;*/
/*  display: block;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-video-box a img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tab-list {*/
/*  width: 840px;*/
/*  height: 32px;*/
/*  padding: 10px 10px 10px 0;*/
/*  margin-top: 20px;*/
/*  border: 1px solid #EEEEEE;*/
/*  border-left: none;*/
/*  border-right: none;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tab-list a {*/
/*  width: auto;*/
/*  height: 32px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tab-list a img {*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  object-fit: scale-down;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c4 .pi-tab-list a .text {*/
/*  line-height: 32px;*/
/*  width: auto;*/
/*  margin-left: 10px;*/
/*  font-size: 14px;*/
/*  color: #333333;*/
/*  font-family: MicrosoftYaHei;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m1 ul {*/
/*  width: 330px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m1 li {*/
/*  margin: 0 10px 18px 0;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m1 li img {*/
/*  width: 150px;*/
/*  height: 110px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m1 li div {*/
/*  width: 140px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m2 li {*/
/*  margin-bottom: 15px;*/
/*  margin-bottom: 14px\0;*/
/*  *margin-bottom: 13px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m3 img {*/
/*  width: 260px;*/
/*  height: 120px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m3 div {*/
/*  width: 250px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 ul {*/
/*  margin-bottom: 25px;*/
/*  margin-bottom: 23px\0;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 li {*/
/*  margin-bottom: 10px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 li span {*/
/*  color: #333;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 div {*/
/*  text-align: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 div a {*/
/*  display: inline-block;*/
/*  border: 1px solid #f60;*/
/*  padding: 5px 20px;*/
/*  color: #f60;*/
/*  border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .m4 div a:hover {*/
/*  background: #f60;*/
/*  color: #fff;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod {*/
/*  width: 291px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod .m1 {*/
/*  width: 100%;*/
/*  height: 251px;*/
/*  display: flex;*/
/*  flex-flow: wrap;*/
/*  align-content: space-between;*/
/*  justify-content: space-between;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod .m1 a {*/
/*  display: block;*/
/*  width: 140px;*/
/*  height: auto;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod .m1 a .prod-img {*/
/*  width: 140px;*/
/*  height: 95px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod .m1 a .text {*/
/*  line-height: 16px;*/
/*  font-size: 14px;*/
/*  color: #000000;*/
/*  text-align: center;*/
/*  font-family: SourceHanSansSC-Light;*/
/*  margin-top: 4px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-prod .m1 a:hover .text {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-video {*/
/*  width: 435px;*/
/*  margin-right: 16px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-video .m2 {*/
/*  width: 100%;*/
/*  height: 248px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  align-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-video .m2 a {*/
/*  display: block;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .hot-video .m2 a img {*/
/*  width: 100%;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .free-benefits {*/
/*  width: 88px;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .free-benefits .m3 {*/
/*  width: 100%;*/
/*  height: 246px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .free-benefits .m3 a {*/
/*  width: 86px;*/
/*  height: 30px;*/
/*  text-align: center;*/
/*  padding: 20px 0;*/
/*  display: block;*/
/*  line-height: 18px;*/
/*  font-size: 14px;*/
/*  color: #666666;*/
/*  font-family: SourceHanSansSC-Medium;*/
/*  border: 1px solid #dddddd;*/
/*  border-radius: 4px;*/
/*  background: #ffffff;*/
/*}*/
/*.www-home .r3 .zizhan .hc-c5 .free-benefits .m3 a:hover {*/
/*  background: #ff5b04;*/
/*  color: #ffffff;*/
/*  border: 1px solid #ff5b04;*/
/*}*/
/*.www-home .r3 .download {*/
/*  height: 308px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .download .m1 .hc-h ul {*/
/*  width: 390px;*/
/*}*/
/*.www-home .r3 .download .m1 .hc-h li {*/
/*  width: 122px;*/
/*}*/
/*.www-home .r3 .download .m1 .hc-c li {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  margin-bottom:  16px;*/
/*						*margin-bottom:  11px;*/
/*}*/
/*.www-home .r3 .download .m1 .hc-c li p {*/
/*  padding: 5px 0 0 15px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .download .m1 .hc-c li p .icon-file {*/
/*  margin-left: 20px;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-h {*/
/*  border-right: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-h ul {*/
/*  width: 470px;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-h li {*/
/*  width: 114px;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-c li {*/
/*  position: relative;*/
/*  margin-bottom: 16px;*/
/*						margin-bottom: 15px\0;*/
/*						*margin-bottom: 14px;*/
/*  padding-right: 80px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-c div {*/
/*  position: absolute;*/
/*  top: 2px;*/
/*  right: 0px;*/
/*  width: 65px;*/
/*  height: 20px;*/
/*  background: #fff;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-c span {*/
/*  position: relative;*/
/*  top: -1px;*/
/*  display: inline-block;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: #e5e5e5;*/
/*  font-size: 12px;*/
/*  text-align: center;*/
/*  line-height: 15px;*/
/*}*/
/*.www-home .r3 .download .m2 .hc-c span.bg {*/
/*  background: #f60;*/
/*  color: #fff;*/
/*}*/
/*.www-home .r3 .download .m3 .hc-c ul {*/
/*  width: 285px;*/
/*}*/
/*.www-home .r3 .download .m3 .hc-c a {*/
/*  width: 136px;*/
/*  height: 35px;*/
/*  line-height: 35px;*/
/*}*/
/*.www-home .r3 .download .m3 .logo ul {*/
/*  width: 290px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .download .m3 .logo li {*/
/*  float: left;*/
/*  margin: 0 5px 5px 0;*/
/*  border: 1px solid #ddd;*/
/*  font-size: 0px;*/
/*}*/
/*.www-home .r3 .download .m3 .logo li:hover {*/
/*  border: 1px solid #f60;*/
/*}*/
/*.www-home .r3 .download .m3 .logo img {*/
/*  width: 133px;*/
/*  height: 73px;*/
/*}*/
/*.www-home .r3 .meeting {*/
/*  height: 420px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .meeting .m1 ul{*/
/*  width: 900px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .meeting .m1 li{*/
/*  float: left;*/
/*  margin:0 10px 10px 0;*/
/*}*/
/*.www-home .r3 .meeting .m1 li img{*/
/*  width: 205px;*/
/*  height: 175px;*/
/*}*/
/*.www-home .r3 .meeting .m2 img {*/
/*  width: 275px;*/
/*  height: 170px;*/
/*}*/
/*.www-home .r3 .huodong {*/
/*  height: 560px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .huodong .m1 ul {*/
/*  width: 880px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .huodong .m1 h4 {*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .huodong .m1 li {*/
/*  float: left;*/
/*  width: 415px;*/
/*  min-height: 110px;*/
/*  margin: 0 20px 15px 0;*/
/*}*/
/*.www-home .r3 .huodong .m1 img {*/
/*  float: left;*/
/*  width: 180px;*/
/*  height: 110px;*/
/*  margin-right: 10px;*/
/*}*/
/*.www-home .r3 .huodong .m1 p {*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .huodong .m2 {*/
/*  padding: 15px 15px 1px;*/
/*  border: 1px solid #ddd;*/
/*  border-top: none;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .huodong .m2 li {*/
/*  margin-bottom: 13px;*/
/*}*/
/*.www-home .r3 .huodong .m2 i.circle {*/
/*  top: -5px;*/
/*}*/
/*.www-home .r3 .huodong .m2 a {*/
/*  display: inline-block;*/
/*  width: 165px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .huodong .m2 span {*/
/*  position: relative;*/
/*  top: -2px;*/
/*					*top: 0px;*/
/*  display: inline-block;*/
/*  width: 58px;*/
/*  text-align: right;*/
/*  color: #f60;*/
/*}*/
/*.www-home .r3 .huodong .m2 .icon-money {*/
/*  position: relative;*/
/*  top: 1px;*/
/*					*top: -2px;*/
/*  margin-left: 5px;*/
/*}*/
/*.www-home .r3 .bbs {*/
/*  height: 405px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .bbs .m1 ul {*/
/*  width: 390px;*/
/*}*/
/*.www-home .r3 .bbs .m1 a {*/
/*  width: 122px;*/
/*  height: 33px;*/
/*  line-height: 33px;*/
/*}*/
/*.www-home .r3 .bbs .m2 {*/
/*  padding: 20px 15px 10px;*/
/*  border: 1px solid #ddd;*/
/*  border-top: none;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .bbs .m2 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .bbs .m2 li {*/
/*  float: left;*/
/*  margin-bottom: 10px;*/
/*  color: #ddd;*/
/*  white-space: nowrap;*/
/*}*/
/*.www-home .r3 .bbs .m2 a {*/
/*  padding: 0 10px;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-h {*/
/*  border-right: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-h ul {*/
/*  width: 465px;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-h li {*/
/*  width: 114px;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-c li {*/
/*  position: relative;*/
/*  margin-bottom: 12px;*/
/*  margin-bottom: 11px\0;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-c i {*/
/*  top: -6px;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-c a {*/
/*  display: inline-block;*/
/*  width: 350px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .bbs .m3 .hc-c span {*/
/*  position: absolute;*/
/*  top: 2px;*/
/*  right: 0px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .bbs .m4 img {*/
/*  width: 275px;*/
/*  height: 265px;*/
/*}*/
/*.www-home .r3 .zhaopin {*/
/*  height: 299px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zhaopin .m1 li {*/
/*  margin-bottom: 25px;*/
/*  margin-bottom: 24px\0;*/
/*  *margin-bottom: 22px;;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .zhaopin .m1 p {*/
/*  padding: 10px 0 0 15px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zhaopin .m1 p span {*/
/*  color: #666;*/
/*}*/
/*.www-home .r3 .zhaopin .m1 p b {*/
/*  padding: 0 5px;*/
/*  font-weight: normal;*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li {*/
/*  position: relative;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a .sp1 {*/
/*  color: #333;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a .sp2 {*/
/*  padding: 0 5px;*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a .sp3 {*/
/*  position: relative;*/
/*  top:  4px;*/
/*  *top:  0px;*/
/*  display: inline-block;*/
/*  width: 275px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  color: #666;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a:hover .sp1 {*/
/*  color: #f60;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a:hover .sp2 {*/
/*  color: #ddd;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li a:hover .sp3 {*/
/*  color: #666;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li dl {*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  right: 0px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zhaopin .m2 li dd {*/
/*  float: left;*/
/*  margin-left: 5px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .zhaopin .m3 {*/
/*  height: 225px;*/
/*  padding: 16px 15px;*/
/*  border: 1px solid #ddd;*/
/*  border-top: none;*/
/*  font-size: 14px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .zhaopin .m3 img {*/
/*  width: 100%;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r3 .zhaopin .m3 p {*/
/*  text-align: center;*/
/*}*/
/*.www-home .r3 .zhaopin .m3 li {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .business {*/
/*  height: 263px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .business .m1 li {*/
/*  min-height: 62px;*/
/*  margin-bottom: 9px;*/
/*}*/
/*.www-home .r3 .business .m1 li img {*/
/*  float: left;*/
/*  width: 125px;*/
/*  height: 60px;*/
/*  margin-right: 10px;*/
/*  border: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .business .m1 li h4 {*/
/*  margin-bottom: 10px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .r3 .business .m1 li p {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-h ul {*/
/*  width: 470px;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-h li {*/
/*  width: 152px;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c li {*/
/*  margin-bottom:  14px;*/
/*  *margin-bottom:  12px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c1 li span {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 i.circle {*/
/*  top: -6px;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 li {*/
/*  position: relative;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 li a {*/
/*  display: inline-block;*/
/*  width: 175px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 li div {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 200px;*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 li div .sp1 {*/
/*  display: inline-block;*/
/*  width: 178px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .r3 .business .m2 .hc-c2 li div .sp2 {*/
/*  position: relative;*/
/*  top: -2px;*/
/*}*/
/*.www-home .r3 .business .m3 .hc-c ul {*/
/*  width: 285px;*/
/*}*/
/*.www-home .r3 .business .m3 .hc-c a {*/
/*  width: 136px;*/
/*  height: 36px;*/
/*  line-height: 36px;*/
/*}*/
/*.www-home .r3 .money {*/
/*  height: 193px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .r3 .money .m1 ul {*/
/*  width: 900px;*/
/*}*/
/*.www-home .r3 .money .m1 li {*/
/*  margin-right: 15px;*/
/*  border: 1px solid #ddd;*/
/*}*/
/*.www-home .r3 .money .m1 img {*/
/*  width: 199px;*/
/*  height: 190px;*/
/*}*/
/*.www-home .r3 .money .m1 .dv {*/
/*  width: 190px;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*}*/
/*.www-home .r3 .money .m2 .hc-h2 {*/
/*  position: relative;*/
/*}*/
/*.www-home .r3 .money .m2 .hc-h2 .num {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 105px;*/
/*  color: #f60;*/
/*}*/
/*.www-home .r3 .money .m2 .hc-h2 .num .icon-money {*/
/*  position: relative;*/
/*  top: 2px;*/
/*  *top:  -2px;*/
/*  left: 5px;*/
/*}*/
/*.www-home .r3 .money .m2 .hc-c ul {*/
/*  width: 290px;*/
/*}*/
/*.www-home .r3 .money .m2 .hc-c a {*/
/*  width: 136px;*/
/*  height: 50px;*/
/*  line-height: 50px;*/
/*}*/
/*.www-home .stair {*/
/*  position: fixed;*/
/*  top: 200px;*/
/*  left: 55px;*/
/*  text-align: center;*/
/*}*/
/*.www-home .stair li {*/
/*  position: relative;*/
/*  padding: 10px 5px;*/
/*  border-bottom: 1px solid #fff;*/
/*  font-size: 14px;*/
/*  background: #b1aaaa;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*}*/
/*.www-home .stair li:hover {*/
/*  background: #ff4800;*/
/*}*/
/*.www-home .stair li.on {*/
/*  background: #ff4800;*/
/*}*/
/*.www-home .stair .white {*/
/*  position: relative;*/
/*  top: -1px;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background: #fff;*/
/*}*/
/*.www-home .icon-office {*/
/*  display: inline-block;*/
/*  width: 22px;*/
/*  height: 26px;*/
/*  background: url('/view/www/statics/css/image/icon-office.png') no-repeat;*/
/*}*/
/*.www-home .icon-pdf {*/
/*  background-position: -52px 0;*/
/*}*/
/*.www-home .icon-word {*/
/*  background-position: -52px -27px;*/
/*}*/
/*.www-home .icon-excel {*/
/*  background-position: -52px -53px;*/
/*}*/
/*.www-home .icon-ppt {*/
/*  background-position: -52px -80px;*/
/*}*/
/*.www-home .icon-zip {*/
/*  background-position: -52px -106px;*/
/*}*/
/*.www-home .icon-company {*/
/*  display: inline-block;*/
/*  width: 22px;*/
/*  height: 22px;*/
/*  background: url('/view/www/statics/css/image/icon-company.png?t=1') no-repeat;*/
/*}*/
/*.www-home .icon-ti {*/
/*  background-position: 0 0;*/
/*}*/
/*.www-home .icon-meixin {*/
/*  background-position: 0 -39px;*/
/*}*/
/*.www-home .icon-pi {*/
/*  background-position: 0 -78px;*/
/*}*/
/*.www-home .icon-enzhipu {*/
/*  background-position: 0 -117px;*/
/*}*/
/*.www-home .icon-chrome {*/
/*  background-position: 0 -156px;*/
/*}*/
/*.www-home .icon-houyi {*/
/*  background-position: 0 -195px;*/
/*}*/
/*.www-home .icon-iccafe {*/
/*  background-position: 0 -234px;*/
/*}*/
/*.www-home .icon-tek {*/
/*  background-position: 0 -273px;*/
/*}*/
/*.www-home .icon-shide {*/
/*  background-position: 0 -312px;*/
/*}*/
/*.www-home .icon-xinpai {*/
/*  background-position: 0 -351px;*/
/*}*/
/*.www-home .icon {*/
/*  display: inline-block;*/
/*  background: url('/view/www/statics/css/image/icon-www.png') no-repeat;*/
/*}*/
/*.www-home .icon-read {*/
/*  position: relative;*/
/*  top: 0px;*/
/*		*top:  -3px;*/
/*  width: 14px;*/
/*  height: 8px;*/
/*  margin-right: 5px;*/
/*  background-position: 0 -188px;*/
/*}*/
/*.www-home .icon-person {*/
/*  width: 10px;*/
/*  height: 12px;*/
/*  margin-right: 5px;*/
/*  background-position: 0 -199px;*/
/*}*/
/*.www-home .icon-file {*/
/*  width: 13px;*/
/*  height: 12px;*/
/*  margin-right: 5px;*/
/*  background-position: 0 -216px;*/
/*}*/
/*.www-home .icon-money {*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  background-position: 0 -168px;*/
/*}*/
/*.www-home .icon-huifu {*/
/*  width: 14px;*/
/*  height: 9px;*/
/*  margin-right: 5px;*/
/*  background-position: 0 -231px;*/
/*}*/
/*.www-home .btn-www {*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  height: 55px;*/
/*  border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  line-height: 55px;*/
/*}*/
/*.www-home .btn-www:hover {*/
/*  color: #fff;*/
/*}*/
/*.www-home .btn-blue {*/
/*  background: #1996e6;*/
/*}*/
/*.www-home .btn-blue:hover {*/
/*  background: #0077c3;*/
/*}*/
/*.www-home .btn-orange {*/
/*  background: #f60;*/
/*}*/
/*.www-home .btn-orange:hover {*/
/*  background: #ff4800;*/
/*}*/
/*.www-home i.circle {*/
/*  position: relative;*/
/*  top: -3px;*/
/*  display: inline-block;*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  margin-right: 5px;*/
/*  border-radius: 50%;*/
/*  background: #ddd;*/
/*  top: -3px;*/
/*		*top:  -7px;*/
/*}*/
/*.www-home .hc-h {*/
/*  border-left: 1px solid #ddd;*/
/*  overflow: hidden;*/
/*  font-size: 16px;*/
/*}*/
/*.www-home .hc-h ul li {*/
/*  float: left;*/
/*  height: 38px;*/
/*  border: 1px solid #ddd;*/
/*  border-left: none;*/
/*  color: #333;*/
/*  text-align: center;*/
/*  line-height: 38px;*/
/*  cursor: pointer;*/
/*}*/
/*.www-home .hc-h ul li.on {*/
/*  border-top: 2px solid #f60;*/
/*  border-bottom: none;*/
/*}*/
/*.www-home .hc-h ul li a {*/
/*  color: #333;*/
/*}*/
/*.www-home .hc-h ul li a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .hc-h1 {*/
/*  position: relative;*/
/*  padding-left: 50px;*/
/*  height: 25px;*/
/*  line-height: 25px;*/
/*  font-size: 16px;*/
/*}*/
/*.www-home .hc-h1 div {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  width: 29px;*/
/*  height: 17px;*/
/*  padding: 7px 0 0 5px;*/
/*  background: url('/view/www/statics/css/image/icon-www.png') no-repeat 0 0;*/
/*  font-size: 12px;*/
/*  color: #fff;*/
/*  line-height: normal;*/
/*}*/
/*.www-home .hc-h1 span {*/
/*  position: absolute;*/
/*  top: 1px;*/
/*  right: 0px;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .hc-h2 {*/
/*  position: relative;*/
/*  height: 37px;*/
/*  padding-left: 15px;*/
/*  border: 1px solid #ddd;*/
/*  border-top: 2px solid #f60;*/
/*  overflow: hidden;*/
/*  font-size: 16px;*/
/*  color: #333;*/
/*  line-height: 37px;*/
/*}*/
/*.www-home .hc-h2 ul {*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  right: 5px;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .hc-h2 li {*/
/*  float: left;*/
/*  margin-right: 8px;*/
/*  font-size: 12px;*/
/*  line-height: normal;*/
/*}*/
/*.www-home .hc-h2 li a {*/
/*  color: #999;*/
/*}*/
/*.www-home .hc-h2 li a:hover {*/
/*  color: #f60;*/
/*}*/
/*.www-home .hc-h3 {*/
/*  min-height: 10px;*/
/*  margin-bottom: 15px;*/
/*  padding-left: 20px;*/
/*  background: url('/view/www/statics/css/image/icon-www.png') no-repeat 0 -71px;*/
/*  font-size: 14px;*/
/*  color: #333;*/
/*  font-weight: bold;*/
/*  font-family: MicrosoftYaHeiSemibold;*/
/*}*/
/*.www-home .hc-c-ul {*/
/*  border-left: 1px solid #ddd;*/
/*  overflow: hidden;*/
/*  font-size: 14px;*/
/*}*/
/*.www-home .hc-c-ul ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .hc-c-ul li {*/
/*  float: left;*/
/*  border-right: 1px solid #ddd;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/
/*.www-home .hc-c-ul li a {*/
/*  display: inline-block;*/
/*				*display: block;*/
/*  text-align: center;*/
/*}*/
/*.www-home .hc-c-ul li a:hover {*/
/*  background: #f60;*/
/*  color: #fff;*/
/*}*/
/*.www-home .hc-c-img ul {*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .hc-c-img li {*/
/*  position: relative;*/
/*  float: left;*/
/*  overflow: hidden;*/
/*}*/
/*.www-home .hc-c-img li div {*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  left: 0px;*/
/*  z-index: 2;*/
/*  background: url('/view/www/statics/css/image/bg-opt.png') repeat;*/
/*  height: 25px;*/
/*  padding: 0 5px;*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  line-height: 24px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.www-home .hc-c-img img {*/
/*  transition: all 0.3s ease-in 0s;*/
/*  -o-transition: all 0.3s ease-in 0s;*/
/*  -ms-transition: all 0.3s ease-in 0s;*/
/*  -moz-transition: all 0.3s ease-in 0s;*/
/*  -webkit-transition: all 0.3s ease-in 0s;*/
/*}*/
/*.www-home .hc-c-img li:hover img {*/
/*  transform: scale(1.05, 1.05);*/
/*  -ms-transform: scale(1.05, 1.05);*/
/*  -moz-transform: scale(1.05, 1.05);*/
/*  -webkit-transform: scale(1.05, 1.05);*/
/*  -o-transform: scale(1.05, 1.05);*/
/*}*/

/*!* 推荐新闻*!*/
/*.www-home .recommend-news-box {*/
/*  width:395px;*/
/*}*/
/*.www-home .recommend-news-box li {*/
/*  overflow: hidden;*/
/*  margin-bottom: 12px;*/
/*}*/
/*.www-home .recommend-news-box li:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.www-home .recommend-news-box li i {*/
/*  float: left;*/
/*  margin-right: 10px;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  background: #DDDDDD;*/
/*  border-radius: 2px;*/
/*}*/
/*.www-home .recommend-news-box li a {*/
/*  display:-webkit-box;*/
/*  float: left;*/
/*  margin-bottom: 12px;*/
/*  text-overflow: ellipsis;*/
/*  -ms-text-overflow: ellipsis;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-line-clamp: 1;*/
/*  overflow:hidden;*/
/*}*/
/*.www-home .recommend-news-box li a:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.www-home .recommend-news-box .top3 a {*/
/*  float: left;*/
/*  height: 21px;*/
/*  font-size: 16px;*/
/*  color: #333333;*/
/*  line-height: 21px;*/
/*  font-weight: 700;*/
/*}*/
/*.www-home .recommend-news-box .top3 i {*/
/*  margin-top: 8px;*/
/*}*/
/*.www-home .recommend-news-box .normal a {*/
/*  float: left;*/
/*  height: 19px;*/
/*  font-size: 14px;*/
/*  color: #333333;*/
/*  line-height: 19px;*/
/*}*/
/*.www-home .recommend-news-box .normal i {*/
/*  margin-top: 7px;*/
/*}*/
/*.www-home .recommend-news-box li a:hover {*/
/*  color: #ff7700;*/
/*}*/
/*!* 推荐新闻 end*!*/

/*.dyapp{*/
/*  position: fixed;*/
/*  bottom: 20px;*/
/*  right: 100px;*/
/*  width: 240px;*/
/*  height: 164px;*/
/*  padding-top: 18px;*/
/*  background: url('/view/www/statics/css/image/app.png?v=3.0') no-repeat center center;*/
/*}*/
/*.dyapp .close{*/
/*  position: absolute;*/
/*  top: 8px;*/
/*  right: 0px;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*	z-index: 1*/
/*}*/
/*.dyapp .a{*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  height: 164px;*/
/*	margin-top: 10px;*/
/*}*/
/*#p-link {*/
/*  margin-top: 20px;*/
/*  padding: 20px 0;*/
/*  border-top: 1px solid #dcdcdc;*/
/*  background-color: #f5f5f5;*/
/*}*/
/*#p-link-body {*/
/*  margin: auto;*/
/*  width: 980px;*/
/*}*/
/*#p-link .hc-h {*/
/*  height: 30px;*/
/*}*/
/*#p-link .hc-h h2 {*/
/*  font-weight: bold;*/
/*  font-size: 14px;*/
/*}*/
/*#p-link .hc-h span {*/
/*  float: right;*/
/*}*/
/*#p-link .hc-c {*/
/*  width: 980px;*/
/*  overflow: hidden;*/
/*}*/
/*#p-link .hc-c li {*/
/*  float: left;*/
/*  width: 140px;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*}*/
/*#fb-ad {*/
/*  position: fixed;*/
/*  _position: absolute;*/
/*  z-index: 999;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*}*/
/*#fb-ad-body {*/
/*  position: relative;*/
/*}*/
/*#fb-ad em.close {*/
/*  display: block;*/
/*  position: absolute;*/
/*  z-index: 99;*/
/*  right: 10px;*/
/*  top: 10px;*/
/*  padding: 5px 10px;*/
/*  background-color: #000;*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*}*/
