@charset "utf-8";
body {
    margin: 0;
}
.cls {
    clear: both !important;
}

.clr_b {
    color: #000 !important;
}

.clr_c {
    color: #ccc;
}

.clr_6 {
    color: #666;
}

.clr_3 {
    color: #333;
}

.clr_9 {
    color: #999;
}

.clr_8 {
    color: #888;
}

.clr_f {
    color: #fff;
}

.clr_r {
    color: #db4848;
}

.clr_5 {
    color: #555;
}

.clr_a {
    color: #aaa;
}

.clr_ora {
    color: #d98f5c;
}

.clr_g {
    color: #009240;
}

.clr_y {
    color: #fffc00 !important;
}

.clr_b2 {
    color: #499ecd;
}
.tiket .clr_b2 {
    color: #499ecd;
    margin-left: 10px;
}
.clr_b3 {
    color: #73cedf;
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_30 {
    font-size: 30px;
}

.f_28 {
    font-size: 28px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_40 {
    font-size: 40px;
}

.f_wei {
    font-weight: bold;
}

.f_norm {
    font-weight: normal;
}

.f_yahei {
    font-family: Microsoft YaHei;
}

.al_lt {
    text-align: left;
}

.al_rt {
    text-align: right;
}

.al_ct {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ver_mid {
    vertical-align: middle;
}

.ver_top {
    vertical-align: top;
}

.opa8 {
    opacity: 0.8;
}

.opa8h:hover {
    opacity: 0.8;
}

.f_arial {
    font-family: arial;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.lh_20 {
    line-height: 20px
}

.lh_30 {
    line-height: 30px
}

.lh_40 {
    line-height: 40px
}

.pos_rela {
    position: relative;
}

/* CSS Document */
* {
    padding: 0px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-style: normal;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
p,
span,
b,
u,
s,
i {
    list-style: none;
    margin: 0 auto;
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #FC0000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt-100 {
    margin: -100px;
}

.wrap {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.header {
    background: #f8f8f8;
}

.header .wrap {
    height: 60px;
}

.header img {
    height: 60px;
}

.banner {
    width: 100%;
    overflow:hidden;
}
.banner img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}

.h5banner {
    display: none;
}

.pcbanner {
    display: block;
}

.nav {
    background: #f7f7f7;
    border-bottom: solid 1px #ebebeb;
}

.nav-icon{
    display: none;
}

.nav ul {
    min-height: 60px;
}


.nav .nav-li{
 
  z-index: 999999;
}
.nav  li{
    /* position: relative; */
    float: left;
}

.nav li a {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    padding:0 20px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav .second-level {
  display: none;
  position: absolute;
  background: #fff;
  /* top: 60px; */
  /* left: 0; */
  /* width: 88px; */
  z-index: 999999;
  
}
.nav .second-level li{
  float: none !important;
}
.nav .second-level li a:hover {
  background: #3291F8;
  color: #fff;
}
.nav{
  /* position: absolute; */
  width: 100%;
  /* margin: 0 20%; */
}
.important {

    border-bottom: solid 1px #dbdbdb;
}

.important .wrap {
    overflow: hidden;
}

.ipt-a {
    overflow: hidden;
    padding: 20px 0;
}

.ipt-a h6 {
    position: relative;
    float: left;
    background: #58ab31;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 15px;
}

.ipt-a h6:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -5px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #58ab31;
}

.ipt-a dl {
    float: left;
    height: 30px;
    margin-right: 15px;
}

.ipt-a dt {
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #58ab31;
}

.ipt-a dd {
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #1565ad;
}

.ipt-b {
    width: 300px;
    padding: 15px 0;
    text-align: center;
}

.ipt-b a {
    width: 125px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
}

.ipt-b a:nth-child(1) {
    background: #ff0000;
}

.ipt-b a:nth-child(2) {
    background: #7f7f7f;
}

.ipt-b a:hover {
    background: #1565AD;
}

.main {
    overflow: hidden;
}

.ml {
    width: 920px;
}

.ml .ml-a,
.ml .ml-b {
    margin: 20px;
    padding: 10px 20px;
    border: 1px solid #eee;
}

.ml .ml-a img {
    max-width: 100%;
}

.ml .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ml .title h2 {
    font-size: 24px;
    color: #888;
    letter-spacing: 2px;
    font-weight: normal;
    text-indent: 10px;
    border-left: 10px solid #499ecd;
}

.ml .title a {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #499ecd;
    font-size: 14px;
}

.ml .title a:hover {
    color: #FC0000;
}

.ml-a1 {
    overflow: hidden;
}

.ml-a1-a {
    width: 210px;
}

.ml-a1-a img {
    width: 100%;
    height: 150px;
}

.ml-a1-b {
    width: calc(100% - 230px);
}

.ml-a1-b1 {
    /*border-bottom: dashed 1px #c9c9c9;*/
    padding-bottom: 20px;
}

.ml-a1-b1 a {
    display: block;
    font-size: 18px;
    color: #101010;
    margin-bottom: 10px;
}

.ml-a1-b1 p {
    font-size: 14px;
    color: #565656;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.ml-a1-b2 {
    padding-top: 10px;
}

.ml-a1-b2 li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.ml-b-cont {
    height: 291px;
    overflow: hidden;
}

.ml-b1-a {
    position: relative;
}

.ml-b1-a li {
    display: none;
    overflow: hidden;
}

.ml-b1-a li a {
    display: block;
    float: left;
    width: 408px;
    font-size: 18px;
    color: #6e6e6e;
    line-height: 43px;
    height: 43px;
    text-indent: 10px;
    margin: 10px auto;
    margin-right: 10px;
    background: #fbfbfb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ml-b1-a li a:hover {
    color: #fc0000;
}

.ml-b1-b {
    text-align: center;
    padding-top: 20px;
}

.ml-b1-b li {
    cursor: pointer;
    display: inline-block;
    width: 45px;
    /*height: 8px;*/
    background: #d6d6d6;
    margin: 0 8px;
    /*font-size: 1px;*/
    border-radius: 2px;
}

.ml-b1-b .on {
    background: #3291F8;
    color: #fff;
}

.ml-c1 table {
    width: 100%;
    border-left: solid 1px #f1f1f1;
    border-top: solid 1px #f1f1f1;
}

.ml-c1 table td {
    line-height: 50px;
}

.ml-c1 table tr td {
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
}

.ml-c1 table tr td:last-child {
    font-size: 14px;
    width: 550px;
    text-align: left;
    text-indent: 15px;
}

.ml-d1 {
    overflow: hidden;
}

.ml-d1-a img {
    width: 295px;
    height: 235px;
}

.ml-d1-b {
    width: 600px;
}

.ml-d1-b1 {
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
}

.ml-d1-b2 {
    text-align: right;
    padding: 20px 0;
}

.ml-d1-b2 a {
    display: inline-block;
    width: 190px;
    line-height: 50px;
    background: #f49601;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.ml-d1-b2 a:hover {
    background: #ff1717;
}

/*footer*/
.footer-box {
    overflow: hidden;
    background: #414141;
    min-width: 1250px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    min-height: 274px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 14px;
}

.footer h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.footer .link-box {
    width: 580px;
    float: left
}

.footer .link-box .links {
    padding-right: 110px;
    overflow: hidden;
}

.footer .links a {
    float: left;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    line-height: 14px;
    padding-right: 33px;
}

.footer .links a:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 2px;
}

.footer .links a:last-child:after {
    display: none;
}

.footer .link-box p {
    margin-top: 10px;
    margin-bottom: 14px;
    line-height: 24px;
}

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

.footer .link-box a img {
    vertical-align: text-bottom;
}

.footer .contact-us {
    float: left;
    margin-right: 20px;
    width: 450px;
    margin-top:20px;
}


.footer .contact-us span {
    display: block;
    margin-bottom: 12px;
    line-height: 20px;
    word-break: break-all;
}

.footer .code-box {
    margin-top: 10px;
    float: right;
}

.footer .code-box .item {
    float: left;
    width: 120px;
    height: 154px;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    color: #00192B;
    background: #fff;
}

.footer .code-box .item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.mr {
    width: 300px;
    padding-top: 20px;
}

.mr-a li {
    background: #3291F8;
    margin-bottom: 30px;
    border-radius: 4px;
}

.mr-a li:nth-child(1) {
    background: #27B148;
}

.mr-a li:nth-child(3) {
    background: #FF6200;
}

.mr-a li a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
}

.mr-a .review {
    background: #77ba5d;
}

.mr-b {
    margin-bottom: 30px;
}

.mr-b1 {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #888;
    padding-bottom: 10px;
}

.mr-b2 {
    padding: 10px 0 0;
}

.mr-b2 div {
    font-size: 16px;
    line-height: 30px;
}

.mr-b2 div a {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}

.mr-b3 div {
    font-size: 16px;
    line-height: 30px;
}

.mr-b3 div a {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

/*年会*/
.ml-b-title {
    margin-bottom: 20px;
}

.ml-b-title ul {
    overflow: hidden;
}

.ml-b-title li {
    float: left;
    padding: 0 15px;
    font-size: 24px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.ml-b-title .active {
    border-left: 10px solid #499ecd;
    color: #888;
    padding-bottom: 0;
}

.ml-e1 {
    overflow: hidden;
}

.ml-e1 ul {
    width: 940px;
}

.ml-e1 li {
    float: left;
    width: 213px;
    border: solid 1px #e9e9e9;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 0;
}

.ml-e1 li:hover {
    border: solid 1px #3594C9;
}

.ml-e1-a {
    text-align: center;
}

.ml-e1-a img {
    display: inline-block;
    width: 150px;
    height: 200px;
}

.ml-e1-b {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

.ml-e1-b small {
    font-size: 14px;
    padding-left: 10px;
}

.ml-e1 dl {
    padding: 0 10px;
}

.ml-e1 dt {
    font-size: 14px;
}

.ml-e1 dd {
    color: #a3a3a3;
    font-size: 14px;
}

.content {
    min-height: 320px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 14px;
}

.content .meetingBgs {
    width: 100% !important;
}

.contentdiv {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.contentdiv:last-child {
    border-bottom: 0;
}

.content p {
    line-height: 2em;
    font-size: 16px;
    margin: 15px 0;
}

.content p img {
    text-indent: 0;
}

.content p a {
    border-bottom: 1px solid #999;
}

.content {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #666;
    overflow: hidden;
}

/*注册参会页面*/

.jd {
    background: url(../images/dotline.png) repeat-x 0 bottom;
    padding: 20px 0;
    font-size: 18px;
}

.ipt0 {
    padding: 3px 5px;
    width: 150px;
    border: 1px solid #d8d8d8;
}

.ipt1 {
    padding: 3px 5px;
    width: 200px;
    border: 1px solid #d8d8d8;
}

.ipt420 {
    padding: 3px 5px;
    width: 420px;
    border: 1px solid #d8d8d8;
}

.sele1 {
    border: 1px solid #d8d8d8;
    padding: 3px 5px;
}

.hy_tbl td {
    padding: 8px;
}

.lines {
    border-bottom: 1px solid #e4e4e4;
}

.submit_btn {
    display: inline-block;
    background: url(../images/submit.png) no-repeat;
    width: 180px;
    height: 39px;
    line-height: 39px;
    border: 0;
    cursor: pointer;
}

.submit_btn_sm {
    background: #42a4ff;
    width: 120px;
    height: 28px;
    border: 0;
    cursor: pointer;
}

.back_btn {
    height: 39px;
}

span.correct {
    vertical-align: middle;
    font-size: 12px;
    color: #51ac0e;
    background: url(../images/correct.png) left center no-repeat;
    padding: 2px 0px 2px 22px;
}

span.error {
    vertical-align: middle;
    font-size: 12px;
    color: #FF2323;
    background: url(../images/error.png) left center no-repeat;
    padding: 2px 0px 2px 22px;
}

/*投稿页面*/

.ls_tbl th {
    font-weight: normal;
    background: #8eccdb;
    padding: 10px;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.ls_tbl td {
    padding: 10px;
    border: 1px solid #d8d8d8;
    line-height: 20px;
}

.sub_ul li {
    margin-top: 20px;
}

.load_more {
    background: #ededed;
    padding: 30px 0;
    display: block;
    margin-top: 1px;
}

.ipt2 {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    width: 500px;
}

.text2 {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    width: 520px;
    height: 100px;
}

.iptcode {
    border: 1px solid #dbdbdb;
    padding: 10px 8px;
    width: 40px;
    text-align: center;
}

.iptmobile {
    border: 1px solid #dbdbdb;
    padding: 10px 8px;
    width: 241px;
}

input.readonly {
    background: #eee;
    color: #666;
}

.ls_tbl2 th {
    font-weight: normal;
    background: #96d290;
    padding: 10px;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.ls_tbl2 td {
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    line-height: 25px;
}

.clr_92 {
    color: #929292;
}

.sub_btn_dotline {
    background: url(../images/dotline.png) repeat-x;
    margin-top: 50px;
    padding-top: 50px;
}

.view_title {
    color: #ff955b;
}

.view_desc {
    color: #d4d3d3;
    border: 1px solid #eee;
    padding: 15px 0;
}

.lh30 {
    line-height: 30px;
}

input.btnsubmit {

    background: url(../images/btnsubmit.png) no-repeat;
    width: 166px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin: 20px 0;
    cursor: pointer;
}

a.smbtn-look {
    width: 22px;
    height: 18px;
    display: inline-block;
    background: url(../images/smbtn_look.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
}

a.smbtn-edit {
    width: 22px;
    height: 18px;
    display: inline-block;
    background: url(../images/smbtn_edit.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
}

a.smbtn-del {
    width: 22px;
    height: 18px;
    display: inline-block;
    background: url(../images/smbtn_del.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
}

a.btn-add-author {
    width: 166px;
    height: 46px;
    display: inline-block;
    background: url(../images/btn_add_author.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
}

a.btn-submit {
    width: 227px;
    height: 68px;
    display: inline-block;
    background: url(../images/btn_submit.png) no-repeat center center;
}

a.btn-back {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/btn_back.png) no-repeat center center;
}

a.btn-alipay {
    width: 205px;
    height: 38px;
    display: inline-block;
    background: url(../images/btn-alipay.gif) no-repeat center center;
}

a.btn-wxpay {
    width: 205px;
    height: 38px;
    display: inline-block;
    background: url(../images/btn-wxpay.gif) no-repeat center center;
}

.authordl {
    width: 500px;
}

.authordl dt {
    float: left;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    width: 150px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
}

.authordl dd {
    height: 38px;
    line-height: 38px;
    padding-top: 20px;
}

.authordl dd .iptdd {
    border: 1px solid #dbdbdb;
    padding: 10px 8px;
    width: 320px;
}

.select2-container {
    margin: 0px 0 0 0 !important;
}

.select2-container .select2-choice {
    padding: 0 10px 0 10px !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 0px !important;
}

.fileinput-preview {
    display: table-cell;
    float: left;
    width: 250px;
    height: 14px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    z-index: 2;
}

.fileinput-btn {
    width: 140px;
    height: 40px;
    float: left;
    position: relative;
    margin: 7px 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn_upload.png) no-repeat;
    background-size: 100% 100%;
}

.fileinput-btn input {
    width: 140px;
    height: 40px;
}

/*年会home*/

.feetable-box {
    width: 100%;
    overflow-x: auto;
}

.feetable {
    width: 100%;
    border-collapse: collapse;
    border-right: solid #1467c7 1px;
    vertical-align: middle;
    text-align: center;
}

.feetable p {
    line-height: 18px;
    padding: 10px;
}

.feetable th {
    border-right: solid #fff 1px;
    border-bottom: solid #fff 1px;
    color: #fff;
    font-family: Candara;
}

.feetable th.odd,
.feetable td.odd {
    background: #084285;
}

.feetable td.odd,
.feetable td.even {
    color: #fff;
    border-top: solid #fff 1px;
}

.feetable th.even,
.feetable td.even {
    background: #003476;
}

.feetable td {
    color: #003476;
    border-left: solid #1467c7 1px;
    border-bottom: solid #1b5fad 1px;
}

/*年会home*/
.zx_h2 {
    font-size: 24px;
    color: #888;
    letter-spacing: 2px;
    font-weight: normal;
    text-indent: 10px;
    border-left: 10px solid #499ecd;
    margin-bottom: 10px;
}

.mores1 {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.zx_img {
    width: 202px;
    height: 144px;
}

.zx_ul li {
    margin-top: 20px;
}

.desc-w {
    width: calc(100% - 220px);
}

.zx_ul li a:hover {
    color: #3E9CDB;
}

.zx_desc {

    font-size: 14px;
}

.zx_desc p {
    line-height: 24px;
    margin-top: 10px;
}

.roomtable {
    width: 100%;
    border-collapse: collapse;
    border-right: solid #1467c7 1px;
    vertical-align: middle;
    text-align: center;
}

.roomtable p {
    line-height: 18px;
    padding: 10px;
}

.roomtable th {
    border-right: solid #fff 1px;
    border-bottom: solid #fff 1px;
    color: #fff;
    font-family: Candara;
}

.roomtable th.odd {
    background: #084285;
}

.roomtable th.even {
    background: #003476;
}

.roomtable td {
    color: #003476;
    border-left: solid #1467c7 1px;
    border-bottom: solid #1b5fad 1px;
}

/*division.php*/
.bar2 {
    border: 1px solid #e7e7e7;
    height: 45px;
    line-height: 45px;
}

.nianhui .bar3 {
    overflow: hidden;
}

.nianhui .bar3 a:first-child {
    display: block;
    padding: 0 141px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f8f8f8;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e7e7e7;
}

.btna1 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/btn_green.png) no-repeat;
    height: 40px;
    line-height: 40px;
    width: 111px;
    text-align: center;
    text-indent: 0;
}

.btna2 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/btn_gray.png) no-repeat;
    height: 40px;
    line-height: 40px;
    width: 111px;
    text-align: center;
    text-indent: 0;
}

.guanzhu:link,
.guanzhu:visited {
    color: #999;
    background: url(../images/star_gray.png) no-repeat 0 8px;
    padding-left: 25px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.guanzhu:hover,
.guanzhua:link,
.guanzhua:visited {
    color: #ff6000;
    background: url(../images/star_light.png) no-repeat 0 8px;
    padding-left: 25px;
    position: absolute;
    top: 15px;
    right: 20px;
}

/*网上展厅*/
.con_cha {
    width: 850px;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.con_cha .swiper-slide {
    width: 183px !important;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #a8d6f5;
}

.con_cha_li {
    width: 183px;
    height: 189px;
    overflow: hidden;
    margin: auto;
}

.con_cha_li img {
    display: block;
    width: 183px;
    height: 122px;
}

.con_cha_li p {
    text-align: center;
    font-size: 14px;
    color: #2e2e2e;
    margin-top: 2px;
    margin-bottom: 7px;
}

.con_cha_li a {
    display: block;
    width: 67px;
    height: 22px;
    margin: auto;
    border: 1px solid #dbecf9;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #005c9d;
    border-radius: 50px;
    position: absolute;
    bottom: 5px;
    left: 60px;
    background: #f6f6f6;
}

.con_cha_li a:hover {
    background: #368bc6;
    border: 1px solid #368bc6;
    color: #fff;
}

.con_cha .swiper-container {
    margin-left: 38px;
    margin-right: 38px;
}

.con_cha .swiper-container .swiper-wrapper {
    height: auto;
}

.con_cha .swiper-button-prev {
    outline: none;
    width: 23px !important;
    height: 23px !important;
    margin-top: -11px !important;
    background: url(/images/index/icon1.png);
}

.con_cha .swiper-button-next {
    outline: none;
    width: 23px !important;
    height: 23px !important;
    margin-top: -11px !important;
    background: url(/images/index/icon2.png);
}

.con_cha .swiper-button-prev:hover {
    opacity: .8;
}

.con_cha .swiper-button-next:hover {
    opacity: .8;
}

.sig-box,
.important-date,
.mr-c,
.mr-b {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
}

.sig-box a {
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #3291F8;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 10px;
}

.sig-box a:nth-child(1) {
    background: #27B148;
}

.important-date h6,
.mr-c h6 {
    font-size: 24px;
    color: #888;
    padding-bottom: 10px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.mr-c li {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.important-date dt {
    font-size: 17px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.meeting-type {
    color: #db4848;
}

.ml ol li{
    list-style: decimal;
}
.ml ul li{
    list-style: disc;
}
.article .title {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #888;
}

.article .title h2 {
    color: #000;
    border: 0;
    margin: 0 0 10px;
}

.article .title p {
    font-size: 14px;
}

.article .content {
    color: #000;
    word-break: break-all;
    padding-top: 0;
    margin-top: 0;
}

.select2-results,
.select2-search {
    font-size: 16px;
}

.ind_cha_l_b p {
    font-size: 16px;
    line-height: 32px;
}

.table-footer {
    text-align: center;
}

.table-footer .pagination {
    overflow: hidden;
}

.table-footer .pagination li {
    display: inline-block;
    margin: 0 5px;
}

.table-footer .pagination li a {
    color: #000;
}

/*会议介绍页轮播样式*/
.csp_define_swiper .swiper-slide {
    width: auto !important;
    border: none;
}

.csp_define_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.csp_define_swiper .slide-item {
    width: 100%;
    background-color: #fff;
    min-width:300px;
    height: auto;
    line-height: 100px;
    /*max-width: 500px;*/
    text-align: center;

}
.csp_define_swiper .no-csp_define_swiper{
    display: flex;
    justify-content: center;
}
#_cpsScrollSwiper2 .swiper-wrapper .slide-item {
    min-width:380px;
}

.csp_define_swiper .slide-item img {
    max-height: 80px;
    vertical-align: middle;
    padding: 0 10px;
}

.csp_define_swiper .slide-item.big-item {
    min-width: 100px;
}

.csp_define_swiper .slide-item.big-item img {
    width: 100px;
    height: 100px;
    max-height: 100px;
    padding: 0 20px;
}

.csp_define_swiper .swiper-button-next,
.csp_define_swiper .swiper-button-prev {
    top: 120px;
}

.csp_define_swiper1 .swiper-slide {
    margin-right: 40px;
}

.csp_define_swiper h3 {
    margin: 10px 0 20px;
    text-align: center;
}

.upload-btn {
    background: url(../images/submit.png) no-repeat;
    color: #fff;
    line-height: 30px;
    border: none;
}

.file-list .file-item {
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.file-list .file-item .name {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-list .file-item .btns a {
    margin-left: 10px;
    float: left;
}

.file-list .file-item .btns a {
    margin-left: 10px;
    float: left;
}

.nopass-content {
    padding: 160px;
    text-align: center;
}

.nopass-content img {
    width: 50px;
    height: 50px;
}

.nopass-content .text {
    margin-bottom: 50px;
}


/*会议介绍页轮播样式*/

.contentdiv{
    word-break: break-all;
}

.copyright {
    height: 47px;
    font-size: 12px;
    color: #8fa5ba;
    background: #002a53;
    line-height: 47px;
    text-align: center;
}
.copyright a {
    color: #8fa5ba;
}
.copyright img {
    vertical-align: middle;
}
.btn.btn-submit-large{
    width:170px;
    height: 50px;
    line-height: 50px;
    padding:0;
    font-size:18px;
    border-radius: 4px;
}
.upload-progress-container{
    width:100%;
    overflow:hidden;
}
.upload-progress-container .upload-progress-bar,.upload-progress-container .upload-progress-text{
    display:inline-block
}
.upload-progress-container .upload-progress-bar{width:calc(100% - 55px);height:10px;border-radius:5px;background-color:#ddd;position:relative;overflow:hidden}
.upload-progress-container .upload-progress-bar .uploader-progress-bar-curr{position:absolute;left:0;top:0;height:100%;transition:all .3s;background-color:#0397ED}
.upload-progress-container .upload-progress-text{margin-left:10px;font-size:14px;line-height:1}

.hide{
    display: none;
}

.video{
    display:block;
    margin:20px auto;
    max-width: 100%;
}

.company-part{
    background: #fff;
}

.company-part .con_cha{
    width:1250px;
    margin:10px auto;
    text-align: center;
    padding:0;
}


.company-part .con_cha img{
    height: 50px;
    margin: 5px 0;
}


@media (max-width: 750px) {

    .video{
        height: 198px;
    }
}

.select2-drop{
    z-index: 1110!important;
}

.select2-drop-mask{
    z-index: 1100!important;
}

.fixbody .banner{
    top: 0;
    position:fixed;
    z-index: 111;
    left: 0;
    right: 0;
}

.entry-form .input-group{
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    
}

.entry-form .input-group-btn{
    position:absolute;
    top:8px;
    left: 0;

}

.entry-form .fileinput-preview{
    margin-left: 90px;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    width: 500px;
    border-radius: 0;
    height: 16px;
    line-height: 16px;

}

.entry-form .fileinput-btn{
    width: 80px;
    margin: 0;
    height: 32px;
    display: inline-block;
    vertical-align: middle;

}

.btn.add-video{
    display: inline-block;
    vertical-align: middle;
    width: 166px;
    height: 44px;
    background: url(../images/btn_upload.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}

.spacebody .wrapper{
    background:url('../../../cn/img/meeting_bg.png') no-repeat;
    background-size: cover;
}

.spacebody .main.wrap{
    background:#fff;
}

.spacebody .wrapper{
    padding-top:20px;
}
.spacebody .nav{
    background:#022863;
    border-bottom: none;
}

.spacebody .nav li a{
    color:#fff;
}

.spacebody .footer-box{
    background:#1E232E;
}
.spacebody .copyright{
    background:#192946
}
.spacebody .nav li:hover{
    background:#296DEC;
    color:#fff;
}
.spacebody .nav .second-level{
    border:1px solid #ddd;
}
