html{
    font-size: 12px;
}
body {
    background-color: #eeeeee;
}
/* 首页 */
.company_wz{
    width: 100%;
}
.company_wz02{
    width: 1170px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 30px;
}
.company_wz03_title{
    padding: 10px;
    display: flex;
    align-items: center;
}
.company_wz03_title>img{
    width: 30px;
    height: 30px;
}
.company_wz03_title>span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
    font-weight: bold;
}
.company_wz04{
    width: 100%;
    overflow: hidden;
    padding: 10px;
}
.company_wz05{
    padding: 10px 0;
    float: left;
    width: 20%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0 2.5% 30px 2.5%;
    transition: all 0.4s;
}
.company_wz05:hover{
    transform: scale(1.05);
}
.company_wz06{
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
}
.company_wz07{
    font-size: 15px;
    text-align: center;
    margin: 8px 0;
    color: #6d6d6d;
}
.company_wz08{
    width: 100px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #fe6c00;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #fe6c00
}
.company_wz08:hover{
    background-color: #ffffff;
    color: #fe6c00;
}
.company_wz09{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 详情页*/
.company_main {
    width: 100%;
}

.company_main02 {
    width: 1170px;
    margin: 0 auto;
    background-color: #ffffff;
}

.company_crumbs02 {
    width: 100%;
    padding: 10px 0 10px 20px;
    border-bottom: 5px solid #eeeeee;
}

.company_crumbs02>a {
    font-size: 14px;
    margin-right: 2px;
    color: #6d6d6d;
}

.company_content02 {
    width: 100%;
    overflow: hidden;
}

.company_left {
    padding: 10px 10px;
    float: left;
    width: 80%;
    background: #fff;
    border-right: 5px solid #eeeeee;
}

.company_tit02 {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.company_logo02 {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.company_logo02>img {
    width: 100%;
    height: 100%;
}

.company_info02 {
    /*float: left;*/
    /*margin: 5px 0 0 10px;*/
}

.company_info02_name {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 3px 0;
    color: #333333;
    margin-left: 10px;
}

.company_info02_city_type>span {
    font-size: 15px;
    color: #6d6d6d;
}

.company_info-primary02 {
    margin-top: 5px;
}

.company_info-primary02>span {
    color: #6d6d6d;
    font-size: 15px;
}

.company_info-primary02>img {
    margin-bottom: 5px;
}

.company_info03 {
    margin-top: 10px;
    border-top: 5px solid #eeeeee;
}

.company_info03>h3 {
    position: relative;
    line-height: 30px;
    padding: 10px 0 10px 0;
    font-size: 16px;
    position: relative;
    color: #333333;
}

.company_info03_text {
    max-height: 70px;
    overflow: hidden;
    position: relative;
    color: #61687c;
    line-height: 36px;
    font-size: 14px;
}

.more-view {
    position: absolute;
    bottom: 6px;
    right: 0;
    padding-left: 22px;
    color: #fe6c00;
    line-height: 24px;
    z-index: 100;
    cursor: pointer;
}
.company_info04 {
    width: 100%;
}

.company_info04>ul {
    overflow: hidden;
}

.company_info04>ul>li {
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
}

.company_info04>ul>li>span {
    margin-left: 5px;
    font-size: 14px;
    color: #6d6d6d;
}

.company_info04_wzyw>span:nth-of-type(1) {
    font-size: 15px;
    color: #333333;
}

.company_info04_wzyw>span:nth-of-type(2) {
    color: #6d6d6d;
    line-height: 26px;
    margin-left: 5px;
}

.company_info04_wzyw {
    margin-top: 5px;
}

.info03_tab_tit {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.info03_tab_tit>span {
    display: inline-block;
    font-size: 15px;
    margin-right: 50px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
}

.info03_tab_tit>span:hover {
    color: #ffffff;
    background-color: #fe6c00;
}

.info03_tab_tit>span.pitch {
    color: #ffffff;
    background-color: #fe6c00;
}

.info03_pl_tit {
    color: #333333;
    font-size: 15px;
    padding: 10px 0;
}

.info03_pl_select {
    display: flex;
    align-items: center;
}

.info03_pl_select>label {
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #333333;
}

.info03_pl_select>label>input {
    margin-left: 5px;
}

.info03_pl_code {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.info03_pl_code>input {
    line-height: 30px;
    height: 30px;
    width: 120px;
    padding: 0 10px;
    margin-right: 10px;
    color: #6d6d6d;
    font-size: 14px;
    border: 1px solid #bfbfbf;
}

.info03_pl_code>input:focus {
    border-color: #fe6c00;
}

.info03_pl_code>span:nth-of-type(1) {
    margin-right: 5px;
    font-size: 15px;
    color: #333333;
}

.info03_pl_code>img{
    cursor: pointer;
}

.info03_pl_code>span:nth-of-type(2):hover {
    color: #fe6c00;
}

.textarea_pl_con {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    border: 1px solid #bfbfbf;
    color: #333333;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 10px;
}

.textarea_pl_con:focus {
    border-color: #fe6c00;
}

.info03_pl_btn {
    width: 150px;
    border: 1px solid #fe6c00;
    text-align: center;
    font-size: 15px;
    color: #fe6c00;
    line-height: 35px;
    cursor: pointer;
    border-radius: 2px;
}

.info03_pl_fb {
    overflow: hidden;
}

.info03_pl_btn:hover {
    background-color: #fe6c00;
    color: #ffffff;
}

.tab_pl_list {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
    display: none;
}
.tab_pl_list.show{
    display: block;
}
.tab_pl_data {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    overflow: hidden;
}

.tab_pl_data:last-child {
    border: none;
}

.tab_pl_data_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.tab_pl_data02 {
    width: calc(100% - 100px);
    overflow: hidden;
    margin-left: 20px;
    margin-top: 10px;
}

.tab_pl_data03 {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab_pl_data03>div>span:nth-of-type(2){
    margin-left: 30px;
}

.tab_pl_data04_text {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
    margin-top: 10px;
}

.company_right {
    width: 20%;
    float: left;
}

.company_right02 {
    padding: 0 10px;
    margin-bottom: 30px;
}

.company_right02>h3 {
    position: relative;
    line-height: 30px;
    padding: 5px 0 5px 0;
    font-size: 16px;
    position: relative;
    color: #333333;
    margin-bottom: 10px;
}

.company_right03 {
    padding: 5px 0;
}

.company_right03>span:nth-of-type(1) {
    font-size: 15px;
    color: #333333;
}

.company_right03>span:nth-of-type(2) {
    font-size: 14px;
    line-height: 26px;
    color: #6d6d6d;
}

.company_right04 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company_right04>span {
    color: #6d6d6d;
    font-size: 14px;
}

.company_right05>a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #226ebc;
    border-bottom: 1px solid #bfbfbf;
}

.company_right05>a:hover {
    color: #6d6d6d;
}

.company_right05>a:visited{
    /* color: green; */
}

.company_info03>h3:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 3%;
    height:1px;
    border-top: 5px solid #fe6c00;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.company_right02>h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
    height:1px;
    border-top: 5px solid #fe6c00;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.company_right02_progress{
    float: right;
    width: 135px;
}
.layui-progress-big, .layui-progress-big .layui-progress-bar{
    height: 10px !important;
    line-height: 10px !important;
}