@charset "utf-8";
/*演说者宣传页面-wukai-2017-11-17*/
.w40{
    width: 40%;
}
.w60{
    width: 60%;
}

.odd_space{
    margin-right: 344px;
}

.sign__wrapper{
    margin: 0 auto;
}
.sign__odd--bg {
    background-color: #fff;
}
.sign__even--bg {
    background-color: #edf2f7;
}
.sign__introduce--item {
    display: flex;
    display: -webkit-flex;
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    align-items: center;
    overflow: hidden;
   
}
.introduce__left {
    float: left;
}
.introduce__right {
    float: left; 
    text-align: right;
}
.introduce__title {
    margin: 0 0 23px 0;
    font-size: 42px;
}
.icon__circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0090e9;
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -10px;
}
.introduce__subtitle {
    font-size: 40px;
    color: #0090e9;
}
.introduce__des {
    font-size: 22px;
    color: #0090e9;
}
.sign__slogan--img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.sign__slogan {
    position: relative;
    text-align: center;
}
.sign__btn--wrapper {
    position: absolute;
    left: 50%;
    bottom: 48px;
    margin-left: -190px;
}
.sign__btn--publish {
    display: inline-block;
    width: 170px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50px;
    background: -ms-linear-gradient(top, #0060ff, #002fff); /* IE 10 */
    background: -moz-linear-gradient(top,#0060ff, #002fff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0060ff), to(#002fff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #0060ff, #002fff); /*Safari5.1 Chrome 10+*/
    margin-right: 100px;
}
.sign__btn--publish:hover,
.sign__btn--publish:focus{
    text-decoration: none;
    color: #fff;
    background: -ms-linear-gradient(top, #4286fd, #325aff); /* IE 10 */
    background: -moz-linear-gradient(top,#4286fd, #325aff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286fd), to(#325aff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #4286fd, #325aff); /*Safari5.1 Chrome 10+*/
}
.sign__btn--list {
    display: inline-block;
    width: 170px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50px;
    background: -ms-linear-gradient(top, #0060ff, #002fff); /* IE 10 */
    background: -moz-linear-gradient(top,#0060ff, #002fff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0060ff), to(#002fff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #0060ff, #002fff); /*Safari5.1 Chrome 10+*/
    margin-left: 100px;
}
.sign__btn--list:hover,
.sign__btn--list:focus{
    text-decoration: none;
    color: #fff;
    background: -ms-linear-gradient(top, #4286fd, #325aff); /* IE 10 */
    background: -moz-linear-gradient(top,#4286fd, #325aff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286fd), to(#325aff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #4286fd, #325aff); /*Safari5.1 Chrome 10+*/
}

.introduce__img1 {
    width: 70%;
    /*margin-right: 100px;*/
}
.introduce__img2 {
    width: 64%;
    /*margin-left: 100px;*/
}
.introduce__img3 {
    /*margin-right: 100px;*/
    width: 60%;
}
