﻿/*header*/

html,
body {
    min-width: 1200px;
}

.header {
    background-image: url("https://meet.kechuangfu.com/cms/theme/one/theme/images/bj-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    height: 460px;
    min-width: 1200px;
}

.header-lag {
    color: #fff;
    padding-top: 20px;
    text-align: right;
}

.header-lag a {
    color: #fff;
}

.logo {
    width: 254px;
    height: 77px;
}

.logo img {
    /* width: 254px; */
    height: 77px;
}

.index-sech {
    background: url("https://meet.kechuangfu.com/cms/theme/one/images/sech-bj.png") no-repeat left center;
    background-size: 100% 100%;
    width: 300px;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}

.index-sech-input {
    width: 232px;
    margin-top: 8px;
    border: 0;
    margin-left: 6px;
}

.index-sech-sub {
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.index-sech-sub i {
    font-size: 31px;
}


/*header end*/


/*nav*/

.nav {
    line-height: 50px;
}

.nav-width ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.nav-width ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nav-width ul li a {
    display: block;
    color: #fff;
}

.content {
    min-height: calc(100vh - 290px);
}


/*nav end*/


/*one*/


/*index-slide*/

.index-slide {
    width: 641px;
    height: 350px;
}

.index-slide .device {
    width: 641px;
    height: 350px;
    position: relative;
}

.index-slide .swiper-container {
    width: 641px;
    height: 350px;
}

.index-slide .swiper-container .swiper-slide {
    position: relative;
    height: 350px;
}

.swperpos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0.5);
    height: 0px;
    line-height: 50px;
    box-sizing: border-box;
}

.index-slide .device .arrow-left {
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/arr-left.png) no-repeat left center;
    position: absolute;
    margin-top: -15px;
    width: 9px;
    height: 19px;
    z-index: 2;
    right: 45px;
    bottom: 15px;
}

.index-slide .device .arrow-right {
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/arr-right.png) no-repeat right center;
    position: absolute;
    margin-top: -15px;
    width: 9px;
    height: 19px;
    z-index: 2;
    right: 16px;
    bottom: 15px;
}


/*index-slide end*/


/*index-time*/

.index-time {
    width: 530px;
}

.index-time-h3 {
    background-image: url("../image/right-icon1.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    height: 16px;
    /*line-height: 16px;*/
    position: relative;
    height: 45px;
    line-height: 46px;
}

.index-time-h3 span {
    font-size: 14px;
    margin-left: 15px;
}

.index-time-h3 .more {
    float: right;
    color: #999;
    font-size: 14px;
}

.index-time.floatRight .index-time-h3 {
    background-color: inherit;
    border-bottom: 0;
    line-height: 16px;
    height: auto;
}

.index-about.floatLeft .index-about-div {
    margin-top: 30px;
}


/*倒计时*/

.index-time-times {
    margin-top: 20px;
}

.index-time-times div {
    float: left;
}

.index-time-bj {
    background: url("../image/time-bj.png") no-repeat left center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.index-time-left {
    width: 45px;
    height: 80px;
    line-height: 80px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}


/*倒计时 end*/

.index-list-fl {
    margin-top: 20px;
}

.index-list-fl ul {
    margin-right: -20px;
    padding: 0;
    list-style: none;
}

.index-list-fl ul li {
    float: left;
    width: 255px;
    height: 100px;
    overflow: hidden;
    margin-top: 12px;
    margin-right: 19px;
}

.index-list-bj {
    /* background: url("../images/indexbj1.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}

.index-list-bj1 {
    /* background: url("../images/indexbj1.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}

.index-list-bj2 {
    /* background: url("../images/indexbj2.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}

.index-list-bj3 {
    /* background: url("../images/indexbj3.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}

.index-list-bj4 {
    /* background: url("../images/indexbj4.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}

.index-list-bj-widt {
    margin-left: 20px;
    margin-top: 26px;
}

.index-list-bj-widt h3 {
    font-size: 18px;
    color: #fff;
}

.index-list-bj-widt span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}


/*index-time end*/


/*one end*/


/*two*/

.index-about {
    width: 860px;
}

.index-about-div {
    margin-top: 36px;
}

.index-about-div-cont {
    width: 100%;
    overflow: hidden;
    height: 305px;
}

.index-about-div-cont .index-about-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-about-div-cont {
    /*color: #333333;
    height: 260px;
    overflow: hidden;*/
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.index-about-div-cont table {
    width: 100%;
    border: 1px solid #ddd;
}

.index-about-div-cont table td,
.index-about-div-cont table th {
    border: 1px solid #ddd;
}

.index-about-more {
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.index-about-more:hover {
    color: #fff;
}

.index-about-time {
    width: 300px;
    /*border: 1px solid #b4b4b4;*/
}

.index-about-h3 {
    background-image: url("../image/right-icon1.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #b4b4b4;
    padding-left: 35px;
    /*height: 45px;*/
    line-height: 45px;
}

.index-about-time-div {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 19px;
    color: #333;
}

.index-about-time-div img {
    max-width: 100%;
}

.index-about-time-ul {
    padding: 0;
    list-style: none;
    height: 280px;
    min-height: 304px;
    max-height: 304px;
}

.index-about-time-ul li {
    margin-top: 16px;
}

.index-about-time-ul li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index-about-time-ul li span {
    display: block;
    color: #333333;
    text-indent: 1.8em;
}


/*two end*/


/*three*/

.index-dynamic-lefts {
    width: 860px;
}

.index-dynamic-a {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 30%;
    height: 16px;
    line-height: 14px;
    width: 24px;
    text-align: center;
    color: #fff;
}

.index-dynamic-a:hover {
    color: #fff;
}

.index-dynamic-list {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.index-dynamic-listh3 {
    width: 668px;
}

.index-dynamic-listit {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.index-dynamic-listtime {
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

.index-dynamic-listp {
    font-size: 16px;
    color: #666666;
    height: 76px;
    overflow: hidden;
}

.index-dynamic-ul {
    padding: 0;
    list-style: none;
    height: 198px;
    overflow: hidden;
}

.index-dynamic-ul li {
    font-size: 16px;
    position: relative;
    margin-top: 9px;
}

.index-dynamic-ul li span {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #666666;
}

.index-dynamic-right {
    width: 300px;
}

.index-dynamic-rightul {
    height: 275px;
}

.index-dynamic-rightul li {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 59px;
    margin-bottom: 9px;
}

.index-dynamic-rightul li i {
    font-size: 36px;
    vertical-align: middle;
    margin-right: 10px;
}


/*three end*/


/*广告位*/

.index-adve {
    height: 100px;
    margin-top: 30px;
}


/*广告位 end*/


/*友情链接*/

.index-user {}

.index-user ul {
    padding: 0;
    list-style: none;
    margin-right: -16px;
}

.index-user ul li {
    float: left;
    position: relative;
    width: 188px;
    height: 62px;
    margin-right: 14px;
    margin-bottom: 20px;
}

.index-userimg {
    width: 186px;
    height: 60px;
    border: 1px solid #b4b4b4;
}

.index-user-img {
    position: absolute;
    width: 100%;
    height: 62px;
    line-height: 75px;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
}

.index-user ul li:hover .index-user-img {
    display: block;
}


/*友情链接 end*/


/*footer*/

.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.footer-wx {
    text-align: center;
    height: 133px;
}

.footer-p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.footer-p a {
    color: #fff;
}


/*footer end*/


/*基本信息一*/

.basic-left {
    border: 1px solid #b4b4b4;
}

.basic-leftp {
    padding: 40px 28px;
    min-height: 455px;
}

.basic-leftp p {
    max-width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.basic-leftp img {
    max-width: 100%;
}

.basic-leftp table {
    width: 100%;
    border: 1px solid #ddd;
}

.basic-leftp table td,
.basic-leftp table th {
    border: 1px solid #ddd;
}

.basic-leftp iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
}

.basic-right {
    width: 302px;
}


/*基本信息一 end*/


/*组织结构*/

.group-leftp {
    padding: 40px 28px;
    min-height: 464px;
}

.group-leftp-left {
    min-width: 75px;
    font-size: 16px;
    font-weight: bold;
}


/*组织结构 end*/


/*征文投稿*/

.zhengwen-leftp {
    padding: 40px 28px;
    min-height: 464px;
}

.zhengwen-leftpdiv {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.zhengwen-leftdivconth3 {
    font-size: 16px;
    font-weight: bold;
}

.zhengwen-leftdivconth3 span {
    padding: 2px 7px;
    color: #fff;
    margin-right: 10px;
    font-weight: normal;
}

.zhengwen-leftdivcontp {
    font-size: 16px;
    color: #333333;
}

.zhengwen-leftdivcontp p {
    line-height: 36px;
}

.zhengwen-leftdivcontp p img {
    max-width: 90%;
}

.zhengwenleftsub {
    width: 220px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 20px auto;
}

.zhengwenleftsub a {
    color: #fff;
}


/*征文投稿 end*/


/*大会日程*/

.dahuih3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.dahui-div p img {
    max-width: 100%;
}

.dahui-div p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}


/*大会日程 end*/


/*动态列表*/

.dongtai-list-right {
    width: 610px;
}

.margin-top0 {
    margin-top: 0;
}


/*分页*/

.add-page {
    margin: 0 auto;
    width: 565px;
    margin-top: 40px;
}

.add-page ul {
    padding: 0;
    list-style: none;
}

.add-page ul li {
    display: inline-block;
}

.add-page ul li a {
    display: block;
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 7px 15px;
    margin-right: 2px;
}

.add-page ul li .add-page-first {
    padding: 7px 23px;
}

.add-page ul li .border-none {
    border: 0;
}

.add-page-number {
    width: 38px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-left: 0 !important;
    border-radius: 3px;
}

.add-page-submit {
    width: 58px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-left: 0 !important;
    border-radius: 3px;
    cursor: pointer;
    background: #ffffff;
}

.add-page ul li .active {
    background: #295cab;
    color: #fff;
    border: 1px solid #295cab;
}

.add-page ul li .active:hover {
    color: #fff;
}


/*分页 end*/


/*动态列表 end*/


/*动态列表 详情*/

.jourPages {
    padding-bottom: 20px;
    padding-top: 20px;
}

.jourPages a {
    width: 50%;
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    color: #666666;
}


/*动态列表 详情end*/


/**********分页样式*******/


/* 分页 */

.pages {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pages .pagination {
    display: inline-block;
    padding: 0;
    list-style: none;
    float: left;
}

.pages .pagination li {
    width: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 11px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.pages .pagination li a {
    color: #999;
    display: block;
}

.pages .pagination li:hover,
.pages .pagination li.active,
.pages .pagination li.prev:hover {
    border: 1px solid #2463a6;
    background: #2463a6;
}

.pages .pagination li a:hover,
.pages .pagination li.active a,
.pages .pagination li:hover span {
    color: #fff;
}

.pages .pagination li.prev,
.pages .pagination li.next {
    width: 88px;
    cursor: pointer;
}

.pages .pagination li.next a:hover {
    color: #fff;
}

.pages .form {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.pages .form .text {
    font-size: 14px;
    color: #999;
}

.pages .form .input {
    width: 38px;
    padding: 7px 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
    color: #999;
}

.pages .form .go-page {
    width: 58px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    color: #999;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    padding: 0;
}


/* 分页 end */


/*判断浏览器*/

.Iepop {
    width: 100%;
    height: 100%;
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/bg.png);
    position: fixed;
    z-index: 9999999999999999999;
    top: 0;
    left: 0;
    display: none;
}

.IeCont {
    width: 607px;
    height: 405px;
    position: relative;
    top: 30%;
    margin: 0 auto;
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/Pop.png) no-repeat;
    overflow: hidden;
}

.IeBox {
    padding: 20px;
    overflow: hidden;
    padding: 20px;
    overflow: hidden;
    margin-top: 70px;
    margin-left: 61px;
    margin-right: 33px;
}

.IeBox h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.IeBox p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.IeLink {
    margin-top: 35px;
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/iealertsprite.png);
}

.IeLink span {
    width: 73px;
    height: 98px;
    display: inline-block;
    margin-right: 16px;
}

.IeLink span:last-child {
    margin-right: 0;
}

.IeLink span a {
    display: block;
    width: 73px;
    height: 98px;
}

.guest_list {
    overflow: hidden;
    margin: 0 -23px;
    padding: 0;
    list-style: none;
}

.guest_list li {
    float: left;
    margin: 0 23px;
    width: 150px;
    padding: 15px;
    padding-bottom: 6px;
    background: #ffffff;
}

.guest_list li img {
    width: 155PX;
    height: 206px;
}

.guest_list li h5 {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

.guest_list li h6 {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.timeline_section {
    width: 100%;
    max-height: 350px;
    color: #333;
    overflow-y: auto;
}

.timeline_section img {
    max-width: 100%;
}

.timeline {
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 18px;
    bottom: 0;
    width: 1px;
    background: #e3e5ea;
}

.timeline .timeline_entry {
    width: 100%;
    overflow: hidden;
}

.timeline .timeline_entry .timeline_left {
    width: 12px;
    float: left;
    margin-top: 3px;
    position: relative;
}

.timeline .timeline_entry .timeline_left .timeline_icon {
    width: 12px;
    margin: 0 auto;
}

.timeline .timeline_entry .timeline_right {
    float: left;
    width: 255px;
    margin-left: 10px;
}

.timeline .timeline_entry .timeline_right h6 {
    font-size: 16px;
    color: #2463a6;
    font-weight: bold;
    margin-bottom: 5px;
}

.timeline .timeline_entry .timeline_right li {
    overflow: hidden;
    margin-bottom: 5px;
}

.timeline .timeline_entry .timeline_right li span {
    width: 50%;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.news_list {
    padding: 0;
    list-style: none;
    width: 100%;
    height: 192px;
    overflow: hidden;
}

.news_list li {
    padding-left: 15px;
    overflow: hidden;
    background: url(https://meet.kechuangfu.com/cms/theme/one/images/icon2.png) left center no-repeat;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.news_list li a {
    display: block;
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a:hover {
    color: #2463a6;
}

.news_list li .date {
    color: #999;
    float: right;
}

.about_section {
    width: 100%;
    height: 192px;
    max-height: 192px;
    overflow-y: auto;
}

.about_section_box {
    width: 100%;
    color: #333;
    overflow: hidden;
    margin-top: 4px;
}

.about_section_box img {
    max-width: 100%;
}

.about_section_box * {
    text-wrap: inherit !important;
}

.about_section_box h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.about_section_box ul {
    padding: 0;
    list-style: none;
}

.about_section_box ul,
.about_section_box ul li {
    width: 100%;
    overflow: hidden;
}

.about_section_box ul li lable {
    width: 50px;
    display: block;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.about_section_box ul li .item_cont {
    float: right;
    width: 250px;
    font-size: 16px;
    color: #666;
}

.about_section_box ul li .item_cont p {
    line-height: 32px;
    font-size: 16px;
}

.basic-leftp .guest_list {
    margin: 0 -14px;
    padding: 0;
    list-style: none;
}

.basic-leftp .guest_list li {
    margin: 0 14px;
    margin-bottom: 20px;
}

.basic-leftp .timeline {
    margin-bottom: 30px;
}

.basic-leftp .timeline .timeline_entry .timeline_right {
    width: 540px;
    margin-left: 25px;
}

.basic-leftp .news_list {
    margin-bottom: 30px;
    height: auto;
}


/* 新增页面样式 */

.first_list,
.two_list,
.three_list {
    padding: 0;
    list-style: none;
    margin: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.first_list li,
.two_list li,
.three_list li {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 190px;
}

.two_list li {
    height: 315px;
}

.first_list li:nth-child(4n),
.two_list li:nth-child(4n),
.three_list li:nth-child(4n) {
    margin-right: 0;
}

.first_list li img {
    width: 100%;
    height: 142px;
}

.first_list li p,
.two_list li p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li img {
    width: 100%;
    height: 260px;
}

.two_list li h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.two_list li h6 {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li p {
    display: none;
}

.three_list li {
    margin-bottom: 20px;
}

.three_list li img {
    width: 100%;
    height: 127px;
}

.three_list h5 {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list {
    margin: 0 20px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.four_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
    overflow: hidden;
}

.four_list li a {
    display: flex;
    align-self: center;
}

.four_list li img {
    width: 190px;
    height: 120px;
}

.four_list li .item_cont {
    margin-left: 17px;
    align-self: center;
    width: 615px;
}

.four_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .item_text {
    margin: 12px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.four_list li .item_time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.row_expand .index-about,
.row_expand .index-about-time {
    width: 100%;
}

.row_expand .floatLeft,
.row_expand .floatRight {
    float: none;
}

.row_expand .index-about-time-div {
    width: 1150px;
}

.row_expand .guest_list {
    margin: 0 -13px;
}

.row_expand .guest_list li {
    margin: 0 12px;
    margin-bottom: 15px;
}

.weixin-fixed {
    position: fixed;
    top: 27%;
    right: 10px;
    padding: 10px;
    width: 180px;
    border-radius: 5px;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.weixin-fixed * {
    box-sizing: border-box;
}

.weixin-fixed .close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
}

.weixin-fixed .close img {
    width: 12px;
}

.weixin-fixed ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.weixin-fixed li {
    margin-bottom: 10px;
}

.weixin-fixed li:last-child {
    margin-bottom: 0;
}

.weixin-fixed li img {
    display: block;
    width: 160px;
    height: 160px;
}

.weixin-fixed li p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}