html,body{
    width: 100%;
}
body{
    height: 5200px;
    overflow-x: hidden;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
    font-family: 'PingFangSC-Regular','Microsoft Yahei','宋体';
    color: #4d4d4d;
}
.o-center{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.header{
    width: 998px;
}
.header>a{
    width: 998px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;

}
/*内容开始*/
.content{
    width: 998px;
}
/*内容上开始*/
.content>.content-top{
    width: 998px;
    height: 425px;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.content>.content-top>div{
    width: 480px;
    height: 315px;
    box-sizing: border-box;
}
#luntan .swiper-container {
      width: 100%;
      height: 100%;
}
#luntan .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#luntan .swiper-slide>a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#luntan .swiper-slide img{
    width: 100%;
    height: 100%;
}
#luntan .swiper-slide p{
    box-sizing: border-box;
    padding-left: 14px;
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    bottom: 0;
}
#luntan .swiper-pagination{
    left: 190px;
}
#luntan .swiper-pagination-bullet{
    background: #e10000;
    opacity: 1;
}
#luntan .swiper-pagination-bullet-active{
    background: #f4fcfd;
}

.content>.content-top>ul>li{
    width: 480px;
    height: 80px;
    background: url("../images/list-dot.png") no-repeat;
    background-position: 2px 26px;
    padding:13px 0 0 20px;
    border-bottom: 1px dashed #4d4d4d;
    box-sizing: border-box;
}
.content>.content-top>ul>li:nth-of-type(4){
    border-bottom: none;
}
.content>.content-top>ul>li>a{
    display: block;
    color: #4d4d4d;
}
.content>.content-top>ul>li h3{
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}
.content>.content-top>ul>li h3:hover{
    text-decoration: underline;
}
.content>.content-top>ul>li p{
    font-size: 14px;
    line-height: 26px;
    color: #4d4d4d;
}
.content>.content-top>ul>li>a>p>span{
    color: #e10000;
}
.content>.content-top>ul>li>a>p>span:hover{
    text-decoration: underline;
}
/*内容上结束*/
/*内容theme开始*/
.content>.content-bottom>.theme{
    width: 998px;
}
.content>.content-bottom .intro>a{
    height: 139px;
    margin-bottom: 46px;
}
.content>.content-bottom .intro>a:nth-child(odd){
    float: left;
}
.content>.content-bottom .intro>a:nth-child(even){
    float: right;
}
.content>.content-bottom .intro>a>dl{
    width: 454px;
    height: 139px;
    box-sizing: border-box;
}
.content>.content-bottom .intro>a>dl>dt{
    border: 1px solid #a4e0ff;
    box-sizing: border-box;
    overflow: hidden;
    width: 213px;
    height: 139px;
    vertical-align: middle;
}
.content>.content-bottom .intro>a>dl>dt>img{
    width: 100%;
    transition: all 1s;
    -moz-transition:all 1s; /* Firefox 4 */
    -webkit-transition:all 1s; /* Safari and Chrome */
    -o-transition:all 1s; /* Opera */
}
.content>.content-bottom .intro>a>dl>dt:hover img{
    transform: scale(1.05);
}

.content>.content-bottom .intro>a>dl>dd>p{
    width: 215px;
    word-wrap: break-word;
	word-break: break-all;
}
.content>.content-bottom .intro>a>dl>dd:hover p{
    text-decoration: underline;
}
.content>.content-bottom .intro>a>dl>dd>p:nth-of-type(1){
    font-size: 20px;
    color: #4d4d4d;
    line-height: 42px;
    background: url("../images/jx.png") no-repeat;
    background-position: left bottom;
}
.content>.content-bottom .intro>a>dl>dd>p:nth-of-type(1)>span{
    display: inline-block;
    width: 17px;
    height: 29px;
    background: url("../images/xmt.png") no-repeat;
    background-position: left top;
}
.content>.content-bottom .intro>a>dl>dd>p:nth-of-type(2){
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
    margin-top: 22px;
}
/*内容theme结束*/
/*内容forum开始*/
.content>.content-bottom>.forum{
    width: 998px;
}
.content>.content-bottom>.forum>dl{
    padding-bottom: 64px;
}
.content>.content-bottom>.forum>dl>dd{
    padding-top: 30px;
}
.content>.content-bottom>.forum>dl>dt{
    width: 480px;
    height: 315px;
    overflow: hidden;
    transform: translateX(-10px);
}
.content>.content-bottom>.forum>dl>dt>img{
    width: 100%;
    transition: all 1s;
    -moz-transition:all 1s; /* Firefox 4 */
    -webkit-transition:all 1s; /* Safari and Chrome */
    -o-transition:all 1s; /* Opera */
}
.content>.content-bottom>.forum>dl>dt:hover img{
    transform: scale(1.05);
}
.content>.content-bottom>.forum>dl>dd>ul>li{
    margin: 20px 0;
}
.content>.content-bottom>.forum>dl>dd>ul>li>p:nth-of-type(1){
    width: 105px;
    height: 32px;
    color: #a5f4fc;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-left:12px;
    margin-left: -10px;
    box-sizing: border-box;
    background: url("../images/yzbg.png") no-repeat;
}
.content>.content-bottom>.forum>dl>dd>ul>li>p:nth-of-type(2){
    height: 45px;
    color: #343434;
    font-size: 18px;
    padding-left:19px;
    box-sizing: border-box;
}
.content>.content-bottom>.forum>dl>dd>ul>li>p:nth-of-type(2)>span{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.yz-tt{
    color: #3680cd;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0 0 30px 33px;
    position: relative;
}
.yz-tt>span{
    position: absolute;
    left: 16px;
    width: 7px;
    height: 37px;
    background: #e9598d;
}

.forum .jb-liebiao{
    margin-bottom: 50px;
}
.forum .jb-liebiao ul li{
    margin-top: 1px;
    padding-left: 20px;
    box-sizing: border-box;
}
.forum .jb-liebiao ul li>p{
    float: left;
    color: #080d2a;
    line-height: 42px;
}
.forum .jb-liebiao ul li>p:nth-of-type(1){
    width: 64px;
    font-size: 20px;
    font-style: italic;
    text-align: justify;
}
.forum .jb-liebiao ul li>p:nth-of-type(2){
    font-size: 14px;
    padding-left: 16px;
    box-sizing: border-box;
}
.forum .jb-lf>li{
    width: 499px;
    height: 42px;
    background: url("../images/yz-bg2.png");
}
.forum .jb-lf>li:nth-of-type(2n+1){
    background: url("../images/yz-bg1.png");
}
.forum .jb-rg>li{
    width: 499px;
    height: 42px;
    background: url("../images/yz-bg1.png");
}
.forum .jb-rg>li:nth-of-type(2n+1){
    background: url("../images/yz-bg2.png");
}
.forum .jb-rg>li:last-of-type{
    height: 68px;
    background: url("../images/yz-bg3.png");
}
.forum .jb-rg>li:last-of-type p:last-of-type{
    padding-top: 10px;
    box-sizing: border-box;
    line-height: 24px;
}


/*内容forum结束*/

/*内容site开始*/
.content>.content-bottom>.site{
    width: 998px;
    height: 732px;
}


#certify {
    transform: translateX(-50%) scale(0.75);
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 547px;
	height: 350px;
    overflow: hidden;
	background: #d2fafe;
	box-shadow: 0 8px 30px #545454;
}
#certify  .swiper-slide img{
    width: 100%;
	display:block;
}
#certify  .swiper-slide p {
    text-align: justify;
	padding: 10px 30px 0 30px;
    line-height: 20px;
	color: #5c5d5d;
	font-size: 14px;
	margin: 0;
    text-indent: 2em;
}
#certify  .swiper-slide>p:nth-of-type(1) {
	padding: 30px 30px 0 30px;
	color: #5c5d5d;
	font-size: 18px;
	margin: 0;
    font-weight: bold;
    text-indent: 0;
}
#certify  .swiper-slide div>p{
    text-indent: 0;
    padding-right: 30px;
}
#certify .swiper-button-prev {
    top: 45%;
	left: 100%;
	width: 23px;
	height: 34px;
    background: url("../images/right-btn.png") no-repeat;
}

#certify .swiper-button-next {
    top: 45%;
    left: -30px;
	width: 23px;
	height: 34px;
    background: url("../images/left-btn.png") no-repeat;
}


/*内容site结束*/
/*内容下结束*/

/*底部开始*/

footer{
    padding: 10px;
    font-size: 14px;
    color: #fff;
    position: relative;
    bottom: 0;
}
footer>p{
    line-height: 28px;
    text-align: center;
}
/*底部结束*/






