body, html {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei" "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
    box-sizing: border-box;
}
img {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.row {
    width: 1100px;
    margin: 0 auto;
}
.column {
    padding: 50px 0;
}

/* silder */
.slider-wrapper {
	position: relative;
	z-index: 90;
	height: 300px;
	width: 100%;
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

li.slide-current {
	display: block;
}

.slider-wrapper li img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
}
.slider-controls {
	text-align: center;
	margin-top: 15px;
}

.slider-controls li {
	background: #415066;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 4px;
	cursor: pointer;
}

.slider-controls li.active {
	background: #387FFF;	
}

/* box1 */
.box1 {
    position: relative;
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 3%;
}
.box1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 12px;
    background: url(../images/zs/shadow.png) no-repeat;
    background-size: 100% 100%;
}
.box1 .box1_info {
    margin-top: 20px;
}
.box2 {
    padding: 0 3%;
}
.box2 .box2_info {
    margin-top: 40px;
}

/* title */
.title {
    text-align: center;
}
.title span {
    display: inline-block;
    color: #FF8418;
    font-size: 36px;
    text-align: center;
    background: url(../images/zs/title.png) no-repeat;
    background-size: 100%;
    padding: 3px 243px 18px;
}
.title_bg {
    background: url(../images/zs/title_bg.png) top center no-repeat;
    background-position-y: 15px;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.popup_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
.popup_box {
    position: absolute;
    top: 120px;
    width: 600px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    box-shadow: 5px 5px 10px #111;
    padding: 15px;
}
.popup_box .title2 .txt {
    font-size: 24px;
    text-align: center;
}
.popup_box p {
    text-indent: 2em;
}
.popup_box p a {
    color: #F3850F;
    text-decoration: none;
}
.popup_box .popup_btn {
    text-align: center;
    margin-top: 10px;
}
.popup_box .popup_btn span {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #F3850F;
    padding: 10px 15px;
}

/* header */
header {
    background: #f7f7f7;
}
.logo {
    float: left;
}
.headerNav {
    display: table-cell;
    width: 1%;
    line-height: 35px;
    text-align: center; 
}
.headerNav li {
    float: left;
    width: 14.28%;
}
.headerNav li:hover {
    background: #efefef;
}
.headerNav li a {
    display: block;
    color: #666;
    text-decoration: none;
}
.headerNav li:hover a {
    color: #e68700;
}
.headerNav li:nth-child(5) a{
    color: rgb(0, 18, 119);
    background-color: rgb(240, 255, 23);
    font-weight: 800;
    font-size: 18px;
    
}
.headerNav li:nth-child(5) a:hover{
    background-color: rgb(255, 0, 0);
    font-size: 20px;
}

/* content */
body {
    background: url(../images/zs/bg.png) no-repeat;
    background-size: 100% 100%;
}
.content {
    background: url(../images/zs/content_bg.png) center no-repeat;
    background-size: auto 100%;
}
.banner {
    background: url(../images/zs/banner_bg.png) center no-repeat;
    background-size: auto 100%;
}
.banner .row {
    position: relative;
    width: 1000px;
    padding-bottom: 45.7%;
}
.banner img {
    position: absolute;
}
.banner .banner2 {
    display: none;
    width: 100%;
}
.banner_mob {
    display: none;
}
.banner_mob img {
    width: 100%;
}

/* 会议介绍 */
.about_txt {
    background: url(../images/zs/meet_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
}
.about_txt p {
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: .5px;
    margin: 0;
}

/* 议题方向 */
.dir_info {
    text-align: center;
}
.dir_info .lamp {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-top: 80px;
}
.dir_info img {
    display: inline-block;
    width: 40%;
}
.dir_info .lamp p {
    position: absolute;
    color: #fff;
    font-size: 26px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.dir_info .lamp p:hover {
    color: #FFC724;
}
.dir_info .lamp p.p1 {
    left: 7%;
    bottom: 16%;
}
.dir_info .lamp p.p2 {
    left: 0%;
    bottom: 48.5%;
}
.dir_info .lamp p.p3 {
    left: 0%;
    top: 1%;
}
.dir_info .lamp p.p4 {
    left: 38%;
    top: -18%;
}
.dir_info .lamp p.p5 {
    right: 0%;
    top: 1%;
}
.dir_info .lamp p.p6 {
    right: 0%;
    bottom: 48.5%;
}
.dir_info .lamp p.p7 {
    right: 0%;
    bottom: 16%;
}
.dir_info .topic_c{ text-align: center; margin-top:15px;}
.dir_info .topic_c a{ display:inline-block; width:170px; height:178px; margin:6px 10px 6px 20px;}
.dir_info .topic_c table{border:1px solid #ffc400;margin:0 auto;color:#fff;}
.dir_info .topic_c table td{border:1px solid  #ffc400;height: 35px;line-height: 30px;}


/* 演讲嘉宾 */
.guest {
    position: relative;
}
.guest ul li {
    float: left;
    width: 18.4%;
    border: 1px solid #F3850F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1%;
    margin-top: 25px;
    margin-right: 2%;
}
.guest ul li:nth-child(5n) {
    margin-right: 0;
}
.guest_box {
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.guest_box img {
    height: 0;
    padding-bottom: 100%;
}
.guest_box p {
    margin: 0;
    padding: 12px 0;
}
.guest_box h9 {
    display: block;
    /* line-height: 40px; */
    /* border-top: 1px solid #fff; */
    margin: 0 14px;
    margin-top: 72px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgba(255, 59, 0, 0.8);
}
.guest_box .guest_box_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    /* height: 62px; */
    color: #fff;
    text-align: center;
    /* background: rgba(0, 0, 0, .8); */
    overflow: hidden;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.guest_box:hover .guest_box_txt {
    bottom: 0;
    height: 100%;
    padding-top: 30%;
}
.guest_box_txt .guest_popup {
    display: none;
}
.box2_info_mob {
    display: none;
    margin-top: 20px;
}
.box2_info_mob ul li {
    float: left;
    width: 48%;
    border: 1px solid #F3850F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1%;
    margin: 25px 1% 0;
}
.sole_box {
    width: 31%;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    margin-right: 3.5%;
}
.sole_box:last-child {
    margin-right: 0;
}
.sole_box img {
    display: inline-block;
    width: 80%;
}

/* 企业logo */
.com_info ul {
    width: 48%;
}
.com_info ul h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.com_info ul li {
    float: left;
    width: 33.33%;
}
.com_info ul li img {
    display: block;
    width: 100%;
    padding: 0 10px 20px;
}
.c_show {
    margin-top: 20px;
}
.c_media {
    margin-top: 60px;
}
.show_info {
    text-align: center;
}
.show_info .btn_fold {
    cursor: pointer;
    display: inline-block;
    width: 150px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #F3850F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 20px 0;
}
.show_info ul li {
    float: left;
    width: 16.666%;
    padding: 0 10px 20px;
}
.show_info ul li img {
    display: block;
    /* width: 100%; */
    /* height: 50px; */
    box-shadow: -5px -5px 0 #CA1825;
}

/* 参会礼品 */
.gift_info img {
    width: 100%;
}
.gift p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10%;
}
.gift p .res_red {
    color: red;
}

/* 参会报名 */
.enroll {
    background: url(../images/zs/enroll_bg.png) center bottom no-repeat;
    background-size: auto 100%;
    padding-top: 100px;
}
.tab_box {
    text-align: center;
}
.tabs {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border: 1px solid #F3850F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}
.tabs .tab {
    float: left;
    cursor: pointer;
    width: 120px;
    font-size: 18px;
}
.tabs .tab.active {
    background: #F3850F;
}
.enroll_info ul {
    border-bottom: 1px dashed #fff;
    padding: 0 10%;
    margin-top: 20px;
}
.enroll_info ul li {
    position: relative;
    float: left;
    width: 44%;
    border: 1px solid #A2A2A2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.enroll_info ul li img {
    position: absolute;
    top: 0;
    left: -4px;
}
.enroll_info ul li:nth-child(2n) {
    float: right;
}
.enroll_info ul li input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 50px;
}
.enroll_info .trade {
    color: #fff;
    font-size: 16px;
    padding: 0 10%;
    margin: 15px 0;
}
.trade.meet label {
    margin-right: 8px;
}
#Zjkeys, #Hykeys {
    display: inline-block;
}
#Zjkeys span, #Hykeys span {
    margin-right: 8px;
}
.enroll_info .trade input[type="checkbox"] {
    vertical-align: bottom;
}
.enroll_info .textarea {
    padding: 0 10%;
}
.enroll_info .textarea textarea {
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    resize: none;
    padding: 10px 15px;
}
.buttons_box {
    text-align: center;
    margin-top: 15px;
}
.buttons {
    display: inline-block;
}
.buttons .button1,
.buttons .button2 {
    cursor: pointer;
    display: inline-block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 20px;
    margin-top: 10px;
}
.buttons .button1 {
    border: 1px solid #F3850F;
}
.buttons .button2 {
    border: 1px solid #F3850F;
    background: #F3850F;
}

/* 更多精彩 */
#participation {
    /* background: #D7D9E5; */
}
.part_info li {
    float: left;
    width: 25%;
}
.part_info li img {
    width: 100%;
}
.part_info .txt {
    color: #fff;
    padding: 10px;
    height: 155px;
}
.part_info .txt h5 {
    line-height: 24px;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.part_info .txt p {
    line-height: 19px;
    font-size: 12px;
    margin: 0;
}
.part_info .txt1 {
    background: #FF8400;
}
.part_info .txt2 {
    background: #EC7145;
}
.part_info .txt3 {
    background: #4594EC;
}
.part_info .txt4 {
    background: #41B7CC;
}



/* 往届回顾 */
.review_info li {
    float: left;
    width: 25%;
}
.review_info li img {
    width: 100%;
}
.review_info .txt {
    color: #fff;
    height: 155px;
    text-align: center;
    padding: 10px;
}
.review_info .txt h4 {
    font-size: 18px;
    margin: 5px;
}
.review_info .txt h5 {
    line-height: 24px;
    font-size: 22px;
    font-weight: bold;
    margin: 10px;
}
.review_info .txt p {
    line-height: 22px;
    font-size: 18px;
    margin: 0;
}
.review_info .txt1 {
    background: #FF8400;
}
.review_info .txt2 {
    background: #572E82;
}
.review_info .txt3 {
    background: #4594EC;
}
.review_info .txt4 {
    background: #41B7CC;
}

/* 行业资讯 */
.news {
    background: url(../images/zs/news_bg.png) top center no-repeat;
}
.media-ul li {
    float: left;
    width: 50%;
    padding-right: 1%;
    margin-top: 20px;
}
.media-ul li .img {
    float: left;
    width: 32%;
    height: 110px;
    margin-right: 3%;
}
.media-ul li img {
    width: 100%;
    height: 100%;
}
.media-ul a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.news_txt {
    float: right;
    width: 65%;
}
.news_txt h8 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_txt p {
    line-height: 23px;
    font-size: 14px;
    margin: 10px 0 0;
}

/* review */
.review {
    margin-top: 40px !important;
}
.review li {
    margin-bottom: 40px;
}
.review_date {
    width: 12%;
    color: #fff;
    text-align: center;
    background: #A9A9A9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    padding: 18px 0;
    margin-right: 4%;
}
.review_bg1 {
    background: url(../images/zs/review_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.review_bg2 {
    background: url(../images/zs/review_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.review_bg3 {
    background: url(../images/zs/review_bg3.png) no-repeat;
    background-size: 100% 100%;
}
.review_bg4 {
    background: url(../images/zs/review_bg4.png) no-repeat;
    background-size: 100% 100%;
}
.review_date h8 {
    font-size: 40px;
}
.review_date p {
    font-size: 16px;
    margin: 0;
    margin-top: 8px;
}
.review_infot {
    width: 84%;
    border-left: 1px solid #A9A9A9;
    padding-left: 4%;
}
.review_txt {
    border: 1px solid #A9A9A9;
    background: #fff;
    padding: 15px;
}
.review_txt h4 {
    font-size: 16px;
    font-weight: bold;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    margin: 0;
    margin-bottom: 8px;
}
.review_txt p {
    line-height: 23px;
    font-size: 14px;
    text-indent: 2em;
    margin: 0;
}
.review_txt p a {
    color: red;
    text-decoration: none;
}
.review li:hover .review_date {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.review li:hover .review_txt h4 {
    color: #F3850F;
}
.review .more {
    text-align: center;
}
.review .more a {
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/* map */
.map {
    /* background: url(../images/zs/review_bg.png) top center no-repeat; */
}
#map {
    float: left;
    width: 59%;
    height: 400px;
    border: 1px solid #ccc;
}
.lxzy {
    float: right;
    width: 40%;
    height: 400px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    overflow: auto;
    padding: 10px;
}
.lxzy font{ 
    color: #C03;
}
.iw_poi_title {
    color:#CC5522;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap;
}
.iw_poi_content {
    font:12px arial,sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word;
}

/* contact */
.contact {
    padding-bottom: 0;
}
.contact_info {
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
}
.contact_info ul {
    float: left;
    width: 33.33%;
    font-size: 14px;
    padding-left: 5%;
}
.contact_info ul li {
    margin-top: 20px;
}

/* footer */
footer {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
footer p {
    line-height: 25px;
    margin: 0;
}
footer p a {
    color: #fff;
    text-decoration: none;
}
footer p a:hover {
    color: #F3850F;
}

/* sidebar */
.sidebar {
    position: fixed;
    top: 100px;
    left: 10px;
    z-index: 9999;
}
.sidebar li {
    width: 120px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    background: #118AF1;
    margin: 10px 0;
}
.sidebar li:hover,
.sidebar li.active {
    border-color: #fff;
    background: #F3850F;
}
.sidebar a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.sidebar li:hover a,
.sidebar li.active a {
    color: #fff;
}

/* 手机侧边栏 */
.sidebar2 {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #F3850F;
    padding: 8px 10px;
    box-shadow: 0px 0px 10px #180e00;
    z-index: 9999;
}
.sb_left {
    display: none;
    font-size: 16px;
    background: rgba(0, 0, 0, .8);
}
.sb_left ul {
    padding: 50px 0;
}
.sb_left ul li {
    line-height: 60px;
    padding: 0 20px;
}
.sb_left ul li.active {
    background: rgba(255, 255, 255, .2);
}
.sb_left ul li:first-child {
    border-top: 1px dashed #fff;
}
.sb_left ul li {
    padding-left: 15px;
    border-bottom: 1px dashed #fff;
}
.sb_left ul li a {
    display: block;
    color: #fff;
}

/*客服*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #387FFF url(../images/zs/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #387FFF url(../images/zs/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #387FFF url(../images/zs/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #387FFF url(../images/zs/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 15px 15px 15px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*客服 end*/


/* 手机端导航 */
.bocweb-header {
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
    transition: transform 0.8s,opacity 0.8s;
    background: #083b7d;
    border-bottom: 1px solid #ccc;
}
.bocweb-header .in-block,.bocweb-header .wrap .bocweb-nav li.lang span,.bocweb-header .wrap .bocweb-nav li.link span {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.bocweb-header .table {
	display: table;
	width: 100%;
	height: 100%
}

.bocweb-header .table .table-cell {
	display: table-cell;
	vertical-align: middle
}

.bocweb-header .wrap {
	height: 100%;
	padding: 0 2.15%
}

.bocweb-header .wrap .bocweb-logo {
	display: block;
	height: 100%
}

.bocweb-header .wrap .bocweb-logo img {
	display: block;
	height: 100%;
	max-height:63px
}

.bocweb-header .wrap .bocweb-nav {
	height: 100%;
	font-size: 0
}

.bocweb-header .wrap .bocweb-nav li {
	position: relative;
	padding: 0 35px;
	height: 100%
}

.bocweb-header .wrap .bocweb-nav li a {
	display: block;
	font-size: 16px;
	line-height: 64px;
	text-align: center;
	font-family: "HYX1-45W";
    color: #e3e1f0;
    text-decoration: none;
}

.bocweb-header {
    display: none;
}
.bocweb-header .wrap .bocweb-menu {
	display: none
}
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}

@media (max-width: 1300px) {
	.bocweb-header{
        display: block;
        top: 0;
        height: 54px;
        
    }
    .review_txt h4 {
        font-size: 14px;
    }
    .review_txt p {
        font-size: 12px;
    }

	.bocweb-header .wrap .bocweb-logo {
		position: relative;
		z-index: 110
	}

	.bocweb-header .wrap .bocweb-menu {
		display: block;
		position: relative;
		top: 16px;
		z-index: 110;
		cursor: pointer
	}

	.bocweb-header .wrap .bocweb-menu .line {
		background: #fff;
		border-radius: 3px;
		display: block;
		height: 2px;
		position: relative;
		top: 0;
		transition: transform 0.3s ease,top 0.3s ease,width 0.3s ease,opacity 0.3s;
		transform-origin: center center;
		width: 30px
	}

	.bocweb-header .wrap .bocweb-menu .line:nth-child(2) {
		margin: 8px 0
	}

	.bocweb-header .wrap .bocweb-menu.active .line:nth-child(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.bocweb-header .wrap .bocweb-menu.active .line:nth-child(2) {
		opacity: 0;
		width: 0
	}

	.bocweb-header .wrap .bocweb-menu.active .line:nth-child(3) {
		top: -10px;
		transform: rotate(-45deg)
	}

	.bocweb-header .wrap .bocweb-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		z-index: 109;
		background-color: #083b7d
	}

	.bocweb-header .wrap .bocweb-nav ul {
		padding-top: 60px
	}

	.bocweb-header .wrap .bocweb-nav li {
		float: none;
		padding: 0;
		height: auto;
		margin: 0 4.16%;
		opacity: 0;
		transform: translate3d(0, 10px, 0);
		transition: transform 0.4s ease,opacity 0.4s ease;
		display: block;
	}

	.bocweb-header .wrap .bocweb-nav li a {
		position: relative;
		padding: 20px 0;
		font-size: 20px;
		line-height: 1.2;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.bocweb-header .wrap .bocweb-nav li.lang {
		padding: 0
	}

	.bocweb-header .wrap .bocweb-nav li.lang .text {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.lang .mb-text {
		display: inline-block;
		font-size: 18px
	}

	.bocweb-header .wrap .bocweb-nav li.lang .icon {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.lang:after {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.link {
		padding: 65px 0 0;
		border: none
	}

	.bocweb-header .wrap .bocweb-nav li.link .text {
		font-size: 16px
	}

	.bocweb-header .wrap .bocweb-nav li.link .icon {
		background-size: contain
	}

	.bocweb-header .wrap .bocweb-nav li.link a {
		width: 140px;
		height: 38px;
		padding: 0;
		line-height: 38px;
		margin: 0 auto;
		text-align: center
	}

	.bocweb-header .wrap .bocweb-nav li.active a .mb-icon {
		transform: rotate(0deg);
		opacity: 1
	}

	.bocweb-header.h-show {
		z-index: 101
	}

	.bocweb-header.h-show .wrap .bocweb-nav li {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}


@media screen and (max-width:1350px) {
    .sidebar li {
        width: 100px;
    }
}
@media screen and (max-width:1300px) {
    header {
        display: none;
    }
    .banner {
        margin-top: 54px;
        padding-bottom: 50px;
    }
    .sidebar {
        display: none;
    }
    .pelm.p5 {
        width: 95%;
    }
    .pelm.p5 img {
        width: 100%;
    }
    .carousel_p {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width:1200px) {
    .dir_info ul li {
        font-size: 16px;
    }
}
@media screen and (max-width:1100px) {
    .banner {
        padding-bottom: 0;
    }
    .banner .row {
        width: 100%;
        padding-bottom: 0;
    }
    .banner .banner1 {
        display: none;
    }
    .banner .banner2 {
        position: relative;
        display: block;
    }
    .row {
        width: 100%;
    }
    .review_infot {
        width: 650px;
        margin: 0 auto;
    }
    .review_infot li {
        width: 50%;
    }
    .review_infot img {
        height: 155px;
    }
    .part_info {
        width: 650px;
        margin: 0 auto;
    }
    .part_info li {
        width: 50%;
    }
    .part_info img {
        height: 155px;
    }
}
@media screen and (max-width:1000px) {
    .enroll_info ul li {
        width: 48%;
    }
    .review_left {
        display: none;
    }
    .review_left_mob {
        display: block;
    }
    .review_right {
        width: 100%;
    }
    .hyzz {
        width: 100% !important;
    }
    .yb_conct {
        display: none !important;
    }
    #newBridge {
        display: none !important;
    }
    .bdshare-slide-button-box {
        display: none !important;
    }
}
@media screen and (max-width:768px) {
    .column {
        padding: 20px 0;
    }
    header {
        display: none;
    }
    .title span {
        display: block;
        padding: 1% 0 4%;
    }
    .banner .leftBox {
        display: none;
    }
    .banner .right {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .banner {
        display: none;
    }
    .banner_mob {
        display: block;
    }
    .review_info {
        width: 100%;
    }
    .c_logo {
        background-size: auto 100%;
    }
    .carousel_txt p {
        -webkit-line-clamp: 20;
    }
    .about_txt {
        float: none;
        width: 100%;
    }
    .about_box {
        float: none;
        width: 100%;
    }
    .about_box video {
        margin: 0;
    }
    .guest {
        display: none;
    }
    .box2_info_mob {
        display: block;
    }
    .com_info ul {
        width: 100%;
    }
    .com_info ul li {
        width: 16.666%;
    }
    .lamp {
        margin-top: 0 !important;
    }
    .lamp p {
        position: static !important;
        font-size: 16px !important;
        text-align: left;
    }
    .lamp img {
        display: none;
    }
    .enroll_info ul,
    .enroll_info .trade,
    .enroll_info .textarea {
        padding: 0;
    }
    #map {
        width: 100%;
    }
    .lxzy {
        width: 100%;
    }
    .contact_info ul {
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #fff;
        padding-bottom: 15px;
    }
    .contact_info ul:last-child {
        border-bottom: none;
    }
    .part_info {
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    .title span {
        line-height: 34px;
        font-size: 24px;
    }
    .title p {
        font-size: 12px;
        padding: 0 1%;
    }
    #about {
        padding-top: 30px;
    }
    .about_txt {
        padding: 10% 5%;
    }
    .about_txt p {
        line-height: 20px;
        font-size: 14px;
    }
    .content {
        background-size: auto 100%;
        background-position-y: -120px;
    }
    .dir_info .line {
        display: none;
    }
    .dir_info ul {
        width: 100%;
    }
    .dir_info ul li {
        font-size: 18px;
    }
    .com_info ul li {
        width: 48%;
    }
    .com_info ul li {
        width: 50%;
    }
    .show_info ul li {
        width: 50%;
    }
    .show_info ul li img {
        height: 50px;
    }
    .enroll_info ul li {
        width: 100%;
    }
    .media-ul li {
        width: 100%;
    }
    .media-ul li .img {
        width: 47%;
    }
    .news_txt {
        width: 50%;
    }
    .news_txt h8 {
        font-size: 18px;
    }
    .news_txt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .sole_box {
        width: 100%;
        margin: 10px 0;
    }
    .part_info .txt h5 {
        line-height: 20px;
        font-size: 16px;
    }
    .part_info .txt p {
        line-height: 16px;
        font-size: 12px;
    }
}
@media screen and (max-width:400px) {
    .title span {
        font-size: 20px;
        padding-top: 0%;
    }
    .content {
        background-position-y: -200px;
    }
    .review_info li {
        width: 100%;
    }
    .guest ul li {
        width: 48%;
    }
    .com_info ul li {
        width: 48%;
    }
    .enroll_info ul li {
        width: 100%;
    }
    .buttons .button1,
    .buttons .button2 {
        width: 120px;
        margin: 0 10px;
        margin-top: 10px;
    }
    .review li {
        margin-bottom: 20px;
    }
    .review_date {
        display: none;
    }
    .review_info {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }
    .contact_info ul {
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #fff;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .contact_info ul:last-child {
        border-bottom: 0;
    }
    .contact_info ul li {
        margin-top: 20px;
    }
    .popup_box {
        top: 80px;
        left: 5%;
        width: 90%;
    }
    .title2 .txt {
        font-size: 26px;
    }
    .review li {
        margin-bottom: 20px;
    }
    .review_date {
        display: none;
    }
    .review_infot {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }
    .part_info li {
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    .title span {
        line-height: 30px;
    }
}

/*会议赞助*/
.hyzz { 
    width: 1000px; 
    margin: 0 auto; 
    color: #fff; 
    padding: 30px 0 15px;
}
.hyzz img {
    display: inline-block;
}
.tit2 { 
    height: 94px; 
    line-height: 47px;  
    text-align: center; 
    font-family: "微软雅黑"; 
    margin-bottom: 15px;
}
.tit2 span { 
    padding: 0 10px; 
    font-size: 30px;
    color: #00a0cb; 
    font-weight: 440; 
    background: #ffffff;
}
.tit2 span font { 
    font-size: 14px;
}
.body-text {
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}
.body-text p {
    width: 15%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}
.body-text1 {
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
    display: none;
}
.body-text1 p {
    width: 15%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}
.detail-con {
    font-size: 14px; 
    line-height: 28px; 
    padding: 0 70px 20px; 
    color: #fff;
}
.detail-con p {
    margin: 0;
}
.detail-con h2 { 
    font-size:18px; 
    font-family:"微软雅黑"; 
    color: #fff; 
    margin-top: 0;
    margin-bottom: 15px; 
    padding: 10px 0;
}
.detail-con h2 strong {  
    padding: 5px;
}
.detail-con a { 
    color: #f34469; 
    text-decoration: underline;
}
.detail-con a:hover { 
    color: #118AF1;
    -webkit-transition:0.5s; 
    -moz-transition: 0.5s; 
    text-decoration: underline;
}
.detail-con ol li {
	margin-left: 40px;
}
.detail-con table ,.detail-con table tr td {
	border: 1px solid #CCC;
}
.detail-con table tr td { 
    padding-left:20px;
}
/*会议赞助 end*/