* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#newBridge {
    display: none !important;
}



@font-face {
    font-family: 'iconfont';  /* project id 2289513 */
    src: url('//at.alicdn.com/t/font_2289513_fd5mp188po6.eot');
    src: url('//at.alicdn.com/t/font_2289513_fd5mp188po6.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.woff') format('woff'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.svg#iconfont') format('svg');
  }
/* @font-face {font-family: "iconfont";
    src: url('../iconfont/iconfont.eot?t=1608773732347');
    src: url('../iconfont/iconfont.eot?t=1608773732347#iefix') format('embedded-opentype'),
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAK4AAsAAAAABpwAAAJsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfgqBCIEaATYCJAMMCwgABCAFhG0HOhvcBREVjEOyLw54E+uUqOrMejFqFLFU21T7gJoQRBLc53j4b+31vpnZ3R9GlZRYEihANAJYsVGpEVWmpxZB/61NO7ZREYolOc+juzwjP4Hwo+t8nUYphKyQTTDmfZjIzaNQE+U/AUP/fZ5r6iXQ2dHqA80lIigqMPEAx3u+N7BOPBrZjWjEG8YucAmvCXSatULs3L3niJbC2hSIOzevX9TKpRSFVVtCXXOyNPFCpZWepSw8D78fX2XRIqkya+eBa7uu2PqRfSzz3TZnfEKaAM9XyFiBQhyrLR2QBeOyzv3FHIoi+Fi2xxQLir3yifjrnM5usASWEx+Z6xO3ZoAiJJBBjQZzWAvZ4VQtiiVR93Gd0ac3joU33d549Mim40e3HDu++Ui7rUe3LmxdZgv+iupMLvwe1HiWQ9scE3N4gfUz+Vh6CHlbeisQDL+ZOt+38X+LAt6fvBJ6i34RWucIB/9rWhmBwk1WIBfVrrU3kI2r76hXp0604digD+NNvTsJLSMpksYMspY5srArUOmyAbWWLejEXY6d7zLEWYvSgWW+AKHfhKTXO2T9ZrKwP1RG/VHrjzU6HYuhG7ssCnXa4bAK2EL9AdXQwJ1QOEXdZxSPrnJZUyi7o/MqC2mUFKsMB3Rz7PFPkYXAgTvqoQDvYdcRjI40NiGSIYx5HPO6D0UN9YuTHRxUCVAL1D6A0iAD7o8PTiXpz5Dw0Km4lpGa+h1yPDU7SEWSHiSzD71G7kWM9yRkgoADnEN6oADLUKdDwFi/TEONICJHFEa52Bbife3R+s7++05AJ2tOjhQ5itblm14oyH22lzvyuFgA') format('woff2'),
    url('../iconfont/iconfont.woff?t=1608773732347') format('woff'),
    url('../iconfont/iconfont.ttf?t=1608773732347') format('truetype'),
    url('../iconfont/iconfont.svg?t=1608773732347#iconfont') format('svg');
} */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home2:before {
    content: '\e606';
}
.icon-enroll:before {
    content: '\e601';
}
.icon-review:before {
    content: '\e602';
}
.icon-share:before {
    content: '\e603';
}
.icon-sponsor:before {
    content: '\e604';
}
.icon-gotop:before {
    content: '\e605';
}
.icon-direction:before {
    content: '\e746';
}
.icon-company:before {
    content: '\e749';
}
.icon-speaker:before {
    content: '\e6ef';
}
.icon-enterprise:before {
    content: '\e74b';
}
.icon-map:before {
    content: '\e758';
}

.viewBox {
    padding: 60px 0;
}
.row {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.title {
    font-size: 30px;
    font-weight: bold;
}
.title.white {
    color: #ffffff;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.bold{
    font-weight:bold;
}
img {
    display: block;
}
body {
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #fff;
}
.scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {
    background: #383031;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}
.scroll::-webkit-scrollbar-track {
    background: #111;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

/* bg */
.bg01 {
    background: url(../image/frame-bg.png) left bottom repeat-x;
}
.bg02 {
    background: url(../image/plan-bg.png) top center no-repeat;
}
.bg03 {
    background: url(../image/guest-bg.png) top center no-repeat #04237F;
}
.bg04 {
    background: #F6F6F6;
}
.bg05 {
    background: url(../image/news-bg.png) top center no-repeat #04237F;
}
.bg06 {
    background: url(../image/contact-bg.png) top center no-repeat #04237F;
}
.bg07 {
    background: url(../image/enroll-bg.jpg) top center no-repeat;
}
.bg08 {
    background: url(../image/contact-m-bg.png) top left no-repeat;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
}
.header .row {
    height: 60px;
    -webkit-align-items: center;
    align-items: center;
}
.logo {
    margin-right: 50px;
}
.nav-item {
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    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;
    margin: 0 14px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.nav-item.active,
.nav-item:hover {
    color: #2465d5;
    border-bottom:4px solid #2465d5;
}
.nav{
    align-items: center;
}

/* banner */
.banner {
    height: 550px;
    background: url(../image/banner.png) center no-repeat #01237d;
    margin-top: 60px;
}
.banner .row {
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
}


/* introduce */
.intro-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.intro-info {
    width: 620px;
}
.intro-info p  {
    line-height: 2;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

/* guest */
.guest-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.guest-list {
    position: relative;
    width: 255px;
    height: 325px;
    padding: 40px 14px 0;
    margin-right: 60px;
}
.guest-list:nth-child(4n) {
    margin-right: 0;
}
.guest-info {
    color: #ffffff;
    text-align: center;
}
.guest-info img {
    margin: 0 auto;
}
.guest-info h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
}
.guest-info p {
    font-size: 14px;
    margin-top: 10px;
}
.guest-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    color: #ffffff;
    background: #1b79d8;
    padding-top: 20px;
    opacity: 0;
}
.guest-hover .hover-info{
    max-height:90%;
    padding:10px;
    overflow: auto;
    text-align: justify;
}
.guest-item:hover .guest-hover {
    opacity: 1;
}
/* .guest-hover-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
} */
/* .guest-hover-dec {
    height: 220px;
    font-size: 16px;
    text-align: justify;
    padding: 0 20px;
    margin-top: 20px;
} */

/* sponsor */
.sponsor-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.sponsor-list {
    outline: 1px solid #dddddd;
    /* margin-right: 25px; */
    margin-bottom: 20px;
}
.sponsor-list:nth-child(5n) {
    margin-right: 0;
}

/* media */
.mediaBox {
    position: relative;
    height: 85px;
    overflow: hidden;
}
.media {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.media-item {
    margin-right: 25px;
}
.media-item img {
    display: block;
}

/* news */
.news-box {
    margin-top: 30px;
}
.news-nav {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.news-nav a {
    cursor: pointer;
    color: #ffffff;
    font-size: 24px;
}
.news-nav a.active {
    font-weight: bold;
}
.news-nav i {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 12px;
}
.news-swiper {
    margin-top: 40px;
}
.news-swiper-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news-list {
    width: 340px;
}
.news-list p {
    color: #ffffff;
    font-size: 16px;
    background: url(../image/icon-circle-8.png) left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    margin-top: 20px;
}

/* map */
.map-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 60px;
    margin-top: 40px;
}
.map-info h3 {
    color: #1A59A6;
    font-size: 36px;
    font-weight: bold;
}
.map-info p {
    color: #fff;
    font-size: 16px;
    line-height:2;
    margin-top: 10px;
}
.map-info a {
    display: inline-block;
    line-height: 42px;
    color: #ffffff;
    font-size: 18px;
    background: #1A59A6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 30px;
    margin-top: 40px;
}
.gg-box {
    margin-top: 60px;
}
.map-info li{
    list-style-type:decimal;
    list-style-position:inside;
    line-height:2;
    color:#fff;
    font-size:14px;
}
/* contact */
.contact-title {
    color: #ffffff;
    text-align: left;
    border-left: 10px solid #0072DF;
    padding: 3px 0 3px 15px;
    margin-bottom: 40px;
}
.contact-title h3 {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.contact-title p {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}
.contact-box {
    color: #ffffff;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center;
    align-items: center; */
}
.contact-item {
    line-height: 30px;
    margin-right: 40px;
}
.contact-item h3 {
    font-size: 18px;
}
.contact-item p {
    font-size: 16px;
}
.code-img{
    width:91px;
    height:91px;
    background:rgb(255, 255, 255);
    padding:5px;
    margin:0 auto;
}
.code-img img{
    width:100%;
}
.code-item{
    padding:10px;
    /* margin-right:48px; */
}
.code-item:last-child{
    margin-right:0;
}
.code{
    margin-right:0;
}
.code-info{
    font-size:14px;
    text-align:center;
    line-height:1.5;
    margin-top:5px;
}
/* footer */
.footer {
    color: #ffffff;
    background: #434343;
}
.footer .row {
    height: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.footer-link a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 0 12px;
}
.footer-link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background: #ffffff;
}
.footer-link a:last-child:after {
    display: none;
}
.footer p {
    font-size: 14px;
}
.footer p a {
    color: #ffffff;
}

/* fixedMenu */
.fixed-menu {
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: 620px;
}
.fixed-menu-item {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 55px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;

    background-image:linear-gradient(180deg,#4e8efe 0%,#00389d 100%);
    border:1px solid;
    border-color:#1b79d8;
    border-radius:5px;
}
.fixed-menu-item.active,
.fixed-menu-item:hover {
    background: #04237F;
    border: 1px solid #04237F;
}
.fixed-menu-item i {
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 20px;
}
.fixed-menu-item.active i,
.fixed-menu-item:hover i {
    color: #ffffff;
}
.fixed-menu-item i.icon-gotop {
    width: 28px;
    height: 28px;
    font-size: 28px;
}
.fixed-menu-item span {
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
}
.fixed-menu-item.active span,
.fixed-menu-item:hover span {
    color: #ffffff;
}
.share-code {
    display: none;
    position: absolute;
    left: -180px;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    padding: 10px;
}
.share-code img {
    width: 140px;
    height: 140px;
}
.share-code:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 160px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* view map */
.viewMap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}
.viewMap-image img {
    width: 100%;
}
.viewMap-info {
    margin-top: 50px;
}
.viewMap-item {
    width: 380px;
    line-height: 1.5;
    margin-right: 30px;
}
.viewMap-item:last-child {
    margin-right: 0;
}
.viewMap-item h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.viewMap-item p {
    color: #fff;
    font-size: 14px;
}

/* view enroll */
.viewEnroll-count {
    color: #fff;
    -webkit-align-items: center;
    align-items: center;
}
.viewEnroll-count span {
    width: 100px;
    font-size: 14px;
    text-align: right;
    margin-right: 5px;
}
.viewEnroll-count b {
    font-size: 30px;
}
.viewEnroll-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.viewEnroll-input {
    margin-top: 30px;
}
.viewEnroll-input.col-5 {
    width: 580px;
    margin-right: 40px;
}
.viewEnroll-input.col-5:nth-child(2n) {
    margin-right: 0;
}
.viewEnroll-input span {
    width: 100px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin-right: 5px;
}
.viewEnroll-input i {
    line-height: 40px;
    color: red;
    font-size: 18px;
    margin-left: 10px;
}
.viewEnroll-input input,
.viewEnroll-input select,
.viewEnroll-input textarea {
    width: 1070px;
    height: 40px;
    color: #216072;
    background: #F5F5F5;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 15px;
}
.viewEnroll-input.col-5 input,
.viewEnroll-input.col-5 select {
    width: 450px;
}
.viewEnroll-input textarea {
    height: 60px;
    resize: none;
    padding: 15px;
}
.viewEnroll-btn {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 70px;
}
.viewEnroll-btn a {
    cursor: pointer;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: #4476f8;
    margin: 0 40px;
}

/* inviteCode */
.inviteCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}
.inviteCodeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 15px;
}
.inviteCodeBox img {
    max-width: 600px;
    margin: 0 auto;
}
.inviteCodeBox p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}


.special-guest .guest-list {
    margin-right: 80px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left:0;
    padding-right:0;
}
.special-guest .guest-list h3{
    margin-top:20px;
}
.special-guest .guest-info p{
    margin-top:10px;
}

.guest-box.special-guest{
    justify-content: center;
}
.guest{
    background:url(../image/dw9.png) right center no-repeat;
}

.viewTitle{
    text-align:center;
    margin-bottom:40px;
}
.title-box{
    align-items: center;
    justify-content: center;
}
.title-box::before, .title-box::after{
    content:"";
    display:block;
    width:56px;
    height:35px;
    float:left;
}
.title-box::before{
    background:url(../image/title-left.png) center center no-repeat;
    background-size:100%;
}
.title-box::after{
    background:url(../image/title-right.png) center center no-repeat;
    background-size:100%;
}
.viewTitle .title{
    color:#fff;
    font-size:26px;
    font-weight:bold;
}
.viewTitle .small-tit{
    font-size: 12px;
    color:#4495e6;
    /* color:#1b79d8; */
    margin-top:5px;

}
.viewTitle .title-info{
    margin:0 10px;
}
.container{
    /* background:#205bad; */
    background:#01237d;
    background:-moz-linear-gradient(180deg,#01237D 0%,#2361b3 100%);
    background:-webkit-gradient(180deg,#01237D 0%,#2361b3 100%);
    background:linear-gradient(180deg,#01237D 0%,#2361b3 100%);
}

/* 演讲主题 */
.topics-item{
    width:400px;
    height:80px;
    line-height:80px;
    background:url(../image/topic-bg.png);
    color:#fff;
    text-align: center;
    border-bottom:1px solid #1B79D8;
}
.topics .viewInfo{
    background-image:linear-gradient(180deg,#01237D 0%,#1B79D8 100%);
    flex-wrap: wrap;
}

/* 会议议程 */
.meeting-schedule table{
    width:100%;
    color:#fff;
}
.meeting-schedule th{
    background:#1b79d8;
    color:#fff;
    height:52px;
    line-height:52px;
    text-align: center;
}
.meeting-schedule td{
    padding:20px 0;
    text-align: center;
    border-right:1px solid #1b79d8;
    border-bottom:1px solid #1b79d8;
}
.meeting-schedule tr td:first-child{
    border-left:1px solid #1b79d8;
}

/* 演讲嘉宾 */
.guest .viewInfo{
    flex-wrap:wrap;
    justify-content:center;
}
.guest-item{
    width:224px;
    /* width:285px; */
    position: relative;
    margin-right:100px;
    margin-bottom:20px;
}
.guest-item:nth-child(4n),
.guest-item:last-child{
    margin-right:0;
}
.guest-img{
    width:100%;
    /* height:249px; */
    overflow: hidden;
}
.guest-img img{
    width:100%;
}
/* .guest-info{
    text-align:left;
} */
.guest-item .name{
    font-size:18px;
    font-weight:bold;
    margin-top:20px;
}
.guest-item .company{
    padding:10px 0;
    border-bottom:1px solid #2065d2;
    margin-bottom:10px;
    line-height:1.2;
    height:55px;
}

.scroll2 {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll2::-webkit-scrollbar {
    display: none;
}
.scroll2::-webkit-scrollbar-thumb {/*濠婃艾濮╅弶锟犲櫡闂堛垹鐨弬鐟版健*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll2::-webkit-scrollbar-track {/*濠婃艾濮╅弶锟犲櫡闂堛垼寤洪柆锟�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
}

/* 赞助商 */
.sponsor-box{
    background:url(../image/sponsor_bg.png);
    justify-content: space-between;
}
.sponsor-list{
    width:355px;
    height:129px;
}
.sponsor-list img{
    width:100%;
}

.company-box{
    flex-wrap:wrap;
}
.company-item{
    width:224px;
    height:64px;
    margin-right:20px;
    margin-bottom:20px;
}
.company-item:nth-child(5n){
    margin-right:0;
}
.company-item img{
    width:100%;
}

/* 地图导航 */
.map .viewInfo{
    /* background:#1b79d8; */
    background:rgba(27,121,216,0.3);
}
.map-img{
    width:607px;
    height:390px;
    overflow: hidden;
    /* display:flex; */
}
.map-img img{
    width:100%;
}
.map-info{
    padding:15px 60px;
    border-left:1px solid #48a3ff;
    margin-left:20px;
}


/* 联系我们 */
.contact{
    /* height:380px; */
    background:#205bad ;
    background:linear-gradient(180deg,#205bad 0%,#48a3ff 100%);
    /* background-image:linear-gradient(180deg,#11409b 0%,#48a3ff 100%); */
}


/* 往届回顾 */
.viewReview {
    position: relative;
}
.viewReview-time-line {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 5px;
    height: 90%;
    background: #e0e1e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.viewReview-time-line-bar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 0;
    background: #0b6bff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.review{
    flex-wrap:wrap;
}
.review-item{
    width:270px;
    margin-right:23px;
    margin-bottom:23px;
}
.review-item:nth-child(4n){
    margin-right:0;
}
.review-item:hover .review-img{
    transform: scale(1.1);
    
}
.review .time{
    color:#fff;
    font-size:24px;
    font-weight: bold;
    padding:5px 0;
    border-bottom:2px solid #4d8eff;
    display:inline-block;
    width:auto;
    margin-bottom:20px;
   
}
.review-img{
    display:block;
    width:270px;
    height:183px;
    border:3px solid #fff;
    overflow: hidden;
}
.review img{
    height:100%;
}
.review-tit{
    color:#fff;
    font-size:14px;
    line-height:1.5;
    margin-top:20px;
}

/* sponsor */
.sponsor-item {
    width: 340px;
    margin-right: 25px;
}
.sponsor-item:nth-child(3n) {
    margin-right: 0;
}
.sponsor-item img {
    display: block;
    width: 100%;
}
.mt-sponsor{
    color:#fff;
    line-height: 1.8;
    font-size: 16px;
}

.mt-sponsor td{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:5px;
}
.mt-sponsor table{
    border-left:1px solid #fff;
}

/* 拟邀企业 */
.invite{
    background:url(../image/dw4.png) center top;
}
.infoList{
    justify-content: center;
}
.infoList-item{
    flex-direction: 
}
.infoList li{
    color:#fff;
}
.tempWrap{
    margin-right:10px;
}
.tempWrap:last-child{
    margin-right:0;
}
.txtMarquee-top{ overflow:hidden; position:relative;}
.txtMarquee-top .bd{ padding:15px;  }
.txtMarquee-top .info-content{ text-align:left; padding-right:15px; height:45px; width:50%;}


/* view review */
.viewReview {
    position: relative;
}
.viewReview-time-line {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 5px;
    height: 90%;
    background: #e0e1e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.viewReview-time-line-bar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 0;
    background: #0750ea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.viewReview-item {
    padding-left: 42px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.viewReview-title {
    cursor: pointer;
    position: relative;
    height: 15px;
    line-height: 15px;
    color: #1283d4;
    font-size: 18px;
    padding-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.viewReview-title:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -23px;
    width: 17px;
    height: 17px;
    background: -linear-gradient(left,#012e8e,#83bcea);
    background: -moz-linear-gradient(left,#012e8e,#83bcea);
    background: -webkit-linear-gradient(left,#012e8e,#83bcea);
    background: -o-linear-gradient(left,#012e8e,#83bcea);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px #83bcea;
}
.viewReview-title:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    border-top: 3px solid #0750ea;
}
.viewReview-title span {
    color: #fff;
    font-size: 18px;
    background: #0750ea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 10px;
    margin-top: -8px;
}
.viewReview-info {
    margin-top: 30px;
    margin-left: 30px;
}
.viewReview-list-item {
    cursor: pointer;
    display: inline-block;
    width: 267px;
    background: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 10px;
}
.viewReview-list-item:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    transform: translate3d(0, 1px, -2px);
    -webkit-transform: translate3d(0, 1px, -2px);
    -moz-transform: translate3d(0, 1px, -2px);
    -ms-transform: translate3d(0, 1px, -2px);
    -o-transform: translate3d(0, 1px, -2px);
}
.viewReview-list-item .item-img {
    width: 247px;
    height: 148px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}
.viewReview-list-item .item-img img {
    width: 100%;
}
.viewReview-list-item .item-info {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 8px 8px;
}
.viewReview-list-item .item-info h3 {
    color: #353535;
    font-size: 16px;
    font-weight: normal;
    line-height:1.5;
    /* white-space: nowrap;
    overflow: hidden; */
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.viewReview-list-item:hover .item-info h3 {
    color: #3449E1;
}
.viewReview-list-item .item-info p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}
.viewReview-list-item .item-info h3{
    color:#fff;
}
.viewReview-list-item:hover .item-info p, .viewReview-list-item:hover .item-info h3{
    color:#0072DF;
}

/* introduce */
.introduce {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.introduce .introduce-info {
    width: 650px;
    /* padding-top: 60px; */
}
.introduce-info h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 35px;
}
.introduce-info p {
    line-height: 1.8;
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 12px;
}
.introduce-img{
    width:510px;
}
.introduce-img img{
    width:100%;
}

.introduce-more a{
    float:right;
    color:#ff0000;
}
.introduce-info h3{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.mt-picture {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.picture-img {
    width: 264px;
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}
.picture-img img {
    display: block;
    width: 100%;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    /* opacity: 0; */
}
.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
    /* padding: 2px; */
    background: #ffffff;
}