body,
html {
    margin: 0;
    padding: 0;
    background-color: #27629c;
}

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;
}
.row_cen {
    width: 1100px;
    margin: 0 auto;
}

.column {
    padding: 15px 0;
}

p,
span {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* 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;
    text-align: center;
    /* padding: 3%; */
}

.box1 .box1_info {
    margin-top: 20px;
}

.box2 {
    padding: 0 3%;
}

/* title */
.title{
    width: 420px;
    height: 50px;
    border-bottom: 2px solid #DEDEDE;
    margin: 20px auto;
    text-align: center;
    position: relative;
}
.titleBox{
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: 15px; */
}
.Leftside{
    color: #ffffff;
    font-size: 29px;
}
.Central{
    margin: 0 25px;
    font-size: 29px;
    color: #999999;
}
.Rigthside{
    font-size: 23px;
    color: #ccdede;
}
.addpoint{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #069CFB;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
    left: 50%;
}

/* 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(243, 255, 82);
    background-color: rgb(75, 174, 255);
    font-weight: 800;
    font-size: 18px;
}

.headerNav li:nth-child(5) a:hover {
    background-color: rgb(18, 0, 97);
    font-size: 20px;
}
/* content */

body {
    background: url(../images/bg.png) center no-repeat;
    background-size: cover;
}   

.banner {
    background: url(../images/banner_bg.gif) center no-repeat;
    background-size: cover;
}

.banner .row {
    position: relative;
    width: 1000px;
    padding-bottom: 40.2%;
}
.banner .row_cen {
    position: relative;
    width: 1000px;
    padding-bottom: 40.2%;
}

.banner .pelm {
    position: absolute;
}

.banner .banner2 {
    display: none;
    width: 1920px;
    height: 531px;
}

.banner_mob {
    display: none;
}

.banner_mob img {
    width: 100%;
}

/* 会议主题 */

.box21 {
    /* background: url(../images/about_bg.png) no-repeat center; */
    background-size: 100% 100%;
}

.about_txt {
    text-align: center;
    padding-left: 100px;
    width:50%;
}

.about_txt .info {
    margin-top: 20px;
    padding: 10px;
}

.about_txt h4 {
    color: #fff;
    font-size: 36px;
    margin: 10px 0;
}

.about_txt p {
    line-height: 30px;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-indent: 2em;
    letter-spacing: .5px;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.about_box {
    width: 43%;
    margin-right:50px; 
}

.about_box video {
    width: 100%;
}

.jz {
    text-align: center;
}

/* 会议亮点 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content:"";
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}   

.list-text {
    width: 750px;
    height: 100px;
    margin-top: 52px;
    margin: 0 auto;
    background: url(../images/text-bg.png) center no-repeat;
    background-size: 100% 100%;
}
.list-text li {
    font-size: 17px;
    display: none;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.list-text li.active {
    display: block;
}
.list-img {
    width: 1000px;
    margin: 0 auto;
}
.list-img li {
    margin: 0;
    padding: 0;
    width: 23%;
    height: 226px;
    margin-left: 15px;
    background-color:#153368;
    display: inline-block;
    float: left;
}
.list-img li:nth-of-type(1){
    margin-left: 15px;
    background: url(../images/lightspot_bg1.png) center no-repeat;
}
.list-img li:nth-of-type(2){
    background: url(../images/lightspot_bg2.png) center no-repeat;
}
.list-img li:nth-of-type(3){
    background: url(../images/lightspot_bg3.png) center no-repeat;
}
.list-img li:nth-of-type(4){
    background: url(../images/lightspot_bg4.png) center no-repeat;
}
.list-img li p:nth-of-type(1) {
    margin: 0 auto;
    margin-top: 38px;
    text-align: center;
    width: 70px;
    height: 60px;
}
.list-img li p:nth-of-type(2) {
    margin-top: 34px;
    text-align: center;
    font-size: 18px;
    color: #4D93EC;
}
.list-img li p:nth-of-type(3) {
    margin-top: 17px;
    text-align: center;
    font-size: 12px;
    color: #8C95AB;
}

/* 亮点mob */
.Highlight{
    display: none;
}
.Highlight li {
    width: 100%;
    padding: 5px;
}
.Highlight .txt {
    color: #fff;
    padding: 10px;
    height: 155px;
}
.Highlight .txt h5 {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.Highlight .txt p {
    line-height: 18px;
    font-size: 16px;
    margin: 0;
}
.Highlight .txt1 {
    background: #FF8400;
}
.Highlight .txt2 {
    background: #EC7145;
}
.Highlight .txt3 {
    background: #4594EC;
}
.Highlight .txt4 {
    background: #41B7CC;
}


/* 议题方向 */
.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 #548fff;
    margin: 0 auto;
    color: #ffffff;
}

.dir_info .topic_c table td {
    border: 1px solid #548fff;
    height: 35px;
    line-height: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
}

.dir_info .topic_c p {
    width: 100%;
    /* text-align: left; */
}

/* 议题方向 */
/* 
.bg_direction {
    margin: 0 auto;
    background: url(../images/about_bg3.png) center no-repeat ;
    width: 1000px;
    height:550px ;
    background-size: 100% 100%;
}

.box2_sub {
    margin:0 auto;
    padding-top: 10%;
}

.box2_sub .box2_right {
    float: right;
    width: 32%;
    text-align: left;
    color: #fff;
}
.box2_sub .box2_left {
    float: right;
    width: 34%;
    text-align: left;
    color: #fff;
    font-weight: 500
}
 .direction_right {
    font-size: 17px;
    line-height: 50px;
}


.box2_sub  li {
    padding-top: 20px;
}

.box2_sub li:hover {
    color: #91efbf;
    cursor: Pointer;
} */

/* 嘉宾点击效果 */

.bg_bgpic {
    background: url(../images/about_bg1.png) no-repeat center;
}

.guest {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0px 60px;
}

.picList .guest_popup {
    display: none;
}

.title2 {
    text-align: center;
}

.title2 .txt {
    display: inline-block;
    color: #1085a9;
    font-size: 36px;
    font-weight: bold;
}

.title2 .line {
    height: 1px;
    background: #1085a9;
    margin-top: 20px;
}

.guest_box {
    cursor: pointer;
    position: relative;
}

.guest_box_txt .guest_popup {
    display: none;
}

.title2 {
    text-align: center;
}

.title2 .txt {
    display: inline-block;
    color: #1085a9;
    font-size: 36px;
    font-weight: bold;
}

/* 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;
}

.popup_box p {
    text-indent: 2em;
}

.popup_box p a {
    color: #1085a9;
    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: #1085a9;
    padding: 10px 15px;
}

/* 演讲嘉宾 */

.special_img {
    width: 30%;
    border: 2px solid #bbb;
    padding: 1%;
}

.special_img img {
    width: 100%;
}

.special_info {
    width: 66%;
}

.special_info h3 {
    color: #118af1;
    font-size: 30px;
    margin: 0;
}

.special_info h6 {
    font-size: 16px;
    margin: 6px 0 20px;
}

.special_info p {
    line-height: 26px;
    margin: 0;
}

.guest ul li {
    float: left;
    width: 21%;
    border: 1px solid #bbf9ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1%;
    /* margin-top: 75px; */
    margin: 2%;
    margin-bottom: 80px;
}

.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 {
    width: 100%;
    border-radius: 50%;
}

.guest_box p {
    margin: 0;
    /* padding: 7px 0; */
}

.guest_box h9 {
    display: block;
    line-height: 40px;
    border-top: 1px solid #fff;
    margin: 0 14px;
}

.guest_box .guest_box_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -85px;
    height: 75px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.guest_box_txt .guest_popup {
    display: none;
}

.box2_info a:hover {
    color: rgb(255, 106, 0);
    text-decoration: none;
    font-weight: 600;
}

/* 企业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;
}



/* 奖牌 */

.sole_box {
    width: 31%;
    text-align: center;
    margin-left: 120px;
    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%;
}

.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;
    margin: 0px 10px 20px;
    border: 1px solid #ccc;
}

.show_info ul li img {
    display: block;
    width: 150px;
    height: 50px;
}

/* 参会礼品 */

.gift_info img {
    width: 100%;
}

.gift p {
    color: #ffd400;
    font-size: 14px;
    text-align: center;
    padding: 0 10%;
    line-height: 24px;
}


.gift p .res_red {
    color: red;
}

/* 参会报名 */
.enroll {
    background-size: auto 100%;
    padding-top: 100px;
}

.tab_box {
    text-align: center;
}

.tabs {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border: 1px solid #41c8de;
    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: #41c8de;
}

.enroll_info {
    padding: 10px;
}

.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-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: rgb(255, 255, 255);
    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: #ffffff;
    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 #ffffff;
}

.buttons .button2 {
    border: 1px solid #ffffff;
    background: #41c8de;
}

.enroll_info {
    /* background: rgb(102, 102, 102); */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* 往届回顾 */


/*review*/

.cont {
    width: 1000px;
    margin: 20px auto;
    overflow: hidden;
}

.rev_c {
    padding: 35px;
    overflow: hidden;
}

/* 新闻 */

.rev_c {
    background: url(../images/about_bg1_1.png) center no-repeat;
}

/* 轮播图 */

.news_img {
    width: 435px;
    height: 270px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: relative;
    /* border: 2px solid #666; */
}

.news_img img {
    width: 100%;
}

.news_img ul li {
    position: absolute;
    display: none;
}

.news_img .news_yd {
    width: 100px;
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: 12px;
}

.news_img .news_yd li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    cursor: pointer;
    margin-right: 8px;
}

.news_img .news_yd li.cur {
    background: #c60505;
}

.review .rev_tex:first-child {
    display: block;
}

.review .rev_tex1 {
    position: relative;
    display: block;
}

/* 图片
.rev_vid {
    float: left;
    margin-right: 20px;
    width: 435px;
    height: 270px;
    padding-top: 14px;
}

.rev_vid video {
    width: 435px;
    height: 270px;
}

.rev_vid img {
    width: 436px;
    height: 246px;
} */

.rev_tex {
    float: left;
    width: 410px;
    height: 270px;
    font-size: 14px;
}

.rev_tex h2 {
    display: inline;
    padding-top: 0px;
}

.rev_tex p {
    text-indent: 2em;
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.rev_tex p a {
    color: #bf1616;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.rev_tex p a:hover {
    color: red;
}

/*review ed*/

/* 行业资讯 */

/* review */

.review {
    /* margin-top: 40px !important; */
}

.review li {
    margin-bottom: 40px;
    cursor: pointer;
}

.review_date {
    width: 12%;
    color: #fff;
    text-align: center;
    background: #A9A9A9;
    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-right: 4%; */
}

.review_info {
    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;
    color: #000;
    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 a {
    text-decoration: none;
}

.review_txt p a {
    color: red;
    text-decoration: 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 {
    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;
    padding-bottom: 25px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.contact_info ul {
    float: left;
    width: 25%;
    font-size: 15px;
    padding-left: 3%;
}

.contact_info ul li {
    margin-top: 20px;
}

.contact_info ul li:hover {
    color: rgb(0, 51, 54);
    cursor: pointer;
}


/*行业资讯*/

.media-ul a {
    color: #292929;
}

.media-ul li {
    height: 120px;
}

.media-ul li h4 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.media-ul li h4:hover {
    color: #ff0042
}

.media-ul li p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.med-img {
    width: 180px;
    height: 120px;
    margin-right: 20px
}

.med-img img {
    width: 180px;
    height: 120px
}

/*media end*/

/* footer */

footer {
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

footer p {
    line-height: 25px;
    margin: 0;
}

footer p a {
    color: #ffffff;
    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/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #387FFF url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #387FFF url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #387FFF url(../images/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: #27629c;
    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
    }
    .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: 28px 0;
        font-size: 20px;
        line-height: 0.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 !important;
    }
    .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 .row_cen {
        width: 100%;
        padding-bottom: 0;
    }
    .banner .banner1 {
        display: none;
    }
    .banner .banner2 {
        position: relative;
        display: block;
    }
    .row {
        width: 100%;
    }
    .row_cen {
        width: 100%;
    }
    .review_info {
        width: 650px;
        margin: 0 auto;
    }
    .review_info li {
        width: 50%;
    }
    .review_info img {
        height: 155px;
    }
    .part_info {
        width: 650px;
        margin: 0 auto;
    }
    .part_info li {
        width: 100%;
    }
    .part_info img {
        height: 155px;
    }

    .part_info li img {
        display: none;
    }
    .part_info {
        width: 650px;
        margin: 0 auto;
    }

    .part_info img {
        height: 155px;
    }
    .bg_bgpic1 {
        padding: 0 !important;
    }
}

@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;
    }
    .guest_box:hover .guest_box_txt {
        padding-top: 72px;
    }
    .guest_box p {
        font-size: 10px;
    }
    .guest_box h9 {
        font-size: 12px;
    }
    .title2 .txt {
        font-size: 30px;
    }
    .cont {
        width: 98%;
        margin: 20px auto;
    }
}

@media screen and (max-width:768px) {
    .column {
        padding: 5px 0;
    }
    header {
        display: none !important;
    }
    .title{
        width: 100%;
    }
    .title img {
        width: 80%;
        margin: 10px auto;
    }
    .title span {
       font-size: 20px;
    }
    .banner .leftBox {
        display: none;
    }
    .banner .right {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .Highlight{
        display: block;
    }
    .row_Highlight{
        display: none;
    }
    .box2_sub .box2_left {
        width: 49%;
    }
   
    .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: 6px 10px 0px 22px;
    }
    .guest ul li {
        width: 29%;
        /* margin-right: 1%; */
    }
    .guest ul li:nth-child(5n) {
        margin-right: 1%;
    }
    .com_info ul {
        width: 100%;
    }
    .com_info ul li {
        width: 16.666%;
    }
    .lamp {
        margin-top: 0 !important;
        padding: 3% !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;
    }
    .review {
        padding: 10px;
    }
    .rev_c {
        padding: 10px;
        background: none;
    }
    .rev_vid {
        width: 100%;
        height: auto;
    }
    .rev_vid video {
        width: 100%;
        height: auto;
    }
    .rev_tex {
        width: 100%;
        height: auto;
    }
    .cont {
        width: 98%;
        margin: 20px auto;
    }
    .dir_info ul li {
        margin: 30px auto;
    }
    .guest_box img {
        background-size: 100%;
    }
    .entry-content .yarpp-related li {
        width: 43%;
        padding-bottom: 11%;
        margin-right: 22px;
    }
    .entry-content .yarpp-related li a {
        left: 0%;
        font-size: 10px;
    }
    .part_info .txt {
        height: 180px;
    }
    .dir_info .topic_c p {
        width: 100%;
    }
    .bg_bgpic1 {
        padding: 0 !important;
    }
    .box2_pic img {
        width: 100%;
        background-size: cover;
    }
    .box2 .box2_right {
        width: 100%;
    }
    .box2_right .direction_right {
        width: 100%;
        padding-bottom: 15px;
        line-height: 16px;
        font-size: 14px;
    }
    .box2_left .direction_right {
        width: 93%;
        padding-left: 10px;
        padding-bottom: 15px;
        line-height: 24px;
        font-size: 13px;
    }
    .direction_right{
        line-height: 25px
    }
    .box2_sub .box2_right{
        width: 50%;
    }
    .news_img {
        width: 100%;
        height: 223px;
    }
    .bg_direction{
        width: 100%;
        height: auto;
    }
    .rev_tex h2{
        color: #fff;
    }
    .rev_tex>p{
        color: #fff;
        line-height: 25px;
    }
    .Central{
        margin: 0 auto;
    }
    .about_txt .info {
        margin-top: 0px;
        padding: 0px;
    }
    .gift_info2 img{
        width: 80%;
        height: 80%;
        margin: 0 auto;
    }
    .show_pic{
        margin-left: 62px
    }
    .buttons .button1,
    .buttons .button2 {
        margin: 5px;
    }
    .box2_sub{
        padding-top: 0
    }
}

@media screen and (max-width:640px) {
    .title p {
        font-size: 12px;
        padding: 0 !important;
    }
    #about {
        /* padding-top: 20px; */
    }
    .about_txt {
        margin-left: 29px;
        padding: 0% 5% 5% 0%;
    }
    .about_txt p {
        line-height: 24px;
        font-size: 14px;
    }
    .part_info .txt h5 {
        line-height: 20px;
        font-size: 22px;
    }
    .part_info .txt p {
        line-height: 24px;
        font-size: 16px;
        padding-top: 5px;
    }
    .part_info .txt {
        height: 180px;
    }
    .dir_info .line {
        display: none;
    }
    .dir_info ul {
        width: 100%;
        padding: 0 !important;
    }
    .dir_info ul.left {
        margin-left: 0 !important;
        width: 100%
    }
    .dir_info ul.right {
        margin-right: 0 !important;
        width: 100%
    }
    .box21 {
        padding: 0px 55px 0px 10px !important;
    }
    .dir_info ul li {
        font-size: 14px;
    }
    .guest ul li {
        width: 29%;
    }
    /* .com_info ul li {
        width: 48%;
    } */
    .com_info ul li {
        width: 50%;
    }
    .show_info ul li {
        width: 49%;
        margin: 5px 3px 0px 0px !important;
    }
    .show_info ul li img {
        width: 100%;
        height: 54px;
    }
    .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;
    }
    .cont {
        width: 100%;
        margin: 0px auto;
    }
    .box2_info_mob {
        display: block;
    }
    
    .title {
        padding: 0px;
    }
    .c_media {
        margin-top: 0px;
    }
    .part_info li img {
        display: none;
    }
    .guest {
        padding: 0
    }
    .guest .bd ul li {
        width: 48% !important;
        margin: 1%;
        height: auto;
        border-radius: 5px;
    }
    .guest .bd ul li img {
        width: 100%;
    }
    .guest .bd ul li .title {
        font-size: 12px;
    }
    .guest .port1:hover {
        opacity: 0 !important;
    }
    .guest span {
        line-height: 18px !important;
    }
    .entry-content .yarpp-related li {
        width: 43%;
        padding-bottom: 11%;
        margin-right: 22px;
    }
    .entry-content .yarpp-related li a {
        left: 0%;
        font-size: 10px;
    }
}

@media screen and (max-width:400px) {

    .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;
    }
    .part_info li {
        width: 100%;
    }
    .entry-content .yarpp-related li {
        width: 43%;
        padding-bottom: 11%;
        margin-right: 22px;
    }
    .entry-content .yarpp-related li a {
        left: 0%;
        font-size: 10px;
    }
}

@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 20px 20px;
    color: rgb(27, 27, 27);
}

.detail-con p {
    margin: 0;
}

.detail-con h2 {
    font-size: 18px;
    font-family: "微软雅黑";
    color: rgb(32, 32, 32);
    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 ol {
    margin: 50px auto;
}

.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: 5px;
}

/*会议赞助 end*/
