﻿@charset "utf-8";

/*头条*/
.sti-ttxx {
    text-align: center;
    padding: 10px;
}
/*头条相关*/
.sti-ttxg {
}
    .sti-ttxg .left {
        font-size: 18px;
        font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
        padding-left: 55px;
        text-align:center;
    }
        .sti-ttxg .left .div1 {
            text-align: right;
            display: inline-block;
            padding-right: 4px;
            max-width: 340px;
        }
        .sti-ttxg .left .div2 {
            background: url(/images/ttxg_split.png) 0 3px no-repeat;
            text-align: center;
            display: inline-block;
            padding-left: 12px;
            padding-right: 4px;
            max-width: 340px;
        }
        .sti-ttxg .left .div3 {
            padding-left: 12px;
            background: url(/images/ttxg_split.png) 0 3px no-repeat;
            text-align: left;
            display: inline-block;
            max-width: 340px;
        }
    .sti-ttxg .right {
        padding-top: 8px;
    }
    .sti-ttxg .right a {
        padding: 2px 8px;
        background: #f5f5f5;
        border-radius: 3px;
        text-align: center;
        overflow: hidden;
        color: #000;
        display: block;
        margin-right: 12px;
        font-size: 14px;
    }
        .sti-ttxg .right a:hover {
            background: #f4aeae;
        }
/*通知公告*/
.sti-tongzhi {
    padding: 2px 0 10px 0;
    font-size: 16px;
}
    .sti-tongzhi .content {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        height: 30px;
        line-height: 30px;
    }
    .sti-tongzhi .left {
        background: url(/images/tongzhi_icon.png) 0 4px no-repeat;
        width: 80px;
        display: inline-block;
        padding-left: 25px;
        color: #dd2020;
        font-weight: bold;
    }

    .sti-tongzhi span {
        float: left;
        font-size: 16px;
        color: #069be5;
    }

        .sti-tongzhi span a {
            color: #069be5;
        }

    .sti-tongzhi ul li {
        width: 370px;
        font-size: 14px;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }

        .sti-tongzhi ul li a {
            float: left;
            display: inline-block;
            max-width: 240px;
            color: #333333;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .sti-tongzhi ul li .time {
            font-size: 14px;
            color: #666;
            float: left;
            display: inline-block;
            width: 108px;
            margin-left: 6px;
        }

.sti-tongzhi {
    overflow: hidden;
}

    .sti-tongzhi .right {
        width: 1110px;
        float: right;
        overflow: hidden;
        height: 30px;
    }

        .sti-tongzhi .right .tempWrap {
            width: 1110px !important;
        }

/*轮播*/
.jj_jdt {
    width: 705px;
    height: 458px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .jj_jdt .dian {
        height: 14px;
        overflow: hidden;
        position: absolute;
        right: 18px;
        bottom: 18px;
        z-index: 5;
    }

        .jj_jdt .dian ul {
            overflow: hidden;
            zoom: 1;
        }

            .jj_jdt .dian ul li {
                float: left;
                margin-right: 8px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(../images/lb_btn.png) right center no-repeat;
                cursor: pointer;
            }

                .jj_jdt .dian ul li.on {
                    background: url(../images/lb_btn.png) left center no-repeat;
                    display: block;
                }

    .jj_jdt .yq_img {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .jj_jdt .yq_img li {
            zoom: 1;
            vertical-align: middle;
        }

        .jj_jdt .yq_img img {
            height: 458px;
            width: 705px;
            transition: 0.5s
        }
            .jj_jdt .yq_img img:hover {
                transform: scale(1.1,1.1);
                transition: 0.5s
            }

    .jj_jdt .new_bj {
        position: absolute;
        zoom: 1;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 705px;
        height: 60px;
        line-height: 60px;
        background: #000;
        opacity: 0.4;
        filter: alpha(opacity=40);
        overflow: hidden;
    }

    .jj_jdt .new {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;
        width: 800px;
        text-indent: 10px;
        height: 60px;
    }

        .jj_jdt .new h3 a {
            line-height: 60px;
            color: #FFF;
            font-weight: normal;
            font-size: 18px;
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .jj_jdt .new a:hover {
            text-decoration: none !important;
        }

    .jj_jdt .prev1, .jj_jdt .next1 {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        top: 190px;
        z-index: 999;
    }

    .jj_jdt .prev1 {
        left: 0;
        background: url(../images/lb_left_arr.png) -6px 0 no-repeat;
    }

    .jj_jdt .next1 {
        right: 0;
        background: url(../images/lb_right_arr.png) 13px 0 no-repeat;
    }

    /*要闻轮播*/
.sti-ywtab {
    background-color: #f5f5f5;
    padding: 12px;
    width: 476px;
	height: 369px;
}
    .sti-ywtab .hd {
        background-color: #fbfbfb;
    }
    .sti-ywtab .hd ul li {
        display: inline-block;
        width: 115px;
        color: #000;
        font-size: 18px;
        font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
        font-weight: bold;
        text-align: center;
        height: 35px;
        line-height: 35px;
    }
        .sti-ywtab .hd ul li.on {
            background-color: #1169C0;
            color: #fff;
        }
        .sti-ywtab .hd ul li.on a {
            color: #fff;
        }
    .sti-ywtab .bd {
        margin-top: 15px;
    }
        .sti-ywtab .bd ul li {
            line-height: 35px;
        }
        .sti-ywtab .bd ul li a {
            padding-left: 12px;
            background: url(../images/ywtab_icon.png) 0 15px no-repeat;
        }
/*要闻广告*/
.sti-ywad {
    width: 500px;
    height: 65px;
    overflow: hidden;
}
/*要闻视频*/
.sti-ywsp {
    background-color: #f5f5f5;
    padding: 11px 12px;
    width: 476px;
    height: 130px;
}
    .sti-ywsp .left {
        width: 50px;
        display: inline-block;
        text-align: center;
        padding-top: 4px;
    }
    .sti-ywsp .right {
        width: 415px;
        display: inline-block;
        float: right;
    }
        .sti-ywsp .right ul li {
            line-height: 35px;
        }
        .sti-ywsp .right ul li a {
            padding-left: 12px;
            background: url(../images/ywtab_icon.png) 0 15px no-repeat;
        }
        /*3条广告*/
.sti-bar3 {
    padding-top: 12px;
}
.sti-bar3 .ad1 {
    text-align: left;
}
.sti-bar3 .ad2 {
    text-align: center;
}
.sti-bar3 .ad3 {
    text-align: right;
}
/*3大板块*/
.sti-main3 {
    padding-top: 12px;
}

.zwgk {
    padding-right: 10px;
}
.gzfw {
    padding: 0 5px;
}
.hdjl {
    padding-left: 10px;
}

        /*政府信息公开右侧链接*/
.zwgk1-right {
    float: right;
    display: inline-block;
    width: 220px;
    height: 26px;
    line-height: 26px;
    text-align: right;
}
    .zwgk1-right a {
        padding-left: 8px;
        background: url(../images/dot_red.png) 0 6px no-repeat;
        font-size: 14px;
        margin-left: 8px;
        color: #333 !important;
        font-weight: bold;
    }
        .zwgk1-right a:hover {
            color: #e93a3c !important;
        }
/*政府信息公开列表按钮*/
.zwgk2 {
    width: 100%;
    font-size: 14px;
}
    .zwgk2 ul li a i {
        width: 50px;
        height: 50px;
        display: block;
        margin: 12px auto 0;
        font-size: 35px;
        background: #f4aeae;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }
    .zwgk2 ul li a:hover i {
        background: #1169C0;
        color: #fff;
    }
    .zwgk2 ul li {
        width: 25%;
        float: left;
        height: 100px;
    }
.zwgk2 ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align:center;
}
    .zwgk2 .i1 {
        background: url(/images/ico/izwgk01.png) no-repeat;
    }
    .zwgk2 ul li a.jjjb {
        width: 80px;
        height: 80px;
        display: block;
        text-align: center;
        margin-top: 12px;
        margin-left: 8px;
        padding-top: 18px;
        box-sizing: border-box;
    }
    .zwgk2 .jjjb {
        background: #f4aeae;
        border-radius: 5px;
        color: #fff;
    }
        .zwgk2 .jjjb:hover {
            background: #1169C0;
            color: #fff;
        }
/*政务公开btns*/
.zwgk3 .hd li {
    width: 78px;
}

/*政府信息公开列表按钮*/
.zwgk4 {
    width: 100%;
    height: 300px;
    font-size: 14px;
}
    .zwgk4 i {
        width: 40px;
        height: 40px;
        display: block;
        margin: 12px auto 0;
        font-size: 22px;
        background: #f4aeae;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }
    .zwgk4 ul li a:hover i {
        background: #1169C0;
        color: #fff;
    }
    .zwgk4 ul li {
        width: 20%;
        float: left;
    }
        .zwgk4 ul li a {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
        }
/*公众服务列表按钮*/
.gzfw3 {
    width: 100%;
    /* height: 250px; */
    font-size: 14px;
    margin-top: 15px;
}
    .gzfw3 ul li {
        width: 33.33%;
        float: left;
        margin: 10px 0;
    }
        .gzfw3 ul li a {
            width: 90%;
            height: 100%;
            display: block;
            padding: 5px 2px;
            background: #f5f5f5;
            border-radius: 1px;
            text-align: center;
            font-size: 13px;
            line-height: 13px;
            font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
            color: #333;
            line-height: 30px;
            height: 30px;
        }
            .gzfw3 ul li a:hover {
                background: #f4aeae;
            }
            /*在线访谈*/
.hdjl2 .left {
    display: inline-block;
    width: 200px;
    height: 130px;
    overflow: hidden;
}
    .hdjl2 .left img {
        width: 200px;
        height: 130px;
    }
    .hdjl2 .right {
        display: inline-block;
        width: 160px;
        float: right;
    }
    .hdjl2 .right .row1 {
        background-color: #f5f5f5;
        width: 100%;
        font-size: 14px;
        padding: 7px 4px;
        box-sizing: border-box;
    }
    .hdjl2 .right .row2 {
        background-color: #f5f5f5;
        width: 100%;
    }
        .hdjl2 .right .row2 hr {
            margin: 3px 0;
        }
    .hdjl2 .right .row3 {
        background-color: #f5f5f5;
        width: 100%;
        font-size: 14px;
        padding: 7px 4px 8px 4px;
        box-sizing: border-box;
    }

.hdjl3 hr {
    background-color: #1169C0;
    height: 3px;
    margin: 2px 0 6px;
}
.hdjl4 {
    background-color: #f5f5f5;
    width: 100%;
    font-size: 14px;
    padding: 2px 4px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    color: #1169C0;
	font-weight: bold;
}
    .hdjl4 div {
        align-self: center;
    }
    /*8890*/
.hdjl5 {
    width: 372px;
    height: 81px;
    overflow: hidden;
}
/*8890*/
.hdjl6 {
    background: url(/images/index_hdjl_bg.png) no-repeat;
    width: 100%;
    height: 300px;
    font-size: 14px;
}

    .hdjl6 i {
        width: 45px;
        height: 45px;
        margin: 16px 0 0 16px;
        float: left;
        display: inline-block;
        font-size: 30px;
        /* background: #f4aeae; */
        border-radius: 5px;
        /* color: #fff; */
        text-align: center;
        line-height: 45px;
    }
    .hdjl6 ul li a:hover i {
        background: #f4aeae;
        color: #fff;
    }

    .hdjl6 ul li {
        width: 50%;
        float: left;
    }

        .hdjl6 ul li a {
            width: 100%;
            height: 76px;
            display: block;
            text-align: center;
            line-height: 80px;
            font-size: 18px;
        }

    .hdjl6 .i1 {
        background: url(/images/ico/izwgk01.png) no-repeat;
    }
    .hdjl6 ul li span {
        width: 110px;
        display: inline-block;
        text-align: left;
    }
/*电子政务专栏*/
.hdjl8 {
    width: 372px;
    height: 57px;
    overflow: hidden;
    margin-top: 4px;
}
.hdjl81 {
    display: inline-block;
}
.hdjl82 {
    display: inline-block;
    padding-left: 4px;
}

/*滚动新闻*/
.gundong li {
    width: 245px;
}
    .gundong li img {
        width: 235px;
        height: 74px;
        transition: 0.5s
    }
        .gundong li img:hover {
            transform: scale(1.07,1.07);
            transition: 0.5s
        }
.gundong .tempWrap {
    width: 1216px !important;
}

/*魅力双塔简介*/
.mlst4 {
    margin-top: 10px
}
.mlst4 .left {
    display: inline-block;
    width: 90px;
}
    .mlst4 .right {
        display: inline-block;
        float: right;
        width: 270px;
    }
.mlst4 .row1 {
    text-indent: 32px;

}
.mlst4 .row2 {
}
    .mlst4 .row2 {
        width: 100%;
        /* height: 250px; */
        font-size: 14px;
        margin-top: 6px;
    }

        .mlst4 .row2 ul li {
            width: 25%;
            float: left;
            margin: 4px 0;
        }

            .mlst4 .row2 ul li a {
                width: 90%;
                display: block;
                padding: 2px 2px;
                background: #f4aeae;
                border-radius: 6px;
                text-align: center;
                line-height: 13px;
                font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
                color: #fff;
                line-height: 30px;
                height: 30px;
            }
                .mlst4 .row2 ul li a:hover {
                    background: #1169C0;
                }

                /*精彩图库*/
.jctk1 {
    padding: 15px 0;
}
.jctk2 .tempWrap {
    width: 1140px !important;
    margin: 0 auto;
}
.jctk2 .prev1, .jctk2 .next1 {
    width: 30px;
    height: 50px;
    display: block;
    position: absolute;
    top: 95px;
    z-index: 999;
}
.jctk2 .prev1 {
    left: 18px;
    background: url(../images/lb_left_arr.png) -6px 0 no-repeat;
}
.jctk2 .next1 {
    right: 18px;
    background: url(../images/lb_right_arr.png) 0px 0 no-repeat;
}
.tkmain li {
    width: 190px;
    height: 128px;
    overflow: hidden;
    text-align: center;
}
.tkmain img {
    width: 184px;
    height: 128px;
    transition: 0.5s
}

    .tkmain img:hover {
        transform: scale(1.12,1.12);
        transition: 0.5s
    }


.guangshu {
    display: block;
    position: relative;
    margin: 0 auto;
}

    .guangshu:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 100%;
        top: 0;
        left: -150px;
        overflow: hidden;
        background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg)
    }

    .guangshu:hover:before {
        left: 1040px;
        transition: left 1s ease 0s;
    }



.online {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.onlineList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	padding: 12px;
}

.onlineItem {
    display: block;
    width: 20%;
    display: flex;
    align-items: flex-start;
	margin: 20px 0;
}

.onlineItem:nth-child(-n+5) {
    margin-bottom: 20px;
}

.onlineItem img {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
}

.onlineItem_right div:first-child {
    color: #333;
    font-size: 14px;
}

.onlineItem_right div:last-child {
    color: #7995BC;
    width: 92%;
    margin-top: 0.04rem;
    font-size: 12px;
}

.online_img {
    padding: 12px;
	margin: 20px 0;
}

.online_imgList {
    position: relative;
	padding-right: 12px;
}

.online_imgList a {
    display: flex;
    justify-content: flex-end;
}

.online_imgList img {
width: 288px;
    height: 50px;
    border-radius: 6px;
}

.online_imgList div {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 40px;
}

.online_imgList:nth-child(odd) div {
    left: 50px;
}











.section_title {
    border-bottom: 1px solid #dad9d9;
    text-align: center;
    margin: 10px 12px;
    padding-bottom: 3px;
}

.section_title span {
    font-size: 20px;
    padding: 2px 0;
    border-bottom: 2px solid #FFA312;
}



















.project-row {
    margin: 20px 12px;
    display: flex;
    border: 1px solid #c2c8d4;
	height: 370px;
}

.project-row .project-box {
    padding: 16px 16px 30px;
    background: #fff;
    border-right: 1px solid #c2c8d4;
    width: 294px;
    cursor: pointer
}

.project-row .project-box:last-child {
    border: none
}

.project-row .project-box:hover {
    transition: box-shadow .5s ease;
    position: relative;
    z-index: 999;
    box-shadow: 0 8px 16px #0003;
    box-sizing: border-box
}

.project-row .project-box img {
    width: 260px;
    height: 160px
}

.project-row .project-box .project-name {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #101d37;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 24px 0 16px
}

.project-row .project-box .project-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #717171
}
















































.trade-row {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
    padding: 12px;
}

.trade-row .trade-box {
    width: 330px;
    height: 210px;
    padding: 40px 30px 30px;
}

.trade-row .trade-box:nth-child(1) {
    background-image: url(/images/index/trade1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.trade-row .trade-box:nth-child(2) {
    background-image: url(/images/index/trade2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.trade-row .trade-box:nth-child(3) {
    background-image: url(/images/index/trade3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.trade-row .trade-box .trade-box-title {
    font-size: 28px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #fff;
    line-height: 42px
}

.trade-row .trade-box .trade-box-desc {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #fffc;
    line-height: 20px;
    margin: 16px 0 8px
}

.trade-row .trade-box .trade-box-data {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold,SourceHanSansCN;
    font-weight: 700;
    color: #fff;
    line-height: 21px
}

.trade-row .trade-box .trade-box-btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    margin-top: 38px;
    cursor: pointer
}
.trade-row .trade-box .trade-box-btn a {
    color: #fff;
}















































.patent-row {
    display: flex;
    margin: 40px 0;
    padding: 12px;
}

.patent-row .patent-type {
    width: 300px;
    background: linear-gradient(315deg,#0070de 0%,#1b47b5 100%)
}

.patent-row .patent-type .type-list {
    padding: 16px 0;
    width: 300px
}

.patent-row .patent-type .type-list .list-item .list-item-actived {
    background: rgba(255,255,255,.1);
    padding: 24px 0
}

.patent-row .patent-type .type-list .list-item .list-item-actived .item-acitved-title {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold,SourceHanSansCN;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    border-left: 4px solid #ffb300;
    padding-left: 24px
}

.patent-row .patent-type .type-list .list-item .list-item-actived .item-acitved-router {
    margin-top: 20px
}

.patent-row .patent-type .type-list .list-item .list-item-actived .item-desc {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
    margin: 16px 0 25px;
    padding-left: 24px
}

.patent-row .patent-type .type-list .list-item .list-item-actived a {
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
    padding-left: 24px;
    position: relative;
    width: 78px
}

.patent-row .patent-type .type-list .list-item .list-item-actived a:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(/img/home/right-c.svg);
    background-size: 100% 100%
}

.patent-row .patent-type .type-list .list-item .list-item-default {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    padding: 24px;
    cursor: pointer
}

.patent-row .dby-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row
}

.patent-row .dby-list .dby-list-item {
    padding: 28px 20px 26px 16px;
    position: relative;
    cursor: pointer;
    width: 350px;
    height: 170px;
    background: #F0F6FF;
    margin-bottom: 15px;
}

.patent-row .dby-list .dby-list-item .dby-name {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #101d37;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 16px
}

.patent-row .dby-list .dby-list-item .dby-num {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: 21px;
    margin-top: -10px
}

.patent-row .dby-list .dby-list-item .dby-type {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #101d37;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 20px
}

.patent-row .dby-list .dby-list-item .licensingMethodbg {
    width: 20px;
    height: 20px;
    padding: 1px 4px;
    font-size: 14px;
    margin: 0 2px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 4px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #fff;
    line-height: 80px;
    text-shadow: 0px 0px 10px rgba(0,0,0,.1)
}

.patent-row .dby-list .dby-list-item .licensingPrice {
    float: right;
    line-height: 80px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400
}

.patent-row .dby-list .dby-list-item .price-red {
    color: #c01316
}

.patent-row .dby-list .dby-list-item .price-blue {
    color: #0067ff
}

.patent-row .patent-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.patent-row .patent-list .patent-list-item {
    padding: 40px 16px 24px;
    width: 372px;
    border-right: 1px solid #c2c8d4;
    border-bottom: 1px solid #c2c8d4;
    background: linear-gradient(270deg,#F0F6FF 0%,#FFFFFF 100%);
    position: relative;
    cursor: pointer
}

.patent-row .patent-list .patent-list-item .item-type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    width: 104px;
    height: 24px;
    text-align: center
}

.patent-row .patent-list .patent-list-item .type1 {
    background-image: url(/images/index/type1.svg);
    background-size: 100% 100%
}

.patent-row .patent-list .patent-list-item .type2 {
    background-image: url(/images/index/type2.svg);
    background-size: 100% 100%
}

.patent-row .patent-list .patent-list-item .type3 {
    background-image: url(/images/index/type3.svg);
    background-size: 100% 100%
}

.patent-row .patent-list .patent-list-item .patent-name {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium,SourceHanSansCN;
    font-weight: 500;
    color: #101d37;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 16px
}

.patent-row .patent-list .patent-list-item .patent-num {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: 21px
}

.patent-row .patent-list .patent-list-item .patent-price {
    margin-top: 50px;
    position: relative
}

.patent-row .patent-list .patent-list-item .patent-price:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(/images/index/right-c.svg);
    background-size: 100% 100%
}

.patent-row .patent-list .patent-list-item .patent-price span:first-child {
    font-size: 22px;
    font-family: ArialMT;
    color: #c01316;
    line-height: 26px
}

.patent-row .patent-list .patent-list-item .patent-price span:last-child {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: 21px;
    padding-left: 4px
}



















.service-agent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 50px 10px 64px
}

.service-agent .agent-item {
    width: 220px;
    height: 80px;
	margin-bottom: 20px;
}

.service-agent .agent-item img {
    width: 220px;
    height: 80px;
    cursor: pointer
}

















.peoplelist_box{
	margin: 40px 0;
}
.peoplelist_box>a{
    width: 210px;
    margin-left: 35px;
    height: 520px;
    background: #F5F5F5;
    border-radius: 500px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    position: relative;
    overflow: hidden;
    transition: all ease-in .2s;
}
.peoplelist_box>a:first-child{
    margin-left: 0px;
}
.peoplelist_box>a h3{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 20px auto;
    text-align: center;
}
.peoplelist_box>a .person_imgbox{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.peoplelist_box>a .person_imgbox img{
    transition: all ease-in .2s;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/

    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.peoplelist_box>a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #1677FF;
    font-size: 28px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -40px;
    transition: all ease-in .2s;
}
.peoplelist_box>a:nth-of-type(2n){
    margin-top:80px
}
.peoplelist_box>a:hover .person_imgbox img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.peoplelist_box>a:hover{
    background: #1677FF;
    color: rgba(255,255,255,0.6);
}
.peoplelist_box>a:hover h3{
    color: #fff;
}
.peoplelist_box>a:hover i{
    bottom: 40px;
}

.peoplelist_box>a .person_jianjie{
    height: 194px;
    text-overflow: ellipsis;
    overflow: hidden;
}




.one_ellipsis{
    white-space:nowrap;/*å¼ºåˆ¶æ–‡æœ¬åœ¨ä¸€è¡Œå†…æ˜¾ç¤º*/
    text-overflow:ellipsis; /*æº¢å‡ºçœç•¥å·ï¼Œæ”¯æŒieã€safariï¼ˆwebkitï¼‰*/
    -o-text-overflow:ellipsis; /*æº¢å‡ºçœç•¥å·ï¼Œæ”¯æŒopera*/
    overflow:hidden;/*æº¢å‡ºéšè—*/
    /*-moz-binding:url('ellipsis.xml#ellipsis');!*æº¢å‡ºçœç•¥å·ï¼Œæ”¯æŒfirefox*!}*/
}
.two_ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}






