﻿body, html {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "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: 60px 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/shadow.png) no-repeat;
    background-size: 100% 100%;
}
.box1 .box1_info {
    margin-top: 20px;
}
.box2 {
    padding: 0 3%;
}
.box2 .box2_info {
    margin-top: 20px;
}

/* title */
.title {
    color: #118AF1;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.title i {
    display: inline-block;
    color: #ccc;
    font-weight: normal;
    letter-spacing: -3px;
    vertical-align: text-bottom;
    margin: 0 8px;
}
.title span {
    display: inline-block;
    color: #858585;
    font-weight: normal;
    letter-spacing: 2px;
    vertical-align: middle;
}
.title2 {
    text-align: center;
}
.title2 .txt {
    display: inline-block;
    color: #F3850F;
    font-size: 36px;
    font-weight: bold;
}
.title2 .line {
    height: 1px;
    background: #F3850F;
    margin-top: 20px;
}
.title3 {
    text-align: center;
}
.title3 .txt {
    display: inline-block;
    color: #008AFF;
}
.title3 .txt.white {
    color: #fff;
}
.title3 .txt h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0;
}
.title3 .txt h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 5px 0;
}

/* 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_info {
    max-height: 400px;
    overflow: auto;
}
.popup_box .title2 .txt {
    font-size: 24px;
}
.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;
}

/* content */
.content {
    background: url(../images/content_bg2.png) no-repeat #DDE5E9;
    background-size: 100% 100%;
}
.banner {
    height: 652px;
    background: url(../images/banner_bg.png) center no-repeat;
    background-size: auto 100%;
}
.banner .row {
    position: relative;
    height: 100%;
}
.banner_mob {
    display: none;
}
.pelm {
    position: absolute;
}
.pelm.p1 {
    right: 63.4%;
    bottom: 64.2%;
}
.pelm.p2 {
    right: 6%;
    bottom: 56%;
}
.pelm.p3 {
    right: 72.4%;
    bottom: 4%;
}
.pelm.p4 {
    right: -10%;
    bottom: -5%;
}
.pelm.p5 {
    right: 3%;
    bottom: 2%;
}
.direction,
.company,
.map {
    background: #F0F1F3;
}
.sole {
    background: #4C6FA8;
}
.sole_box {
    width: 48%;
    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);
}
.sole_box img {
    display: inline-block;
    width: 80%;
}

/* 会议介绍 */
.carousel_box {
    width: 31%;
    border: 1px solid #B7C5D8;
    background: #E0E7EF;
    padding: 2%;
}
.carousel img {
    width: 100%;
}
.carousel_txt {
    width: 66%;
}
.carousel_txt .info {
    margin-top: 20px;
}
.carousel_txt p {
    line-height: 30px;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: .5px;
    margin: 0;
}

/* direction */
.direction .box1::before {
    content: '';
    position: absolute;
    top: -12px;
    right: 10%;
    width: 78px;
    height: 89px;
    background: url(../images/direction.png) no-repeat;
}
.dir_info ul {
    position: relative;
    float: left;
    width: 33.3%;
}
.dir_info ul li {
    cursor: pointer;
    line-height: 70px;
    color: #F3850F;
    font-size: 20px;
    font-weight: bold;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; */
    -webkit-filter: hue-rotate(-158deg);
    -moz-filter: hue-rotate(-158deg);
    -ms-filter: hue-rotate(-158deg);
    -o-filter: hue-rotate(-158deg);
    filter: hue-rotate(-158deg);
    transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -ms-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
}
.dir_info ul li:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.dir_info ul li span {
    display: inline-block;
    vertical-align: middle;
}
.dir_info ul li .pentagon {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../images/pentagon.png) no-repeat;
    vertical-align: middle;
    margin-right: 13px;
}
.dir_info .line {
    position: absolute;
    top: 0;
    right: 12%;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: #999;
}

/* guest */
.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: 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 {
    width: 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;
}
.guest_box .guest_box_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    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: 35px;
}
.guest_box_txt .guest_popup {
    display: none;
}

/* company */
.com_info ul li {
    float: left;
    width: 15%;
    height: 52px;
    border: 1px solid #A9A9A9;
    margin-right: 2%;
    margin-bottom: 15px;
}
.com_info ul li:nth-child(6n) {
    margin-right: 0;
}
.com_info ul li img {
    width: 100%;
    height: 100%;
}

/* gift */
.gift img {
    width: 100%;
}

/* sign */
.enroll {
    background: url(../images/enroll_bg.png) bottom no-repeat #29374D;
    background-size: 100%;
}
.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;
}
.enroll_info .trade 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;
}

/* 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/review_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.review_bg2 {
    background: url(../images/review_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.review_bg3 {
    background: url(../images/review_bg3.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_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;
    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 {
    width: 100%;
    height: 400px;
}
.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 {
    background: #29374D;
    padding-bottom: 0;
}
.contact_info {
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
}
.contact_info ul {
    float: left;
    width: 33.333%;
    font-size: 16px;
    padding-left: 5%;
}
.contact_info ul li {
    margin-top: 35px;
}

/* footer */
footer {
    color: #fff;
    text-align: center;
    background: #29374D;
    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 #118AF1;
    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: #F3850F;
    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: #118af1;
    padding: 8px 10px;
    box-shadow: 0px 0px 0px 7px rgba(25, 125, 255, .6);
    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*/




@media screen and (max-width:1350px) {
    .sidebar li {
        width: 100px;
    }
}
@media screen and (max-width:1300px) {
    .banner {
        height: 600px;
    }
    .row {
        width: 80%;
    }
    .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;
    }
    .review_txt h4 {
        font-size: 14px;
    }
    .review_txt p {
        font-size: 12px;
    }
}
@media screen and (max-width:1200px) {
    .dir_info ul li {
        font-size: 16px;
    }
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width:1050px) {
    .banner {
        height: 520px;
    }
    .carousel_p {
        -webkit-line-clamp: 4;
    }
    .contact_info ul {
        font-size: 14px;
    }
}
@media screen and (max-width:1000px) {
    .banner {
        background: url(../images/banner_bg2.png) center no-repeat;
        background-size: auto 100%;
    }
    .banner .row {
        display: none;
    }
    .title {
        font-size: 30px;
    }
    .title2 .txt {
        font-size: 30px;
    }
    .title3 .txt h5 {
        font-size: 16px;
    }
    .title3 .txt h3 {
        font-size: 30px;
    }
    .carousel_p {
        -webkit-line-clamp: 3;
    }
    .dir_info ul li {
        line-height: 50px;
        font-size: 14px;
    }
    .guest_box .guest_box_txt {
        height: 56px;
    }
    .guest_box:hover .guest_box_txt {
        padding-top: 12px;
    }
    .guest_box p {
        font-size: 12px;
    }
    .guest_box h9 {
        font-size: 12px;
    }
    .hyzz {
        width: 100% !important;
    }
}
@media screen and (max-width:950px) {
    .row {
        width: 100%;
    }
    .yb_conct {
        display: none !important;
    }
    #newBridge {
        display: none !important;
    }
    .bdshare-slide-button-box {
        display: none !important;
    }
}
@media screen and (max-width:768px) {
    header {
        display: none;
    }
    .carousel_txt p {
        -webkit-line-clamp: 20;
    }
    .sidebar {
        display: none;
    }
    .sidebar2 {
        display: block;
    }
    #about .carousel_box {
        display: none;
    }
    #about .carousel_txt {
        width: 100%;
    }
    .guest ul li {
        width: 24%;
        margin-right: 1%;
    }
    .guest ul li:nth-child(5n) {
        margin-right: 1%;
    }
    .enroll_info ul,
    .enroll_info .trade,
    .enroll_info .textarea {
        padding: 0;
    }
}
@media screen and (max-width:640px) {
    .banner {
        display: none;
    }
    .banner_mob {
        display: block;
    }
    .banner_mob img {
        width: 100%;
    }
    #about {
        padding-top: 30px;
    }
    .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;
    }
    .guest ul li {
        width: 32%;
    }
    .com_info ul li {
        width: 32%;
        margin-right: 1%;
    }
    .enroll_info ul li {
        width: 48%;
    }
    .special_img {
        width: 100%;
    }
    .special_info {
        width: 100%;
    }
    .new img{
        display: none;
    }
}
@media screen and (max-width:400px) {
    .content {
        background-position-y: -450px;
    }
    .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;
    }
}

/*会议赞助*/
.hyzz { 
    width: 1000px; 
    margin: 0 auto; 
    color: #2a2a2a; 
    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: #2a2a2a;
}
.detail-con p {
    margin: 0;
}
.detail-con h2 { 
    font-size:18px; 
    font-family:"微软雅黑"; 
    color: #2a2a2a; 
    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:5px;
}
/*会议赞助 end*/