* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

html, body {
    background: #010e2e;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    color: #fff;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.banner {
    height: 632px;
    width: 100%;
    background: url(lun_01.jpg) no-repeat center center;
}

.wenzi {
    width: 980px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -490px;
}

.wenzi p img {
    display: inline;
}

.wenzi p.p03 {

    width: 574px;
    margin: 0 auto;
    margin-top: 30px;
}

@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(-0);
        transform: rotate(-0);
        z-index: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        z-index: 1;
    }
}

.speach_con {
    width: 100%;
    background: url(lun_02.jpg) no-repeat center center;
    height: 725px;
    padding-top: 10px;
}

.speach, .yuanzhuo, .jiabin, .pic {
    width: 1201px;
    margin: 0 auto;
}

.speach {
    position: relative;
    height: 670px
}

.speach h2, .yuanzhuo h2, .jiabin h2, .pic h2, .support h2 {
    width: 930px;
    margin: 0 auto 40px;
}

.yuanzhuo h2 {
    margin-bottom: 70px;
}

.speach .swiper-container {
    width: 1000px;
    margin: 0 auto;
    height: 492px;
}

.speach .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.speach .swiper-wrapper .swiper-slide {

    color: #fff;
    margin: 0 auto;
    text-align: center;
    float: left;
    overflow: hidden;
    background: url(speech_bg.jpg) no-repeat center bottom;
}

.speach .swiper-wrapper .swiper-slide dl {
    padding: 0 30px;
    text-align: left;
    width: 940px;
    overflow: hidden;
}

.speach .swiper-wrapper .swiper-slide dl dt {
    width: 310px;
    height: 470px;
    float: right;
    margin-right: 60px;
}

.speach .swiper-wrapper .swiper-slide dl dt img {
    width: 310px;
    height: 470px;
}

.speach .swiper-wrapper .swiper-slide dl dd {
    width: 500px;
    height: 320px;
    float: left;
    margin-left: 55px;
    padding-top: 160px;
    font-size: 18px;
}

.speach .swiper-wrapper .swiper-slide dl dd hr {
    width: 174px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 20px;
}

.speach .swiper-wrapper .swiper-slide dl dd h3 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.speach .swiper-wrapper .swiper-slide dl dd h3 a:hover{
    color:#ff711b;
}
.speach .swiper-wrapper .swiper-slide dl dd h3 a{
    color:#fff;
}
.speach .swiper-wrapper .swiper-slide dl dd p {
    height: 180px;
    padding: 15px 0;
    width: 470px;
    line-height: 36px;
    margin-top: 15px;
    text-indent: 2em;
}

.speach .swiper-pagination, .yuanzhuo .swiper-pagination {
    bottom: 0;
    width: 100%;
    left: 0;
    display: inline-block;
    margin: 0 auto;
}

.speach .swiper-pagination-switch, .yuanzhuo .swiper-pagination-switch {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #3e58a4;
    margin: 0 6px;
    cursor: pointer;
}

.speach .swiper-active-switch, .yuanzhuo .swiper-active-switch {
    background: #8eadf9;
    width: 120px;
    height: 9px;
}

/*圆桌论坛*/
.yuanzhuo_con {
    width: 100%;
    overflow: hidden;
    background: #061e40;
    padding-top:100px;
    background: url(lun_03.jpg) no-repeat center center;
    height:935px;
}

.yuanzhuo {
    position: relative;

}

.yuanzhuo .swiper-container2 {
    width: 1000px;
    overflow: hidden;
    height: 704px;
    margin: 0 auto;
    position: relative;
}

.yuanzhuo .swiper-container2 .swiper-wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.yuanzhuo .swiper-container2 .swiper-slide {
    width: 1000px;
    height: auto;
    position: relative;
    float: left;
    background: url(yuan_bg.png) no-repeat right bottom;
}

.yuanzhuo .swiper-container2 dl dt, .yuanzhuo .swiper-container2 dl dt img {
    width: 688px;
    height: 422px;
    float: left;
}

.yuanzhuo .swiper-container2 dl {
    overflow: hidden;
}

.yuanzhuo .swiper-container2 dl dd {
    width: 255px;
    margin-left: 25px;
    float: left;
    padding-top: 70px;
    text-align: left;
}

.yuanzhuo .swiper-container2 .swiper-slide dd h3 {
    font-size: 24px;
    padding: 10px 0 10px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.yuanzhuo .swiper-container2 .swiper-slide dd h3 a {
    color: #fff;
}
.yuanzhuo .swiper-wrapper .swiper-slide dl dd h3 a:hover{
    color:#ff711b;
}



.yuanzhuo .swiper-container2 .swiper-slide dd p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.yuanzhuo .swiper-pagination {
    bottom: -60px;
}

.yuanzhuo .swiper-container2 .swiper-slide dd p a {
    color: #d5a342
}

.yuanzhuo #next2, .jiabin #next3, .speach #next1 {
    z-index: 10;
    position: absolute;
    top: 430px;
    right: 0;
    width: 30px;
    height: 57px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat left bottom;
}

.yuanzhuo #prev2, .jiabin #prev3, .speach #prev1 {
    z-index: 10;
    position: absolute;
    top: 430px;
    left: 0px;
    width: 30px;
    height: 57px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat left top;
}

.speach #next1, .speach #prev1 {
    top: 380px;
}

.yuanzhuo ul {
    width:950px;
    height: auto;
    margin: 0 auto;
    margin-top: 56px;
    clear: both;
}

.yuanzhuo ul li {
    width:190px;
    float: left;
}

.yuanzhuo ul li img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.yuanzhuo ul li h4 {
    font-size: 22px;
    margin-top: 5px;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
}

.yuanzhuo ul li p {
    font-size: 16px;
    text-align: center;
    padding:0 5px;
}

.jiabin {
    width: 100%;
    overflow: hidden;
}

.jiabin .swiper-container {
    width: 100%;
}

.jiabin .swiper-container .swiper-slide {
    overflow: hidden;
    cursor: pointer
}

.jiabin .swiper-container .swiper-slide img {
    width: 100%;
}

.jiabin .swiper-container .swiper-slide > div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    transition: 1s;
}

.jiabin .swiper-container .swiper-slide > div h3 {
    padding-top: 30%;
    font-size: 32px;
    line-height: 80px;
    font-weight: normal;
}

.jiabin .swiper-container .swiper-slide > div p {
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 20px;
}

.jiabin .swiper-wrapper .swiper-slide img {
    transition: 2s;
}

.jiabin .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1);
}

.jiabin .swiper-wrapper .swiper-slide:hover > div {
    top: 0;
}

.jiabin .swiper-container .swiper-slide > p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.jiabin .swiper-wrapper .swiper-slide:hover > P {
    display: none;
}

.jiabin #next3 {
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    width: 30px;
    height: 57px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat left bottom;
}

.jiabin #prev3 {
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0px;
    width: 30px;
    height: 57px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat left top;
}

.pic_con {
    width: 100%;
    height: 864px;
    background: url(../images/lun_04.jpg) no-repeat center center;
}

.pic {
    overflow: hidden;
    padding-bottom: 130px;
    padding-top: 120px;
    width: 998px;
    margin: 0 auto;
}

.pic h2 {
    margin-bottom: 80px;
}

.pic p, .pic p img {
    float: left;
    overflow:hidden;
}
.pic p img:hover{

}
.support {
    width: 100%;
    background: url(../images/lun_05.jpg) no-repeat center center;
    height:686px;
    overflow: hidden;
    padding-top:80px;
}

.support h2 {
    margin-bottom: 80px;
}

.support_con {
    width: 1044px;
    margin: 0 auto;
    overflow: hidden;
}

.support_con ul li {
    width: 180px;
    margin: 0 14px;
    height: 63px;
    border-radius: 5px;
    float: left;
    margin-bottom: 40px;
}

.support_con ul li img {
    width: 180px;
    height: 63px;
    border-radius: 5px;
}

.foot {
    padding: 50px 0;
    text-align: center;
    color: #d4d4d4;
    font-size: 16px;
    line-height: 30px;
    height: 80px;
    background: url(../images/di.jpg) no-repeat center top;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    html, body {
        width: 1200px;
    }

    .banner {
        width: 1200px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    html, body {
        width: 1200px;
    }

    .banner {
        width: 1200px;
    }
}
