*{
    box-sizing: border-box;
}

body,html{
    width:100%;
    height:100%;
    color:#333;
    font-size: 16px;
    overflow: auto;
    background-color: #fff;
    font-family: "Microsoft Sans Serif";
}
.main{
    width:100%;
    min-height: 2000px;
    background: url(../images/bg.jpg) center top no-repeat;
    background-size: cover;
    padding-top:660px;
    padding-bottom: 140px;
}
.w1200{
    width:1200px;
    margin:170px auto 0px;

}
.zhaiyao{
    position: relative;
}
.zhaiyao p{
    width:100px;
    height:52px;
    background: url(../images/zhaiyao.png) center no-repeat;
    background-size: 100%;
    margin:20px 100px;
    
}
.zhaiyao .zhaiyao-cont{
    line-height: 40px;
    font-size: 20px;
    padding:0 50px;
}
.zhaiyao i.niao{
    display: inline-block;
    width:160px;
    height:99px;
    position: absolute;
    left:-160px;
    bottom:-50px;
    background: url(../images/niao.png) center no-repeat;
    background-size: 100%;
}

.toutiao{
    width:1200px;
    height:139px;
    background: url(../images/bg2.png) center no-repeat;
    background-size: 100%;
    margin:50px auto 40px;
    padding:10px 110px 10px 185px;
    position: relative;
}
.toutiao .title{
    color:#ba6b13;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 3px;
}
.toutiao i.logo{
    position: absolute;
    background: url(../images/toutiao.png) center no-repeat;
    background-size: 133px 119px;
    width:185px;
    height:139px;
    left:0;
    top:0;

}
.toutiao-cont{
    max-width: 950px;
    position: relative;
    padding-right:40px;

}
.toutiao-cont .detail{
    position: absolute;
    right:0;
    top:0;
}
.lunbo{
    height:425px;
    overflow: hidden;
    font-size: 18px;
}
.lunbo-left{
    width:680px;
    height:425px;
}
.lunbo-right{
    width:520px;
    height:425px;
    padding:0 10px 0 35px;
}
.swiper-container1{
    width:100%;
    height:100%;
}
.swiper-container1 img{
    width:100%;
    height:100%;
}
.swiper-container1 .swiper-slide{
    position: relative;
}
.swiper-slide a{
    display: inline-block;
    width:100%;
    height:100%;
}
.swiper-container1 .mask{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:50px;
    background-color: rgba(0,0,0,0.4);
    padding:0 200px 0 20px;
    color:#fff;
    font-size: 20px;
    line-height: 50px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    text-align: right;
    padding-right: 40px;
    bottom:15px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #aee3fb;
}
.lunbo-right .title{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.lunbo-right .lunbo-ul li .content{
    display: inline-block;
    line-height: 35px;
    margin-bottom: 15px;
}
.lunbo-right .lunbo-ul li{
    border-bottom: 1px dashed #daad7b;
}
.lunbo-right .lunbo-ul {
    margin-bottom: 20px;
}
.lunbo-right .lunbo-ul2 li{
    line-height: 40px;
}

.b-title{
    margin-top: 50px;
    margin-bottom: 20px;
}

.style1 ul li{
    width:542px;
    height:222px;
    background: url(../images/style1-bg.png) center no-repeat;
    background-size: 100%;
    margin:25px 0;
    padding:40px;
	float: left;
}
.style1 ul li:nth-child(2n) { float: right;}
.style1 ul li .title{
    font-size: 22px;
    color:#000;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.style1 ul li  .content{
    display: inline-block;
    line-height: 35px;
}
.swiper-container2{
    padding-bottom: 50px;
}
.swiper-container2 .swiper-pagination-fraction,.swiper-container2 .swiper-pagination-custom,.swiper-container2.swiper-container-horizontal > .swiper-pagination-bullets{
    text-align: center;
    bottom:30px;
    padding-right: 0;
}
.swiper-container2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #b5b5b5;
    opacity: 1;
}
.swiper-container2 .swiper-pagination-bullet-active{
    background-color: #cfa972;
}

.style2 ul li{
    background: url(../images/bg3.png) center no-repeat;
    background-size: 520px 140px;
    width:520px;
    height:140px;
    position: relative;
    padding:20px 40px 10px 80px;
    margin:21px 0;
}
.style2 ul li:nth-child(odd){
    float:left;
    margin-left: 46px;
}
.style2 ul li:nth-child(even){
    float:right;
}
.style2 ul li div.no{
    position: absolute;
    background: url(../images/bg4.png) center no-repeat;
    background-size: 92px 91px;
    width:92px;
    height:91px;
    text-align: center;
    line-height: 91px;
    color:#fff;
    font-weight: bold;
    font-size: 46px;
    left:-46px;
    top:50%;
    margin-top: -45.5px;
}

.style2 ul li .title{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    color:#000;
}
.style2 ul li .content{
    display: inline-block;
    line-height: 30px;
}

.swiper-container3{
    width:100%;
    height:100%;
}
.swiper-container3 img{
    width:100%;
}
.swiper-container3 .swiper-slide{
    position: relative;
}
.swiper-container3 .mask{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:50px;
    background-color: rgba(0,0,0,0.4);
    padding:0 200px 0 20px;
    color:#fff;
    font-size: 20px;
    line-height: 50px;
}
.swiper-button-prev, .swiper-button-next{
    color:#fff;
}

.con li{ 
	width:200px; 
	height:240px;
	float: left;
	margin:20px 40px 40px 0px;
	
}
.con li img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow:hidden;
	text-align: center;
	margin-left: 10px;
}
.con li p{
	font-family: "微软雅黑";
	font-size: 16px;
	
	height: 24px;
	text-align: center;
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}
.con li h3{
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 24px;
	
	text-align: center;

	color: #333;

}