* {
    margin: 0px;
    padding: 0px;
    outline: none;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
table,
th,
td,
span,
a,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0px;
    padding: 0px;
    outline: none;
}

ul,
li,
dl,
dd,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

input,
select {
    vertical-align: middle;
    border: 0;
    outline: none;
}

textarea,
input {
    resize: none;
    outline: none;
    font-family: "Microsoft YaHei";
}

address,
cite,
code,
em {
    font-weight: normal;
    font-style: normal;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";

}

.clearfix {
    zoom: 1;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 12px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.red {
    color: #ca0000;
}

.blue {
    color: #33cccc;
}

/* 主体 */
.navbar-default {
    background-color: #33cccc;
    border: 0;
    margin: 0;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
}

.navbar-default .navbar-collapse {
    background-color: #33cccc;
    border-color: #33cccc;
}

.navbar-default .navbar-toggle {
    width: 40px;
    height: 40px;
    background: url(../images/gb.png) center center no-repeat;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    display: none;
}

.navbar-default .navbar-toggle.collapsed {
    background-image: none;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    display: block;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar {
    height: 65px;
}

.navbar-nav>li {
    padding: 0 8px;
}

.navbar-nav>li>a {
    padding: 0;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-brand {
    height: 50px;
    line-height: 46px;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 0;

	color: #fff;
	font-size: 16px;
}
.navbar-brand a {
	color: #fff;
	text-decoration:none;
}

.banner-container {
    margin-top: 65px;
    min-height: 311px;
    background: url(../images/banner.jpg?t=1) top center no-repeat;
	background-color: #34b3b5;
    /* background-size: 100%;*/
}

.banner-container img {
    display: none;
    width: 100%;

}

.panel-bg01 {
    background: url(../images/panel-bg.jpg) center center no-repeat;
    background-size: cover;
}

.infPanel_header {
    padding: 25px 0 4px;
    line-height: 1;
    text-align: center;
}

.infPanel_body {
    padding-bottom: 40px;
}

.infPanel_body .logo img {
	margin: 10px;
}

.infPanel_header .tit-text {
    text-align: center;
    font-size: 36px;
    color: #33cccc;
    font-weight: bold;
    line-height: 40px;
}

.tit-En {
    display: inline-block;
    min-width: 145px;
    height: 28px;
    line-height: 28px;
    background-color: #adadad;
    font-size: 22px;
    color: #fff;
    margin: 8px auto 0;
    text-align: center;
    border-radius: 3px;
    white-space: nowrap;
    padding: 0 10px;
}

/* 介绍 */
.intro-detail p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.intro-detail p b {
    color: #333;
}

/* 组织构架 */
.org-group {
    width: 650px;
    margin: 0 auto;
}

.line-row {
    line-height: 32px;
}

.lin-row_pt {
    padding-top: 8px;
}

.line-group {
    margin-right: 30px;
}

.line-group .line-label {
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #33cccc;
    border-radius: 3px;
    margin-right: 20px;
}

.line-group .width01 {
    width: 110px;
}

.line-group .width02 {
    width: 90px;
}

.line-group .line-group_cont,
.txt-lev01 {
    font-size: 16px;
    color: #666;
}

.txt-lev02 {
    font-size: 14px;
    color: #999;
}

/* 会议日程 */
table {
    border-collapse: collapse;
    word-break: break-word;
}

.table-normal {
    border: 1px solid #868686;
}

.table-normal th,
.table-normal td {
    border-left: 1px solid #868686;
    border-bottom: 1px solid #868686;
    line-height: 24px;
    padding: 12px 6px;
    text-align: center;
    font-size: 16px;
}
.table-normal td span {
	color: #999;
}

.table-normal th {
    background-color: #00cccc;
    color: #fff;
    border-color: #00cccc;
}

.table-normal .row-bg td {
    background-color: #efefef;
}

table td.nobord {
    border-left: 0;
}

table td.tdtxt {
    font-size: 14px;
    color: #666;
}

.m-text {
    line-height: 32px;
    padding: 25px 0 25px 0;
}

.m-text02 {
    padding: 0;
}

.m-text h2 {
    font-size: 20px;
    color: #33cccc;
    font-weight: bold;
    line-height: 32px;
}

.m-text p {
    font-size: 16px;
    color: #666;
}

.m-text01 {
    padding: 20px 0;
}

.m-text01 p {
    font-weight: bold;
}

.m-text02 {
    line-height: 24px;
    padding: 15px 0;
}

.m-text02 p {
    color: #333;
    font-size: 14px;
}

.m-text02 p.blue {
    font-weight: bold;
}

.m-text p.blue {
    color: #33cccc;
}

.m-text p.font14 {
    font-size: 14px;
}

.panel-bg04 {
    background: url(../images/panel-bg03.jpg) left bottom no-repeat;
}

/* 专家介绍 */
.tabs-panel {
    border: 1px solid #33cccc;
}

.panel-tranbg {
    background: #f9f9f9 url(../images/parbg01.jpg) left top no-repeat;
    background-size: 100%;
}

.tabs-content {
    padding: 20px 0;
}

.tabs-head {
    height: 47px;
    padding-top: 5px;
    background-color: #33cccc;
}

.ul-tabs li {
    float: left;
    text-align: center;
    height: 43px;
    line-height: 43px;
    width: 31%;
    font-size: 16px;
    color: #f9f9f9;
    cursor: pointer;
    margin: 0 1%;
}

.ul-tabs li.on {
    background-color: #fff;
    font-size: 20px;
    color: #33cccc;
    font-weight: bold;
}


.overbox {
    padding: 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

.img-list li {
    float: left;
    width: 224px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.img-list .imgbox {
    position: relative;
}

.img-list .imgbox img {
    width: 100%;
    display: block;
}

.img-list .imgbox p {
    height: 40px;
    line-height: 40px;
    background-color: #9fa3a2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.img-list .detail-mask {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    animation: fade-in;
    animation-duration: .4s;
    -webkit-animation: fade-in .4s;
    padding: 10px;
    top: 0;
    left: 0;
    overflow: auto;
}

.img-list li:hover .detail-mask {
    display: block;
}

.img-list .detail-mask h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

.img-list .detail-mask p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.img-list .detail-mask .p2 {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

/* .img-list .detail-mask .p2{text-indent: 2em;} */
/* 报名方式 */

.tabs-panel_n1 {
    border: 0;
}

.tabs-panel_n1 .tabs-content {
    border: 1px solid #33cccc;
}

.tabs-panel_n1 .tabs-head {
    padding: 0;
    height: auto;
    overflow: hidden;
}

.ul-tabs_n1 li {
    width: 50%;
    height: 56px;
    line-height: 56px;
    background-color: #d5d5d5;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.ul-tabs_n1 li.on {
    background-color: #33cccc;
    color: #fff;
    font-weight: bold;
}

.sign-up {
    padding: 0 10px;
}

.h-tit_n1 {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 22px;
}

.h-tit_n2 {
    font-size: 20px;
    font-weight: bold;
    color: #33cccc;
}

.h-tit_n1.blue {
    color: #33cccc;
}

.s_width01 {
    width: 52.8%;
}

.s_width02 {
    width: 47%;
    padding-left: 46px;
}

.table01 {
    border: 1px solid #d5d5d5;
}

.table01 th,
.table01 td {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid /*#d5d5d5*/#ddd;
}

.table01 th {
    background-color: #d5d5d5;
}

.table01 th.thbg {
    background-color: #00cccc;
    color: #fff;
}

.table01 td.tdbg {
    background-color: #ecf1f3;
    color: #00cccc;
}

.table_border td {
    border: 1px solid #d5d5d5;
}

table td.td-space {
    padding-left: 70px;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.explain {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.exp01 {
    color: #333;
}

.padbox {
    padding: 10px 0 20px;
}

.padbox p {
    font-size: 14px;
    color: #33cccc;
    line-height: 27px;
    font-weight: bold;
}

.padbox p a {
    font-size: 14px;
    color: #666;
}

.remark {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    /*padding: 20px 0;*/
}

/* 致辞 */
.person-img {
    width: 34.16%;
    margin-right: 7.25%;
    float: left;
}

.person-img img {
    display: block;
    width: 100%;
}

.person-img p {
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
}

.word-text {
    width: 58%;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.word-text .text-right {
    margin-top: 30px;
}

.text-right {
    text-align: right;
}

.panel-bg05 {
    background: url(../images/panel-bg04.jpg) center bottom no-repeat;
}

/* 其他会议事项 */
.panel-bg03 {
    background: url(../images/panel-bg02.jpg) left top no-repeat;
    background-size: cover;
}

.panel-bg03 .infPanel_header {
    padding-bottom: 0;
}

.list-card {
    padding-top: 8px;
    padding-bottom: 8px;
}

.list-card .list-card_wrap {
    display: block;
    background-color: #fff;
}

.list-card_img img {
    display: block;
}

.list-card_main {
    min-height: 166px;
    padding: 45px 30px 30px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

/* 现场直击 */
.live-show {
    height: 500px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.live-show::-webkit-scrollbar,
.overbox::-webkit-scrollbar {
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 20px;
}

.live-show::-webkit-scrollbar-thumb,
.overbox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(254, 233, 2, 0.2);
    background: #33cccc;
}

.live-show::-webkit-scrollbar-track,
.overbox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #e4e5e5;
}

.live-img_list {
    margin-top: 15px;
    overflow: hidden;
}

.live-img_list li {
    float: left;
    width: 305px;
    height: 205px;
    padding-left: 10px;
    margin-bottom: 25px;
}

.live-img_list li img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 新闻报道 */
.panel-bg02 {
    background: url(../images/panel-bg01.jpg) left top no-repeat;
    background-size: cover;
}

.min-hit {
    min-height: 170px;
}

.list-item {
    padding-top: 14px;
    padding-bottom: 14px;
}

.list-item .list-item_wrap {
    display: block;
    padding: 10px 40px;
    background-color: #fff;
}

.list-item_tit {
    font-size: 16px;
    color: #33cccc;
    line-height: 22px;
    padding: 20px 0;
}

.list-item_main {
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
}

.newsReport .infPanel_header {
    padding: 55px 0 60px
}

/* 支持单位 */
.supportUnit {
    padding: 10px 0 0;
}
.supportUnit .infPanel_body{text-align: center;}
.compbox {
   display: inline-block;
    margin: 8px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #00cccc;
    padding: 0 15px;
}

.compbox a {
    font-size: 16px;
    color: #00cccc;
}

/* 联系方式 */
.contact-container {
    padding: 40px 0 20px;
    background-color: #666;
    border-bottom: 1px solid #6f6d6d;
}

.h-title {
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
	font-weight: bold;
}

.contact-details {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.ewm-box {
    width: 100px;
}

.ewm-box .ewm-img img {
    width: 100%;
}

.ewm-box:first-child {
    margin-right: 45px;
}

.ewm-box p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 14px;
    color: #fff;
    text-align: center;
}

.comp-details a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

/* footer */
.footer {
    padding: 28px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    background-color: #666;
}
.footer a {
	color: #999;
}

.table03 {
    border: 1px solid #c9c9c9;
}

.table03 th,
.table03 td {
    line-height: 22px;
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #c9c9c9;
    text-align: center;
}

.table03 th {
    background-color: #33cccc;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.tdbg {
    background-color: #ededed;
}

.table04 th {
    font-size: 16px;
}

.table04 td {
    background-color: #fafafa;
    font-size: 14px;
    color: #666;
    padding: 8px;
}

.table04 td.bold {
    font-size: 14px;
    font-weight: bold;
}

table td.font14 {
    font-size: 14px;
}

.rowbox {
    padding: 40px 0 10px;
}

.row-col01 {
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    width: 36.25%;
    min-height: 192px;
    float: left;
    border-right: 1px solid #bfbfbf;
}

.row-col01 span {
    font-size: 16px;
    color: #33cccc;
}

.row-col02 {
    line-height: 25px;
    width: 31%;
    padding: 0 20px 0 30px;
}

.row-col02:last-child {
    border-right: 0;
    padding-right: 0;
}

.floatbox {
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 20;
}

.floatbox a {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/goTop.png) center center no-repeat;
    background-size: cover
}

/* 2019-9新增 */
.hezdwtitle {
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #33cccc;
    border-radius: 3px;
    width: 110px;margin: 0 auto 10px;
}

/* 自适应 */
@media (max-width: 767px) {
    .navbar {
        height: 50px;
    }

    .org-group {
        width: 100%;
    }

    .navbar-brand {
        max-width: 80%;
        line-height: 46px;
        padding-top: 0;
    }

    .navbar-brand img {
        /*width: 100%;*/
        display: inline-block;
    }

    .navbar-collapse {
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .nav>li {
        float: left;
        width: 33%;
    }

    .navbar-nav>li>a {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .banner-container {
        margin-top: 50px;
        height: auto;
        background: none;
        min-height: auto;

    }

    .banner-container img {
        width: 100%;
        display: block;
    }

    .row {
        padding: 0 15px;
    }

    .line-row {
        padding: 0 15px;
    }

    .line-group {
        float: none !important;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .person-img {
        float: none;
        margin: 0 auto;
    }

    .word-text {
        float: none;
        width: 100%;
    }

    .tabs-head {
        height: auto;
        padding: 5px 0;
    }

    .ul-tabs li {
        float: none;
        width: 98%;
        background-color: #33cccc;
    }

    .ul-tabs li.on {
        font-size: 16px;
    }

    .ul-tabs_n1 li {
        float: left;
        width: 50%;
        background-color: #d5d5d5;
        height: 43px;
        line-height: 43px;
        font-size: 16px;
    }

    .s_width01,
    .s_width02 {
        float: none !important;
        width: 100%;
    }

    .s_width02 {
        padding: 0;
    }

    table td.td-space {
        padding-left: 5px;
    }

    .row-col01 {
        float: none;
        width: 100%;
        border: 0;

    }

    .row-col02 {
        padding: 0;
    }

    .ewm-code {
        padding-top: 10px;
    }

    .infPanel_header .tit-text {
        font-size: 24px;
    }

    .news-list .row {
        padding: 0;
    }

    .tabs-content {
        padding: 0;
    }

    .tit-En {
        font-size: 14px;
    }

    .m-text h2 {
        font-size: 16px;
    }

    .m-text02 {
        padding: 0;
    }

    .table-normal th,
    .table-normal td {
        padding: 8px 5px;
        font-size: 14px;
    }

    table td.td-space {
        font-size: 14px;
    }

    .table03 th {
        font-size: 14px;
    }
    .compbox{display: block;margin: 8px auto;padding:10px 5px;height: auto;line-height: 24px;}
    .compbox a{font-size: 14px;}
    .floatbox a{width: 40px;height: 40px;}
}

@media (min-width: 768px) {
    .navbar .navbar-collapse.collapse {
        float: right;
    }

    .contact-way {
        float: left;
        width: 59.41%;
    }

    .relate-link {
        float: left;
        width: 19.58%;

    }

    .ewm-code {
        float: left;
    }

    .list-item_mr10 {
        margin: 0 8px;
    }

    .list-card_mg {
        margin: 0 9px;
    }

}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40% {
        opacity: .6;
    }

    60% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40% {
        opacity: .6;
    }

    60% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40% {
        opacity: .6;
    }

    60% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40% {
        opacity: .6;
    }

    60% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.waiting {
    padding: 20px;
    font-size: 20px;
    color: #666;
    text-align: center;
}
#explist li {
	padding-top:10px; 
}
#explist li a{
	height: 50px;
	line-height: 50px;
	text-align: left;
	min-width: 95px;
}
#explist img{
	border-radius: 100%;
}

#expertlist li {
	padding-top:20px; 
}
#expertlist li a {
	
}
#expertlist li a:hover {
    text-decoration: none;
}

.expert-item-container {
	width:100%;
	max-width: 550px;
	margin: auto;
}
.expert-item-icon {
	width: 76px;
    height: 76px;
    border-radius: 50%;
    border: none!important;
	display: block;
    float: left;
    background: #eee;
    position: relative;
}
.expert-item-inner {
	padding-left: 85px;
}
.expert-item-header {
	font-size: 0;
    overflow: hidden;}
.expert-label {
	display: block;
    float: left;
}
.expert-name{
	font-size: 16px;
	display: inline-block;
    vertical-align: middle;
    color: #1c1d21;
    line-height: 24px;
    font-weight: 700;
}
}
.expert-address{}
.expert-item--info{
	max-height: 72px;
    font-size: 10px;
    color: #717373;
    line-height: 18px;
	margin-top: 5px;
    overflow: hidden;
}
.expert-price{
	font-size: 12px;
    color: #de625f;
}
.dot {
	display: inline-block;
    margin: 0 8px 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bcbdc2;
}
.methods {
	font-size: 12px;
    font-weight: 700;
    color: #40434c;
}
.linkbox {
	margin-top: 5px;
}
.linkbt {
	background-color: #33cccc;
    border-radius: 2px;
    display: inline-block;
    color: #FFF !important;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
}
