/*轮播图*/
.banner{
    width:100%;
    height:300px;
}
.banner img{
    display:block;
    width:100%;
    height:300px;
    min-width: 1200px;
}
.main{
    width:1200px;
    height:auto;
    min-height: 1000px;
    margin:20px auto;
}
.main .jingxuan{
    width:1200px;
    height:auto;
}
.main .jingxuan>div:nth-child(1){
    width:1200px;
    height:60px;
    line-height: 60px;
    border-bottom:1px solid rgb(230,230,230);
}
.main .jingxuan>div:nth-child(1) span{
    display: inline-block;
    height:60px;
    line-height: 60px;
    border-bottom:4px solid rgb(249,137,12);
    font-size: 20px;
    color:rgb(249,137,12);
}
.main .jingxuan>div:nth-child(1) a{
    display: inline-block;
    color:rgb(249,137,12);
    float:right;
}
.main .jingxuan>div:nth-child(2){
    width:1200px;
    height:212px;
    display: flex;
    justify-content: space-between;
    padding:20px 0;
}
.main .jingxuan>div:nth-child(2) a{
    width:284px;
    height:212px;
    position: relative;
}
.main .jingxuan>div:nth-child(2) a img{
    width:284px;
    height:212px;
}
.main .jingxuan>div:nth-child(2) a span{
    display: block;
    width:284px;
    height:40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
    font-size: 15px;
}
.main .section{
    width:1200px;
    height:auto;
    position: relative;
    margin-top:20px;
}
.main .section .section_left{
    width:853px;
    height:auto;
    display: inline-block;
}
.main .section .section_right{
    width:311px;
    height:auto;
    display: inline-block;
    position: absolute;
    top:0;
    right:0;
    padding:10px;
}
.main .section .section_left .tit{
    width:100%;
    height:65px;
    line-height: 65px;
}
.main .section .section_left .tit a{
    display: inline-block;
    width:175px;
    height:65px;
    line-height: 65px;
    text-align: left;
    color:black;
    font-size: 18px;
    margin-left:10px;
}
.main .section .section_left>div:nth-child(2){
    width:100%;
    height:auto;
}
.main .section .section_left>div:nth-child(2)>a{
    width:100%;
    height:188px;
    text-align: left;
    color:black;
    margin-bottom:20px;
}
.main .section .section_left>div:nth-child(2)>a>div{
    width:100%;
    height:188px;
    display: flex;
    justify-content: space-between;
    border:1px solid rgb(230,230,230);
    position: relative;
}
.main .section .section_left>div:nth-child(2)>a>div>img{
    width:250px;
    height:188px;
}
.main .section .section_left>div:nth-child(2)>a>div>div{
    width:540px;
    padding:0 20px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>span{
	display: block;
    font-size: 16px;
    margin-top:10px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>p{
    margin:15px 0;
    color:gray;
    font-size: 14px;
    line-height: 25px;
    height:75px;
    overflow: hidden;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div{
    width:100%;
    height:20px;
    line-height: 20px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div img:nth-child(1){
    vertical-align: middle;
    position: absolute;
    left:220px;
    border-radius:50%;
    border:2px solid white;
    bottom:10px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div img{
    vertical-align: middle;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div img:nth-child(1){
    vertical-align: middle;
    width:50px;
    height: 50px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span{
    display: inline-block;
    height:20px;
    line-height: 20px;
    color:rgb(196,196,196);
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span:nth-child(2){
    margin-right:10px;
    font-size: 15px;
    color:rgb(249,137,12);
    line-height: 20px;
   vertical-align: middle;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span:nth-child(4),
.main .section .section_left>div:nth-child(2)>a>div>div>div span:nth-child(6){
    margin-right:10px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span:nth-child(9){
    float:right;
}
.main .section .section_left .page{
    width:100%;
    height:60px;
    line-height: 60px;
    border:none;
    margin:0 auto;
    text-align: center;
}
.main .section .section_left .page a{
	display: inline-block;
    width:60px;
    height:30px;
    line-height: 30px;
    color:gray;
    border:1px solid rgb(237,237,237);
    margin-top:15px;
    text-decoration: none;
    border-radius:4px;
    margin:20px 10px;
}
.main .section .section_left .page span{
	display: inline-block;
    width:60px;
    height:30px;
    line-height: 30px;
    margin-top:15px;
    text-decoration: none;
    border-radius:4px;
    margin:20px 10px;
    color:white;
    background:rgb(243,126,31);
    text-align: center;
}
.main .section .section_left .page a:hover{
    color:white;
    background:rgb(243,126,31);
}
.main .section .section_left .page span:hover{
    color:white;
    background:rgb(243,126,31);
}
.main .section .section_right>div{
    width:100%;
    height:auto;
    overflow: hidden;
}
.main .section .section_right>div>div{
    width:100%;
    height:50px;
    line-height: 50px;
    font-size: 20px;
}
.main .section .section_right>div>ul{
    display: block;
    width:100%;
    height:auto;
    font-size: 14px;
    color:gray;
}
.main .section .section_right>div>ul li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: gray;
    margin:10px 0;
}
.main .section .section_right>div>ul li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: gray;
    text-align: left;
}
.main .section .section_right>div>a{
    display: block;
    margin:10px 0;
}
.main .section .section_right>div>a img{
    width:311px;
    height:233px;
}